#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 VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8A3F8777BEF075E009D085E3BC9B9ADB00F47345; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4B8B489B9208683F5C0D3AF40631A07D1D855011; // 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_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C; // 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_t23AEB132F0E755664DC10A3AB1F05B2257F5F3A8; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6F70F614B23A77B47F997321679A386DE38547C; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA3F9CEF64ED38FA56ECC5E56165286AE1376D617; // System.Collections.Generic.IList`1 struct IList_1_t7BEAFBE87D1FAA46BE473A89878B4B5B9DB7F49C; // System.Collections.Generic.IList`1 struct IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t1A5E6B675EFA5A7901D7B04966A914995A34ECFF; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE22F4D23A741E95A221257E03F5AEC99BCEDE61F; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t19FFA5E5342A58F027C3250D405357F10C8EE0FC; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41; // 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.Dictionary`2/KeyCollection struct KeyCollection_t030E8C0717067BB35BC97531ADFD5B34DE81E372; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // 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_t1A2458CBF3EBCB02C3FD00942784195EE29CC960; // System.Collections.Generic.List`1 struct List_1_t1914BF96F32809437AECA3384C85A319B63B8461; // System.Collections.Generic.List`1 struct List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D; // System.Collections.Generic.Stack`1 struct Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t530059B6E09E07208AE8745C3EA5EC32BA6C17F6; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tD9F8742BCDE46BE10F45030D7DEE230F8F9D24FA; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t7533B82E606555F851C91752B08EB43985541F0D; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B; // 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/ValueCollection struct ValueCollection_t0A13A40E317C41D701F731B2E09A7863C1AF1C9E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tE42F4CA2251E4564157940892384BFB9EBE58D61; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB995B2E54E55DB21952952A5F1056F84E5721683; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t83713DF8B7EE9B8596160950C2EEF3FB4CAB1E04; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE; // 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.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA3DDC0B951DBF95A552959A08A07C10A84E89DA0; // System.Xml.Schema.BitSet[] struct BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Xml.Schema.DatatypeImplementation[] struct DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Xml.IDtdDefaultAttributeInfo[] struct IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // System.Xml.XPath.XPathNavigator[] struct XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986; // System.Xml.XPath.XPathResultType[] struct XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254; // System.Xml.XmlNode[] struct XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] struct SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // MS.Internal.Xml.XPath.Operator/Op[] struct OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7; // System.Xml.Schema.SequenceNode/SequenceConstructPosContext[] struct SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // MS.Internal.Xml.XPath.AstNode struct AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C; // MS.Internal.Xml.XPath.Axis struct Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E; // MS.Internal.Xml.XPath.BaseAxisQuery struct BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Xml.Schema.BitSet struct BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438; // MS.Internal.Xml.XPath.CacheAxisQuery struct CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Xml.CharEntityEncoderFallback struct CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // MS.Internal.Xml.XPath.CompiledXpathExpr struct CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3; // 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.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // 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.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // MS.Internal.Xml.XPath.ExtensionQuery struct ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855; // System.Xml.Schema.FacetsChecker struct FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8; // MS.Internal.Xml.XPath.Filter struct Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99; // MS.Internal.Xml.XPath.Function struct Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740; // MS.Internal.Xml.XPath.Group struct Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Xml.IDtdAttributeInfo struct IDtdAttributeInfo_t5B62F2A60E372238F7530B20A85A60723B7AACE9; // System.Xml.IDtdAttributeListInfo struct IDtdAttributeListInfo_t93A1959E82B8D19BABCED9DFCCB541AEFF12ACFA; // System.Xml.IDtdDefaultAttributeInfo struct IDtdDefaultAttributeInfo_t8DAB8271F3930199379DF41791AE869365320C92; // System.Xml.IDtdEntityInfo struct IDtdEntityInfo_t6CD9881A9EC86BF67CCFD10F64F69D18316D6AFC; // 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.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229; // System.Xml.Xsl.IXsltContextVariable struct IXsltContextVariable_t54783DA4091944DC9B5FAAD21AA694685039FCA0; // System.Xml.Schema.InteriorNode struct InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // System.Xml.Schema.LeafRangeNode struct LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Xml.Schema.NamespaceList struct NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // MS.Internal.Xml.XPath.Operand struct Operand_t15190E99FB92454259471C3636EA8F7C00BCC399; // MS.Internal.Xml.XPath.Operator struct Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02; // System.Xml.Schema.Positions struct Positions_t577D66E21F674149C5A3E68851CE88B94C37248F; // MS.Internal.Xml.XPath.Query struct Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06; // MS.Internal.Xml.XPath.QueryBuilder struct QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // MS.Internal.Xml.XPath.ResetableIterator struct ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67; // System.Xml.Schema.RestrictionFacets struct RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA; // MS.Internal.Xml.XPath.Root struct Root_t809E30FF7648043829DC43D69EDE90DFBE742D72; // 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.Xml.SecureStringHasher struct SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Xml.Schema.SequenceNode struct SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266; // System.Globalization.SortVersion struct SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA; // System.Xml.Schema.StarNode struct StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Xml.Schema.StringFacetsChecker struct StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62; // MS.Internal.Xml.XPath.StringFunctions struct StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45; // System.Xml.Schema.SymbolsDictionary struct SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF; // System.Xml.Schema.SyntaxTreeNode struct SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62; // System.Xml.TernaryTreeReadOnly struct TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF; // System.Xml.TextEncodedRawTextWriter struct TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.Xml.TextUtf8RawTextWriter struct TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.Type struct Type_t; // System.Xml.UTF16Decoder struct UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4; // System.Xml.Ucs4Decoder struct Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F; // System.Xml.Ucs4Decoder1234 struct Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E; // System.Xml.Ucs4Decoder2143 struct Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098; // System.Xml.Ucs4Decoder3412 struct Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928; // System.Xml.Ucs4Decoder4321 struct Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2; // System.Xml.Ucs4Encoding struct Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07; // System.Xml.Ucs4Encoding1234 struct Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796; // System.Xml.Ucs4Encoding2143 struct Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523; // System.Xml.Ucs4Encoding3412 struct Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49; // System.Xml.Ucs4Encoding4321 struct Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF; // MS.Internal.Xml.XPath.UnionExpr struct UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577; // System.Xml.Schema.UnionFacetsChecker struct UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0; // System.Xml.Schema.UpaException struct UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C; // MS.Internal.Xml.XPath.ValueQuery struct ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB; // MS.Internal.Xml.XPath.Variable struct Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24; // MS.Internal.Xml.XPath.VariableQuery struct VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // MS.Internal.Xml.XPath.XPathAncestorQuery struct XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D; // MS.Internal.Xml.XPath.XPathArrayIterator struct XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD; // MS.Internal.Xml.XPath.XPathAxisIterator struct XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5; // MS.Internal.Xml.XPath.XPathChildIterator struct XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19; // MS.Internal.Xml.XPath.XPathDescendantIterator struct XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1; // System.Xml.XPath.XPathDocument struct XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28; // MS.Internal.Xml.Cache.XPathDocumentBaseIterator struct XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9; // MS.Internal.Xml.Cache.XPathDocumentElementChildIterator struct XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096; // MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator struct XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025; // MS.Internal.Xml.Cache.XPathDocumentKindChildIterator struct XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693; // MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator struct XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593; // MS.Internal.Xml.Cache.XPathDocumentNavigator struct XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303; // MS.Internal.Xml.XPath.XPathEmptyIterator struct XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5; // System.Xml.XPath.XPathException struct XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B; // System.Xml.XPath.XPathExpression struct XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A; // MS.Internal.Xml.Cache.XPathNode struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7; // MS.Internal.Xml.Cache.XPathNodeInfoAtom struct XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8; // System.Xml.XPathNodeList struct XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9; // MS.Internal.Xml.Cache.XPathNodePageInfo struct XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708; // MS.Internal.Xml.XPath.XPathParser struct XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533; // MS.Internal.Xml.XPath.XPathScanner struct XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6; // MS.Internal.Xml.XPath.XPathSelectionIterator struct XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680; // MS.Internal.Xml.XPath.XPathSelfQuery struct XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91; // MS.Internal.Xml.XPath.XPathSingletonIterator struct XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D; // System.Xml.Schema.XmlAnyConverter struct XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55; // System.Xml.XmlEncodedRawTextWriter struct XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9; // System.Xml.XmlNodeListEnumerator struct XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905; // System.Xml.XmlRawWriterBase64Encoder struct XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA; // System.Xml.XmlUtf8RawTextWriter struct XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8; // System.Xml.Xsl.XsltContext struct XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23; // System.Xml.SecureStringHasher/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Xml.XPath.XPathNodeIterator/Enumerator struct Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298; // MS.Internal.Xml.XPath.XPathParser/ParamInfo struct ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName struct NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_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* CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_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* IHasXmlNode_t9F1F8B32EBAAF0CF9A9D523C142AF8D819235BE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_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* IXsltContextVariable_t54783DA4091944DC9B5FAAD21AA694685039FCA0_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* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t1914BF96F32809437AECA3384C85A319B63B8461_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingManifestResourceException_tAC74F21ADC46CCB2BCC710464434E3B97F72FACB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Root_t809E30FF7648043829DC43D69EDE90DFBE742D72_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_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* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____BAD037B714E1CD1052149B51238A3D4351DD10B5_10_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00722598CA6BA1F0518997F2B785CD56427AB1F1; IL2CPP_EXTERN_C String_t* _stringLiteral02E0591C874C7B96268DF9DC6FA19AC2E41C9980; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0FF2CCA08D1FF434D983AEC66B0C77CA1AE3354E; IL2CPP_EXTERN_C String_t* _stringLiteral11755B5366F0CB9795C110660305E7AAC6089A39; IL2CPP_EXTERN_C String_t* _stringLiteral13B1B956E2F73D7942D59A9A0BC6BAC295CC8AB3; IL2CPP_EXTERN_C String_t* _stringLiteral14B7D0FA86CCA6B817FBA16866CCDC7DB4592CB1; IL2CPP_EXTERN_C String_t* _stringLiteral1692DF7449672DA4F3CBA4A5036EDBC5EB910118; IL2CPP_EXTERN_C String_t* _stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18; IL2CPP_EXTERN_C String_t* _stringLiteral1882B2E39CE45AAB0F6C3274F51D780E7757C299; IL2CPP_EXTERN_C String_t* _stringLiteral1A9B25F4DFE20C0AD18665BC9AF768F47F752B2D; IL2CPP_EXTERN_C String_t* _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29; IL2CPP_EXTERN_C String_t* _stringLiteral1E6DBEFB654139460DE43FF2E7AE64CB366D96C3; IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; IL2CPP_EXTERN_C String_t* _stringLiteral2390D6884F59E2E4EA04837AD7D6268548597633; IL2CPP_EXTERN_C String_t* _stringLiteral266A6E70F3BC9E04A2BC6274C2A8820535A50A1E; IL2CPP_EXTERN_C String_t* _stringLiteral26C143611F9279917294CC9139984B17E0479D09; IL2CPP_EXTERN_C String_t* _stringLiteral281B4DD577192A2270A89228DB0EF4FCD056C5A1; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE; IL2CPP_EXTERN_C String_t* _stringLiteral30792CEAFD09AA6658955BBAB29EF6F609B507E0; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral3A3E2EB98D9DFB27900932664A80783079B8EC8B; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral483DFA9A614472DBFD4B58265DDE1C943D92F756; IL2CPP_EXTERN_C String_t* _stringLiteral49861E5787768004B07E6C23F6AB9F55253AE10D; IL2CPP_EXTERN_C String_t* _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960; IL2CPP_EXTERN_C String_t* _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E; IL2CPP_EXTERN_C String_t* _stringLiteral5B392D0CE7FFD297109C007E16EA8FFE7370B906; IL2CPP_EXTERN_C String_t* _stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2; IL2CPP_EXTERN_C String_t* _stringLiteral5DEA0A2452C7C91E11DD034599BCF9A40441D4DB; IL2CPP_EXTERN_C String_t* _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6; IL2CPP_EXTERN_C String_t* _stringLiteral60FCDFD0C330A0636DB449998F8C8F58C7522826; IL2CPP_EXTERN_C String_t* _stringLiteral63FEAE5081ABFB719642D387AE43B7D4DFB3CFEB; IL2CPP_EXTERN_C String_t* _stringLiteral663A8249BBA013A1577EB5393F05CFCC2ED7EEB3; IL2CPP_EXTERN_C String_t* _stringLiteral6764187FC7613394A2651652ACA3B88416ABEB47; IL2CPP_EXTERN_C String_t* _stringLiteral68930CC908F2D84D0608F119634A199E407F83C2; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367; IL2CPP_EXTERN_C String_t* _stringLiteral6BE96E73BB52729216A9D75FF07DA00B5F9AAB50; IL2CPP_EXTERN_C String_t* _stringLiteral71F910E4F98AD2BC9250B9F42063CE35DED545CF; IL2CPP_EXTERN_C String_t* _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741; IL2CPP_EXTERN_C String_t* _stringLiteral7A0BF4CB0B30A53D30B43A47F601DF042B838CA3; IL2CPP_EXTERN_C String_t* _stringLiteral804AD0583883EA822F254A6C57F7E555DD4D5AC8; IL2CPP_EXTERN_C String_t* _stringLiteral816AC250ED1A01784CA5BFF5B463DE22A63B3CCA; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88BDF3D0791A560245652E772545C49897854443; IL2CPP_EXTERN_C String_t* _stringLiteral8BF4D6820BD8495CC3D356CD80F5C8185A39DCEA; IL2CPP_EXTERN_C String_t* _stringLiteral971696CB6407FC25FF80CF814D3D67C37EA7358E; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9DD6F91CC9627D8E824633A188628376A36468B4; IL2CPP_EXTERN_C String_t* _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651; IL2CPP_EXTERN_C String_t* _stringLiteralA699B1B0C356859DDE0A935EF36DC503723EFA5E; IL2CPP_EXTERN_C String_t* _stringLiteralAC646FF329215C5A0D040CBE1C542ED06A40AA21; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB89A9E497FE060358B47BF674186310F20697B2E; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0; IL2CPP_EXTERN_C String_t* _stringLiteralC0663D5BE9020830BD1E4C1470B6EB5CEA4D0AA3; IL2CPP_EXTERN_C String_t* _stringLiteralC2CEFB286612CBA904F0640537F6E5DC700B0C7E; IL2CPP_EXTERN_C String_t* _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780; IL2CPP_EXTERN_C String_t* _stringLiteralCA274EE8FDBC44A33E4FBC98C7B94AA44C080B76; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralCEBC2707039661BD61D98F991B27F2B9CB160373; IL2CPP_EXTERN_C String_t* _stringLiteralCFE4DD8F73FAE5DCCF950ABD64B6D976D2C07E2C; IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052; IL2CPP_EXTERN_C String_t* _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31; IL2CPP_EXTERN_C String_t* _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA; IL2CPP_EXTERN_C String_t* _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142; IL2CPP_EXTERN_C String_t* _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17; IL2CPP_EXTERN_C String_t* _stringLiteralDC125FEC0116CADDF0C94B573A3CFA709907CE3D; IL2CPP_EXTERN_C String_t* _stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197; IL2CPP_EXTERN_C String_t* _stringLiteralDD04CAFBC9E6DA5318C057180A0BD0EC13B9B3FC; IL2CPP_EXTERN_C String_t* _stringLiteralDEA3F5044E13F19207D83873B64CD5C1E5385A9F; IL2CPP_EXTERN_C String_t* _stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7; IL2CPP_EXTERN_C String_t* _stringLiteralDF927B4144C20383150FDF84829FBD896D179787; IL2CPP_EXTERN_C String_t* _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7; IL2CPP_EXTERN_C String_t* _stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292; IL2CPP_EXTERN_C String_t* _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490; IL2CPP_EXTERN_C String_t* _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralEEC7EDD445A803BF7283248C4CEA74FBAEF51A7D; IL2CPP_EXTERN_C String_t* _stringLiteralF53C2A1D0804BE802D96B7BF7C02EA86655D4D6E; IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667; IL2CPP_EXTERN_C String_t* _stringLiteralF85CDE9FE0D3B3C94F358C5F78E5E0003228D857; IL2CPP_EXTERN_C String_t* _stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8; IL2CPP_EXTERN_C String_t* _stringLiteralF9DBE8E4DB533A9CCC2A3FC2B481DA27E626B788; IL2CPP_EXTERN_C String_t* _stringLiteralFAA00C50B7D04DD383D697F31AB23DBFB14D8359; IL2CPP_EXTERN_C String_t* _stringLiteralFE4989E76E7302C041C659048BA98BE4D3554EAD; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mB898E7EF265E8338DED0225D3D51EF7CD571E886_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m1E4F783E7D345C72557477BF3E3E8B6500E6962E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m7CA7A86950D9A4E59B144DC17D365D1BECE9ACCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m73654A199C9587F659F1D34D69070C111612B686_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mE4CDD04F66005A5DDC50951DD801CA385D91708A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m467FD97D8B6FDB9657193242324FDAFA10AFAB97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7268B2DED6843C67C3306C158DA9C0D46B720226_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7B1612DAAC58ADB707313836D78A8FB4556FEBC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m65E4023612474F06A81A5E6C00F2CC9D7AD7667F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m7DE3937218C67D4D65E5338407A5BB6B0A7B76A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m5ABD3F7311A0406840C5655894A890F4B295DBA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mAF5AC8910C4D76BA22A0AF4C6B770B9F7DB161BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF539B3DCF94C4A0F31CEAD36C1E5524F637761FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m84333A179C4670CAFAE7F6753C157D1CE3B78883_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m101731FC9AA9055E8BD0944E295A73BBF9290EAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m561B8AE29811BDB069D1F02C5A2FFE42684D5F29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mAB5F7D0019E8BE4E5C283771D17AE3E102AABAC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD4648684756CFC42655A84A3FEA906AEF830B333_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8523C07FE6536C7B0088640C6393E2EC253B5E30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecureStringHasher_GetHashCodeOfString_m38C6DD4A290EE4A73135384834F8F3FA2D9CFB83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mB67769758EF4DE6860F04BB06DD416B0A633F66D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m78228AAF072CCA403F1750B0504999ED4D87B570_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m8E603B429D069137DBBA7AB5447DECB06F1461EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m82489B7C6C1050B4D9988AC9A045190F030B92ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF16Decoder_GetCharCount_m61272138BC9505C01E304C25B14645B190DB8DFE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder1234_GetFullChars_m417E203046FC359AEF31071D76B35AAF9BC1CF70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder2143_GetFullChars_m64657C52D59FE42469C95B6AA3EB1621C753D9B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder3412_GetFullChars_m97832889707DA6CBA62C3A964F521165AC4E9B65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder4321_GetFullChars_m97A1B59D2A0586C88D58A96592FA3D30034088B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Encoding_GetByteCount_mAD24C5C660223A39CB8F6DD2A416BF5159E915C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnionExpr_get_CurrentPosition_mA8E0C0D2C41C75153BA81767A2A6DBE034359321_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValidateNames_ThrowInvalidName_m3B8085044403A9CFA0F9F4CABF00D01ACCA98A57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m4B5FDCA1D109A6FD27D0F958178CE145F6C604B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueQuery_Advance_m007C4C9ACEE4EC8575322596786AA72206A5340B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueQuery_get_Count_m9471557A68A5FC83303F7B1C4B577D7DCB61B526_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueQuery_get_CurrentPosition_m70BF87E55C1EC562E77235A0DEA0F85FCC6D7643_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueQuery_get_Current_m6C11C4F65324B233D824041B3C9499FF304DF615_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariableQuery_Evaluate_m547C22E60FE152F3DA8A96ED1B03DC0E7B4C36D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* VariableQuery_SetXsltContext_m96C40436BB83FBBF374813AF09E9F216A83E00B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathArrayIterator_get_Current_m1C57E3D19504F2E33018463CC0AC1A3B4FEC0392_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathAxisIterator__ctor_m38ABD80B4EF8F9998394EE379F75F6D7E43504C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathDocumentElementChildIterator__ctor_mF73F5A4B393A5680DDA6266FBB62B001561EBFAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathDocumentElementDescendantIterator__ctor_m4B6107E0CFC0869FAD9640A414E0156688F3FFBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m934E6CFF8E7436CDBD30AA29FE20CA679A7EA7C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathNavigator_Evaluate_mF0022B1DCDCE04DD442C1461F51E9F5A54E64F3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathNavigator_Select_mD3E6956712A65909E1D4DC8C53D31DE5177F3530_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathParser_CheckNodeSet_m84A1F77F461ACD50B393BECF90BFB90FD783BB0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathParser_CheckToken_m72D74371B0BD920F3485A17D2037F4D3CBA7089B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathParser_GetAxis_mD12F8BA3CA3AD6C5EF83CF0C78400F9E0FA5A065_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathParser_ParseExpresion_m7C41D508A5BC716F12B4AE357F073FCC7B00A119_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathParser_ParseMethod_m947678914543C353BF73C24CE8F69BF28BFE38C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathParser_ParseNodeTest_m7C196A622DDE86B953DAAE9FE4382E89BFBB090A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathParser_ParseXPathExpresion_m04584E978A8D3B98A4A448F881CFBB02F5DE41F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathScanner_NextLex_m9C2B85F1F89116D2041CC6D299634246D19F2933_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathScanner_ScanString_m9AAFCD382C12C00F477E012AA5B2C3B77C05490D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathScanner__ctor_mB0E69019BA9F28566F6B74ABC1CDB6BB0C683E23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m0145B7950DCE3F068F801D08D21256CFB72AC610_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m17622C9FEE8FDDD11F404887C6F3E22571F1827F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m4B244DAF61625C03AD5AC89B34EA1155210604AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m4BB0C8E9C6DAC3D484C09442016A2FF960E097A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m504E61FDF86EF7A59BFC012ECE23FD8C05C14F4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m5974023A61DE8B33DF5B1325A4C3E168A1AC15FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m95FC78819D2AAFF667A56524B9783232BD56AB92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_mCB6F8A0EF4BB9EE3B855709AE2327C6657C360A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToBoolean_m2CD2B17160CF412C0C251CD887B1798C6BA7815C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToDateTimeOffset_mB9A17B77FD5C826AC0C630370C262D6B16A47EB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToDateTime_mCE920B511EFF1EDD4090BCBF12B5B804DFE3101C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToDecimal_mA8EBDC5F0A210F840F4BFA66F49FA568F0EDEBD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToDouble_m0CC27BCE8F42F02999922F56E09D5334B59F16DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToInt32_mDFF02B10FCD6D1CAF1A0F7FA8D860347DCFA5A7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToInt64_mEB55EBE2EA6C818972068626684FB5E75BDE1F68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToNavigator_m9A741700EB0DDF11F2B964C9024404C3691A542A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToSingle_m14D22E1D794D24E3AE12B121086F53AFB86DA55D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574_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; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7;; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com;; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke; struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke;; struct BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986; struct XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254; 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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C : 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_tE42F4CA2251E4564157940892384BFB9EBE58D61* ___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_t1A5E6B675EFA5A7901D7B04966A914995A34ECFF * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t530059B6E09E07208AE8745C3EA5EC32BA6C17F6 * ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___entries_1)); } inline EntryU5BU5D_tE42F4CA2251E4564157940892384BFB9EBE58D61* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE42F4CA2251E4564157940892384BFB9EBE58D61** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE42F4CA2251E4564157940892384BFB9EBE58D61* 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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___keys_7)); } inline KeyCollection_t1A5E6B675EFA5A7901D7B04966A914995A34ECFF * get_keys_7() const { return ___keys_7; } inline KeyCollection_t1A5E6B675EFA5A7901D7B04966A914995A34ECFF ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t1A5E6B675EFA5A7901D7B04966A914995A34ECFF * 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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ___values_8)); } inline ValueCollection_t530059B6E09E07208AE8745C3EA5EC32BA6C17F6 * get_values_8() const { return ___values_8; } inline ValueCollection_t530059B6E09E07208AE8745C3EA5EC32BA6C17F6 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t530059B6E09E07208AE8745C3EA5EC32BA6C17F6 * 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_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C, ____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_tAE876430C26C14013C55DAD24B0371FC13711628 : 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_t83713DF8B7EE9B8596160950C2EEF3FB4CAB1E04* ___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_t19FFA5E5342A58F027C3250D405357F10C8EE0FC * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t7533B82E606555F851C91752B08EB43985541F0D * ___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_tAE876430C26C14013C55DAD24B0371FC13711628, ___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_tAE876430C26C14013C55DAD24B0371FC13711628, ___entries_1)); } inline EntryU5BU5D_t83713DF8B7EE9B8596160950C2EEF3FB4CAB1E04* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t83713DF8B7EE9B8596160950C2EEF3FB4CAB1E04** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t83713DF8B7EE9B8596160950C2EEF3FB4CAB1E04* 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_tAE876430C26C14013C55DAD24B0371FC13711628, ___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_tAE876430C26C14013C55DAD24B0371FC13711628, ___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_tAE876430C26C14013C55DAD24B0371FC13711628, ___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_tAE876430C26C14013C55DAD24B0371FC13711628, ___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_tAE876430C26C14013C55DAD24B0371FC13711628, ___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_tAE876430C26C14013C55DAD24B0371FC13711628, ___keys_7)); } inline KeyCollection_t19FFA5E5342A58F027C3250D405357F10C8EE0FC * get_keys_7() const { return ___keys_7; } inline KeyCollection_t19FFA5E5342A58F027C3250D405357F10C8EE0FC ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t19FFA5E5342A58F027C3250D405357F10C8EE0FC * 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_tAE876430C26C14013C55DAD24B0371FC13711628, ___values_8)); } inline ValueCollection_t7533B82E606555F851C91752B08EB43985541F0D * get_values_8() const { return ___values_8; } inline ValueCollection_t7533B82E606555F851C91752B08EB43985541F0D ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t7533B82E606555F851C91752B08EB43985541F0D * 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_tAE876430C26C14013C55DAD24B0371FC13711628, ____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_t4EDA304EB239333A04A5B9AA8551E2714497961C : 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_t5202EDAA20A12B03E10281AC8139A039C2E648DE* ___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_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B * ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___entries_1)); } inline EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5202EDAA20A12B03E10281AC8139A039C2E648DE* 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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___keys_7)); } inline KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t90D2E361BA1F4822CDF5DDC1E86B7490F6A98B41 * 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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ___values_8)); } inline ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B * get_values_8() const { return ___values_8; } inline ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tF406B1D62257B67240711CC39A9B13163014394B * 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_t4EDA304EB239333A04A5B9AA8551E2714497961C, ____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 struct Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 : 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_tA3DDC0B951DBF95A552959A08A07C10A84E89DA0* ___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_t030E8C0717067BB35BC97531ADFD5B34DE81E372 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0A13A40E317C41D701F731B2E09A7863C1AF1C9E * ___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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___entries_1)); } inline EntryU5BU5D_tA3DDC0B951DBF95A552959A08A07C10A84E89DA0* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA3DDC0B951DBF95A552959A08A07C10A84E89DA0** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA3DDC0B951DBF95A552959A08A07C10A84E89DA0* 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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___keys_7)); } inline KeyCollection_t030E8C0717067BB35BC97531ADFD5B34DE81E372 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t030E8C0717067BB35BC97531ADFD5B34DE81E372 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t030E8C0717067BB35BC97531ADFD5B34DE81E372 * 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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ___values_8)); } inline ValueCollection_t0A13A40E317C41D701F731B2E09A7863C1AF1C9E * get_values_8() const { return ___values_8; } inline ValueCollection_t0A13A40E317C41D701F731B2E09A7863C1AF1C9E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0A13A40E317C41D701F731B2E09A7863C1AF1C9E * 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_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2, ____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.List`1 struct List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0* ____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_t318F786C70BD3AB62AA4519701522818CEFE7D75, ____items_1)); } inline IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0* get__items_1() const { return ____items_1; } inline IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0* 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_t318F786C70BD3AB62AA4519701522818CEFE7D75, ____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_t318F786C70BD3AB62AA4519701522818CEFE7D75, ____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_t318F786C70BD3AB62AA4519701522818CEFE7D75, ____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_t318F786C70BD3AB62AA4519701522818CEFE7D75_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75_StaticFields, ____emptyArray_5)); } inline IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0* get__emptyArray_5() const { return ____emptyArray_5; } inline IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IDtdDefaultAttributeInfoU5BU5D_tA0758079FA8B26D55E0809378AB600A695ACFEC0* 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.List`1 struct List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* ____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_t1A2458CBF3EBCB02C3FD00942784195EE29CC960, ____items_1)); } inline XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* get__items_1() const { return ____items_1; } inline XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* 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_t1A2458CBF3EBCB02C3FD00942784195EE29CC960, ____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_t1A2458CBF3EBCB02C3FD00942784195EE29CC960, ____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_t1A2458CBF3EBCB02C3FD00942784195EE29CC960, ____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_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_StaticFields, ____emptyArray_5)); } inline XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* get__emptyArray_5() const { return ____emptyArray_5; } inline XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t1914BF96F32809437AECA3384C85A319B63B8461 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* ____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_t1914BF96F32809437AECA3384C85A319B63B8461, ____items_1)); } inline XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* get__items_1() const { return ____items_1; } inline XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* 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_t1914BF96F32809437AECA3384C85A319B63B8461, ____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_t1914BF96F32809437AECA3384C85A319B63B8461, ____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_t1914BF96F32809437AECA3384C85A319B63B8461, ____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_t1914BF96F32809437AECA3384C85A319B63B8461_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1914BF96F32809437AECA3384C85A319B63B8461_StaticFields, ____emptyArray_5)); } inline XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* get__emptyArray_5() const { return ____emptyArray_5; } inline XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(XmlNodeU5BU5D_tE4DE294EC8D9238F7ACAB33EF0821AEB4FF2BDCA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF* ____array_0; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_1; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_2; // System.Object System.Collections.Generic.Stack`1::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0, ____array_0)); } inline SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF* get__array_0() const { return ____array_0; } inline SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF** get_address_of__array_0() { return &____array_0; } inline void set__array_0(SequenceConstructPosContextU5BU5D_tB4ACA1FC55072B19F97324DE24BBB743C90351EF* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0, ____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__syncRoot_3() { return static_cast(offsetof(Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D, ___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); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 : public RuntimeObject { public: // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_0; // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_2; // System.Object System.Collections.ArrayList::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__items_0() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_0() const { return ____items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_0() { return &____items_0; } inline void set__items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__version_2() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____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__syncRoot_3() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575, ____syncRoot_3)); } inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; } inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; } inline void set__syncRoot_3(RuntimeObject * value) { ____syncRoot_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value); } }; struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields { public: // System.Object[] System.Collections.ArrayList::emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___emptyArray_4; public: inline static int32_t get_offset_of_emptyArray_4() { return static_cast(offsetof(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_StaticFields, ___emptyArray_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_emptyArray_4() const { return ___emptyArray_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_emptyArray_4() { return &___emptyArray_4; } inline void set_emptyArray_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___emptyArray_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value); } }; // MS.Internal.Xml.XPath.AstNode struct AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C : public RuntimeObject { public: public: }; // System.BitConverter struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654 : public RuntimeObject { public: public: }; struct BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields { public: // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; public: inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast(offsetof(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields, ___IsLittleEndian_0)); } inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; } inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; } inline void set_IsLittleEndian_0(bool value) { ___IsLittleEndian_0 = value; } }; // System.Xml.Schema.BitSet struct BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 : public RuntimeObject { public: // System.Int32 System.Xml.Schema.BitSet::count int32_t ___count_0; // System.UInt32[] System.Xml.Schema.BitSet::bits UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___bits_1; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438, ___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; } inline static int32_t get_offset_of_bits_1() { return static_cast(offsetof(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438, ___bits_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_bits_1() const { return ___bits_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_bits_1() { return &___bits_1; } inline void set_bits_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___bits_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___bits_1), (void*)value); } }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::m_fallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___m_fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * ___m_fallbackBuffer_1; public: inline static int32_t get_offset_of_m_fallback_0() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallback_0)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_m_fallback_0() const { return ___m_fallback_0; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_m_fallback_0() { return &___m_fallback_0; } inline void set_m_fallback_0(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___m_fallback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value); } inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast(offsetof(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370, ___m_fallbackBuffer_1)); } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; } inline DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; } inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t236B3D4172A9BAD1C2150ED78958227F8F20C94B * value) { ___m_fallbackBuffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value); } }; // System.Text.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.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_60; public: inline static int32_t get_offset_of_m_codePage_55() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_55)); } inline int32_t get_m_codePage_55() const { return ___m_codePage_55; } inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; } inline void set_m_codePage_55(int32_t value) { ___m_codePage_55 = value; } inline static int32_t get_offset_of_dataItem_56() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_56)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_56() const { return ___dataItem_56; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_56() { return &___dataItem_56; } inline void set_dataItem_56(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_57)); } inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; } inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; } inline void set_m_deserializedFromEverett_57(bool value) { ___m_deserializedFromEverett_57 = value; } inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_58)); } inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; } inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; } inline void set_m_isReadOnly_58(bool value) { ___m_isReadOnly_58 = value; } inline static int32_t get_offset_of_encoderFallback_59() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_59)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_59() const { return ___encoderFallback_59; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; } inline void set_encoderFallback_59(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value); } inline static int32_t get_offset_of_decoderFallback_60() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_60)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_60() const { return ___decoderFallback_60; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; } inline void set_decoderFallback_60(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value); } }; struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_61; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_61)); } inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; } inline void set_s_InternalSyncObject_61(RuntimeObject * value) { ___s_InternalSyncObject_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value); } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.Xml.Schema.FacetsChecker struct FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Xml.Schema.Positions struct Positions_t577D66E21F674149C5A3E68851CE88B94C37248F : public RuntimeObject { public: // System.Collections.ArrayList System.Xml.Schema.Positions::positions ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___positions_0; public: inline static int32_t get_offset_of_positions_0() { return static_cast(offsetof(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F, ___positions_0)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_positions_0() const { return ___positions_0; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_positions_0() { return &___positions_0; } inline void set_positions_0(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___positions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_0), (void*)value); } }; // MS.Internal.Xml.XPath.QueryBuilder struct QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 : public RuntimeObject { public: // System.String MS.Internal.Xml.XPath.QueryBuilder::query String_t* ___query_0; // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::allowVar bool ___allowVar_1; // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::allowKey bool ___allowKey_2; // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::allowCurrent bool ___allowCurrent_3; // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::needContext bool ___needContext_4; // MS.Internal.Xml.XPath.BaseAxisQuery MS.Internal.Xml.XPath.QueryBuilder::firstInput BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * ___firstInput_5; // System.Int32 MS.Internal.Xml.XPath.QueryBuilder::parseDepth int32_t ___parseDepth_6; public: inline static int32_t get_offset_of_query_0() { return static_cast(offsetof(QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9, ___query_0)); } inline String_t* get_query_0() const { return ___query_0; } inline String_t** get_address_of_query_0() { return &___query_0; } inline void set_query_0(String_t* value) { ___query_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___query_0), (void*)value); } inline static int32_t get_offset_of_allowVar_1() { return static_cast(offsetof(QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9, ___allowVar_1)); } inline bool get_allowVar_1() const { return ___allowVar_1; } inline bool* get_address_of_allowVar_1() { return &___allowVar_1; } inline void set_allowVar_1(bool value) { ___allowVar_1 = value; } inline static int32_t get_offset_of_allowKey_2() { return static_cast(offsetof(QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9, ___allowKey_2)); } inline bool get_allowKey_2() const { return ___allowKey_2; } inline bool* get_address_of_allowKey_2() { return &___allowKey_2; } inline void set_allowKey_2(bool value) { ___allowKey_2 = value; } inline static int32_t get_offset_of_allowCurrent_3() { return static_cast(offsetof(QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9, ___allowCurrent_3)); } inline bool get_allowCurrent_3() const { return ___allowCurrent_3; } inline bool* get_address_of_allowCurrent_3() { return &___allowCurrent_3; } inline void set_allowCurrent_3(bool value) { ___allowCurrent_3 = value; } inline static int32_t get_offset_of_needContext_4() { return static_cast(offsetof(QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9, ___needContext_4)); } inline bool get_needContext_4() const { return ___needContext_4; } inline bool* get_address_of_needContext_4() { return &___needContext_4; } inline void set_needContext_4(bool value) { ___needContext_4 = value; } inline static int32_t get_offset_of_firstInput_5() { return static_cast(offsetof(QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9, ___firstInput_5)); } inline BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * get_firstInput_5() const { return ___firstInput_5; } inline BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A ** get_address_of_firstInput_5() { return &___firstInput_5; } inline void set_firstInput_5(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * value) { ___firstInput_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstInput_5), (void*)value); } inline static int32_t get_offset_of_parseDepth_6() { return static_cast(offsetof(QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9, ___parseDepth_6)); } inline int32_t get_parseDepth_6() const { return ___parseDepth_6; } inline int32_t* get_address_of_parseDepth_6() { return &___parseDepth_6; } inline void set_parseDepth_6(int32_t value) { ___parseDepth_6 = value; } }; // 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.Xml.SecureStringHasher struct SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A : public RuntimeObject { public: // System.Int32 System.Xml.SecureStringHasher::hashCodeRandomizer int32_t ___hashCodeRandomizer_1; public: inline static int32_t get_offset_of_hashCodeRandomizer_1() { return static_cast(offsetof(SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A, ___hashCodeRandomizer_1)); } inline int32_t get_hashCodeRandomizer_1() const { return ___hashCodeRandomizer_1; } inline int32_t* get_address_of_hashCodeRandomizer_1() { return &___hashCodeRandomizer_1; } inline void set_hashCodeRandomizer_1(int32_t value) { ___hashCodeRandomizer_1 = value; } }; struct SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_StaticFields { public: // System.Xml.SecureStringHasher/HashCodeOfStringDelegate System.Xml.SecureStringHasher::hashCodeDelegate HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * ___hashCodeDelegate_0; public: inline static int32_t get_offset_of_hashCodeDelegate_0() { return static_cast(offsetof(SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_StaticFields, ___hashCodeDelegate_0)); } inline HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * get_hashCodeDelegate_0() const { return ___hashCodeDelegate_0; } inline HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 ** get_address_of_hashCodeDelegate_0() { return &___hashCodeDelegate_0; } inline void set_hashCodeDelegate_0(HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * value) { ___hashCodeDelegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashCodeDelegate_0), (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.Xml.Schema.SymbolsDictionary struct SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF : public RuntimeObject { public: // System.Int32 System.Xml.Schema.SymbolsDictionary::last int32_t ___last_0; // System.Collections.Hashtable System.Xml.Schema.SymbolsDictionary::names Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___names_1; // System.Collections.Hashtable System.Xml.Schema.SymbolsDictionary::wildcards Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___wildcards_2; // System.Collections.ArrayList System.Xml.Schema.SymbolsDictionary::particles ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___particles_3; // System.Object System.Xml.Schema.SymbolsDictionary::particleLast RuntimeObject * ___particleLast_4; // System.Boolean System.Xml.Schema.SymbolsDictionary::isUpaEnforced bool ___isUpaEnforced_5; public: inline static int32_t get_offset_of_last_0() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___last_0)); } inline int32_t get_last_0() const { return ___last_0; } inline int32_t* get_address_of_last_0() { return &___last_0; } inline void set_last_0(int32_t value) { ___last_0 = value; } inline static int32_t get_offset_of_names_1() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___names_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_names_1() const { return ___names_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_names_1() { return &___names_1; } inline void set_names_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___names_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___names_1), (void*)value); } inline static int32_t get_offset_of_wildcards_2() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___wildcards_2)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_wildcards_2() const { return ___wildcards_2; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_wildcards_2() { return &___wildcards_2; } inline void set_wildcards_2(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___wildcards_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___wildcards_2), (void*)value); } inline static int32_t get_offset_of_particles_3() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___particles_3)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_particles_3() const { return ___particles_3; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_particles_3() { return &___particles_3; } inline void set_particles_3(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___particles_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___particles_3), (void*)value); } inline static int32_t get_offset_of_particleLast_4() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___particleLast_4)); } inline RuntimeObject * get_particleLast_4() const { return ___particleLast_4; } inline RuntimeObject ** get_address_of_particleLast_4() { return &___particleLast_4; } inline void set_particleLast_4(RuntimeObject * value) { ___particleLast_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___particleLast_4), (void*)value); } inline static int32_t get_offset_of_isUpaEnforced_5() { return static_cast(offsetof(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF, ___isUpaEnforced_5)); } inline bool get_isUpaEnforced_5() const { return ___isUpaEnforced_5; } inline bool* get_address_of_isUpaEnforced_5() { return &___isUpaEnforced_5; } inline void set_isUpaEnforced_5(bool value) { ___isUpaEnforced_5 = value; } }; // System.Xml.Schema.SyntaxTreeNode struct SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 : public RuntimeObject { public: public: }; // System.Xml.TernaryTreeReadOnly struct TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF : public RuntimeObject { public: // System.Byte[] System.Xml.TernaryTreeReadOnly::nodeBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nodeBuffer_0; public: inline static int32_t get_offset_of_nodeBuffer_0() { return static_cast(offsetof(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF, ___nodeBuffer_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_nodeBuffer_0() const { return ___nodeBuffer_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_nodeBuffer_0() { return &___nodeBuffer_0; } inline void set_nodeBuffer_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___nodeBuffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodeBuffer_0), (void*)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.XPathDocument struct XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 : public RuntimeObject { public: // MS.Internal.Xml.Cache.XPathNode[] System.Xml.XPath.XPathDocument::pageText XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageText_0; // MS.Internal.Xml.Cache.XPathNode[] System.Xml.XPath.XPathDocument::pageRoot XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageRoot_1; // MS.Internal.Xml.Cache.XPathNode[] System.Xml.XPath.XPathDocument::pageXmlNmsp XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageXmlNmsp_2; // System.Int32 System.Xml.XPath.XPathDocument::idxText int32_t ___idxText_3; // System.Int32 System.Xml.XPath.XPathDocument::idxRoot int32_t ___idxRoot_4; // System.Int32 System.Xml.XPath.XPathDocument::idxXmlNmsp int32_t ___idxXmlNmsp_5; // System.Xml.XmlNameTable System.Xml.XPath.XPathDocument::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_6; // System.Collections.Generic.Dictionary`2 System.Xml.XPath.XPathDocument::mapNmsp Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * ___mapNmsp_7; // System.Collections.Generic.Dictionary`2 System.Xml.XPath.XPathDocument::idValueMap Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 * ___idValueMap_8; public: inline static int32_t get_offset_of_pageText_0() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___pageText_0)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageText_0() const { return ___pageText_0; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageText_0() { return &___pageText_0; } inline void set_pageText_0(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageText_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageText_0), (void*)value); } inline static int32_t get_offset_of_pageRoot_1() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___pageRoot_1)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageRoot_1() const { return ___pageRoot_1; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageRoot_1() { return &___pageRoot_1; } inline void set_pageRoot_1(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageRoot_1), (void*)value); } inline static int32_t get_offset_of_pageXmlNmsp_2() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___pageXmlNmsp_2)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageXmlNmsp_2() const { return ___pageXmlNmsp_2; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageXmlNmsp_2() { return &___pageXmlNmsp_2; } inline void set_pageXmlNmsp_2(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageXmlNmsp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageXmlNmsp_2), (void*)value); } inline static int32_t get_offset_of_idxText_3() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___idxText_3)); } inline int32_t get_idxText_3() const { return ___idxText_3; } inline int32_t* get_address_of_idxText_3() { return &___idxText_3; } inline void set_idxText_3(int32_t value) { ___idxText_3 = value; } inline static int32_t get_offset_of_idxRoot_4() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___idxRoot_4)); } inline int32_t get_idxRoot_4() const { return ___idxRoot_4; } inline int32_t* get_address_of_idxRoot_4() { return &___idxRoot_4; } inline void set_idxRoot_4(int32_t value) { ___idxRoot_4 = value; } inline static int32_t get_offset_of_idxXmlNmsp_5() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___idxXmlNmsp_5)); } inline int32_t get_idxXmlNmsp_5() const { return ___idxXmlNmsp_5; } inline int32_t* get_address_of_idxXmlNmsp_5() { return &___idxXmlNmsp_5; } inline void set_idxXmlNmsp_5(int32_t value) { ___idxXmlNmsp_5 = value; } inline static int32_t get_offset_of_nameTable_6() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___nameTable_6)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_6() const { return ___nameTable_6; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_6() { return &___nameTable_6; } inline void set_nameTable_6(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_6), (void*)value); } inline static int32_t get_offset_of_mapNmsp_7() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___mapNmsp_7)); } inline Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * get_mapNmsp_7() const { return ___mapNmsp_7; } inline Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C ** get_address_of_mapNmsp_7() { return &___mapNmsp_7; } inline void set_mapNmsp_7(Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * value) { ___mapNmsp_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapNmsp_7), (void*)value); } inline static int32_t get_offset_of_idValueMap_8() { return static_cast(offsetof(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28, ___idValueMap_8)); } inline Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 * get_idValueMap_8() const { return ___idValueMap_8; } inline Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 ** get_address_of_idValueMap_8() { return &___idValueMap_8; } inline void set_idValueMap_8(Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 * value) { ___idValueMap_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___idValueMap_8), (void*)value); } }; // System.Xml.XPath.XPathExpression struct XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 : public RuntimeObject { public: public: }; // System.Xml.XPath.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 : public RuntimeObject { public: public: }; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A : public RuntimeObject { public: public: }; // MS.Internal.Xml.Cache.XPathNodeHelper struct XPathNodeHelper_t99456967DBA5D2379EFF0407C14FB5292AEAF536 : public RuntimeObject { public: public: }; // MS.Internal.Xml.Cache.XPathNodeInfoAtom struct XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 : public RuntimeObject { public: // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::localName String_t* ___localName_0; // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::namespaceUri String_t* ___namespaceUri_1; // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::prefix String_t* ___prefix_2; // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::baseUri String_t* ___baseUri_3; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::pageParent XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageParent_4; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::pageSibling XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageSibling_5; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::pageSimilar XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageSimilar_6; // System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNodeInfoAtom::doc XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * ___doc_7; // MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNodeInfoAtom::pageInfo XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * ___pageInfo_8; public: inline static int32_t get_offset_of_localName_0() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___localName_0)); } inline String_t* get_localName_0() const { return ___localName_0; } inline String_t** get_address_of_localName_0() { return &___localName_0; } inline void set_localName_0(String_t* value) { ___localName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___localName_0), (void*)value); } inline static int32_t get_offset_of_namespaceUri_1() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___namespaceUri_1)); } inline String_t* get_namespaceUri_1() const { return ___namespaceUri_1; } inline String_t** get_address_of_namespaceUri_1() { return &___namespaceUri_1; } inline void set_namespaceUri_1(String_t* value) { ___namespaceUri_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceUri_1), (void*)value); } inline static int32_t get_offset_of_prefix_2() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___prefix_2)); } inline String_t* get_prefix_2() const { return ___prefix_2; } inline String_t** get_address_of_prefix_2() { return &___prefix_2; } inline void set_prefix_2(String_t* value) { ___prefix_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_2), (void*)value); } inline static int32_t get_offset_of_baseUri_3() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___baseUri_3)); } inline String_t* get_baseUri_3() const { return ___baseUri_3; } inline String_t** get_address_of_baseUri_3() { return &___baseUri_3; } inline void set_baseUri_3(String_t* value) { ___baseUri_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseUri_3), (void*)value); } inline static int32_t get_offset_of_pageParent_4() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___pageParent_4)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageParent_4() const { return ___pageParent_4; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageParent_4() { return &___pageParent_4; } inline void set_pageParent_4(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageParent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageParent_4), (void*)value); } inline static int32_t get_offset_of_pageSibling_5() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___pageSibling_5)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageSibling_5() const { return ___pageSibling_5; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageSibling_5() { return &___pageSibling_5; } inline void set_pageSibling_5(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageSibling_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageSibling_5), (void*)value); } inline static int32_t get_offset_of_pageSimilar_6() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___pageSimilar_6)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageSimilar_6() const { return ___pageSimilar_6; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageSimilar_6() { return &___pageSimilar_6; } inline void set_pageSimilar_6(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageSimilar_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageSimilar_6), (void*)value); } inline static int32_t get_offset_of_doc_7() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___doc_7)); } inline XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * get_doc_7() const { return ___doc_7; } inline XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 ** get_address_of_doc_7() { return &___doc_7; } inline void set_doc_7(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * value) { ___doc_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___doc_7), (void*)value); } inline static int32_t get_offset_of_pageInfo_8() { return static_cast(offsetof(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6, ___pageInfo_8)); } inline XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * get_pageInfo_8() const { return ___pageInfo_8; } inline XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 ** get_address_of_pageInfo_8() { return &___pageInfo_8; } inline void set_pageInfo_8(XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * value) { ___pageInfo_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageInfo_8), (void*)value); } }; // 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; } }; // MS.Internal.Xml.Cache.XPathNodePageInfo struct XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 : public RuntimeObject { public: // System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::pageNum int32_t ___pageNum_0; // System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::nodeCount int32_t ___nodeCount_1; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodePageInfo::pageNext XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageNext_2; public: inline static int32_t get_offset_of_pageNum_0() { return static_cast(offsetof(XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708, ___pageNum_0)); } inline int32_t get_pageNum_0() const { return ___pageNum_0; } inline int32_t* get_address_of_pageNum_0() { return &___pageNum_0; } inline void set_pageNum_0(int32_t value) { ___pageNum_0 = value; } inline static int32_t get_offset_of_nodeCount_1() { return static_cast(offsetof(XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708, ___nodeCount_1)); } inline int32_t get_nodeCount_1() const { return ___nodeCount_1; } inline int32_t* get_address_of_nodeCount_1() { return &___nodeCount_1; } inline void set_nodeCount_1(int32_t value) { ___nodeCount_1 = value; } inline static int32_t get_offset_of_pageNext_2() { return static_cast(offsetof(XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708, ___pageNext_2)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageNext_2() const { return ___pageNext_2; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageNext_2() { return &___pageNext_2; } inline void set_pageNext_2(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageNext_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageNext_2), (void*)value); } }; // MS.Internal.Xml.XPath.XPathParser struct XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 : public RuntimeObject { public: // MS.Internal.Xml.XPath.XPathScanner MS.Internal.Xml.XPath.XPathParser::scanner XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scanner_0; // System.Int32 MS.Internal.Xml.XPath.XPathParser::parseDepth int32_t ___parseDepth_1; public: inline static int32_t get_offset_of_scanner_0() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533, ___scanner_0)); } inline XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * get_scanner_0() const { return ___scanner_0; } inline XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 ** get_address_of_scanner_0() { return &___scanner_0; } inline void set_scanner_0(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * value) { ___scanner_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___scanner_0), (void*)value); } inline static int32_t get_offset_of_parseDepth_1() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533, ___parseDepth_1)); } inline int32_t get_parseDepth_1() const { return ___parseDepth_1; } inline int32_t* get_address_of_parseDepth_1() { return &___parseDepth_1; } inline void set_parseDepth_1(int32_t value) { ___parseDepth_1 = value; } }; struct XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields { public: // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray1 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray1_2; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray2 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray2_3; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray3 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray3_4; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray4 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray4_5; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray5 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray5_6; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray6 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray6_7; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray7 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray7_8; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray8 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray8_9; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser::temparray9 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___temparray9_10; // System.Collections.Hashtable MS.Internal.Xml.XPath.XPathParser::functionTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___functionTable_11; // System.Collections.Hashtable MS.Internal.Xml.XPath.XPathParser::AxesTable Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___AxesTable_12; public: inline static int32_t get_offset_of_temparray1_2() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray1_2)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray1_2() const { return ___temparray1_2; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray1_2() { return &___temparray1_2; } inline void set_temparray1_2(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray1_2), (void*)value); } inline static int32_t get_offset_of_temparray2_3() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray2_3)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray2_3() const { return ___temparray2_3; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray2_3() { return &___temparray2_3; } inline void set_temparray2_3(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray2_3), (void*)value); } inline static int32_t get_offset_of_temparray3_4() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray3_4)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray3_4() const { return ___temparray3_4; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray3_4() { return &___temparray3_4; } inline void set_temparray3_4(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray3_4), (void*)value); } inline static int32_t get_offset_of_temparray4_5() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray4_5)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray4_5() const { return ___temparray4_5; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray4_5() { return &___temparray4_5; } inline void set_temparray4_5(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray4_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray4_5), (void*)value); } inline static int32_t get_offset_of_temparray5_6() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray5_6)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray5_6() const { return ___temparray5_6; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray5_6() { return &___temparray5_6; } inline void set_temparray5_6(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray5_6), (void*)value); } inline static int32_t get_offset_of_temparray6_7() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray6_7)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray6_7() const { return ___temparray6_7; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray6_7() { return &___temparray6_7; } inline void set_temparray6_7(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray6_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray6_7), (void*)value); } inline static int32_t get_offset_of_temparray7_8() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray7_8)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray7_8() const { return ___temparray7_8; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray7_8() { return &___temparray7_8; } inline void set_temparray7_8(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray7_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray7_8), (void*)value); } inline static int32_t get_offset_of_temparray8_9() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray8_9)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray8_9() const { return ___temparray8_9; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray8_9() { return &___temparray8_9; } inline void set_temparray8_9(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray8_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray8_9), (void*)value); } inline static int32_t get_offset_of_temparray9_10() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___temparray9_10)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_temparray9_10() const { return ___temparray9_10; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_temparray9_10() { return &___temparray9_10; } inline void set_temparray9_10(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___temparray9_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___temparray9_10), (void*)value); } inline static int32_t get_offset_of_functionTable_11() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___functionTable_11)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_functionTable_11() const { return ___functionTable_11; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_functionTable_11() { return &___functionTable_11; } inline void set_functionTable_11(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___functionTable_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___functionTable_11), (void*)value); } inline static int32_t get_offset_of_AxesTable_12() { return static_cast(offsetof(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields, ___AxesTable_12)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_AxesTable_12() const { return ___AxesTable_12; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_AxesTable_12() { return &___AxesTable_12; } inline void set_AxesTable_12(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___AxesTable_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___AxesTable_12), (void*)value); } }; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 : public RuntimeObject { public: public: }; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* ___nsdecls_0; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_1; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * ___nameTable_2; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___hashTable_4; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_5; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_6; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_7; public: inline static int32_t get_offset_of_nsdecls_0() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nsdecls_0)); } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* get_nsdecls_0() const { return ___nsdecls_0; } inline NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5** get_address_of_nsdecls_0() { return &___nsdecls_0; } inline void set_nsdecls_0(NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5* value) { ___nsdecls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsdecls_0), (void*)value); } inline static int32_t get_offset_of_lastDecl_1() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___lastDecl_1)); } inline int32_t get_lastDecl_1() const { return ___lastDecl_1; } inline int32_t* get_address_of_lastDecl_1() { return &___lastDecl_1; } inline void set_lastDecl_1(int32_t value) { ___lastDecl_1 = value; } inline static int32_t get_offset_of_nameTable_2() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___nameTable_2)); } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * get_nameTable_2() const { return ___nameTable_2; } inline XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 ** get_address_of_nameTable_2() { return &___nameTable_2; } inline void set_nameTable_2(XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * value) { ___nameTable_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameTable_2), (void*)value); } inline static int32_t get_offset_of_scopeId_3() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___scopeId_3)); } inline int32_t get_scopeId_3() const { return ___scopeId_3; } inline int32_t* get_address_of_scopeId_3() { return &___scopeId_3; } inline void set_scopeId_3(int32_t value) { ___scopeId_3 = value; } inline static int32_t get_offset_of_hashTable_4() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___hashTable_4)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_hashTable_4() const { return ___hashTable_4; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_hashTable_4() { return &___hashTable_4; } inline void set_hashTable_4(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___hashTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashTable_4), (void*)value); } inline static int32_t get_offset_of_useHashtable_5() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___useHashtable_5)); } inline bool get_useHashtable_5() const { return ___useHashtable_5; } inline bool* get_address_of_useHashtable_5() { return &___useHashtable_5; } inline void set_useHashtable_5(bool value) { ___useHashtable_5 = value; } inline static int32_t get_offset_of_xml_6() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xml_6)); } inline String_t* get_xml_6() const { return ___xml_6; } inline String_t** get_address_of_xml_6() { return &___xml_6; } inline void set_xml_6(String_t* value) { ___xml_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___xml_6), (void*)value); } inline static int32_t get_offset_of_xmlNs_7() { return static_cast(offsetof(XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465, ___xmlNs_7)); } inline String_t* get_xmlNs_7() const { return ___xmlNs_7; } inline String_t** get_address_of_xmlNs_7() { return &___xmlNs_7; } inline void set_xmlNs_7(String_t* value) { ___xmlNs_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlNs_7), (void*)value); } }; // System.Xml.XmlNode struct XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___parentNode_0; public: inline static int32_t get_offset_of_parentNode_0() { return static_cast(offsetof(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1, ___parentNode_0)); } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * get_parentNode_0() const { return ___parentNode_0; } inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 ** get_address_of_parentNode_0() { return &___parentNode_0; } inline void set_parentNode_0(XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * value) { ___parentNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentNode_0), (void*)value); } }; // System.Xml.XmlNodeList struct XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 : public RuntimeObject { public: public: }; // System.Xml.XmlNodeListEnumerator struct XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A : public RuntimeObject { public: // System.Xml.XPathNodeList System.Xml.XmlNodeListEnumerator::list XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * ___list_0; // System.Int32 System.Xml.XmlNodeListEnumerator::index int32_t ___index_1; // System.Boolean System.Xml.XmlNodeListEnumerator::valid bool ___valid_2; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A, ___list_0)); } inline XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * get_list_0() const { return ___list_0; } inline XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_valid_2() { return static_cast(offsetof(XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A, ___valid_2)); } inline bool get_valid_2() const { return ___valid_2; } inline bool* get_address_of_valid_2() { return &___valid_2; } inline void set_valid_2(bool value) { ___valid_2 = value; } }; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 : public RuntimeObject { public: // System.String System.Xml.XmlQualifiedName::name String_t* ___name_1; // System.String System.Xml.XmlQualifiedName::ns String_t* ___ns_2; // System.Int32 System.Xml.XmlQualifiedName::hash int32_t ___hash_3; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_2), (void*)value); } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905, ___hash_3)); } inline int32_t get_hash_3() const { return ___hash_3; } inline int32_t* get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(int32_t value) { ___hash_3 = value; } }; struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields { public: // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * ___hashCodeDelegate_0; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___Empty_4; public: inline static int32_t get_offset_of_hashCodeDelegate_0() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___hashCodeDelegate_0)); } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * get_hashCodeDelegate_0() const { return ___hashCodeDelegate_0; } inline HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E ** get_address_of_hashCodeDelegate_0() { return &___hashCodeDelegate_0; } inline void set_hashCodeDelegate_0(HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E * value) { ___hashCodeDelegate_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashCodeDelegate_0), (void*)value); } inline static int32_t get_offset_of_Empty_4() { return static_cast(offsetof(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields, ___Empty_4)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_Empty_4() const { return ___Empty_4; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_Empty_4() { return &___Empty_4; } inline void set_Empty_4(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___Empty_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value); } }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 : public RuntimeObject { public: public: }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 : public RuntimeObject { public: public: }; // System.Xml.XmlWriter struct XmlWriter_t676293C138D2D0DAB9C1BC16A7BEE618391C5B2D : public RuntimeObject { public: public: }; // System.Xml.XPath.XPathNodeIterator/Enumerator struct Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298 : public RuntimeObject { public: // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator/Enumerator::original XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___original_0; // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator/Enumerator::current XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___current_1; // System.Boolean System.Xml.XPath.XPathNodeIterator/Enumerator::iterationStarted bool ___iterationStarted_2; public: inline static int32_t get_offset_of_original_0() { return static_cast(offsetof(Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298, ___original_0)); } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * get_original_0() const { return ___original_0; } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 ** get_address_of_original_0() { return &___original_0; } inline void set_original_0(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * value) { ___original_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_0), (void*)value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298, ___current_1)); } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * get_current_1() const { return ___current_1; } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_1), (void*)value); } inline static int32_t get_offset_of_iterationStarted_2() { return static_cast(offsetof(Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298, ___iterationStarted_2)); } inline bool get_iterationStarted_2() const { return ___iterationStarted_2; } inline bool* get_address_of_iterationStarted_2() { return &___iterationStarted_2; } inline void set_iterationStarted_2(bool value) { ___iterationStarted_2 = 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_tAE0A4AA8074D064065FE5EBE290725953637DDE5 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * ___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 SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5, ___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_index_1() { return static_cast(offsetof(Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5, ___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_tAE0A4AA8074D064065FE5EBE290725953637DDE5, ___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_tAE0A4AA8074D064065FE5EBE290725953637DDE5, ___currentValue_3)); } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * get_currentValue_3() const { return ___currentValue_3; } inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)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); } }; // MS.Internal.Xml.XPath.CompiledXpathExpr struct CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 : public XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.CompiledXpathExpr::query Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___query_0; // System.String MS.Internal.Xml.XPath.CompiledXpathExpr::expr String_t* ___expr_1; // System.Boolean MS.Internal.Xml.XPath.CompiledXpathExpr::needContext bool ___needContext_2; public: inline static int32_t get_offset_of_query_0() { return static_cast(offsetof(CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3, ___query_0)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_query_0() const { return ___query_0; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_query_0() { return &___query_0; } inline void set_query_0(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___query_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___query_0), (void*)value); } inline static int32_t get_offset_of_expr_1() { return static_cast(offsetof(CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3, ___expr_1)); } inline String_t* get_expr_1() const { return ___expr_1; } inline String_t** get_address_of_expr_1() { return &___expr_1; } inline void set_expr_1(String_t* value) { ___expr_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___expr_1), (void*)value); } inline static int32_t get_offset_of_needContext_2() { return static_cast(offsetof(CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3, ___needContext_2)); } inline bool get_needContext_2() const { return ___needContext_2; } inline bool* get_address_of_needContext_2() { return &___needContext_2; } inline void set_needContext_2(bool value) { ___needContext_2 = 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 { }; // MS.Internal.Xml.XPath.Filter struct Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 : public AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C { public: // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::input AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___input_0; // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::condition AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___condition_1; public: inline static int32_t get_offset_of_input_0() { return static_cast(offsetof(Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99, ___input_0)); } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * get_input_0() const { return ___input_0; } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C ** get_address_of_input_0() { return &___input_0; } inline void set_input_0(AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * value) { ___input_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_0), (void*)value); } inline static int32_t get_offset_of_condition_1() { return static_cast(offsetof(Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99, ___condition_1)); } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * get_condition_1() const { return ___condition_1; } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C ** get_address_of_condition_1() { return &___condition_1; } inline void set_condition_1(AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * value) { ___condition_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___condition_1), (void*)value); } }; // MS.Internal.Xml.XPath.Group struct Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 : public AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C { public: // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Group::groupNode AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___groupNode_0; public: inline static int32_t get_offset_of_groupNode_0() { return static_cast(offsetof(Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9, ___groupNode_0)); } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * get_groupNode_0() const { return ___groupNode_0; } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C ** get_address_of_groupNode_0() { return &___groupNode_0; } inline void set_groupNode_0(AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * value) { ___groupNode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___groupNode_0), (void*)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.Schema.InteriorNode struct InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 : public SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 { public: // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::leftChild SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___leftChild_0; // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::rightChild SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___rightChild_1; public: inline static int32_t get_offset_of_leftChild_0() { return static_cast(offsetof(InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541, ___leftChild_0)); } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * get_leftChild_0() const { return ___leftChild_0; } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 ** get_address_of_leftChild_0() { return &___leftChild_0; } inline void set_leftChild_0(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * value) { ___leftChild_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftChild_0), (void*)value); } inline static int32_t get_offset_of_rightChild_1() { return static_cast(offsetof(InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541, ___rightChild_1)); } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * get_rightChild_1() const { return ___rightChild_1; } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 ** get_address_of_rightChild_1() { return &___rightChild_1; } inline void set_rightChild_1(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * value) { ___rightChild_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightChild_1), (void*)value); } }; // System.Xml.Schema.LeafNode struct LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC : public SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 { public: // System.Int32 System.Xml.Schema.LeafNode::pos int32_t ___pos_0; public: inline static int32_t get_offset_of_pos_0() { return static_cast(offsetof(LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC, ___pos_0)); } inline int32_t get_pos_0() const { return ___pos_0; } inline int32_t* get_address_of_pos_0() { return &___pos_0; } inline void set_pos_0(int32_t value) { ___pos_0 = value; } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // MS.Internal.Xml.XPath.ResetableIterator struct ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 : public XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 { public: public: }; // MS.Internal.Xml.XPath.Root struct Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 : public AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C { public: public: }; // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E { public: // System.Type System.Runtime.Serialization.SerializationEntry::m_type Type_t * ___m_type_0; // System.Object System.Runtime.Serialization.SerializationEntry::m_value RuntimeObject * ___m_value_1; // System.String System.Runtime.Serialization.SerializationEntry::m_name String_t* ___m_name_2; public: inline static int32_t get_offset_of_m_type_0() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_type_0)); } inline Type_t * get_m_type_0() const { return ___m_type_0; } inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; } inline void set_m_type_0(Type_t * value) { ___m_type_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value); } inline static int32_t get_offset_of_m_value_1() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_value_1)); } inline RuntimeObject * get_m_value_1() const { return ___m_value_1; } inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; } inline void set_m_value_1(RuntimeObject * value) { ___m_value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value); } inline static int32_t get_offset_of_m_name_2() { return static_cast(offsetof(SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E, ___m_name_2)); } inline String_t* get_m_name_2() const { return ___m_name_2; } inline String_t** get_address_of_m_name_2() { return &___m_name_2; } inline void set_m_name_2(String_t* value) { ___m_name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_pinvoke { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; char* ___m_name_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E_marshaled_com { Type_t * ___m_type_0; Il2CppIUnknown* ___m_value_1; Il2CppChar* ___m_name_2; }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.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.Xml.Schema.StringFacetsChecker struct StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; struct StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_StaticFields { public: // System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::languagePattern Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ___languagePattern_0; public: inline static int32_t get_offset_of_languagePattern_0() { return static_cast(offsetof(StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_StaticFields, ___languagePattern_0)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get_languagePattern_0() const { return ___languagePattern_0; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of_languagePattern_0() { return &___languagePattern_0; } inline void set_languagePattern_0(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ___languagePattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___languagePattern_0), (void*)value); } }; // 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.Xml.UTF16Decoder struct UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 : public Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 { public: // System.Boolean System.Xml.UTF16Decoder::bigEndian bool ___bigEndian_2; // System.Int32 System.Xml.UTF16Decoder::lastByte int32_t ___lastByte_3; public: inline static int32_t get_offset_of_bigEndian_2() { return static_cast(offsetof(UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4, ___bigEndian_2)); } inline bool get_bigEndian_2() const { return ___bigEndian_2; } inline bool* get_address_of_bigEndian_2() { return &___bigEndian_2; } inline void set_bigEndian_2(bool value) { ___bigEndian_2 = value; } inline static int32_t get_offset_of_lastByte_3() { return static_cast(offsetof(UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4, ___lastByte_3)); } inline int32_t get_lastByte_3() const { return ___lastByte_3; } inline int32_t* get_address_of_lastByte_3() { return &___lastByte_3; } inline void set_lastByte_3(int32_t value) { ___lastByte_3 = value; } }; // System.Xml.Ucs4Decoder struct Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F : public Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 { public: // System.Byte[] System.Xml.Ucs4Decoder::lastBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___lastBytes_2; // System.Int32 System.Xml.Ucs4Decoder::lastBytesCount int32_t ___lastBytesCount_3; public: inline static int32_t get_offset_of_lastBytes_2() { return static_cast(offsetof(Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F, ___lastBytes_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_lastBytes_2() const { return ___lastBytes_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_lastBytes_2() { return &___lastBytes_2; } inline void set_lastBytes_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___lastBytes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastBytes_2), (void*)value); } inline static int32_t get_offset_of_lastBytesCount_3() { return static_cast(offsetof(Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F, ___lastBytesCount_3)); } inline int32_t get_lastBytesCount_3() const { return ___lastBytesCount_3; } inline int32_t* get_address_of_lastBytesCount_3() { return &___lastBytesCount_3; } inline void set_lastBytesCount_3(int32_t value) { ___lastBytesCount_3 = value; } }; // System.Xml.Ucs4Encoding struct Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 : public Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 { public: // System.Xml.Ucs4Decoder System.Xml.Ucs4Encoding::ucs4Decoder Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * ___ucs4Decoder_62; public: inline static int32_t get_offset_of_ucs4Decoder_62() { return static_cast(offsetof(Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07, ___ucs4Decoder_62)); } inline Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * get_ucs4Decoder_62() const { return ___ucs4Decoder_62; } inline Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F ** get_address_of_ucs4Decoder_62() { return &___ucs4Decoder_62; } inline void set_ucs4Decoder_62(Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * value) { ___ucs4Decoder_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ucs4Decoder_62), (void*)value); } }; // System.Xml.Schema.UnionFacetsChecker struct UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // MS.Internal.Xml.XPath.Variable struct Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 : public AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C { public: // System.String MS.Internal.Xml.XPath.Variable::localname String_t* ___localname_0; // System.String MS.Internal.Xml.XPath.Variable::prefix String_t* ___prefix_1; public: inline static int32_t get_offset_of_localname_0() { return static_cast(offsetof(Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24, ___localname_0)); } inline String_t* get_localname_0() const { return ___localname_0; } inline String_t** get_address_of_localname_0() { return &___localname_0; } inline void set_localname_0(String_t* value) { ___localname_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___localname_0), (void*)value); } inline static int32_t get_offset_of_prefix_1() { return static_cast(offsetof(Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24, ___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); } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // MS.Internal.Xml.Cache.XPathDocumentBaseIterator struct XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 : public XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 { public: // MS.Internal.Xml.Cache.XPathDocumentNavigator MS.Internal.Xml.Cache.XPathDocumentBaseIterator::ctxt XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___ctxt_1; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBaseIterator::pos int32_t ___pos_2; public: inline static int32_t get_offset_of_ctxt_1() { return static_cast(offsetof(XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9, ___ctxt_1)); } inline XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * get_ctxt_1() const { return ___ctxt_1; } inline XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 ** get_address_of_ctxt_1() { return &___ctxt_1; } inline void set_ctxt_1(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * value) { ___ctxt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctxt_1), (void*)value); } inline static int32_t get_offset_of_pos_2() { return static_cast(offsetof(XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9, ___pos_2)); } inline int32_t get_pos_2() const { return ___pos_2; } inline int32_t* get_address_of_pos_2() { return &___pos_2; } inline void set_pos_2(int32_t value) { ___pos_2 = value; } }; // 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); } }; // MS.Internal.Xml.Cache.XPathNode struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 { public: // MS.Internal.Xml.Cache.XPathNodeInfoAtom MS.Internal.Xml.Cache.XPathNode::info XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * ___info_0; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSibling uint16_t ___idxSibling_1; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxParent uint16_t ___idxParent_2; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::idxSimilar uint16_t ___idxSimilar_3; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::posOffset uint16_t ___posOffset_4; // System.UInt32 MS.Internal.Xml.Cache.XPathNode::props uint32_t ___props_5; // System.String MS.Internal.Xml.Cache.XPathNode::value String_t* ___value_6; public: inline static int32_t get_offset_of_info_0() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___info_0)); } inline XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * get_info_0() const { return ___info_0; } inline XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 ** get_address_of_info_0() { return &___info_0; } inline void set_info_0(XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * value) { ___info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___info_0), (void*)value); } inline static int32_t get_offset_of_idxSibling_1() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___idxSibling_1)); } inline uint16_t get_idxSibling_1() const { return ___idxSibling_1; } inline uint16_t* get_address_of_idxSibling_1() { return &___idxSibling_1; } inline void set_idxSibling_1(uint16_t value) { ___idxSibling_1 = value; } inline static int32_t get_offset_of_idxParent_2() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___idxParent_2)); } inline uint16_t get_idxParent_2() const { return ___idxParent_2; } inline uint16_t* get_address_of_idxParent_2() { return &___idxParent_2; } inline void set_idxParent_2(uint16_t value) { ___idxParent_2 = value; } inline static int32_t get_offset_of_idxSimilar_3() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___idxSimilar_3)); } inline uint16_t get_idxSimilar_3() const { return ___idxSimilar_3; } inline uint16_t* get_address_of_idxSimilar_3() { return &___idxSimilar_3; } inline void set_idxSimilar_3(uint16_t value) { ___idxSimilar_3 = value; } inline static int32_t get_offset_of_posOffset_4() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___posOffset_4)); } inline uint16_t get_posOffset_4() const { return ___posOffset_4; } inline uint16_t* get_address_of_posOffset_4() { return &___posOffset_4; } inline void set_posOffset_4(uint16_t value) { ___posOffset_4 = value; } inline static int32_t get_offset_of_props_5() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___props_5)); } inline uint32_t get_props_5() const { return ___props_5; } inline uint32_t* get_address_of_props_5() { return &___props_5; } inline void set_props_5(uint32_t value) { ___props_5 = value; } inline static int32_t get_offset_of_value_6() { return static_cast(offsetof(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7, ___value_6)); } inline String_t* get_value_6() const { return ___value_6; } inline String_t** get_address_of_value_6() { return &___value_6; } inline void set_value_6(String_t* value) { ___value_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_6), (void*)value); } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * ___info_0; uint16_t ___idxSibling_1; uint16_t ___idxParent_2; uint16_t ___idxSimilar_3; uint16_t ___posOffset_4; uint32_t ___props_5; char* ___value_6; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * ___info_0; uint16_t ___idxSibling_1; uint16_t ___idxParent_2; uint16_t ___idxSimilar_3; uint16_t ___posOffset_4; uint32_t ___props_5; Il2CppChar* ___value_6; }; // 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); } }; // MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 { public: // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::page XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___page_0; // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::idx int32_t ___idx_1; public: inline static int32_t get_offset_of_page_0() { return static_cast(offsetof(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503, ___page_0)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_page_0() const { return ___page_0; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_page_0() { return &___page_0; } inline void set_page_0(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___page_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___page_0), (void*)value); } inline static int32_t get_offset_of_idx_1() { return static_cast(offsetof(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503, ___idx_1)); } inline int32_t get_idx_1() const { return ___idx_1; } inline int32_t* get_address_of_idx_1() { return &___idx_1; } inline void set_idx_1(int32_t value) { ___idx_1 = value; } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_pinvoke { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke* ___page_0; int32_t ___idx_1; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_com { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com* ___page_0; int32_t ___idx_1; }; // 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.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.Xsl.XsltContext struct XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 : public XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 { public: public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=1212 struct __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805__padding[1212]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=664 struct __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0__padding[664]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=960 struct __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146__padding[960]; }; public: }; // System.Xml.Schema.SequenceNode/SequenceConstructPosContext struct SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED { public: // System.Xml.Schema.SequenceNode System.Xml.Schema.SequenceNode/SequenceConstructPosContext::this_ SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * ___this__0; // System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::firstpos BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos_1; // System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::lastpos BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos_2; // System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::lastposLeft BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastposLeft_3; // System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::firstposRight BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstposRight_4; public: inline static int32_t get_offset_of_this__0() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___this__0)); } inline SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * get_this__0() const { return ___this__0; } inline SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD ** get_address_of_this__0() { return &___this__0; } inline void set_this__0(SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * value) { ___this__0 = value; Il2CppCodeGenWriteBarrier((void**)(&___this__0), (void*)value); } inline static int32_t get_offset_of_firstpos_1() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___firstpos_1)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_firstpos_1() const { return ___firstpos_1; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_firstpos_1() { return &___firstpos_1; } inline void set_firstpos_1(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___firstpos_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstpos_1), (void*)value); } inline static int32_t get_offset_of_lastpos_2() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___lastpos_2)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_lastpos_2() const { return ___lastpos_2; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_lastpos_2() { return &___lastpos_2; } inline void set_lastpos_2(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___lastpos_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastpos_2), (void*)value); } inline static int32_t get_offset_of_lastposLeft_3() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___lastposLeft_3)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_lastposLeft_3() const { return ___lastposLeft_3; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_lastposLeft_3() { return &___lastposLeft_3; } inline void set_lastposLeft_3(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___lastposLeft_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastposLeft_3), (void*)value); } inline static int32_t get_offset_of_firstposRight_4() { return static_cast(offsetof(SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED, ___firstposRight_4)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_firstposRight_4() const { return ___firstposRight_4; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_firstposRight_4() { return &___firstposRight_4; } inline void set_firstposRight_4(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___firstposRight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstposRight_4), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext struct SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED_marshaled_pinvoke { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * ___this__0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastposLeft_3; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstposRight_4; }; // Native definition for COM marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext struct SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED_marshaled_com { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * ___this__0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastposLeft_3; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstposRight_4; }; // struct U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields { public: // /__StaticArrayInitTypeSize=112 ::49C5BA13401986EC93E4677F52CBE2248184DFBD __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 ___49C5BA13401986EC93E4677F52CBE2248184DFBD_0; // /__StaticArrayInitTypeSize=960 ::553E235E202D57C9F1156E7D232E02BBDC920165 __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 ___553E235E202D57C9F1156E7D232E02BBDC920165_1; // /__StaticArrayInitTypeSize=12 ::5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C ___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2; // /__StaticArrayInitTypeSize=6 ::5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98 __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3; // /__StaticArrayInitTypeSize=664 ::68D0F86889D5D656483EEE829BCEECDFEC91D8EA __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 ___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4; // /__StaticArrayInitTypeSize=32 ::7A32E1A19C182315E4263A65A72066492550D8CD __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 ___7A32E1A19C182315E4263A65A72066492550D8CD_5; // /__StaticArrayInitTypeSize=960 ::977375E4E1ED54F588076ACA36CC17E6C2195CB9 __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 ___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6; // /__StaticArrayInitTypeSize=28 ::9E31F24F64765FCAA589F589324D17C9FCF6A06D __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7; // /__StaticArrayInitTypeSize=68 ::A933F173482FF50754B4942AF8DFC584EF14A45B __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A ___A933F173482FF50754B4942AF8DFC584EF14A45B_8; // /__StaticArrayInitTypeSize=40 ::B9F0004E3873FDDCABFDA6174EA18F0859B637B4 __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9; // /__StaticArrayInitTypeSize=20 ::BAD037B714E1CD1052149B51238A3D4351DD10B5 __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 ___BAD037B714E1CD1052149B51238A3D4351DD10B5_10; // System.Int64 ::EBC658B067B5C785A3F0BB67D73755F6FEE7F70C int64_t ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11; // /__StaticArrayInitTypeSize=36 ::ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4 __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 ___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12; // /__StaticArrayInitTypeSize=64 ::EE3413A2C088FF9432054D6E60A7CB6A498D25F0 __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13; // /__StaticArrayInitTypeSize=1212 ::FB0C58D8B3094F018764CC6E3094B9576DB08069 __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 ___FB0C58D8B3094F018764CC6E3094B9576DB08069_14; public: inline static int32_t get_offset_of_U349C5BA13401986EC93E4677F52CBE2248184DFBD_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___49C5BA13401986EC93E4677F52CBE2248184DFBD_0)); } inline __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 get_U349C5BA13401986EC93E4677F52CBE2248184DFBD_0() const { return ___49C5BA13401986EC93E4677F52CBE2248184DFBD_0; } inline __StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 * get_address_of_U349C5BA13401986EC93E4677F52CBE2248184DFBD_0() { return &___49C5BA13401986EC93E4677F52CBE2248184DFBD_0; } inline void set_U349C5BA13401986EC93E4677F52CBE2248184DFBD_0(__StaticArrayInitTypeSizeU3D112_tC7B77C6E03E26C1F1AF040EFD0C39781AA933F30 value) { ___49C5BA13401986EC93E4677F52CBE2248184DFBD_0 = value; } inline static int32_t get_offset_of_U3553E235E202D57C9F1156E7D232E02BBDC920165_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___553E235E202D57C9F1156E7D232E02BBDC920165_1)); } inline __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 get_U3553E235E202D57C9F1156E7D232E02BBDC920165_1() const { return ___553E235E202D57C9F1156E7D232E02BBDC920165_1; } inline __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 * get_address_of_U3553E235E202D57C9F1156E7D232E02BBDC920165_1() { return &___553E235E202D57C9F1156E7D232E02BBDC920165_1; } inline void set_U3553E235E202D57C9F1156E7D232E02BBDC920165_1(__StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 value) { ___553E235E202D57C9F1156E7D232E02BBDC920165_1 = value; } inline static int32_t get_offset_of_U35BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2)); } inline __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C get_U35BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2() const { return ___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2; } inline __StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C * get_address_of_U35BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2() { return &___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2; } inline void set_U35BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2(__StaticArrayInitTypeSizeU3D12_t54BCCDB411CBD7F52430AE39E87F303CFE70D02C value) { ___5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2 = value; } inline static int32_t get_offset_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3)); } inline __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB get_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3() const { return ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3; } inline __StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB * get_address_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3() { return &___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3; } inline void set_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3(__StaticArrayInitTypeSizeU3D6_tDF2537259373F423B466710F7B6BCCCCB9F570AB value) { ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_3 = value; } inline static int32_t get_offset_of_U368D0F86889D5D656483EEE829BCEECDFEC91D8EA_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4)); } inline __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 get_U368D0F86889D5D656483EEE829BCEECDFEC91D8EA_4() const { return ___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4; } inline __StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 * get_address_of_U368D0F86889D5D656483EEE829BCEECDFEC91D8EA_4() { return &___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4; } inline void set_U368D0F86889D5D656483EEE829BCEECDFEC91D8EA_4(__StaticArrayInitTypeSizeU3D664_t43B28E2D56A4D823FF013967C731BA1EC63293E0 value) { ___68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4 = value; } inline static int32_t get_offset_of_U37A32E1A19C182315E4263A65A72066492550D8CD_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___7A32E1A19C182315E4263A65A72066492550D8CD_5)); } inline __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 get_U37A32E1A19C182315E4263A65A72066492550D8CD_5() const { return ___7A32E1A19C182315E4263A65A72066492550D8CD_5; } inline __StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 * get_address_of_U37A32E1A19C182315E4263A65A72066492550D8CD_5() { return &___7A32E1A19C182315E4263A65A72066492550D8CD_5; } inline void set_U37A32E1A19C182315E4263A65A72066492550D8CD_5(__StaticArrayInitTypeSizeU3D32_t32451FC0FFB07E790AB1831670F4480B70832CF2 value) { ___7A32E1A19C182315E4263A65A72066492550D8CD_5 = value; } inline static int32_t get_offset_of_U3977375E4E1ED54F588076ACA36CC17E6C2195CB9_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6)); } inline __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 get_U3977375E4E1ED54F588076ACA36CC17E6C2195CB9_6() const { return ___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6; } inline __StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 * get_address_of_U3977375E4E1ED54F588076ACA36CC17E6C2195CB9_6() { return &___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6; } inline void set_U3977375E4E1ED54F588076ACA36CC17E6C2195CB9_6(__StaticArrayInitTypeSizeU3D960_tB4E309A51BC2D32355045825120D252D37C95146 value) { ___977375E4E1ED54F588076ACA36CC17E6C2195CB9_6 = value; } inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7)); } inline __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_7() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7; } inline __StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_7() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7; } inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_7(__StaticArrayInitTypeSizeU3D28_t3F2DFB0DEB57463B3BDB1DF1D66831340706BC7E value) { ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_7 = value; } inline static int32_t get_offset_of_A933F173482FF50754B4942AF8DFC584EF14A45B_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___A933F173482FF50754B4942AF8DFC584EF14A45B_8)); } inline __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A get_A933F173482FF50754B4942AF8DFC584EF14A45B_8() const { return ___A933F173482FF50754B4942AF8DFC584EF14A45B_8; } inline __StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A * get_address_of_A933F173482FF50754B4942AF8DFC584EF14A45B_8() { return &___A933F173482FF50754B4942AF8DFC584EF14A45B_8; } inline void set_A933F173482FF50754B4942AF8DFC584EF14A45B_8(__StaticArrayInitTypeSizeU3D68_t9FD699743C05C335C7FE75AC04876AF17F2D2E7A value) { ___A933F173482FF50754B4942AF8DFC584EF14A45B_8 = value; } inline static int32_t get_offset_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9)); } inline __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 get_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9() const { return ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9; } inline __StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 * get_address_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9() { return &___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9; } inline void set_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9(__StaticArrayInitTypeSizeU3D40_t3257F2DBB1018E8BB659AC40CD3038ED1EA19B48 value) { ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9 = value; } inline static int32_t get_offset_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___BAD037B714E1CD1052149B51238A3D4351DD10B5_10)); } inline __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 get_BAD037B714E1CD1052149B51238A3D4351DD10B5_10() const { return ___BAD037B714E1CD1052149B51238A3D4351DD10B5_10; } inline __StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 * get_address_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_10() { return &___BAD037B714E1CD1052149B51238A3D4351DD10B5_10; } inline void set_BAD037B714E1CD1052149B51238A3D4351DD10B5_10(__StaticArrayInitTypeSizeU3D20_tAFFC768CAAB023FF7786175A0F64F7EAE4B35A87 value) { ___BAD037B714E1CD1052149B51238A3D4351DD10B5_10 = value; } inline static int32_t get_offset_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11)); } inline int64_t get_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11() const { return ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11; } inline int64_t* get_address_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11() { return &___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11; } inline void set_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11(int64_t value) { ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_11 = value; } inline static int32_t get_offset_of_ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12)); } inline __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 get_ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12() const { return ___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12; } inline __StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 * get_address_of_ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12() { return &___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12; } inline void set_ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12(__StaticArrayInitTypeSizeU3D36_t2393C932A111C37266F4F5EF72D83236B39AEC05 value) { ___ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12 = value; } inline static int32_t get_offset_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13)); } inline __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD get_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13() const { return ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13; } inline __StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD * get_address_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13() { return &___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13; } inline void set_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13(__StaticArrayInitTypeSizeU3D64_t5A1623F8A98BA91292FD3395CC69302605E97DFD value) { ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13 = value; } inline static int32_t get_offset_of_FB0C58D8B3094F018764CC6E3094B9576DB08069_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E_StaticFields, ___FB0C58D8B3094F018764CC6E3094B9576DB08069_14)); } inline __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 get_FB0C58D8B3094F018764CC6E3094B9576DB08069_14() const { return ___FB0C58D8B3094F018764CC6E3094B9576DB08069_14; } inline __StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 * get_address_of_FB0C58D8B3094F018764CC6E3094B9576DB08069_14() { return &___FB0C58D8B3094F018764CC6E3094B9576DB08069_14; } inline void set_FB0C58D8B3094F018764CC6E3094B9576DB08069_14(__StaticArrayInitTypeSizeU3D1212_t91E860D8C2A662B4AF3C1E8EAC2229E84184C805 value) { ___FB0C58D8B3094F018764CC6E3094B9576DB08069_14 = 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.Globalization.CompareOptions struct CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompareOptions_tD3D7F165240DC4D784A11B1E2F21DC0D6D18E725, ___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.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.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.Schema.LeafRangeNode struct LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 : public LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC { public: // System.Decimal System.Xml.Schema.LeafRangeNode::min Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___min_1; // System.Decimal System.Xml.Schema.LeafRangeNode::max Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___max_2; // System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::nextIteration BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___nextIteration_3; public: inline static int32_t get_offset_of_min_1() { return static_cast(offsetof(LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155, ___min_1)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_min_1() const { return ___min_1; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_min_1() { return &___min_1; } inline void set_min_1(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___min_1 = value; } inline static int32_t get_offset_of_max_2() { return static_cast(offsetof(LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155, ___max_2)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_max_2() const { return ___max_2; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_max_2() { return &___max_2; } inline void set_max_2(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___max_2 = value; } inline static int32_t get_offset_of_nextIteration_3() { return static_cast(offsetof(LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155, ___nextIteration_3)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_nextIteration_3() const { return ___nextIteration_3; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_nextIteration_3() { return &___nextIteration_3; } inline void set_nextIteration_3(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___nextIteration_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextIteration_3), (void*)value); } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // 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; } }; // MS.Internal.Xml.XPath.Query struct Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 : public ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 { public: public: }; // MS.Internal.Xml.XPath.QueryProps struct QueryProps_t907C42B7B30BD66D56BD293DC0FC877FDE2F2AF7 { public: // System.Int32 MS.Internal.Xml.XPath.QueryProps::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(QueryProps_t907C42B7B30BD66D56BD293DC0FC877FDE2F2AF7, ___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.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___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.RestrictionFlags struct RestrictionFlags_tE688E3FE50199CFC0DE7B02A59EA18DF59B8A025 { public: // System.Int32 System.Xml.Schema.RestrictionFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RestrictionFlags_tE688E3FE50199CFC0DE7B02A59EA18DF59B8A025, ___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.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___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.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.Xml.Schema.SequenceNode struct SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD : public InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 { public: public: }; // System.Xml.Schema.StarNode struct StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68 : public InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 { public: public: }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.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.Xml.Ucs4Decoder1234 struct Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E : public Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F { public: public: }; // System.Xml.Ucs4Decoder2143 struct Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098 : public Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F { public: public: }; // System.Xml.Ucs4Decoder3412 struct Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928 : public Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F { public: public: }; // System.Xml.Ucs4Decoder4321 struct Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2 : public Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F { public: public: }; // System.Xml.Ucs4Encoding1234 struct Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796 : public Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 { public: public: }; // System.Xml.Ucs4Encoding2143 struct Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523 : public Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 { public: public: }; // System.Xml.Ucs4Encoding3412 struct Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49 : public Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 { public: public: }; // System.Xml.Ucs4Encoding4321 struct Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF : public Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 { public: public: }; // 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.ValidateNames struct ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17 : public RuntimeObject { public: public: }; struct ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields { public: // System.Xml.XmlCharType System.Xml.ValidateNames::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_0; public: inline static int32_t get_offset_of_xmlCharType_0() { return static_cast(offsetof(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields, ___xmlCharType_0)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_0() const { return ___xmlCharType_0; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_0() { return &___xmlCharType_0; } inline void set_xmlCharType_0(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_0))->___charProperties_2), (void*)NULL); } }; // System.Xml.ValidationType struct ValidationType_t588D32514C11D985F976526F7E3C81ABD1D27EBA { public: // System.Int32 System.Xml.ValidationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ValidationType_t588D32514C11D985F976526F7E3C81ABD1D27EBA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.WhitespaceHandling struct WhitespaceHandling_t5B5D7F564E2C68D609D844ADC3D68F931DA5F034 { public: // System.Int32 System.Xml.WhitespaceHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WhitespaceHandling_t5B5D7F564E2C68D609D844ADC3D68F931DA5F034, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.WriteState struct WriteState_t5FC2A1D32436519584C900786EA9C0E15D9317C6 { public: // System.Int32 System.Xml.WriteState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(WriteState_t5FC2A1D32436519584C900786EA9C0E15D9317C6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // MS.Internal.Xml.XPath.XPathArrayIterator struct XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD : public ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 { public: // System.Collections.IList MS.Internal.Xml.XPath.XPathArrayIterator::list RuntimeObject* ___list_1; // System.Int32 MS.Internal.Xml.XPath.XPathArrayIterator::index int32_t ___index_2; public: inline static int32_t get_offset_of_list_1() { return static_cast(offsetof(XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD, ___list_1)); } inline RuntimeObject* get_list_1() const { return ___list_1; } inline RuntimeObject** get_address_of_list_1() { return &___list_1; } inline void set_list_1(RuntimeObject* value) { ___list_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_1), (void*)value); } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD, ___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; } }; // MS.Internal.Xml.Cache.XPathDocumentElementChildIterator struct XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 : public XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 { public: // System.String MS.Internal.Xml.Cache.XPathDocumentElementChildIterator::localName String_t* ___localName_3; // System.String MS.Internal.Xml.Cache.XPathDocumentElementChildIterator::namespaceUri String_t* ___namespaceUri_4; public: inline static int32_t get_offset_of_localName_3() { return static_cast(offsetof(XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096, ___localName_3)); } inline String_t* get_localName_3() const { return ___localName_3; } inline String_t** get_address_of_localName_3() { return &___localName_3; } inline void set_localName_3(String_t* value) { ___localName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___localName_3), (void*)value); } inline static int32_t get_offset_of_namespaceUri_4() { return static_cast(offsetof(XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096, ___namespaceUri_4)); } inline String_t* get_namespaceUri_4() const { return ___namespaceUri_4; } inline String_t** get_address_of_namespaceUri_4() { return &___namespaceUri_4; } inline void set_namespaceUri_4(String_t* value) { ___namespaceUri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceUri_4), (void*)value); } }; // MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator struct XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 : public XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 { public: // MS.Internal.Xml.Cache.XPathDocumentNavigator MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::end XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___end_3; // System.String MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::localName String_t* ___localName_4; // System.String MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::namespaceUri String_t* ___namespaceUri_5; // System.Boolean MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::matchSelf bool ___matchSelf_6; public: inline static int32_t get_offset_of_end_3() { return static_cast(offsetof(XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025, ___end_3)); } inline XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * get_end_3() const { return ___end_3; } inline XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 ** get_address_of_end_3() { return &___end_3; } inline void set_end_3(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * value) { ___end_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___end_3), (void*)value); } inline static int32_t get_offset_of_localName_4() { return static_cast(offsetof(XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025, ___localName_4)); } inline String_t* get_localName_4() const { return ___localName_4; } inline String_t** get_address_of_localName_4() { return &___localName_4; } inline void set_localName_4(String_t* value) { ___localName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___localName_4), (void*)value); } inline static int32_t get_offset_of_namespaceUri_5() { return static_cast(offsetof(XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025, ___namespaceUri_5)); } inline String_t* get_namespaceUri_5() const { return ___namespaceUri_5; } inline String_t** get_address_of_namespaceUri_5() { return &___namespaceUri_5; } inline void set_namespaceUri_5(String_t* value) { ___namespaceUri_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceUri_5), (void*)value); } inline static int32_t get_offset_of_matchSelf_6() { return static_cast(offsetof(XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025, ___matchSelf_6)); } inline bool get_matchSelf_6() const { return ___matchSelf_6; } inline bool* get_address_of_matchSelf_6() { return &___matchSelf_6; } inline void set_matchSelf_6(bool value) { ___matchSelf_6 = value; } }; // MS.Internal.Xml.Cache.XPathDocumentNavigator struct XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 : public XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 { public: // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::pageCurrent XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageCurrent_4; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::pageParent XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageParent_5; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::idxCurrent int32_t ___idxCurrent_6; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::idxParent int32_t ___idxParent_7; // System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::atomizedLocalName String_t* ___atomizedLocalName_8; public: inline static int32_t get_offset_of_pageCurrent_4() { return static_cast(offsetof(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303, ___pageCurrent_4)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageCurrent_4() const { return ___pageCurrent_4; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageCurrent_4() { return &___pageCurrent_4; } inline void set_pageCurrent_4(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageCurrent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageCurrent_4), (void*)value); } inline static int32_t get_offset_of_pageParent_5() { return static_cast(offsetof(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303, ___pageParent_5)); } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* get_pageParent_5() const { return ___pageParent_5; } inline XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** get_address_of_pageParent_5() { return &___pageParent_5; } inline void set_pageParent_5(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* value) { ___pageParent_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pageParent_5), (void*)value); } inline static int32_t get_offset_of_idxCurrent_6() { return static_cast(offsetof(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303, ___idxCurrent_6)); } inline int32_t get_idxCurrent_6() const { return ___idxCurrent_6; } inline int32_t* get_address_of_idxCurrent_6() { return &___idxCurrent_6; } inline void set_idxCurrent_6(int32_t value) { ___idxCurrent_6 = value; } inline static int32_t get_offset_of_idxParent_7() { return static_cast(offsetof(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303, ___idxParent_7)); } inline int32_t get_idxParent_7() const { return ___idxParent_7; } inline int32_t* get_address_of_idxParent_7() { return &___idxParent_7; } inline void set_idxParent_7(int32_t value) { ___idxParent_7 = value; } inline static int32_t get_offset_of_atomizedLocalName_8() { return static_cast(offsetof(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303, ___atomizedLocalName_8)); } inline String_t* get_atomizedLocalName_8() const { return ___atomizedLocalName_8; } inline String_t** get_address_of_atomizedLocalName_8() { return &___atomizedLocalName_8; } inline void set_atomizedLocalName_8(String_t* value) { ___atomizedLocalName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___atomizedLocalName_8), (void*)value); } }; // MS.Internal.Xml.XPath.XPathEmptyIterator struct XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 : public ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 { public: public: }; struct XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_StaticFields { public: // MS.Internal.Xml.XPath.XPathEmptyIterator MS.Internal.Xml.XPath.XPathEmptyIterator::Instance XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * ___Instance_1; public: inline static int32_t get_offset_of_Instance_1() { return static_cast(offsetof(XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_StaticFields, ___Instance_1)); } inline XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * get_Instance_1() const { return ___Instance_1; } inline XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 ** get_address_of_Instance_1() { return &___Instance_1; } inline void set_Instance_1(XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * value) { ___Instance_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_1), (void*)value); } }; // System.Xml.XPath.XPathNamespaceScope struct XPathNamespaceScope_tA8A2B0DCC961145AE9D599FFA1BAD0A982388AD6 { public: // System.Int32 System.Xml.XPath.XPathNamespaceScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XPathNamespaceScope_tA8A2B0DCC961145AE9D599FFA1BAD0A982388AD6, ___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.XPath.XPathResultType struct XPathResultType_tFC607835571FE1A06D28192EB206463DA57AF6ED { public: // System.Int32 System.Xml.XPath.XPathResultType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XPathResultType_tFC607835571FE1A06D28192EB206463DA57AF6ED, ___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; } }; // MS.Internal.Xml.XPath.XPathSelectionIterator struct XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 : public ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 { public: // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathSelectionIterator::nav XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav_1; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.XPathSelectionIterator::query Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___query_2; // System.Int32 MS.Internal.Xml.XPath.XPathSelectionIterator::position int32_t ___position_3; public: inline static int32_t get_offset_of_nav_1() { return static_cast(offsetof(XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680, ___nav_1)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_nav_1() const { return ___nav_1; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_nav_1() { return &___nav_1; } inline void set_nav_1(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___nav_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nav_1), (void*)value); } inline static int32_t get_offset_of_query_2() { return static_cast(offsetof(XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680, ___query_2)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_query_2() const { return ___query_2; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_query_2() { return &___query_2; } inline void set_query_2(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___query_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___query_2), (void*)value); } inline static int32_t get_offset_of_position_3() { return static_cast(offsetof(XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680, ___position_3)); } inline int32_t get_position_3() const { return ___position_3; } inline int32_t* get_address_of_position_3() { return &___position_3; } inline void set_position_3(int32_t value) { ___position_3 = value; } }; // MS.Internal.Xml.XPath.XPathSingletonIterator struct XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D : public ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 { public: // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathSingletonIterator::nav XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav_1; // System.Int32 MS.Internal.Xml.XPath.XPathSingletonIterator::position int32_t ___position_2; public: inline static int32_t get_offset_of_nav_1() { return static_cast(offsetof(XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D, ___nav_1)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_nav_1() const { return ___nav_1; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_nav_1() { return &___nav_1; } inline void set_nav_1(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___nav_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nav_1), (void*)value); } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D, ___position_2)); } inline int32_t get_position_2() const { return ___position_2; } inline int32_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(int32_t value) { ___position_2 = value; } }; // System.Xml.XmlNodeOrder struct XmlNodeOrder_t2828FF05AC3B6F022D8332BEBE60DA6A93879290 { public: // System.Int32 System.Xml.XmlNodeOrder::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlNodeOrder_t2828FF05AC3B6F022D8332BEBE60DA6A93879290, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.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.Schema.XmlSchemaContentProcessing struct XmlSchemaContentProcessing_t28E999866F49ED1037761C5FD7E866076606757C { public: // System.Int32 System.Xml.Schema.XmlSchemaContentProcessing::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaContentProcessing_t28E999866F49ED1037761C5FD7E866076606757C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaContentType struct XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714 { public: // System.Int32 System.Xml.Schema.XmlSchemaContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaContentType_tCB95E5FCA55200D9C0AF534D6344518C0968E714, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaDatatypeVariety struct XmlSchemaDatatypeVariety_tC3E3DA50C51D19A6958479C5851FD90C59435E7B { public: // System.Int32 System.Xml.Schema.XmlSchemaDatatypeVariety::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDatatypeVariety_tC3E3DA50C51D19A6958479C5851FD90C59435E7B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaDerivationMethod struct XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E { public: // System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaDerivationMethod_tB960EB54D0A380C43B2EA296A17718B629BBD20E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaValidity struct XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidity::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaValidity_t89FC92B6FE84FBF210FA18A8F3ED13774FCED146, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSchemaWhiteSpace struct XmlSchemaWhiteSpace_tD6D42C877E1ACEB662CAE5F737BA69A233479E3D { public: // System.Int32 System.Xml.Schema.XmlSchemaWhiteSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSchemaWhiteSpace_tD6D42C877E1ACEB662CAE5F737BA69A233479E3D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.XmlSeverityType struct XmlSeverityType_tF0C924049E29120AC681B4B2ECA491B70C902210 { public: // System.Int32 System.Xml.Schema.XmlSeverityType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlSeverityType_tF0C924049E29120AC681B4B2ECA491B70C902210, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.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.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; } }; // MS.Internal.Xml.XPath.AstNode/AstType struct AstType_t65131A54A1036DD17FD7F4DAA764251856EFEEA5 { public: // System.Int32 MS.Internal.Xml.XPath.AstNode/AstType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AstType_t65131A54A1036DD17FD7F4DAA764251856EFEEA5, ___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; } }; // MS.Internal.Xml.XPath.Axis/AxisType struct AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2 { public: // System.Int32 MS.Internal.Xml.XPath.Axis/AxisType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2, ___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; } }; // MS.Internal.Xml.XPath.Function/FunctionType struct FunctionType_t172A2EC432ACACD1B8199469880B6AA3AD80DDFA { public: // System.Int32 MS.Internal.Xml.XPath.Function/FunctionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FunctionType_t172A2EC432ACACD1B8199469880B6AA3AD80DDFA, ___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.NamespaceList/ListType struct ListType_tBCCE1790B6DF8C56EBFC60AD58C2A26063F9DBEC { public: // System.Int32 System.Xml.Schema.NamespaceList/ListType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ListType_tBCCE1790B6DF8C56EBFC60AD58C2A26063F9DBEC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // MS.Internal.Xml.XPath.Operator/Op struct Op_tE37E1606A444EA754B05E0026B3C0AF3580E8C20 { public: // System.Int32 MS.Internal.Xml.XPath.Operator/Op::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Op_tE37E1606A444EA754B05E0026B3C0AF3580E8C20, ___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.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; } }; // MS.Internal.Xml.XPath.XPathScanner/LexKind struct LexKind_t7BE75D5A389D0E45D57A0C22F301703474D136F1 { public: // System.Int32 MS.Internal.Xml.XPath.XPathScanner/LexKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LexKind_t7BE75D5A389D0E45D57A0C22F301703474D136F1, ___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.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]; }; }; // MS.Internal.Xml.XPath.Axis struct Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E : public AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C { public: // MS.Internal.Xml.XPath.Axis/AxisType MS.Internal.Xml.XPath.Axis::axisType int32_t ___axisType_0; // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Axis::input AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___input_1; // System.String MS.Internal.Xml.XPath.Axis::prefix String_t* ___prefix_2; // System.String MS.Internal.Xml.XPath.Axis::name String_t* ___name_3; // System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.Axis::nodeType int32_t ___nodeType_4; // System.Boolean MS.Internal.Xml.XPath.Axis::abbrAxis bool ___abbrAxis_5; // System.String MS.Internal.Xml.XPath.Axis::urn String_t* ___urn_6; public: inline static int32_t get_offset_of_axisType_0() { return static_cast(offsetof(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E, ___axisType_0)); } inline int32_t get_axisType_0() const { return ___axisType_0; } inline int32_t* get_address_of_axisType_0() { return &___axisType_0; } inline void set_axisType_0(int32_t value) { ___axisType_0 = value; } inline static int32_t get_offset_of_input_1() { return static_cast(offsetof(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E, ___input_1)); } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * get_input_1() const { return ___input_1; } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C ** get_address_of_input_1() { return &___input_1; } inline void set_input_1(AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * value) { ___input_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_1), (void*)value); } inline static int32_t get_offset_of_prefix_2() { return static_cast(offsetof(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E, ___prefix_2)); } inline String_t* get_prefix_2() const { return ___prefix_2; } inline String_t** get_address_of_prefix_2() { return &___prefix_2; } inline void set_prefix_2(String_t* value) { ___prefix_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_2), (void*)value); } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E, ___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_nodeType_4() { return static_cast(offsetof(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E, ___nodeType_4)); } inline int32_t get_nodeType_4() const { return ___nodeType_4; } inline int32_t* get_address_of_nodeType_4() { return &___nodeType_4; } inline void set_nodeType_4(int32_t value) { ___nodeType_4 = value; } inline static int32_t get_offset_of_abbrAxis_5() { return static_cast(offsetof(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E, ___abbrAxis_5)); } inline bool get_abbrAxis_5() const { return ___abbrAxis_5; } inline bool* get_address_of_abbrAxis_5() { return &___abbrAxis_5; } inline void set_abbrAxis_5(bool value) { ___abbrAxis_5 = value; } inline static int32_t get_offset_of_urn_6() { return static_cast(offsetof(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E, ___urn_6)); } inline String_t* get_urn_6() const { return ___urn_6; } inline String_t** get_address_of_urn_6() { return &___urn_6; } inline void set_urn_6(String_t* value) { ___urn_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___urn_6), (void*)value); } }; // MS.Internal.Xml.XPath.BaseAxisQuery struct BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A : public Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.BaseAxisQuery::qyInput Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput_1; // System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::nameTest bool ___nameTest_2; // System.String MS.Internal.Xml.XPath.BaseAxisQuery::name String_t* ___name_3; // System.String MS.Internal.Xml.XPath.BaseAxisQuery::prefix String_t* ___prefix_4; // System.String MS.Internal.Xml.XPath.BaseAxisQuery::nsUri String_t* ___nsUri_5; // System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.BaseAxisQuery::typeTest int32_t ___typeTest_6; // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.BaseAxisQuery::currentNode XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___currentNode_7; // System.Int32 MS.Internal.Xml.XPath.BaseAxisQuery::position int32_t ___position_8; public: inline static int32_t get_offset_of_qyInput_1() { return static_cast(offsetof(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A, ___qyInput_1)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_qyInput_1() const { return ___qyInput_1; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_qyInput_1() { return &___qyInput_1; } inline void set_qyInput_1(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___qyInput_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___qyInput_1), (void*)value); } inline static int32_t get_offset_of_nameTest_2() { return static_cast(offsetof(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A, ___nameTest_2)); } inline bool get_nameTest_2() const { return ___nameTest_2; } inline bool* get_address_of_nameTest_2() { return &___nameTest_2; } inline void set_nameTest_2(bool value) { ___nameTest_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A, ___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_prefix_4() { return static_cast(offsetof(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A, ___prefix_4)); } inline String_t* get_prefix_4() const { return ___prefix_4; } inline String_t** get_address_of_prefix_4() { return &___prefix_4; } inline void set_prefix_4(String_t* value) { ___prefix_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_4), (void*)value); } inline static int32_t get_offset_of_nsUri_5() { return static_cast(offsetof(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A, ___nsUri_5)); } inline String_t* get_nsUri_5() const { return ___nsUri_5; } inline String_t** get_address_of_nsUri_5() { return &___nsUri_5; } inline void set_nsUri_5(String_t* value) { ___nsUri_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsUri_5), (void*)value); } inline static int32_t get_offset_of_typeTest_6() { return static_cast(offsetof(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A, ___typeTest_6)); } inline int32_t get_typeTest_6() const { return ___typeTest_6; } inline int32_t* get_address_of_typeTest_6() { return &___typeTest_6; } inline void set_typeTest_6(int32_t value) { ___typeTest_6 = value; } inline static int32_t get_offset_of_currentNode_7() { return static_cast(offsetof(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A, ___currentNode_7)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_currentNode_7() const { return ___currentNode_7; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_currentNode_7() { return &___currentNode_7; } inline void set_currentNode_7(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___currentNode_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentNode_7), (void*)value); } inline static int32_t get_offset_of_position_8() { return static_cast(offsetof(BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A, ___position_8)); } inline int32_t get_position_8() const { return ___position_8; } inline int32_t* get_address_of_position_8() { return &___position_8; } inline void set_position_8(int32_t value) { ___position_8 = value; } }; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 : public RuntimeObject { public: // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_3; // System.String System.Globalization.CompareInfo::m_sortName String_t* ___m_sortName_4; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_5; // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_6; // System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * ___m_SortVersion_20; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * ___collator_21; public: inline static int32_t get_offset_of_m_name_3() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_name_3)); } inline String_t* get_m_name_3() const { return ___m_name_3; } inline String_t** get_address_of_m_name_3() { return &___m_name_3; } inline void set_m_name_3(String_t* value) { ___m_name_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value); } inline static int32_t get_offset_of_m_sortName_4() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_sortName_4)); } inline String_t* get_m_sortName_4() const { return ___m_sortName_4; } inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; } inline void set_m_sortName_4(String_t* value) { ___m_sortName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value); } inline static int32_t get_offset_of_win32LCID_5() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___win32LCID_5)); } inline int32_t get_win32LCID_5() const { return ___win32LCID_5; } inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; } inline void set_win32LCID_5(int32_t value) { ___win32LCID_5 = value; } inline static int32_t get_offset_of_culture_6() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___culture_6)); } inline int32_t get_culture_6() const { return ___culture_6; } inline int32_t* get_address_of_culture_6() { return &___culture_6; } inline void set_culture_6(int32_t value) { ___culture_6 = value; } inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___m_SortVersion_20)); } inline SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * get_m_SortVersion_20() const { return ___m_SortVersion_20; } inline SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; } inline void set_m_SortVersion_20(SortVersion_t4500287E608FE7BBAB01A3AB0F1073F772EF62AA * value) { ___m_SortVersion_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value); } inline static int32_t get_offset_of_collator_21() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9, ___collator_21)); } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * get_collator_21() const { return ___collator_21; } inline SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 ** get_address_of_collator_21() { return &___collator_21; } inline void set_collator_21(SimpleCollator_t60F8CB5F37FA4A008E484C0BD0429E65E5904266 * value) { ___collator_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value); } }; struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Globalization.CompareInfo::collators Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * ___collators_22; // System.Boolean System.Globalization.CompareInfo::managedCollation bool ___managedCollation_23; // System.Boolean System.Globalization.CompareInfo::managedCollationChecked bool ___managedCollationChecked_24; public: inline static int32_t get_offset_of_collators_22() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___collators_22)); } inline Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * get_collators_22() const { return ___collators_22; } inline Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB ** get_address_of_collators_22() { return &___collators_22; } inline void set_collators_22(Dictionary_2_t33B68634E5ACFD2A5AE4981521BFC06805BE18BB * value) { ___collators_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value); } inline static int32_t get_offset_of_managedCollation_23() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___managedCollation_23)); } inline bool get_managedCollation_23() const { return ___managedCollation_23; } inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; } inline void set_managedCollation_23(bool value) { ___managedCollation_23 = value; } inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast(offsetof(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9_StaticFields, ___managedCollationChecked_24)); } inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; } inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; } inline void set_managedCollationChecked_24(bool value) { ___managedCollationChecked_24 = value; } }; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C : public RuntimeObject { public: // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::contentType int32_t ___contentType_0; // System.Boolean System.Xml.Schema.ContentValidator::isOpen bool ___isOpen_1; // System.Boolean System.Xml.Schema.ContentValidator::isEmptiable bool ___isEmptiable_2; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___contentType_0)); } inline int32_t get_contentType_0() const { return ___contentType_0; } inline int32_t* get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(int32_t value) { ___contentType_0 = value; } inline static int32_t get_offset_of_isOpen_1() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isOpen_1)); } inline bool get_isOpen_1() const { return ___isOpen_1; } inline bool* get_address_of_isOpen_1() { return &___isOpen_1; } inline void set_isOpen_1(bool value) { ___isOpen_1 = value; } inline static int32_t get_offset_of_isEmptiable_2() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isEmptiable_2)); } inline bool get_isEmptiable_2() const { return ___isEmptiable_2; } inline bool* get_address_of_isEmptiable_2() { return &___isEmptiable_2; } inline void set_isEmptiable_2(bool value) { ___isEmptiable_2 = value; } }; struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields { public: // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Empty ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Empty_3; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::TextOnly ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___TextOnly_4; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Mixed ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Mixed_5; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Any ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Any_6; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Empty_3)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Empty_3() const { return ___Empty_3; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } inline static int32_t get_offset_of_TextOnly_4() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___TextOnly_4)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_TextOnly_4() const { return ___TextOnly_4; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_TextOnly_4() { return &___TextOnly_4; } inline void set_TextOnly_4(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___TextOnly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TextOnly_4), (void*)value); } inline static int32_t get_offset_of_Mixed_5() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Mixed_5)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Mixed_5() const { return ___Mixed_5; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Mixed_5() { return &___Mixed_5; } inline void set_Mixed_5(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Mixed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mixed_5), (void*)value); } inline static int32_t get_offset_of_Any_6() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Any_6)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Any_6() const { return ___Any_6; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Any_6() { return &___Any_6; } inline void set_Any_6(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Any_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_6), (void*)value); } }; // System.Xml.Schema.DatatypeImplementation struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 : public XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 { public: // System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety int32_t ___variety_0; // System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * ___restriction_1; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___baseType_2; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___valueConverter_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___parentSchemaType_4; public: inline static int32_t get_offset_of_variety_0() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___variety_0)); } inline int32_t get_variety_0() const { return ___variety_0; } inline int32_t* get_address_of_variety_0() { return &___variety_0; } inline void set_variety_0(int32_t value) { ___variety_0 = value; } inline static int32_t get_offset_of_restriction_1() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___restriction_1)); } inline RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * get_restriction_1() const { return ___restriction_1; } inline RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA ** get_address_of_restriction_1() { return &___restriction_1; } inline void set_restriction_1(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * value) { ___restriction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___restriction_1), (void*)value); } inline static int32_t get_offset_of_baseType_2() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___baseType_2)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_baseType_2() const { return ___baseType_2; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_baseType_2() { return &___baseType_2; } inline void set_baseType_2(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___baseType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseType_2), (void*)value); } inline static int32_t get_offset_of_valueConverter_3() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___valueConverter_3)); } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * get_valueConverter_3() const { return ___valueConverter_3; } inline XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 ** get_address_of_valueConverter_3() { return &___valueConverter_3; } inline void set_valueConverter_3(XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * value) { ___valueConverter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueConverter_3), (void*)value); } inline static int32_t get_offset_of_parentSchemaType_4() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15, ___parentSchemaType_4)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_parentSchemaType_4() const { return ___parentSchemaType_4; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_parentSchemaType_4() { return &___parentSchemaType_4; } inline void set_parentSchemaType_4(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___parentSchemaType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentSchemaType_4), (void*)value); } }; struct DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields { public: // System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___builtinTypes_5; // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* ___enumToTypeCode_6; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___anySimpleType_7; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___anyAtomicType_8; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___untypedAtomicType_9; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___yearMonthDurationType_10; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * ___dayTimeDurationType_11; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___QnAnySimpleType_12; // System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___QnAnyType_13; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___stringFacetsChecker_14; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___miscFacetsChecker_15; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___numeric2FacetsChecker_16; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___binaryFacetsChecker_17; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___dateTimeFacetsChecker_18; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___durationFacetsChecker_19; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___listFacetsChecker_20; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___qnameFacetsChecker_21; // System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * ___unionFacetsChecker_22; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anySimpleType_23; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anyURI_24; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_base64Binary_25; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_boolean_26; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_byte_27; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_char_28; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_date_29; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTime_30; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTimeNoTz_31; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dateTimeTz_32; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_day_33; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_decimal_34; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_double_35; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_doubleXdr_36; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_duration_37; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENTITY_38; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENTITIES_39; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ENUMERATION_40; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_fixed_41; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_float_42; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_floatXdr_43; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_hexBinary_44; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_ID_45; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_IDREF_46; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_IDREFS_47; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_int_48; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_integer_49; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_language_50; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_long_51; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_month_52; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_monthDay_53; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_Name_54; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NCName_55; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_negativeInteger_56; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NMTOKEN_57; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NMTOKENS_58; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_nonNegativeInteger_59; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_nonPositiveInteger_60; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_normalizedString_61; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_NOTATION_62; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_positiveInteger_63; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_QName_64; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_QNameXdr_65; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_short_66; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_string_67; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_time_68; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_timeNoTz_69; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_timeTz_70; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_token_71; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedByte_72; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedInt_73; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedLong_74; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_unsignedShort_75; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_uuid_76; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_year_77; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_yearMonth_78; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_normalizedStringV1Compat_79; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_tokenV1Compat_80; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_anyAtomicType_81; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_dayTimeDuration_82; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_untypedAtomicType_83; // System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * ___c_yearMonthDuration_84; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* ___c_tokenizedTypes_85; // System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* ___c_tokenizedTypesXsd_86; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* ___c_XdrTypes_87; // System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* ___c_XsdTypes_88; public: inline static int32_t get_offset_of_builtinTypes_5() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___builtinTypes_5)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_builtinTypes_5() const { return ___builtinTypes_5; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_builtinTypes_5() { return &___builtinTypes_5; } inline void set_builtinTypes_5(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___builtinTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___builtinTypes_5), (void*)value); } inline static int32_t get_offset_of_enumToTypeCode_6() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___enumToTypeCode_6)); } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* get_enumToTypeCode_6() const { return ___enumToTypeCode_6; } inline XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21** get_address_of_enumToTypeCode_6() { return &___enumToTypeCode_6; } inline void set_enumToTypeCode_6(XmlSchemaSimpleTypeU5BU5D_t862CBDAFFEF794FFBD20DDF16B3DC2803B848F21* value) { ___enumToTypeCode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumToTypeCode_6), (void*)value); } inline static int32_t get_offset_of_anySimpleType_7() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___anySimpleType_7)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_anySimpleType_7() const { return ___anySimpleType_7; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_anySimpleType_7() { return &___anySimpleType_7; } inline void set_anySimpleType_7(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___anySimpleType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___anySimpleType_7), (void*)value); } inline static int32_t get_offset_of_anyAtomicType_8() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___anyAtomicType_8)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_anyAtomicType_8() const { return ___anyAtomicType_8; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_anyAtomicType_8() { return &___anyAtomicType_8; } inline void set_anyAtomicType_8(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___anyAtomicType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___anyAtomicType_8), (void*)value); } inline static int32_t get_offset_of_untypedAtomicType_9() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___untypedAtomicType_9)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_untypedAtomicType_9() const { return ___untypedAtomicType_9; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_untypedAtomicType_9() { return &___untypedAtomicType_9; } inline void set_untypedAtomicType_9(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___untypedAtomicType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___untypedAtomicType_9), (void*)value); } inline static int32_t get_offset_of_yearMonthDurationType_10() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___yearMonthDurationType_10)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_yearMonthDurationType_10() const { return ___yearMonthDurationType_10; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_yearMonthDurationType_10() { return &___yearMonthDurationType_10; } inline void set_yearMonthDurationType_10(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___yearMonthDurationType_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___yearMonthDurationType_10), (void*)value); } inline static int32_t get_offset_of_dayTimeDurationType_11() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___dayTimeDurationType_11)); } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * get_dayTimeDurationType_11() const { return ___dayTimeDurationType_11; } inline XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C ** get_address_of_dayTimeDurationType_11() { return &___dayTimeDurationType_11; } inline void set_dayTimeDurationType_11(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * value) { ___dayTimeDurationType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dayTimeDurationType_11), (void*)value); } inline static int32_t get_offset_of_QnAnySimpleType_12() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___QnAnySimpleType_12)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_QnAnySimpleType_12() const { return ___QnAnySimpleType_12; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_QnAnySimpleType_12() { return &___QnAnySimpleType_12; } inline void set_QnAnySimpleType_12(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___QnAnySimpleType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___QnAnySimpleType_12), (void*)value); } inline static int32_t get_offset_of_QnAnyType_13() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___QnAnyType_13)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_QnAnyType_13() const { return ___QnAnyType_13; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_QnAnyType_13() { return &___QnAnyType_13; } inline void set_QnAnyType_13(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___QnAnyType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___QnAnyType_13), (void*)value); } inline static int32_t get_offset_of_stringFacetsChecker_14() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___stringFacetsChecker_14)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_stringFacetsChecker_14() const { return ___stringFacetsChecker_14; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_stringFacetsChecker_14() { return &___stringFacetsChecker_14; } inline void set_stringFacetsChecker_14(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___stringFacetsChecker_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringFacetsChecker_14), (void*)value); } inline static int32_t get_offset_of_miscFacetsChecker_15() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___miscFacetsChecker_15)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_miscFacetsChecker_15() const { return ___miscFacetsChecker_15; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_miscFacetsChecker_15() { return &___miscFacetsChecker_15; } inline void set_miscFacetsChecker_15(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___miscFacetsChecker_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___miscFacetsChecker_15), (void*)value); } inline static int32_t get_offset_of_numeric2FacetsChecker_16() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___numeric2FacetsChecker_16)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_numeric2FacetsChecker_16() const { return ___numeric2FacetsChecker_16; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_numeric2FacetsChecker_16() { return &___numeric2FacetsChecker_16; } inline void set_numeric2FacetsChecker_16(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___numeric2FacetsChecker_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___numeric2FacetsChecker_16), (void*)value); } inline static int32_t get_offset_of_binaryFacetsChecker_17() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___binaryFacetsChecker_17)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_binaryFacetsChecker_17() const { return ___binaryFacetsChecker_17; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_binaryFacetsChecker_17() { return &___binaryFacetsChecker_17; } inline void set_binaryFacetsChecker_17(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___binaryFacetsChecker_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___binaryFacetsChecker_17), (void*)value); } inline static int32_t get_offset_of_dateTimeFacetsChecker_18() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___dateTimeFacetsChecker_18)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_dateTimeFacetsChecker_18() const { return ___dateTimeFacetsChecker_18; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_dateTimeFacetsChecker_18() { return &___dateTimeFacetsChecker_18; } inline void set_dateTimeFacetsChecker_18(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___dateTimeFacetsChecker_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeFacetsChecker_18), (void*)value); } inline static int32_t get_offset_of_durationFacetsChecker_19() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___durationFacetsChecker_19)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_durationFacetsChecker_19() const { return ___durationFacetsChecker_19; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_durationFacetsChecker_19() { return &___durationFacetsChecker_19; } inline void set_durationFacetsChecker_19(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___durationFacetsChecker_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___durationFacetsChecker_19), (void*)value); } inline static int32_t get_offset_of_listFacetsChecker_20() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___listFacetsChecker_20)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_listFacetsChecker_20() const { return ___listFacetsChecker_20; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_listFacetsChecker_20() { return &___listFacetsChecker_20; } inline void set_listFacetsChecker_20(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___listFacetsChecker_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___listFacetsChecker_20), (void*)value); } inline static int32_t get_offset_of_qnameFacetsChecker_21() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___qnameFacetsChecker_21)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_qnameFacetsChecker_21() const { return ___qnameFacetsChecker_21; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_qnameFacetsChecker_21() { return &___qnameFacetsChecker_21; } inline void set_qnameFacetsChecker_21(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___qnameFacetsChecker_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnameFacetsChecker_21), (void*)value); } inline static int32_t get_offset_of_unionFacetsChecker_22() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___unionFacetsChecker_22)); } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * get_unionFacetsChecker_22() const { return ___unionFacetsChecker_22; } inline FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 ** get_address_of_unionFacetsChecker_22() { return &___unionFacetsChecker_22; } inline void set_unionFacetsChecker_22(FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * value) { ___unionFacetsChecker_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___unionFacetsChecker_22), (void*)value); } inline static int32_t get_offset_of_c_anySimpleType_23() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anySimpleType_23)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anySimpleType_23() const { return ___c_anySimpleType_23; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anySimpleType_23() { return &___c_anySimpleType_23; } inline void set_c_anySimpleType_23(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anySimpleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anySimpleType_23), (void*)value); } inline static int32_t get_offset_of_c_anyURI_24() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anyURI_24)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anyURI_24() const { return ___c_anyURI_24; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anyURI_24() { return &___c_anyURI_24; } inline void set_c_anyURI_24(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anyURI_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anyURI_24), (void*)value); } inline static int32_t get_offset_of_c_base64Binary_25() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_base64Binary_25)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_base64Binary_25() const { return ___c_base64Binary_25; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_base64Binary_25() { return &___c_base64Binary_25; } inline void set_c_base64Binary_25(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_base64Binary_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_base64Binary_25), (void*)value); } inline static int32_t get_offset_of_c_boolean_26() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_boolean_26)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_boolean_26() const { return ___c_boolean_26; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_boolean_26() { return &___c_boolean_26; } inline void set_c_boolean_26(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_boolean_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_boolean_26), (void*)value); } inline static int32_t get_offset_of_c_byte_27() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_byte_27)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_byte_27() const { return ___c_byte_27; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_byte_27() { return &___c_byte_27; } inline void set_c_byte_27(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_byte_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_byte_27), (void*)value); } inline static int32_t get_offset_of_c_char_28() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_char_28)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_char_28() const { return ___c_char_28; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_char_28() { return &___c_char_28; } inline void set_c_char_28(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_char_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_char_28), (void*)value); } inline static int32_t get_offset_of_c_date_29() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_date_29)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_date_29() const { return ___c_date_29; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_date_29() { return &___c_date_29; } inline void set_c_date_29(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_date_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_date_29), (void*)value); } inline static int32_t get_offset_of_c_dateTime_30() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTime_30)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTime_30() const { return ___c_dateTime_30; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTime_30() { return &___c_dateTime_30; } inline void set_c_dateTime_30(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTime_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTime_30), (void*)value); } inline static int32_t get_offset_of_c_dateTimeNoTz_31() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTimeNoTz_31)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTimeNoTz_31() const { return ___c_dateTimeNoTz_31; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTimeNoTz_31() { return &___c_dateTimeNoTz_31; } inline void set_c_dateTimeNoTz_31(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTimeNoTz_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTimeNoTz_31), (void*)value); } inline static int32_t get_offset_of_c_dateTimeTz_32() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dateTimeTz_32)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dateTimeTz_32() const { return ___c_dateTimeTz_32; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dateTimeTz_32() { return &___c_dateTimeTz_32; } inline void set_c_dateTimeTz_32(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dateTimeTz_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dateTimeTz_32), (void*)value); } inline static int32_t get_offset_of_c_day_33() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_day_33)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_day_33() const { return ___c_day_33; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_day_33() { return &___c_day_33; } inline void set_c_day_33(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_day_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_day_33), (void*)value); } inline static int32_t get_offset_of_c_decimal_34() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_decimal_34)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_decimal_34() const { return ___c_decimal_34; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_decimal_34() { return &___c_decimal_34; } inline void set_c_decimal_34(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_decimal_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_decimal_34), (void*)value); } inline static int32_t get_offset_of_c_double_35() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_double_35)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_double_35() const { return ___c_double_35; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_double_35() { return &___c_double_35; } inline void set_c_double_35(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_double_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_double_35), (void*)value); } inline static int32_t get_offset_of_c_doubleXdr_36() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_doubleXdr_36)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_doubleXdr_36() const { return ___c_doubleXdr_36; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_doubleXdr_36() { return &___c_doubleXdr_36; } inline void set_c_doubleXdr_36(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_doubleXdr_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_doubleXdr_36), (void*)value); } inline static int32_t get_offset_of_c_duration_37() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_duration_37)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_duration_37() const { return ___c_duration_37; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_duration_37() { return &___c_duration_37; } inline void set_c_duration_37(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_duration_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_duration_37), (void*)value); } inline static int32_t get_offset_of_c_ENTITY_38() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENTITY_38)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENTITY_38() const { return ___c_ENTITY_38; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENTITY_38() { return &___c_ENTITY_38; } inline void set_c_ENTITY_38(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENTITY_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENTITY_38), (void*)value); } inline static int32_t get_offset_of_c_ENTITIES_39() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENTITIES_39)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENTITIES_39() const { return ___c_ENTITIES_39; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENTITIES_39() { return &___c_ENTITIES_39; } inline void set_c_ENTITIES_39(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENTITIES_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENTITIES_39), (void*)value); } inline static int32_t get_offset_of_c_ENUMERATION_40() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ENUMERATION_40)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ENUMERATION_40() const { return ___c_ENUMERATION_40; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ENUMERATION_40() { return &___c_ENUMERATION_40; } inline void set_c_ENUMERATION_40(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ENUMERATION_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ENUMERATION_40), (void*)value); } inline static int32_t get_offset_of_c_fixed_41() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_fixed_41)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_fixed_41() const { return ___c_fixed_41; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_fixed_41() { return &___c_fixed_41; } inline void set_c_fixed_41(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_fixed_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_fixed_41), (void*)value); } inline static int32_t get_offset_of_c_float_42() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_float_42)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_float_42() const { return ___c_float_42; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_float_42() { return &___c_float_42; } inline void set_c_float_42(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_float_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_float_42), (void*)value); } inline static int32_t get_offset_of_c_floatXdr_43() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_floatXdr_43)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_floatXdr_43() const { return ___c_floatXdr_43; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_floatXdr_43() { return &___c_floatXdr_43; } inline void set_c_floatXdr_43(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_floatXdr_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_floatXdr_43), (void*)value); } inline static int32_t get_offset_of_c_hexBinary_44() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_hexBinary_44)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_hexBinary_44() const { return ___c_hexBinary_44; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_hexBinary_44() { return &___c_hexBinary_44; } inline void set_c_hexBinary_44(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_hexBinary_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_hexBinary_44), (void*)value); } inline static int32_t get_offset_of_c_ID_45() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_ID_45)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_ID_45() const { return ___c_ID_45; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_ID_45() { return &___c_ID_45; } inline void set_c_ID_45(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_ID_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_ID_45), (void*)value); } inline static int32_t get_offset_of_c_IDREF_46() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_IDREF_46)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_IDREF_46() const { return ___c_IDREF_46; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_IDREF_46() { return &___c_IDREF_46; } inline void set_c_IDREF_46(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_IDREF_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_IDREF_46), (void*)value); } inline static int32_t get_offset_of_c_IDREFS_47() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_IDREFS_47)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_IDREFS_47() const { return ___c_IDREFS_47; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_IDREFS_47() { return &___c_IDREFS_47; } inline void set_c_IDREFS_47(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_IDREFS_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_IDREFS_47), (void*)value); } inline static int32_t get_offset_of_c_int_48() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_int_48)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_int_48() const { return ___c_int_48; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_int_48() { return &___c_int_48; } inline void set_c_int_48(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_int_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_int_48), (void*)value); } inline static int32_t get_offset_of_c_integer_49() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_integer_49)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_integer_49() const { return ___c_integer_49; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_integer_49() { return &___c_integer_49; } inline void set_c_integer_49(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_integer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_integer_49), (void*)value); } inline static int32_t get_offset_of_c_language_50() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_language_50)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_language_50() const { return ___c_language_50; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_language_50() { return &___c_language_50; } inline void set_c_language_50(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_language_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_language_50), (void*)value); } inline static int32_t get_offset_of_c_long_51() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_long_51)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_long_51() const { return ___c_long_51; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_long_51() { return &___c_long_51; } inline void set_c_long_51(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_long_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_long_51), (void*)value); } inline static int32_t get_offset_of_c_month_52() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_month_52)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_month_52() const { return ___c_month_52; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_month_52() { return &___c_month_52; } inline void set_c_month_52(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_month_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_month_52), (void*)value); } inline static int32_t get_offset_of_c_monthDay_53() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_monthDay_53)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_monthDay_53() const { return ___c_monthDay_53; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_monthDay_53() { return &___c_monthDay_53; } inline void set_c_monthDay_53(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_monthDay_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_monthDay_53), (void*)value); } inline static int32_t get_offset_of_c_Name_54() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_Name_54)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_Name_54() const { return ___c_Name_54; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_Name_54() { return &___c_Name_54; } inline void set_c_Name_54(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_Name_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_Name_54), (void*)value); } inline static int32_t get_offset_of_c_NCName_55() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NCName_55)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NCName_55() const { return ___c_NCName_55; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NCName_55() { return &___c_NCName_55; } inline void set_c_NCName_55(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NCName_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NCName_55), (void*)value); } inline static int32_t get_offset_of_c_negativeInteger_56() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_negativeInteger_56)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_negativeInteger_56() const { return ___c_negativeInteger_56; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_negativeInteger_56() { return &___c_negativeInteger_56; } inline void set_c_negativeInteger_56(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_negativeInteger_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_negativeInteger_56), (void*)value); } inline static int32_t get_offset_of_c_NMTOKEN_57() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NMTOKEN_57)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NMTOKEN_57() const { return ___c_NMTOKEN_57; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NMTOKEN_57() { return &___c_NMTOKEN_57; } inline void set_c_NMTOKEN_57(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NMTOKEN_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NMTOKEN_57), (void*)value); } inline static int32_t get_offset_of_c_NMTOKENS_58() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NMTOKENS_58)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NMTOKENS_58() const { return ___c_NMTOKENS_58; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NMTOKENS_58() { return &___c_NMTOKENS_58; } inline void set_c_NMTOKENS_58(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NMTOKENS_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NMTOKENS_58), (void*)value); } inline static int32_t get_offset_of_c_nonNegativeInteger_59() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_nonNegativeInteger_59)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_nonNegativeInteger_59() const { return ___c_nonNegativeInteger_59; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_nonNegativeInteger_59() { return &___c_nonNegativeInteger_59; } inline void set_c_nonNegativeInteger_59(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_nonNegativeInteger_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_nonNegativeInteger_59), (void*)value); } inline static int32_t get_offset_of_c_nonPositiveInteger_60() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_nonPositiveInteger_60)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_nonPositiveInteger_60() const { return ___c_nonPositiveInteger_60; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_nonPositiveInteger_60() { return &___c_nonPositiveInteger_60; } inline void set_c_nonPositiveInteger_60(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_nonPositiveInteger_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_nonPositiveInteger_60), (void*)value); } inline static int32_t get_offset_of_c_normalizedString_61() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_normalizedString_61)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_normalizedString_61() const { return ___c_normalizedString_61; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_normalizedString_61() { return &___c_normalizedString_61; } inline void set_c_normalizedString_61(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_normalizedString_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_normalizedString_61), (void*)value); } inline static int32_t get_offset_of_c_NOTATION_62() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_NOTATION_62)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_NOTATION_62() const { return ___c_NOTATION_62; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_NOTATION_62() { return &___c_NOTATION_62; } inline void set_c_NOTATION_62(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_NOTATION_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_NOTATION_62), (void*)value); } inline static int32_t get_offset_of_c_positiveInteger_63() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_positiveInteger_63)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_positiveInteger_63() const { return ___c_positiveInteger_63; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_positiveInteger_63() { return &___c_positiveInteger_63; } inline void set_c_positiveInteger_63(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_positiveInteger_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_positiveInteger_63), (void*)value); } inline static int32_t get_offset_of_c_QName_64() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_QName_64)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_QName_64() const { return ___c_QName_64; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_QName_64() { return &___c_QName_64; } inline void set_c_QName_64(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_QName_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_QName_64), (void*)value); } inline static int32_t get_offset_of_c_QNameXdr_65() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_QNameXdr_65)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_QNameXdr_65() const { return ___c_QNameXdr_65; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_QNameXdr_65() { return &___c_QNameXdr_65; } inline void set_c_QNameXdr_65(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_QNameXdr_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_QNameXdr_65), (void*)value); } inline static int32_t get_offset_of_c_short_66() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_short_66)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_short_66() const { return ___c_short_66; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_short_66() { return &___c_short_66; } inline void set_c_short_66(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_short_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_short_66), (void*)value); } inline static int32_t get_offset_of_c_string_67() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_string_67)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_string_67() const { return ___c_string_67; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_string_67() { return &___c_string_67; } inline void set_c_string_67(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_string_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_string_67), (void*)value); } inline static int32_t get_offset_of_c_time_68() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_time_68)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_time_68() const { return ___c_time_68; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_time_68() { return &___c_time_68; } inline void set_c_time_68(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_time_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_time_68), (void*)value); } inline static int32_t get_offset_of_c_timeNoTz_69() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_timeNoTz_69)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_timeNoTz_69() const { return ___c_timeNoTz_69; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_timeNoTz_69() { return &___c_timeNoTz_69; } inline void set_c_timeNoTz_69(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_timeNoTz_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_timeNoTz_69), (void*)value); } inline static int32_t get_offset_of_c_timeTz_70() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_timeTz_70)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_timeTz_70() const { return ___c_timeTz_70; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_timeTz_70() { return &___c_timeTz_70; } inline void set_c_timeTz_70(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_timeTz_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_timeTz_70), (void*)value); } inline static int32_t get_offset_of_c_token_71() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_token_71)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_token_71() const { return ___c_token_71; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_token_71() { return &___c_token_71; } inline void set_c_token_71(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_token_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_token_71), (void*)value); } inline static int32_t get_offset_of_c_unsignedByte_72() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedByte_72)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedByte_72() const { return ___c_unsignedByte_72; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedByte_72() { return &___c_unsignedByte_72; } inline void set_c_unsignedByte_72(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedByte_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedByte_72), (void*)value); } inline static int32_t get_offset_of_c_unsignedInt_73() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedInt_73)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedInt_73() const { return ___c_unsignedInt_73; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedInt_73() { return &___c_unsignedInt_73; } inline void set_c_unsignedInt_73(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedInt_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedInt_73), (void*)value); } inline static int32_t get_offset_of_c_unsignedLong_74() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedLong_74)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedLong_74() const { return ___c_unsignedLong_74; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedLong_74() { return &___c_unsignedLong_74; } inline void set_c_unsignedLong_74(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedLong_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedLong_74), (void*)value); } inline static int32_t get_offset_of_c_unsignedShort_75() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_unsignedShort_75)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_unsignedShort_75() const { return ___c_unsignedShort_75; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_unsignedShort_75() { return &___c_unsignedShort_75; } inline void set_c_unsignedShort_75(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_unsignedShort_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_unsignedShort_75), (void*)value); } inline static int32_t get_offset_of_c_uuid_76() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_uuid_76)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_uuid_76() const { return ___c_uuid_76; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_uuid_76() { return &___c_uuid_76; } inline void set_c_uuid_76(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_uuid_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_uuid_76), (void*)value); } inline static int32_t get_offset_of_c_year_77() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_year_77)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_year_77() const { return ___c_year_77; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_year_77() { return &___c_year_77; } inline void set_c_year_77(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_year_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_year_77), (void*)value); } inline static int32_t get_offset_of_c_yearMonth_78() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_yearMonth_78)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_yearMonth_78() const { return ___c_yearMonth_78; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_yearMonth_78() { return &___c_yearMonth_78; } inline void set_c_yearMonth_78(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_yearMonth_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_yearMonth_78), (void*)value); } inline static int32_t get_offset_of_c_normalizedStringV1Compat_79() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_normalizedStringV1Compat_79)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_normalizedStringV1Compat_79() const { return ___c_normalizedStringV1Compat_79; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_normalizedStringV1Compat_79() { return &___c_normalizedStringV1Compat_79; } inline void set_c_normalizedStringV1Compat_79(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_normalizedStringV1Compat_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_normalizedStringV1Compat_79), (void*)value); } inline static int32_t get_offset_of_c_tokenV1Compat_80() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenV1Compat_80)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_tokenV1Compat_80() const { return ___c_tokenV1Compat_80; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_tokenV1Compat_80() { return &___c_tokenV1Compat_80; } inline void set_c_tokenV1Compat_80(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_tokenV1Compat_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenV1Compat_80), (void*)value); } inline static int32_t get_offset_of_c_anyAtomicType_81() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_anyAtomicType_81)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_anyAtomicType_81() const { return ___c_anyAtomicType_81; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_anyAtomicType_81() { return &___c_anyAtomicType_81; } inline void set_c_anyAtomicType_81(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_anyAtomicType_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_anyAtomicType_81), (void*)value); } inline static int32_t get_offset_of_c_dayTimeDuration_82() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_dayTimeDuration_82)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_dayTimeDuration_82() const { return ___c_dayTimeDuration_82; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_dayTimeDuration_82() { return &___c_dayTimeDuration_82; } inline void set_c_dayTimeDuration_82(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_dayTimeDuration_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_dayTimeDuration_82), (void*)value); } inline static int32_t get_offset_of_c_untypedAtomicType_83() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_untypedAtomicType_83)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_untypedAtomicType_83() const { return ___c_untypedAtomicType_83; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_untypedAtomicType_83() { return &___c_untypedAtomicType_83; } inline void set_c_untypedAtomicType_83(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_untypedAtomicType_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_untypedAtomicType_83), (void*)value); } inline static int32_t get_offset_of_c_yearMonthDuration_84() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_yearMonthDuration_84)); } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * get_c_yearMonthDuration_84() const { return ___c_yearMonthDuration_84; } inline DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 ** get_address_of_c_yearMonthDuration_84() { return &___c_yearMonthDuration_84; } inline void set_c_yearMonthDuration_84(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15 * value) { ___c_yearMonthDuration_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_yearMonthDuration_84), (void*)value); } inline static int32_t get_offset_of_c_tokenizedTypes_85() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenizedTypes_85)); } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* get_c_tokenizedTypes_85() const { return ___c_tokenizedTypes_85; } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D** get_address_of_c_tokenizedTypes_85() { return &___c_tokenizedTypes_85; } inline void set_c_tokenizedTypes_85(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* value) { ___c_tokenizedTypes_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenizedTypes_85), (void*)value); } inline static int32_t get_offset_of_c_tokenizedTypesXsd_86() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_tokenizedTypesXsd_86)); } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* get_c_tokenizedTypesXsd_86() const { return ___c_tokenizedTypesXsd_86; } inline DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D** get_address_of_c_tokenizedTypesXsd_86() { return &___c_tokenizedTypesXsd_86; } inline void set_c_tokenizedTypesXsd_86(DatatypeImplementationU5BU5D_t1ECE71BA72FBF60D10F2706390619E7E51202B2D* value) { ___c_tokenizedTypesXsd_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_tokenizedTypesXsd_86), (void*)value); } inline static int32_t get_offset_of_c_XdrTypes_87() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_XdrTypes_87)); } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* get_c_XdrTypes_87() const { return ___c_XdrTypes_87; } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA** get_address_of_c_XdrTypes_87() { return &___c_XdrTypes_87; } inline void set_c_XdrTypes_87(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* value) { ___c_XdrTypes_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_XdrTypes_87), (void*)value); } inline static int32_t get_offset_of_c_XsdTypes_88() { return static_cast(offsetof(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields, ___c_XsdTypes_88)); } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* get_c_XsdTypes_88() const { return ___c_XsdTypes_88; } inline SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA** get_address_of_c_XsdTypes_88() { return &___c_XsdTypes_88; } inline void set_c_XsdTypes_88(SchemaDatatypeMapU5BU5D_t7856FBF2902E516E9BAC4B53C80C181CE4B619DA* value) { ___c_XsdTypes_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___c_XsdTypes_88), (void*)value); } }; // MS.Internal.Xml.XPath.ExtensionQuery struct ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 : public Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 { public: // System.String MS.Internal.Xml.XPath.ExtensionQuery::prefix String_t* ___prefix_1; // System.String MS.Internal.Xml.XPath.ExtensionQuery::name String_t* ___name_2; // System.Xml.Xsl.XsltContext MS.Internal.Xml.XPath.ExtensionQuery::xsltContext XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___xsltContext_3; // MS.Internal.Xml.XPath.ResetableIterator MS.Internal.Xml.XPath.ExtensionQuery::queryIterator ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * ___queryIterator_4; public: inline static int32_t get_offset_of_prefix_1() { return static_cast(offsetof(ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855, ___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_name_2() { return static_cast(offsetof(ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855, ___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_xsltContext_3() { return static_cast(offsetof(ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855, ___xsltContext_3)); } inline XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * get_xsltContext_3() const { return ___xsltContext_3; } inline XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 ** get_address_of_xsltContext_3() { return &___xsltContext_3; } inline void set_xsltContext_3(XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * value) { ___xsltContext_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___xsltContext_3), (void*)value); } inline static int32_t get_offset_of_queryIterator_4() { return static_cast(offsetof(ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855, ___queryIterator_4)); } inline ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * get_queryIterator_4() const { return ___queryIterator_4; } inline ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 ** get_address_of_queryIterator_4() { return &___queryIterator_4; } inline void set_queryIterator_4(ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * value) { ___queryIterator_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___queryIterator_4), (void*)value); } }; // MS.Internal.Xml.XPath.Function struct Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 : public AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C { public: // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.Function::functionType int32_t ___functionType_0; // System.Collections.ArrayList MS.Internal.Xml.XPath.Function::argumentList ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___argumentList_1; // System.String MS.Internal.Xml.XPath.Function::name String_t* ___name_2; // System.String MS.Internal.Xml.XPath.Function::prefix String_t* ___prefix_3; public: inline static int32_t get_offset_of_functionType_0() { return static_cast(offsetof(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740, ___functionType_0)); } inline int32_t get_functionType_0() const { return ___functionType_0; } inline int32_t* get_address_of_functionType_0() { return &___functionType_0; } inline void set_functionType_0(int32_t value) { ___functionType_0 = value; } inline static int32_t get_offset_of_argumentList_1() { return static_cast(offsetof(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740, ___argumentList_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_argumentList_1() const { return ___argumentList_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_argumentList_1() { return &___argumentList_1; } inline void set_argumentList_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___argumentList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___argumentList_1), (void*)value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740, ___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_prefix_3() { return static_cast(offsetof(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740, ___prefix_3)); } inline String_t* get_prefix_3() const { return ___prefix_3; } inline String_t** get_address_of_prefix_3() { return &___prefix_3; } inline void set_prefix_3(String_t* value) { ___prefix_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_3), (void*)value); } }; struct Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_StaticFields { public: // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.Function::ReturnTypes XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___ReturnTypes_4; public: inline static int32_t get_offset_of_ReturnTypes_4() { return static_cast(offsetof(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_StaticFields, ___ReturnTypes_4)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_ReturnTypes_4() const { return ___ReturnTypes_4; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_ReturnTypes_4() { return &___ReturnTypes_4; } inline void set_ReturnTypes_4(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___ReturnTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReturnTypes_4), (void*)value); } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Xml.Schema.NamespaceList struct NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A : public RuntimeObject { public: // System.Xml.Schema.NamespaceList/ListType System.Xml.Schema.NamespaceList::type int32_t ___type_0; // System.Collections.Hashtable System.Xml.Schema.NamespaceList::set Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___set_1; // System.String System.Xml.Schema.NamespaceList::targetNamespace String_t* ___targetNamespace_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_set_1() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___set_1)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_set_1() const { return ___set_1; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_set_1() { return &___set_1; } inline void set_set_1(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___set_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___set_1), (void*)value); } inline static int32_t get_offset_of_targetNamespace_2() { return static_cast(offsetof(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A, ___targetNamespace_2)); } inline String_t* get_targetNamespace_2() const { return ___targetNamespace_2; } inline String_t** get_address_of_targetNamespace_2() { return &___targetNamespace_2; } inline void set_targetNamespace_2(String_t* value) { ___targetNamespace_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetNamespace_2), (void*)value); } }; // System.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); } }; // MS.Internal.Xml.XPath.Operand struct Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 : public AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C { public: // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Operand::type int32_t ___type_0; // System.Object MS.Internal.Xml.XPath.Operand::val RuntimeObject * ___val_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Operand_t15190E99FB92454259471C3636EA8F7C00BCC399, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_val_1() { return static_cast(offsetof(Operand_t15190E99FB92454259471C3636EA8F7C00BCC399, ___val_1)); } inline RuntimeObject * get_val_1() const { return ___val_1; } inline RuntimeObject ** get_address_of_val_1() { return &___val_1; } inline void set_val_1(RuntimeObject * value) { ___val_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___val_1), (void*)value); } }; // MS.Internal.Xml.XPath.Operator struct Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 : public AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C { public: // MS.Internal.Xml.XPath.Operator/Op MS.Internal.Xml.XPath.Operator::opType int32_t ___opType_1; // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Operator::opnd1 AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___opnd1_2; // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Operator::opnd2 AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___opnd2_3; public: inline static int32_t get_offset_of_opType_1() { return static_cast(offsetof(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02, ___opType_1)); } inline int32_t get_opType_1() const { return ___opType_1; } inline int32_t* get_address_of_opType_1() { return &___opType_1; } inline void set_opType_1(int32_t value) { ___opType_1 = value; } inline static int32_t get_offset_of_opnd1_2() { return static_cast(offsetof(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02, ___opnd1_2)); } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * get_opnd1_2() const { return ___opnd1_2; } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C ** get_address_of_opnd1_2() { return &___opnd1_2; } inline void set_opnd1_2(AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * value) { ___opnd1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd1_2), (void*)value); } inline static int32_t get_offset_of_opnd2_3() { return static_cast(offsetof(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02, ___opnd2_3)); } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * get_opnd2_3() const { return ___opnd2_3; } inline AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C ** get_address_of_opnd2_3() { return &___opnd2_3; } inline void set_opnd2_3(AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * value) { ___opnd2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd2_3), (void*)value); } }; struct Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_StaticFields { public: // MS.Internal.Xml.XPath.Operator/Op[] MS.Internal.Xml.XPath.Operator::invertOp OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7* ___invertOp_0; public: inline static int32_t get_offset_of_invertOp_0() { return static_cast(offsetof(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_StaticFields, ___invertOp_0)); } inline OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7* get_invertOp_0() const { return ___invertOp_0; } inline OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7** get_address_of_invertOp_0() { return &___invertOp_0; } inline void set_invertOp_0(OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7* value) { ___invertOp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invertOp_0), (void*)value); } }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // System.Xml.Schema.RestrictionFacets struct RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA : public RuntimeObject { public: // System.Int32 System.Xml.Schema.RestrictionFacets::Length int32_t ___Length_0; // System.Int32 System.Xml.Schema.RestrictionFacets::MinLength int32_t ___MinLength_1; // System.Int32 System.Xml.Schema.RestrictionFacets::MaxLength int32_t ___MaxLength_2; // System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Patterns ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___Patterns_3; // System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Enumeration ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___Enumeration_4; // System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.RestrictionFacets::WhiteSpace int32_t ___WhiteSpace_5; // System.Object System.Xml.Schema.RestrictionFacets::MaxInclusive RuntimeObject * ___MaxInclusive_6; // System.Object System.Xml.Schema.RestrictionFacets::MaxExclusive RuntimeObject * ___MaxExclusive_7; // System.Object System.Xml.Schema.RestrictionFacets::MinInclusive RuntimeObject * ___MinInclusive_8; // System.Object System.Xml.Schema.RestrictionFacets::MinExclusive RuntimeObject * ___MinExclusive_9; // System.Int32 System.Xml.Schema.RestrictionFacets::TotalDigits int32_t ___TotalDigits_10; // System.Int32 System.Xml.Schema.RestrictionFacets::FractionDigits int32_t ___FractionDigits_11; // System.Xml.Schema.RestrictionFlags System.Xml.Schema.RestrictionFacets::Flags int32_t ___Flags_12; public: inline static int32_t get_offset_of_Length_0() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___Length_0)); } inline int32_t get_Length_0() const { return ___Length_0; } inline int32_t* get_address_of_Length_0() { return &___Length_0; } inline void set_Length_0(int32_t value) { ___Length_0 = value; } inline static int32_t get_offset_of_MinLength_1() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MinLength_1)); } inline int32_t get_MinLength_1() const { return ___MinLength_1; } inline int32_t* get_address_of_MinLength_1() { return &___MinLength_1; } inline void set_MinLength_1(int32_t value) { ___MinLength_1 = value; } inline static int32_t get_offset_of_MaxLength_2() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MaxLength_2)); } inline int32_t get_MaxLength_2() const { return ___MaxLength_2; } inline int32_t* get_address_of_MaxLength_2() { return &___MaxLength_2; } inline void set_MaxLength_2(int32_t value) { ___MaxLength_2 = value; } inline static int32_t get_offset_of_Patterns_3() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___Patterns_3)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_Patterns_3() const { return ___Patterns_3; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_Patterns_3() { return &___Patterns_3; } inline void set_Patterns_3(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___Patterns_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Patterns_3), (void*)value); } inline static int32_t get_offset_of_Enumeration_4() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___Enumeration_4)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_Enumeration_4() const { return ___Enumeration_4; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_Enumeration_4() { return &___Enumeration_4; } inline void set_Enumeration_4(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___Enumeration_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Enumeration_4), (void*)value); } inline static int32_t get_offset_of_WhiteSpace_5() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___WhiteSpace_5)); } inline int32_t get_WhiteSpace_5() const { return ___WhiteSpace_5; } inline int32_t* get_address_of_WhiteSpace_5() { return &___WhiteSpace_5; } inline void set_WhiteSpace_5(int32_t value) { ___WhiteSpace_5 = value; } inline static int32_t get_offset_of_MaxInclusive_6() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MaxInclusive_6)); } inline RuntimeObject * get_MaxInclusive_6() const { return ___MaxInclusive_6; } inline RuntimeObject ** get_address_of_MaxInclusive_6() { return &___MaxInclusive_6; } inline void set_MaxInclusive_6(RuntimeObject * value) { ___MaxInclusive_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___MaxInclusive_6), (void*)value); } inline static int32_t get_offset_of_MaxExclusive_7() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MaxExclusive_7)); } inline RuntimeObject * get_MaxExclusive_7() const { return ___MaxExclusive_7; } inline RuntimeObject ** get_address_of_MaxExclusive_7() { return &___MaxExclusive_7; } inline void set_MaxExclusive_7(RuntimeObject * value) { ___MaxExclusive_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___MaxExclusive_7), (void*)value); } inline static int32_t get_offset_of_MinInclusive_8() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MinInclusive_8)); } inline RuntimeObject * get_MinInclusive_8() const { return ___MinInclusive_8; } inline RuntimeObject ** get_address_of_MinInclusive_8() { return &___MinInclusive_8; } inline void set_MinInclusive_8(RuntimeObject * value) { ___MinInclusive_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___MinInclusive_8), (void*)value); } inline static int32_t get_offset_of_MinExclusive_9() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___MinExclusive_9)); } inline RuntimeObject * get_MinExclusive_9() const { return ___MinExclusive_9; } inline RuntimeObject ** get_address_of_MinExclusive_9() { return &___MinExclusive_9; } inline void set_MinExclusive_9(RuntimeObject * value) { ___MinExclusive_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___MinExclusive_9), (void*)value); } inline static int32_t get_offset_of_TotalDigits_10() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___TotalDigits_10)); } inline int32_t get_TotalDigits_10() const { return ___TotalDigits_10; } inline int32_t* get_address_of_TotalDigits_10() { return &___TotalDigits_10; } inline void set_TotalDigits_10(int32_t value) { ___TotalDigits_10 = value; } inline static int32_t get_offset_of_FractionDigits_11() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___FractionDigits_11)); } inline int32_t get_FractionDigits_11() const { return ___FractionDigits_11; } inline int32_t* get_address_of_FractionDigits_11() { return &___FractionDigits_11; } inline void set_FractionDigits_11(int32_t value) { ___FractionDigits_11 = value; } inline static int32_t get_offset_of_Flags_12() { return static_cast(offsetof(RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA, ___Flags_12)); } inline int32_t get_Flags_12() const { return ___Flags_12; } inline int32_t* get_address_of_Flags_12() { return &___Flags_12; } inline void set_Flags_12(int32_t value) { ___Flags_12 = 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); } }; // MS.Internal.Xml.XPath.UnionExpr struct UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 : public Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.UnionExpr::qy1 Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qy1_1; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.UnionExpr::qy2 Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qy2_2; // System.Boolean MS.Internal.Xml.XPath.UnionExpr::advance1 bool ___advance1_3; // System.Boolean MS.Internal.Xml.XPath.UnionExpr::advance2 bool ___advance2_4; // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::currentNode XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___currentNode_5; // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::nextNode XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nextNode_6; public: inline static int32_t get_offset_of_qy1_1() { return static_cast(offsetof(UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577, ___qy1_1)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_qy1_1() const { return ___qy1_1; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_qy1_1() { return &___qy1_1; } inline void set_qy1_1(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___qy1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___qy1_1), (void*)value); } inline static int32_t get_offset_of_qy2_2() { return static_cast(offsetof(UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577, ___qy2_2)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_qy2_2() const { return ___qy2_2; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_qy2_2() { return &___qy2_2; } inline void set_qy2_2(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___qy2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___qy2_2), (void*)value); } inline static int32_t get_offset_of_advance1_3() { return static_cast(offsetof(UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577, ___advance1_3)); } inline bool get_advance1_3() const { return ___advance1_3; } inline bool* get_address_of_advance1_3() { return &___advance1_3; } inline void set_advance1_3(bool value) { ___advance1_3 = value; } inline static int32_t get_offset_of_advance2_4() { return static_cast(offsetof(UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577, ___advance2_4)); } inline bool get_advance2_4() const { return ___advance2_4; } inline bool* get_address_of_advance2_4() { return &___advance2_4; } inline void set_advance2_4(bool value) { ___advance2_4 = value; } inline static int32_t get_offset_of_currentNode_5() { return static_cast(offsetof(UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577, ___currentNode_5)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_currentNode_5() const { return ___currentNode_5; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_currentNode_5() { return &___currentNode_5; } inline void set_currentNode_5(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___currentNode_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentNode_5), (void*)value); } inline static int32_t get_offset_of_nextNode_6() { return static_cast(offsetof(UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577, ___nextNode_6)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_nextNode_6() const { return ___nextNode_6; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_nextNode_6() { return &___nextNode_6; } inline void set_nextNode_6(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___nextNode_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextNode_6), (void*)value); } }; // System.Xml.Schema.UpaException struct UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA : public Exception_t { public: // System.Object System.Xml.Schema.UpaException::particle1 RuntimeObject * ___particle1_17; // System.Object System.Xml.Schema.UpaException::particle2 RuntimeObject * ___particle2_18; public: inline static int32_t get_offset_of_particle1_17() { return static_cast(offsetof(UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA, ___particle1_17)); } inline RuntimeObject * get_particle1_17() const { return ___particle1_17; } inline RuntimeObject ** get_address_of_particle1_17() { return &___particle1_17; } inline void set_particle1_17(RuntimeObject * value) { ___particle1_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___particle1_17), (void*)value); } inline static int32_t get_offset_of_particle2_18() { return static_cast(offsetof(UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA, ___particle2_18)); } inline RuntimeObject * get_particle2_18() const { return ___particle2_18; } inline RuntimeObject ** get_address_of_particle2_18() { return &___particle2_18; } inline void set_particle2_18(RuntimeObject * value) { ___particle2_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___particle2_18), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::ex XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ___ex_1; // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::severity int32_t ___severity_2; public: inline static int32_t get_offset_of_ex_1() { return static_cast(offsetof(ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17, ___ex_1)); } inline XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * get_ex_1() const { return ___ex_1; } inline XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA ** get_address_of_ex_1() { return &___ex_1; } inline void set_ex_1(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * value) { ___ex_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___ex_1), (void*)value); } inline static int32_t get_offset_of_severity_2() { return static_cast(offsetof(ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17, ___severity_2)); } inline int32_t get_severity_2() const { return ___severity_2; } inline int32_t* get_address_of_severity_2() { return &___severity_2; } inline void set_severity_2(int32_t value) { ___severity_2 = value; } }; // MS.Internal.Xml.XPath.ValueQuery struct ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB : public Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 { public: public: }; // MS.Internal.Xml.XPath.XPathAxisIterator struct XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 : public XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 { public: // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathAxisIterator::nav XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav_1; // System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.XPathAxisIterator::type int32_t ___type_2; // System.String MS.Internal.Xml.XPath.XPathAxisIterator::name String_t* ___name_3; // System.String MS.Internal.Xml.XPath.XPathAxisIterator::uri String_t* ___uri_4; // System.Int32 MS.Internal.Xml.XPath.XPathAxisIterator::position int32_t ___position_5; // System.Boolean MS.Internal.Xml.XPath.XPathAxisIterator::matchSelf bool ___matchSelf_6; // System.Boolean MS.Internal.Xml.XPath.XPathAxisIterator::first bool ___first_7; public: inline static int32_t get_offset_of_nav_1() { return static_cast(offsetof(XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5, ___nav_1)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_nav_1() const { return ___nav_1; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_nav_1() { return &___nav_1; } inline void set_nav_1(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___nav_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nav_1), (void*)value); } inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5, ___type_2)); } inline int32_t get_type_2() const { return ___type_2; } inline int32_t* get_address_of_type_2() { return &___type_2; } inline void set_type_2(int32_t value) { ___type_2 = value; } inline static int32_t get_offset_of_name_3() { return static_cast(offsetof(XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5, ___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_uri_4() { return static_cast(offsetof(XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5, ___uri_4)); } inline String_t* get_uri_4() const { return ___uri_4; } inline String_t** get_address_of_uri_4() { return &___uri_4; } inline void set_uri_4(String_t* value) { ___uri_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___uri_4), (void*)value); } inline static int32_t get_offset_of_position_5() { return static_cast(offsetof(XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5, ___position_5)); } inline int32_t get_position_5() const { return ___position_5; } inline int32_t* get_address_of_position_5() { return &___position_5; } inline void set_position_5(int32_t value) { ___position_5 = value; } inline static int32_t get_offset_of_matchSelf_6() { return static_cast(offsetof(XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5, ___matchSelf_6)); } inline bool get_matchSelf_6() const { return ___matchSelf_6; } inline bool* get_address_of_matchSelf_6() { return &___matchSelf_6; } inline void set_matchSelf_6(bool value) { ___matchSelf_6 = value; } inline static int32_t get_offset_of_first_7() { return static_cast(offsetof(XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5, ___first_7)); } inline bool get_first_7() const { return ___first_7; } inline bool* get_address_of_first_7() { return &___first_7; } inline void set_first_7(bool value) { ___first_7 = value; } }; // MS.Internal.Xml.Cache.XPathDocumentKindChildIterator struct XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 : public XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 { public: // System.Xml.XPath.XPathNodeType MS.Internal.Xml.Cache.XPathDocumentKindChildIterator::typ int32_t ___typ_3; public: inline static int32_t get_offset_of_typ_3() { return static_cast(offsetof(XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693, ___typ_3)); } inline int32_t get_typ_3() const { return ___typ_3; } inline int32_t* get_address_of_typ_3() { return &___typ_3; } inline void set_typ_3(int32_t value) { ___typ_3 = value; } }; // MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator struct XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 : public XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 { public: // MS.Internal.Xml.Cache.XPathDocumentNavigator MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::end XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___end_3; // System.Xml.XPath.XPathNodeType MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::typ int32_t ___typ_4; // System.Boolean MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::matchSelf bool ___matchSelf_5; public: inline static int32_t get_offset_of_end_3() { return static_cast(offsetof(XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593, ___end_3)); } inline XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * get_end_3() const { return ___end_3; } inline XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 ** get_address_of_end_3() { return &___end_3; } inline void set_end_3(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * value) { ___end_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___end_3), (void*)value); } inline static int32_t get_offset_of_typ_4() { return static_cast(offsetof(XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593, ___typ_4)); } inline int32_t get_typ_4() const { return ___typ_4; } inline int32_t* get_address_of_typ_4() { return &___typ_4; } inline void set_typ_4(int32_t value) { ___typ_4 = value; } inline static int32_t get_offset_of_matchSelf_5() { return static_cast(offsetof(XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593, ___matchSelf_5)); } inline bool get_matchSelf_5() const { return ___matchSelf_5; } inline bool* get_address_of_matchSelf_5() { return &___matchSelf_5; } inline void set_matchSelf_5(bool value) { ___matchSelf_5 = value; } }; // MS.Internal.Xml.XPath.XPathScanner struct XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 : public RuntimeObject { public: // System.String MS.Internal.Xml.XPath.XPathScanner::xpathExpr String_t* ___xpathExpr_0; // System.Int32 MS.Internal.Xml.XPath.XPathScanner::xpathExprIndex int32_t ___xpathExprIndex_1; // MS.Internal.Xml.XPath.XPathScanner/LexKind MS.Internal.Xml.XPath.XPathScanner::kind int32_t ___kind_2; // System.Char MS.Internal.Xml.XPath.XPathScanner::currentChar Il2CppChar ___currentChar_3; // System.String MS.Internal.Xml.XPath.XPathScanner::name String_t* ___name_4; // System.String MS.Internal.Xml.XPath.XPathScanner::prefix String_t* ___prefix_5; // System.String MS.Internal.Xml.XPath.XPathScanner::stringValue String_t* ___stringValue_6; // System.Double MS.Internal.Xml.XPath.XPathScanner::numberValue double ___numberValue_7; // System.Boolean MS.Internal.Xml.XPath.XPathScanner::canBeFunction bool ___canBeFunction_8; // System.Xml.XmlCharType MS.Internal.Xml.XPath.XPathScanner::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_9; public: inline static int32_t get_offset_of_xpathExpr_0() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___xpathExpr_0)); } inline String_t* get_xpathExpr_0() const { return ___xpathExpr_0; } inline String_t** get_address_of_xpathExpr_0() { return &___xpathExpr_0; } inline void set_xpathExpr_0(String_t* value) { ___xpathExpr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xpathExpr_0), (void*)value); } inline static int32_t get_offset_of_xpathExprIndex_1() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___xpathExprIndex_1)); } inline int32_t get_xpathExprIndex_1() const { return ___xpathExprIndex_1; } inline int32_t* get_address_of_xpathExprIndex_1() { return &___xpathExprIndex_1; } inline void set_xpathExprIndex_1(int32_t value) { ___xpathExprIndex_1 = value; } inline static int32_t get_offset_of_kind_2() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___kind_2)); } inline int32_t get_kind_2() const { return ___kind_2; } inline int32_t* get_address_of_kind_2() { return &___kind_2; } inline void set_kind_2(int32_t value) { ___kind_2 = value; } inline static int32_t get_offset_of_currentChar_3() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___currentChar_3)); } inline Il2CppChar get_currentChar_3() const { return ___currentChar_3; } inline Il2CppChar* get_address_of_currentChar_3() { return &___currentChar_3; } inline void set_currentChar_3(Il2CppChar value) { ___currentChar_3 = value; } inline static int32_t get_offset_of_name_4() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___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_prefix_5() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___prefix_5)); } inline String_t* get_prefix_5() const { return ___prefix_5; } inline String_t** get_address_of_prefix_5() { return &___prefix_5; } inline void set_prefix_5(String_t* value) { ___prefix_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefix_5), (void*)value); } inline static int32_t get_offset_of_stringValue_6() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___stringValue_6)); } inline String_t* get_stringValue_6() const { return ___stringValue_6; } inline String_t** get_address_of_stringValue_6() { return &___stringValue_6; } inline void set_stringValue_6(String_t* value) { ___stringValue_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___stringValue_6), (void*)value); } inline static int32_t get_offset_of_numberValue_7() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___numberValue_7)); } inline double get_numberValue_7() const { return ___numberValue_7; } inline double* get_address_of_numberValue_7() { return &___numberValue_7; } inline void set_numberValue_7(double value) { ___numberValue_7 = value; } inline static int32_t get_offset_of_canBeFunction_8() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___canBeFunction_8)); } inline bool get_canBeFunction_8() const { return ___canBeFunction_8; } inline bool* get_address_of_canBeFunction_8() { return &___canBeFunction_8; } inline void set_canBeFunction_8(bool value) { ___canBeFunction_8 = value; } inline static int32_t get_offset_of_xmlCharType_9() { return static_cast(offsetof(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6, ___xmlCharType_9)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_9() const { return ___xmlCharType_9; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_9() { return &___xmlCharType_9; } inline void set_xmlCharType_9(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_9))->___charProperties_2), (void*)NULL); } }; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::xmlType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType_0; // System.Object System.Xml.Schema.XmlAtomicValue::objVal RuntimeObject * ___objVal_1; // System.TypeCode System.Xml.Schema.XmlAtomicValue::clrType int32_t ___clrType_2; // System.Xml.Schema.XmlAtomicValue/Union System.Xml.Schema.XmlAtomicValue::unionVal Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F ___unionVal_3; // System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName System.Xml.Schema.XmlAtomicValue::nsPrefix NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * ___nsPrefix_4; public: inline static int32_t get_offset_of_xmlType_0() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___xmlType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_xmlType_0() const { return ___xmlType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_xmlType_0() { return &___xmlType_0; } inline void set_xmlType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___xmlType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___xmlType_0), (void*)value); } inline static int32_t get_offset_of_objVal_1() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___objVal_1)); } inline RuntimeObject * get_objVal_1() const { return ___objVal_1; } inline RuntimeObject ** get_address_of_objVal_1() { return &___objVal_1; } inline void set_objVal_1(RuntimeObject * value) { ___objVal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___objVal_1), (void*)value); } inline static int32_t get_offset_of_clrType_2() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___clrType_2)); } inline int32_t get_clrType_2() const { return ___clrType_2; } inline int32_t* get_address_of_clrType_2() { return &___clrType_2; } inline void set_clrType_2(int32_t value) { ___clrType_2 = value; } inline static int32_t get_offset_of_unionVal_3() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___unionVal_3)); } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F get_unionVal_3() const { return ___unionVal_3; } inline Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F * get_address_of_unionVal_3() { return &___unionVal_3; } inline void set_unionVal_3(Union_tDECB87F39F808B6F6886539B5575F4CF3651A01F value) { ___unionVal_3 = value; } inline static int32_t get_offset_of_nsPrefix_4() { return static_cast(offsetof(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C, ___nsPrefix_4)); } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * get_nsPrefix_4() const { return ___nsPrefix_4; } inline NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 ** get_address_of_nsPrefix_4() { return &___nsPrefix_4; } inline void set_nsPrefix_4(NamespacePrefixForQName_t38692CB52444997F00035FBB30BCEC358855A1B2 * value) { ___nsPrefix_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nsPrefix_4), (void*)value); } }; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 : public XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 { public: // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___schemaType_0; // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::typeCode int32_t ___typeCode_1; // System.Type System.Xml.Schema.XmlBaseConverter::clrTypeDefault Type_t * ___clrTypeDefault_2; public: inline static int32_t get_offset_of_schemaType_0() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___schemaType_0)); } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * get_schemaType_0() const { return ___schemaType_0; } inline XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA ** get_address_of_schemaType_0() { return &___schemaType_0; } inline void set_schemaType_0(XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * value) { ___schemaType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___schemaType_0), (void*)value); } inline static int32_t get_offset_of_typeCode_1() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___typeCode_1)); } inline int32_t get_typeCode_1() const { return ___typeCode_1; } inline int32_t* get_address_of_typeCode_1() { return &___typeCode_1; } inline void set_typeCode_1(int32_t value) { ___typeCode_1 = value; } inline static int32_t get_offset_of_clrTypeDefault_2() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55, ___clrTypeDefault_2)); } inline Type_t * get_clrTypeDefault_2() const { return ___clrTypeDefault_2; } inline Type_t ** get_address_of_clrTypeDefault_2() { return &___clrTypeDefault_2; } inline void set_clrTypeDefault_2(Type_t * value) { ___clrTypeDefault_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___clrTypeDefault_2), (void*)value); } }; struct XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields { public: // System.Type System.Xml.Schema.XmlBaseConverter::ICollectionType Type_t * ___ICollectionType_3; // System.Type System.Xml.Schema.XmlBaseConverter::IEnumerableType Type_t * ___IEnumerableType_4; // System.Type System.Xml.Schema.XmlBaseConverter::IListType Type_t * ___IListType_5; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectArrayType Type_t * ___ObjectArrayType_6; // System.Type System.Xml.Schema.XmlBaseConverter::StringArrayType Type_t * ___StringArrayType_7; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueArrayType Type_t * ___XmlAtomicValueArrayType_8; // System.Type System.Xml.Schema.XmlBaseConverter::DecimalType Type_t * ___DecimalType_9; // System.Type System.Xml.Schema.XmlBaseConverter::Int32Type Type_t * ___Int32Type_10; // System.Type System.Xml.Schema.XmlBaseConverter::Int64Type Type_t * ___Int64Type_11; // System.Type System.Xml.Schema.XmlBaseConverter::StringType Type_t * ___StringType_12; // System.Type System.Xml.Schema.XmlBaseConverter::XmlAtomicValueType Type_t * ___XmlAtomicValueType_13; // System.Type System.Xml.Schema.XmlBaseConverter::ObjectType Type_t * ___ObjectType_14; // System.Type System.Xml.Schema.XmlBaseConverter::ByteType Type_t * ___ByteType_15; // System.Type System.Xml.Schema.XmlBaseConverter::Int16Type Type_t * ___Int16Type_16; // System.Type System.Xml.Schema.XmlBaseConverter::SByteType Type_t * ___SByteType_17; // System.Type System.Xml.Schema.XmlBaseConverter::UInt16Type Type_t * ___UInt16Type_18; // System.Type System.Xml.Schema.XmlBaseConverter::UInt32Type Type_t * ___UInt32Type_19; // System.Type System.Xml.Schema.XmlBaseConverter::UInt64Type Type_t * ___UInt64Type_20; // System.Type System.Xml.Schema.XmlBaseConverter::XPathItemType Type_t * ___XPathItemType_21; // System.Type System.Xml.Schema.XmlBaseConverter::DoubleType Type_t * ___DoubleType_22; // System.Type System.Xml.Schema.XmlBaseConverter::SingleType Type_t * ___SingleType_23; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeType Type_t * ___DateTimeType_24; // System.Type System.Xml.Schema.XmlBaseConverter::DateTimeOffsetType Type_t * ___DateTimeOffsetType_25; // System.Type System.Xml.Schema.XmlBaseConverter::BooleanType Type_t * ___BooleanType_26; // System.Type System.Xml.Schema.XmlBaseConverter::ByteArrayType Type_t * ___ByteArrayType_27; // System.Type System.Xml.Schema.XmlBaseConverter::XmlQualifiedNameType Type_t * ___XmlQualifiedNameType_28; // System.Type System.Xml.Schema.XmlBaseConverter::UriType Type_t * ___UriType_29; // System.Type System.Xml.Schema.XmlBaseConverter::TimeSpanType Type_t * ___TimeSpanType_30; // System.Type System.Xml.Schema.XmlBaseConverter::XPathNavigatorType Type_t * ___XPathNavigatorType_31; public: inline static int32_t get_offset_of_ICollectionType_3() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ICollectionType_3)); } inline Type_t * get_ICollectionType_3() const { return ___ICollectionType_3; } inline Type_t ** get_address_of_ICollectionType_3() { return &___ICollectionType_3; } inline void set_ICollectionType_3(Type_t * value) { ___ICollectionType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ICollectionType_3), (void*)value); } inline static int32_t get_offset_of_IEnumerableType_4() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IEnumerableType_4)); } inline Type_t * get_IEnumerableType_4() const { return ___IEnumerableType_4; } inline Type_t ** get_address_of_IEnumerableType_4() { return &___IEnumerableType_4; } inline void set_IEnumerableType_4(Type_t * value) { ___IEnumerableType_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___IEnumerableType_4), (void*)value); } inline static int32_t get_offset_of_IListType_5() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___IListType_5)); } inline Type_t * get_IListType_5() const { return ___IListType_5; } inline Type_t ** get_address_of_IListType_5() { return &___IListType_5; } inline void set_IListType_5(Type_t * value) { ___IListType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IListType_5), (void*)value); } inline static int32_t get_offset_of_ObjectArrayType_6() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectArrayType_6)); } inline Type_t * get_ObjectArrayType_6() const { return ___ObjectArrayType_6; } inline Type_t ** get_address_of_ObjectArrayType_6() { return &___ObjectArrayType_6; } inline void set_ObjectArrayType_6(Type_t * value) { ___ObjectArrayType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectArrayType_6), (void*)value); } inline static int32_t get_offset_of_StringArrayType_7() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringArrayType_7)); } inline Type_t * get_StringArrayType_7() const { return ___StringArrayType_7; } inline Type_t ** get_address_of_StringArrayType_7() { return &___StringArrayType_7; } inline void set_StringArrayType_7(Type_t * value) { ___StringArrayType_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringArrayType_7), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueArrayType_8() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueArrayType_8)); } inline Type_t * get_XmlAtomicValueArrayType_8() const { return ___XmlAtomicValueArrayType_8; } inline Type_t ** get_address_of_XmlAtomicValueArrayType_8() { return &___XmlAtomicValueArrayType_8; } inline void set_XmlAtomicValueArrayType_8(Type_t * value) { ___XmlAtomicValueArrayType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueArrayType_8), (void*)value); } inline static int32_t get_offset_of_DecimalType_9() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DecimalType_9)); } inline Type_t * get_DecimalType_9() const { return ___DecimalType_9; } inline Type_t ** get_address_of_DecimalType_9() { return &___DecimalType_9; } inline void set_DecimalType_9(Type_t * value) { ___DecimalType_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___DecimalType_9), (void*)value); } inline static int32_t get_offset_of_Int32Type_10() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int32Type_10)); } inline Type_t * get_Int32Type_10() const { return ___Int32Type_10; } inline Type_t ** get_address_of_Int32Type_10() { return &___Int32Type_10; } inline void set_Int32Type_10(Type_t * value) { ___Int32Type_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int32Type_10), (void*)value); } inline static int32_t get_offset_of_Int64Type_11() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int64Type_11)); } inline Type_t * get_Int64Type_11() const { return ___Int64Type_11; } inline Type_t ** get_address_of_Int64Type_11() { return &___Int64Type_11; } inline void set_Int64Type_11(Type_t * value) { ___Int64Type_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int64Type_11), (void*)value); } inline static int32_t get_offset_of_StringType_12() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___StringType_12)); } inline Type_t * get_StringType_12() const { return ___StringType_12; } inline Type_t ** get_address_of_StringType_12() { return &___StringType_12; } inline void set_StringType_12(Type_t * value) { ___StringType_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringType_12), (void*)value); } inline static int32_t get_offset_of_XmlAtomicValueType_13() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlAtomicValueType_13)); } inline Type_t * get_XmlAtomicValueType_13() const { return ___XmlAtomicValueType_13; } inline Type_t ** get_address_of_XmlAtomicValueType_13() { return &___XmlAtomicValueType_13; } inline void set_XmlAtomicValueType_13(Type_t * value) { ___XmlAtomicValueType_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlAtomicValueType_13), (void*)value); } inline static int32_t get_offset_of_ObjectType_14() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ObjectType_14)); } inline Type_t * get_ObjectType_14() const { return ___ObjectType_14; } inline Type_t ** get_address_of_ObjectType_14() { return &___ObjectType_14; } inline void set_ObjectType_14(Type_t * value) { ___ObjectType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ObjectType_14), (void*)value); } inline static int32_t get_offset_of_ByteType_15() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteType_15)); } inline Type_t * get_ByteType_15() const { return ___ByteType_15; } inline Type_t ** get_address_of_ByteType_15() { return &___ByteType_15; } inline void set_ByteType_15(Type_t * value) { ___ByteType_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteType_15), (void*)value); } inline static int32_t get_offset_of_Int16Type_16() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___Int16Type_16)); } inline Type_t * get_Int16Type_16() const { return ___Int16Type_16; } inline Type_t ** get_address_of_Int16Type_16() { return &___Int16Type_16; } inline void set_Int16Type_16(Type_t * value) { ___Int16Type_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Int16Type_16), (void*)value); } inline static int32_t get_offset_of_SByteType_17() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SByteType_17)); } inline Type_t * get_SByteType_17() const { return ___SByteType_17; } inline Type_t ** get_address_of_SByteType_17() { return &___SByteType_17; } inline void set_SByteType_17(Type_t * value) { ___SByteType_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SByteType_17), (void*)value); } inline static int32_t get_offset_of_UInt16Type_18() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt16Type_18)); } inline Type_t * get_UInt16Type_18() const { return ___UInt16Type_18; } inline Type_t ** get_address_of_UInt16Type_18() { return &___UInt16Type_18; } inline void set_UInt16Type_18(Type_t * value) { ___UInt16Type_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt16Type_18), (void*)value); } inline static int32_t get_offset_of_UInt32Type_19() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt32Type_19)); } inline Type_t * get_UInt32Type_19() const { return ___UInt32Type_19; } inline Type_t ** get_address_of_UInt32Type_19() { return &___UInt32Type_19; } inline void set_UInt32Type_19(Type_t * value) { ___UInt32Type_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt32Type_19), (void*)value); } inline static int32_t get_offset_of_UInt64Type_20() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UInt64Type_20)); } inline Type_t * get_UInt64Type_20() const { return ___UInt64Type_20; } inline Type_t ** get_address_of_UInt64Type_20() { return &___UInt64Type_20; } inline void set_UInt64Type_20(Type_t * value) { ___UInt64Type_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___UInt64Type_20), (void*)value); } inline static int32_t get_offset_of_XPathItemType_21() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathItemType_21)); } inline Type_t * get_XPathItemType_21() const { return ___XPathItemType_21; } inline Type_t ** get_address_of_XPathItemType_21() { return &___XPathItemType_21; } inline void set_XPathItemType_21(Type_t * value) { ___XPathItemType_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathItemType_21), (void*)value); } inline static int32_t get_offset_of_DoubleType_22() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DoubleType_22)); } inline Type_t * get_DoubleType_22() const { return ___DoubleType_22; } inline Type_t ** get_address_of_DoubleType_22() { return &___DoubleType_22; } inline void set_DoubleType_22(Type_t * value) { ___DoubleType_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoubleType_22), (void*)value); } inline static int32_t get_offset_of_SingleType_23() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___SingleType_23)); } inline Type_t * get_SingleType_23() const { return ___SingleType_23; } inline Type_t ** get_address_of_SingleType_23() { return &___SingleType_23; } inline void set_SingleType_23(Type_t * value) { ___SingleType_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___SingleType_23), (void*)value); } inline static int32_t get_offset_of_DateTimeType_24() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeType_24)); } inline Type_t * get_DateTimeType_24() const { return ___DateTimeType_24; } inline Type_t ** get_address_of_DateTimeType_24() { return &___DateTimeType_24; } inline void set_DateTimeType_24(Type_t * value) { ___DateTimeType_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeType_24), (void*)value); } inline static int32_t get_offset_of_DateTimeOffsetType_25() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___DateTimeOffsetType_25)); } inline Type_t * get_DateTimeOffsetType_25() const { return ___DateTimeOffsetType_25; } inline Type_t ** get_address_of_DateTimeOffsetType_25() { return &___DateTimeOffsetType_25; } inline void set_DateTimeOffsetType_25(Type_t * value) { ___DateTimeOffsetType_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeOffsetType_25), (void*)value); } inline static int32_t get_offset_of_BooleanType_26() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___BooleanType_26)); } inline Type_t * get_BooleanType_26() const { return ___BooleanType_26; } inline Type_t ** get_address_of_BooleanType_26() { return &___BooleanType_26; } inline void set_BooleanType_26(Type_t * value) { ___BooleanType_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanType_26), (void*)value); } inline static int32_t get_offset_of_ByteArrayType_27() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___ByteArrayType_27)); } inline Type_t * get_ByteArrayType_27() const { return ___ByteArrayType_27; } inline Type_t ** get_address_of_ByteArrayType_27() { return &___ByteArrayType_27; } inline void set_ByteArrayType_27(Type_t * value) { ___ByteArrayType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___ByteArrayType_27), (void*)value); } inline static int32_t get_offset_of_XmlQualifiedNameType_28() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XmlQualifiedNameType_28)); } inline Type_t * get_XmlQualifiedNameType_28() const { return ___XmlQualifiedNameType_28; } inline Type_t ** get_address_of_XmlQualifiedNameType_28() { return &___XmlQualifiedNameType_28; } inline void set_XmlQualifiedNameType_28(Type_t * value) { ___XmlQualifiedNameType_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___XmlQualifiedNameType_28), (void*)value); } inline static int32_t get_offset_of_UriType_29() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___UriType_29)); } inline Type_t * get_UriType_29() const { return ___UriType_29; } inline Type_t ** get_address_of_UriType_29() { return &___UriType_29; } inline void set_UriType_29(Type_t * value) { ___UriType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriType_29), (void*)value); } inline static int32_t get_offset_of_TimeSpanType_30() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___TimeSpanType_30)); } inline Type_t * get_TimeSpanType_30() const { return ___TimeSpanType_30; } inline Type_t ** get_address_of_TimeSpanType_30() { return &___TimeSpanType_30; } inline void set_TimeSpanType_30(Type_t * value) { ___TimeSpanType_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanType_30), (void*)value); } inline static int32_t get_offset_of_XPathNavigatorType_31() { return static_cast(offsetof(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields, ___XPathNavigatorType_31)); } inline Type_t * get_XPathNavigatorType_31() const { return ___XPathNavigatorType_31; } inline Type_t ** get_address_of_XPathNavigatorType_31() { return &___XPathNavigatorType_31; } inline void set_XPathNavigatorType_31(Type_t * value) { ___XPathNavigatorType_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___XPathNavigatorType_31), (void*)value); } }; // System.Xml.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.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 : public XmlSchemaAnnotated_t68F13E739330186883290FF723E752BD26F2E3A7 { public: // System.String System.Xml.Schema.XmlSchemaAnyAttribute::ns String_t* ___ns_0; // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAnyAttribute::processContents int32_t ___processContents_1; // System.Xml.Schema.NamespaceList System.Xml.Schema.XmlSchemaAnyAttribute::namespaceList NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList_2; public: inline static int32_t get_offset_of_ns_0() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___ns_0)); } inline String_t* get_ns_0() const { return ___ns_0; } inline String_t** get_address_of_ns_0() { return &___ns_0; } inline void set_ns_0(String_t* value) { ___ns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ns_0), (void*)value); } inline static int32_t get_offset_of_processContents_1() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___processContents_1)); } inline int32_t get_processContents_1() const { return ___processContents_1; } inline int32_t* get_address_of_processContents_1() { return &___processContents_1; } inline void set_processContents_1(int32_t value) { ___processContents_1 = value; } inline static int32_t get_offset_of_namespaceList_2() { return static_cast(offsetof(XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80, ___namespaceList_2)); } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * get_namespaceList_2() const { return ___namespaceList_2; } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A ** get_address_of_namespaceList_2() { return &___namespaceList_2; } inline void set_namespaceList_2(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * value) { ___namespaceList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceList_2), (void*)value); } }; // System.Xml.Schema.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.XmlUtf8RawTextWriter struct XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 : public XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 { public: // System.Boolean System.Xml.XmlUtf8RawTextWriter::useAsync bool ___useAsync_2; // System.Byte[] System.Xml.XmlUtf8RawTextWriter::bufBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bufBytes_3; // System.IO.Stream System.Xml.XmlUtf8RawTextWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_4; // System.Text.Encoding System.Xml.XmlUtf8RawTextWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_5; // System.Xml.XmlCharType System.Xml.XmlUtf8RawTextWriter::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_6; // System.Int32 System.Xml.XmlUtf8RawTextWriter::bufPos int32_t ___bufPos_7; // System.Int32 System.Xml.XmlUtf8RawTextWriter::textPos int32_t ___textPos_8; // System.Int32 System.Xml.XmlUtf8RawTextWriter::contentPos int32_t ___contentPos_9; // System.Int32 System.Xml.XmlUtf8RawTextWriter::cdataPos int32_t ___cdataPos_10; // System.Int32 System.Xml.XmlUtf8RawTextWriter::attrEndPos int32_t ___attrEndPos_11; // System.Int32 System.Xml.XmlUtf8RawTextWriter::bufLen int32_t ___bufLen_12; // System.Boolean System.Xml.XmlUtf8RawTextWriter::writeToNull bool ___writeToNull_13; // System.Boolean System.Xml.XmlUtf8RawTextWriter::hadDoubleBracket bool ___hadDoubleBracket_14; // System.Boolean System.Xml.XmlUtf8RawTextWriter::inAttributeValue bool ___inAttributeValue_15; // System.Xml.NewLineHandling System.Xml.XmlUtf8RawTextWriter::newLineHandling int32_t ___newLineHandling_16; // System.Boolean System.Xml.XmlUtf8RawTextWriter::closeOutput bool ___closeOutput_17; // System.Boolean System.Xml.XmlUtf8RawTextWriter::omitXmlDeclaration bool ___omitXmlDeclaration_18; // System.String System.Xml.XmlUtf8RawTextWriter::newLineChars String_t* ___newLineChars_19; // System.Boolean System.Xml.XmlUtf8RawTextWriter::checkCharacters bool ___checkCharacters_20; // System.Xml.XmlStandalone System.Xml.XmlUtf8RawTextWriter::standalone int32_t ___standalone_21; // System.Xml.XmlOutputMethod System.Xml.XmlUtf8RawTextWriter::outputMethod int32_t ___outputMethod_22; // System.Boolean System.Xml.XmlUtf8RawTextWriter::autoXmlDeclaration bool ___autoXmlDeclaration_23; // System.Boolean System.Xml.XmlUtf8RawTextWriter::mergeCDataSections bool ___mergeCDataSections_24; public: inline static int32_t get_offset_of_useAsync_2() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___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_newLineHandling_16() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___newLineHandling_16)); } inline int32_t get_newLineHandling_16() const { return ___newLineHandling_16; } inline int32_t* get_address_of_newLineHandling_16() { return &___newLineHandling_16; } inline void set_newLineHandling_16(int32_t value) { ___newLineHandling_16 = value; } inline static int32_t get_offset_of_closeOutput_17() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___closeOutput_17)); } inline bool get_closeOutput_17() const { return ___closeOutput_17; } inline bool* get_address_of_closeOutput_17() { return &___closeOutput_17; } inline void set_closeOutput_17(bool value) { ___closeOutput_17 = value; } inline static int32_t get_offset_of_omitXmlDeclaration_18() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___omitXmlDeclaration_18)); } inline bool get_omitXmlDeclaration_18() const { return ___omitXmlDeclaration_18; } inline bool* get_address_of_omitXmlDeclaration_18() { return &___omitXmlDeclaration_18; } inline void set_omitXmlDeclaration_18(bool value) { ___omitXmlDeclaration_18 = value; } inline static int32_t get_offset_of_newLineChars_19() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___newLineChars_19)); } inline String_t* get_newLineChars_19() const { return ___newLineChars_19; } inline String_t** get_address_of_newLineChars_19() { return &___newLineChars_19; } inline void set_newLineChars_19(String_t* value) { ___newLineChars_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___newLineChars_19), (void*)value); } inline static int32_t get_offset_of_checkCharacters_20() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___checkCharacters_20)); } inline bool get_checkCharacters_20() const { return ___checkCharacters_20; } inline bool* get_address_of_checkCharacters_20() { return &___checkCharacters_20; } inline void set_checkCharacters_20(bool value) { ___checkCharacters_20 = value; } inline static int32_t get_offset_of_standalone_21() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___standalone_21)); } inline int32_t get_standalone_21() const { return ___standalone_21; } inline int32_t* get_address_of_standalone_21() { return &___standalone_21; } inline void set_standalone_21(int32_t value) { ___standalone_21 = value; } inline static int32_t get_offset_of_outputMethod_22() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___outputMethod_22)); } inline int32_t get_outputMethod_22() const { return ___outputMethod_22; } inline int32_t* get_address_of_outputMethod_22() { return &___outputMethod_22; } inline void set_outputMethod_22(int32_t value) { ___outputMethod_22 = value; } inline static int32_t get_offset_of_autoXmlDeclaration_23() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___autoXmlDeclaration_23)); } inline bool get_autoXmlDeclaration_23() const { return ___autoXmlDeclaration_23; } inline bool* get_address_of_autoXmlDeclaration_23() { return &___autoXmlDeclaration_23; } inline void set_autoXmlDeclaration_23(bool value) { ___autoXmlDeclaration_23 = value; } inline static int32_t get_offset_of_mergeCDataSections_24() { return static_cast(offsetof(XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2, ___mergeCDataSections_24)); } inline bool get_mergeCDataSections_24() const { return ___mergeCDataSections_24; } inline bool* get_address_of_mergeCDataSections_24() { return &___mergeCDataSections_24; } inline void set_mergeCDataSections_24(bool value) { ___mergeCDataSections_24 = value; } }; // 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; } }; // MS.Internal.Xml.XPath.XPathParser/ParamInfo struct ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A : public RuntimeObject { public: // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.XPathParser/ParamInfo::ftype int32_t ___ftype_0; // System.Int32 MS.Internal.Xml.XPath.XPathParser/ParamInfo::minargs int32_t ___minargs_1; // System.Int32 MS.Internal.Xml.XPath.XPathParser/ParamInfo::maxargs int32_t ___maxargs_2; // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser/ParamInfo::argTypes XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___argTypes_3; public: inline static int32_t get_offset_of_ftype_0() { return static_cast(offsetof(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A, ___ftype_0)); } inline int32_t get_ftype_0() const { return ___ftype_0; } inline int32_t* get_address_of_ftype_0() { return &___ftype_0; } inline void set_ftype_0(int32_t value) { ___ftype_0 = value; } inline static int32_t get_offset_of_minargs_1() { return static_cast(offsetof(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A, ___minargs_1)); } inline int32_t get_minargs_1() const { return ___minargs_1; } inline int32_t* get_address_of_minargs_1() { return &___minargs_1; } inline void set_minargs_1(int32_t value) { ___minargs_1 = value; } inline static int32_t get_offset_of_maxargs_2() { return static_cast(offsetof(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A, ___maxargs_2)); } inline int32_t get_maxargs_2() const { return ___maxargs_2; } inline int32_t* get_address_of_maxargs_2() { return &___maxargs_2; } inline void set_maxargs_2(int32_t value) { ___maxargs_2 = value; } inline static int32_t get_offset_of_argTypes_3() { return static_cast(offsetof(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A, ___argTypes_3)); } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* get_argTypes_3() const { return ___argTypes_3; } inline XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254** get_address_of_argTypes_3() { return &___argTypes_3; } inline void set_argTypes_3(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* value) { ___argTypes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___argTypes_3), (void*)value); } }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // MS.Internal.Xml.XPath.CacheAxisQuery struct CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // System.Collections.Generic.List`1 MS.Internal.Xml.XPath.CacheAxisQuery::outputBuffer List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * ___outputBuffer_9; public: inline static int32_t get_offset_of_outputBuffer_9() { return static_cast(offsetof(CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA, ___outputBuffer_9)); } inline List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * get_outputBuffer_9() const { return ___outputBuffer_9; } inline List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 ** get_address_of_outputBuffer_9() { return &___outputBuffer_9; } inline void set_outputBuffer_9(List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * value) { ___outputBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputBuffer_9), (void*)value); } }; // 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); } }; // MS.Internal.Xml.XPath.StringFunctions struct StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 : public ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB { public: // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.StringFunctions::funcType int32_t ___funcType_1; // System.Collections.Generic.IList`1 MS.Internal.Xml.XPath.StringFunctions::argList RuntimeObject* ___argList_2; public: inline static int32_t get_offset_of_funcType_1() { return static_cast(offsetof(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45, ___funcType_1)); } inline int32_t get_funcType_1() const { return ___funcType_1; } inline int32_t* get_address_of_funcType_1() { return &___funcType_1; } inline void set_funcType_1(int32_t value) { ___funcType_1 = value; } inline static int32_t get_offset_of_argList_2() { return static_cast(offsetof(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45, ___argList_2)); } inline RuntimeObject* get_argList_2() const { return ___argList_2; } inline RuntimeObject** get_address_of_argList_2() { return &___argList_2; } inline void set_argList_2(RuntimeObject* value) { ___argList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___argList_2), (void*)value); } }; struct StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_StaticFields { public: // System.Globalization.CompareInfo MS.Internal.Xml.XPath.StringFunctions::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_3; public: inline static int32_t get_offset_of_compareInfo_3() { return static_cast(offsetof(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_StaticFields, ___compareInfo_3)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_3() const { return ___compareInfo_3; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_3() { return &___compareInfo_3; } inline void set_compareInfo_3(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_3), (void*)value); } }; // System.Xml.TextEncodedRawTextWriter struct TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 : public XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 { public: public: }; // System.Xml.TextUtf8RawTextWriter struct TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 : public XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 { public: public: }; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C : public MulticastDelegate_t { public: public: }; // MS.Internal.Xml.XPath.VariableQuery struct VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA : public ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 { public: // System.Xml.Xsl.IXsltContextVariable MS.Internal.Xml.XPath.VariableQuery::variable RuntimeObject* ___variable_5; public: inline static int32_t get_offset_of_variable_5() { return static_cast(offsetof(VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA, ___variable_5)); } inline RuntimeObject* get_variable_5() const { return ___variable_5; } inline RuntimeObject** get_address_of_variable_5() { return &___variable_5; } inline void set_variable_5(RuntimeObject* value) { ___variable_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___variable_5), (void*)value); } }; // MS.Internal.Xml.XPath.XPathChildIterator struct XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 : public XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 { public: public: }; // MS.Internal.Xml.XPath.XPathDescendantIterator struct XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 : public XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 { public: // System.Int32 MS.Internal.Xml.XPath.XPathDescendantIterator::level int32_t ___level_8; public: inline static int32_t get_offset_of_level_8() { return static_cast(offsetof(XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1, ___level_8)); } inline int32_t get_level_8() const { return ___level_8; } inline int32_t* get_address_of_level_8() { return &___level_8; } inline void set_level_8(int32_t value) { ___level_8 = value; } }; // System.Xml.XPath.XPathException struct XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.XPath.XPathException::res String_t* ___res_17; // System.String[] System.Xml.XPath.XPathException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args_18; // System.String System.Xml.XPath.XPathException::message String_t* ___message_19; public: inline static int32_t get_offset_of_res_17() { return static_cast(offsetof(XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B, ___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(XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B, ___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_message_19() { return static_cast(offsetof(XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B, ___message_19)); } inline String_t* get_message_19() const { return ___message_19; } inline String_t** get_address_of_message_19() { return &___message_19; } inline void set_message_19(String_t* value) { ___message_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_19), (void*)value); } }; // MS.Internal.Xml.XPath.XPathSelfQuery struct XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: public: }; // 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.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.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_17; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args_18; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_19; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_20; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_21; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * ___sourceSchemaObject_22; // System.String System.Xml.Schema.XmlSchemaException::message String_t* ___message_23; public: inline static int32_t get_offset_of_res_17() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___res_17)); } inline String_t* get_res_17() const { return ___res_17; } inline String_t** get_address_of_res_17() { return &___res_17; } inline void set_res_17(String_t* value) { ___res_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value); } inline static int32_t get_offset_of_args_18() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___args_18)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_args_18() const { return ___args_18; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_args_18() { return &___args_18; } inline void set_args_18(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___args_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value); } inline static int32_t get_offset_of_sourceUri_19() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceUri_19)); } inline String_t* get_sourceUri_19() const { return ___sourceUri_19; } inline String_t** get_address_of_sourceUri_19() { return &___sourceUri_19; } inline void set_sourceUri_19(String_t* value) { ___sourceUri_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_19), (void*)value); } inline static int32_t get_offset_of_lineNumber_20() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___lineNumber_20)); } inline int32_t get_lineNumber_20() const { return ___lineNumber_20; } inline int32_t* get_address_of_lineNumber_20() { return &___lineNumber_20; } inline void set_lineNumber_20(int32_t value) { ___lineNumber_20 = value; } inline static int32_t get_offset_of_linePosition_21() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___linePosition_21)); } inline int32_t get_linePosition_21() const { return ___linePosition_21; } inline int32_t* get_address_of_linePosition_21() { return &___linePosition_21; } inline void set_linePosition_21(int32_t value) { ___linePosition_21 = value; } inline static int32_t get_offset_of_sourceSchemaObject_22() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___sourceSchemaObject_22)); } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * get_sourceSchemaObject_22() const { return ___sourceSchemaObject_22; } inline XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 ** get_address_of_sourceSchemaObject_22() { return &___sourceSchemaObject_22; } inline void set_sourceSchemaObject_22(XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3 * value) { ___sourceSchemaObject_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___sourceSchemaObject_22), (void*)value); } inline static int32_t get_offset_of_message_23() { return static_cast(offsetof(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA, ___message_23)); } inline String_t* get_message_23() const { return ___message_23; } inline String_t** get_address_of_message_23() { return &___message_23; } inline void set_message_23(String_t* value) { ___message_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___message_23), (void*)value); } }; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C : public XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA { public: // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * ___content_7; public: inline static int32_t get_offset_of_content_7() { return static_cast(offsetof(XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C, ___content_7)); } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * get_content_7() const { return ___content_7; } inline XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 ** get_address_of_content_7() { return &___content_7; } inline void set_content_7(XmlSchemaSimpleTypeContent_t38B7E1118EA6B9348F35D47139C9BE910724DB65 * value) { ___content_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___content_7), (void*)value); } }; // System.Xml.SecureStringHasher/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // MS.Internal.Xml.XPath.XPathAncestorQuery struct XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D : public CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA { public: // System.Boolean MS.Internal.Xml.XPath.XPathAncestorQuery::matchSelf bool ___matchSelf_10; public: inline static int32_t get_offset_of_matchSelf_10() { return static_cast(offsetof(XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D, ___matchSelf_10)); } inline bool get_matchSelf_10() const { return ___matchSelf_10; } inline bool* get_address_of_matchSelf_10() { return &___matchSelf_10; } inline void set_matchSelf_10(bool value) { ___matchSelf_10 = 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.Xml.Schema.BitSet[] struct BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD : public RuntimeArray { public: ALIGN_FIELD (8) BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * m_Items[1]; public: inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** 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, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * 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); } }; // MS.Internal.Xml.XPath.Query[] struct QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3 : public RuntimeArray { public: ALIGN_FIELD (8) Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * m_Items[1]; public: inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** 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, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.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.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986 : public RuntimeArray { public: ALIGN_FIELD (8) XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 m_Items[1]; public: inline XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_6), (void*)NULL); #endif } inline XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_6), (void*)NULL); #endif } }; // System.Int32[] struct Int32U5BU5D_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.Xml.XPath.XPathResultType[] struct XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254 : 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; } }; IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_pinvoke(const XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7& unmarshaled, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_pinvoke_back(const XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke& marshaled, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7& unmarshaled); IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_pinvoke_cleanup(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_com(const XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7& unmarshaled, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com& marshaled); IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_com_back(const XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com& marshaled, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7& unmarshaled); IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_com_cleanup(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com& marshaled); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.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); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mCB81D2E16433EA0BB063264694162BD7E3DE1DA0_gshared (Dictionary_2_t8A3F8777BEF075E009D085E3BC9B9ADB00F47345 * __this, 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.Void System.Collections.Generic.Stack`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m8E603B429D069137DBBA7AB5447DECB06F1461EA_gshared (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m78228AAF072CCA403F1750B0504999ED4D87B570_gshared (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Stack`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m82489B7C6C1050B4D9988AC9A045190F030B92ED_gshared_inline (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED Stack_1_Pop_mB67769758EF4DE6860F04BB06DD416B0A633F66D_gshared (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, 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(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1E4F783E7D345C72557477BF3E3E8B6500E6962E_gshared (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 Dictionary_2_get_Item_m7DE3937218C67D4D65E5338407A5BB6B0A7B76A5_gshared (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m04C423D1023AC3A517FA42364B003EDF6F444795_gshared (Dictionary_2_t4B8B489B9208683F5C0D3AF40631A07D1D855011 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 Dictionary_2_get_Item_mA69AE351FCA26DC5FF8719696F1862108C206DD0_gshared (Dictionary_2_t4B8B489B9208683F5C0D3AF40631A07D1D855011 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !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.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2 (Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Xml.Schema.SchemaDeclBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase__ctor_m1635E4DACD551DC1FA3CA6B426B8E2E78627F28F (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaDeclBase::set_Datatype(System.Xml.Schema.XmlSchemaDatatype) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Datatype_m967CABF00F6B33B2EABB6522EBBBC92101F5CC74_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaDeclBase::.ctor(System.Xml.XmlQualifiedName,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase__ctor_m1BC436E9668EED05F54E492D437DA46C34A551D8 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, String_t* ___prefix1, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaElementDecl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_mA3FA92EB85ADEBDC562D26730031FBC6738AB1A1 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_AnySimpleType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_get_AnySimpleType_m8AE7FC42F80D5B17DA849008B987094727513783_inline (const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mE4CDD04F66005A5DDC50951DD801CA385D91708A (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, 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.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_mB898E7EF265E8338DED0225D3D51EF7CD571E886 (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::get_Presence() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mAB5F7D0019E8BE4E5C283771D17AE3E102AABAC8 (List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m561B8AE29811BDB069D1F02C5A2FFE42684D5F29 (List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* 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.XmlQualifiedName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.SchemaEntity::get_IsExternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_m2C672737BDD910497BE4AF4E25B25F4797A04A03_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.SchemaEntity::get_DeclaredInExternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_DeclaredInExternal_m7FB26DC9D3A1B1B4671FFD0F755B32E087F0663C_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.String System.Xml.Schema.SchemaEntity::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_BaseURI_m001F210A7C143F147C7C46CD567BE605B84B2F17 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, 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.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.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_Text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.SchemaEntity::get_Line() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Line_m4C57C78532808085D0F9FE1B5B98F2E846B8F470_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.SchemaEntity::get_Pos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Pos_m1F95043C9862F14827166F191BB24BF958F96B2B_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m7B1612DAAC58ADB707313836D78A8FB4556FEBC0 (Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C *, const RuntimeMethod*))Dictionary_2__ctor_mCB81D2E16433EA0BB063264694162BD7E3DE1DA0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m7268B2DED6843C67C3306C158DA9C0D46B720226 (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m467FD97D8B6FDB9657193242324FDAFA10AFAB97 (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * Dictionary_2_get_Values_m5ABD3F7311A0406840C5655894A890F4B295DBA8 (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, const RuntimeMethod* method) { return (( ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, 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_tAE0A4AA8074D064065FE5EBE290725953637DDE5 ValueCollection_GetEnumerator_m4B5FDCA1D109A6FD27D0F958178CE145F6C604B4 (ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * __this, const RuntimeMethod* method) { return (( Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 (*) (ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D *, const RuntimeMethod*))ValueCollection_GetEnumerator_m2DEE2525A1312FFEE5EFA8A011F59D7ADD3781AD_gshared)(__this, method); } // !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::get_Current() inline SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * Enumerator_get_Current_m84333A179C4670CAFAE7F6753C157D1CE3B78883_inline (Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 * __this, const RuntimeMethod* method) { return (( SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * (*) (Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 *, const RuntimeMethod*))Enumerator_get_Current_m2AA62EA524F2C6EE711BDA5EBC36CA2271389156_gshared_inline)(__this, method); } // System.Boolean System.Xml.Schema.SchemaElementDecl::get_HasNonCDataAttribute() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_HasNonCDataAttribute_mE84C8BBD8FF4C1EFDC66C8C8107229739354F31E_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.Collections.Generic.IList`1 System.Xml.Schema.SchemaElementDecl::get_DefaultAttDefs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_get_DefaultAttDefs_m6CCC6299DE4592CE8D2C66CB559179AF478CAD22_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mF539B3DCF94C4A0F31CEAD36C1E5524F637761FA (Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 *, const RuntimeMethod*))Enumerator_MoveNext_mAEC22D730EB290F4405C47EE9F330B3CD4E2DC68_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::Dispose() inline void Enumerator_Dispose_mAF5AC8910C4D76BA22A0AF4C6B770B9F7DB161BF (Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 *, const RuntimeMethod*))Enumerator_Dispose_m20B0D06631B9715D2C26F9F0D0665BF0092FF7A6_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_m73654A199C9587F659F1D34D69070C111612B686 (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E (const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.Xml.SecureStringHasher/HashCodeOfStringDelegate System.Xml.SecureStringHasher::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * SecureStringHasher_GetHashCodeDelegate_mB57EBF631C2136DB005BB3A2CA60A9D88222334B (const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Xml.SecureStringHasher/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m29101897DFC3FF4CEC6E0F148E1E879463DA2F9D (HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, 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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method); // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method); // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m4B6F4C6A4A3C1B2C55CD01FEA15E0C801CADCB24 (Type_t * ___type0, MethodInfo_t * ___method1, const RuntimeMethod* method); // System.Void System.Xml.SecureStringHasher/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_m47EFBAB22CC6E0C04A17B8DA7101906596143BE8 (HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() inline void Stack_1__ctor_m8E603B429D069137DBBA7AB5447DECB06F1461EA (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, const RuntimeMethod* method) { (( void (*) (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 *, const RuntimeMethod*))Stack_1__ctor_m8E603B429D069137DBBA7AB5447DECB06F1461EA_gshared)(__this, method); } // System.Void System.Xml.Schema.SequenceNode/SequenceConstructPosContext::.ctor(System.Xml.Schema.SequenceNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceConstructPosContext__ctor_m838797312070C2B9C77F9E03543949D27009E4D3 (SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED * __this, SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * ___node0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos1, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos2, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.BitSet::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___count0, const RuntimeMethod* method); // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_LeftChild() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) inline void Stack_1_Push_m78228AAF072CCA403F1750B0504999ED4D87B570 (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED ___item0, const RuntimeMethod* method) { (( void (*) (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 *, SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED , const RuntimeMethod*))Stack_1_Push_m78228AAF072CCA403F1750B0504999ED4D87B570_gshared)(__this, ___item0, method); } // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_RightChild() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::Or(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___other0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.BitSet::NextSet(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___startFrom0, const RuntimeMethod* method); // System.Xml.Schema.BitSet System.Xml.Schema.BitSet::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * BitSet_Clone_m42F3015E96CD274C9938B5B8F1E6AA8661EBF603 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.LeafRangeNode::set_NextIteration(System.Xml.Schema.BitSet) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafRangeNode_set_NextIteration_mA4BC4E01B8F5722FD0C158D90FAD54A3D47E8485_inline (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Stack`1::get_Count() inline int32_t Stack_1_get_Count_m82489B7C6C1050B4D9988AC9A045190F030B92ED_inline (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 *, const RuntimeMethod*))Stack_1_get_Count_m82489B7C6C1050B4D9988AC9A045190F030B92ED_gshared_inline)(__this, method); } // !0 System.Collections.Generic.Stack`1::Pop() inline SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED Stack_1_Pop_mB67769758EF4DE6860F04BB06DD416B0A633F66D (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, const RuntimeMethod* method) { return (( SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED (*) (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 *, const RuntimeMethod*))Stack_1_Pop_mB67769758EF4DE6860F04BB06DD416B0A633F66D_gshared)(__this, method); } // System.Decimal System.Xml.Schema.LeafRangeNode::get_Min() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 LeafRangeNode_get_Min_m9ACB52885522383A21EB6FB7116DB9CC618531D6_inline (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m2A6DA65ED2EA13C91B50973C956BAC180925D049 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Void System.Xml.Schema.InteriorNode::ExpandTreeNoRecursive(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_ExpandTreeNoRecursive_mED7122A2FEA563CA2585C60B43FB8FF3D94C63DB (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___parent0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions2, const RuntimeMethod* method); // System.Void System.Xml.Schema.InteriorNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode__ctor_mE9F860A667BE626F44260612EC983CBDBD16B658 (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* 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.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.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::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.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared)(__this, method); } // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, 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); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1__ctor_mFEB2301A6F28290A828A979BA9CC847B16B3D538_gshared)(__this, ___capacity0, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, 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.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method); // System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckValueFacets_mB5FF71E1F6453E067F229E7EE2DD493B0B82A1D8 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, String_t* ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, bool ___verifyUri2, const RuntimeMethod* method); // System.Exception System.Xml.Schema.StringFacetsChecker::CheckBuiltInFacets(System.String,System.Xml.Schema.XmlTypeCode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckBuiltInFacets_m54AD01DAEAF9825F4AE175BCA0F8CD9A9E998532 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, String_t* ___s0, int32_t ___typeCode1, bool ___verifyUri2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6 (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.String,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m63B38C355EEF1109B63CC9488563AB77EBB61FD6 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, String_t* ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.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.Exception System.Xml.XmlConvert::TryToUri(System.String,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUri_m4CF0B606C7D32C016242666B39382D775BF3167E (String_t* ___s0, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** ___result1, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNormalizedString_m1388800BD219CA96FCB587879BB25F484A9BC6E9 (String_t* ___str0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyTOKEN_mAC2C1F5494816D1C9B1EB6E18977C37B4B6B2DF9 (String_t* ___token0, const RuntimeMethod* method); // System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::get_LanguagePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * StringFacetsChecker_get_LanguagePattern_m2019E539EF59E574D3B19850297CD5F78BA51431 (const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNMTOKEN_m54953B2E3343A561DAED9968160FDC4E579A77BF (String_t* ___name0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryVerifyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyName_mE97AEA110187C44B7563806C021E432E737832B7 (String_t* ___name0, const RuntimeMethod* method); // System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNCName_mABF344F5091D62FBC8A0B4E210864D477AA0C4CF (String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.Schema.FacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker__ctor_m9866E167E1A380C2278C0B37898E6E13552F61CF (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ValueQuery::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueQuery__ctor_mAEABD783E8C16EA68189B971D57FC6719CFBCAB6 (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ValueQuery::.ctor(MS.Internal.Xml.XPath.ValueQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueQuery__ctor_m9CFD5F77B9E3D4669BEDAC87C1EC28CD7CC454B1 (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * ___other0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.Query::Clone(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.StringFunctions::toString(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_toString_m8392BAB5C966CAFB92CEF8A80DC6BE25A9938BF6 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.StringFunctions::Concat(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_Concat_m8ADF985F440B14E032151863EAE5E59D032A12D4 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.StringFunctions::StartsWith(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFunctions_StartsWith_mD9FE2FE64C779722C18D8A9DA48EC5F0DB8D98CC (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.StringFunctions::Contains(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFunctions_Contains_m25B370C05017D29048960DCFEE943AF3C75E5E30 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.StringFunctions::SubstringBefore(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_SubstringBefore_mCB4DD11CEB820866E0B731C60640CED4673BDDDD (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.StringFunctions::SubstringAfter(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_SubstringAfter_mBEE0B16FD7D9BEDF6EA521E0A04917B9360A4054 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.StringFunctions::Substring(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_Substring_m11071B89C67CB748D7E225F388CC0EDC466E3942 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.StringFunctions::StringLength(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double StringFunctions_StringLength_m2A61E346BF354CDC825DB4BECC859A1659A4C107 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.StringFunctions::Normalize(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_Normalize_mDE31AB1B720B5EC72495F700F341EA7AD1C73CA2 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.StringFunctions::Translate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_Translate_m9F3DD408517FE018498C3BFDA1F807D0AC917B27 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, 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.Double::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::GetXPathType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_GetXPathType_m80F7772A0C42CC4E9B8788B91EA88C8806A0D77F (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.StringFunctions::toString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_toString_mC2473388E19EEBC7F4E709E7E7E27A7F2669FD2C (double ___num0, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9 (StringBuilder_t * __this, const RuntimeMethod* method); // System.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.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m080D376EC2E7A0C528A440094A0DB97DFB34CD41 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, 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::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190 (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method); // System.Double System.Xml.XmlConvert::ToXPathDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69 (RuntimeObject * ___o0, const RuntimeMethod* method); // System.Double System.Xml.XmlConvert::XPathRound(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_XPathRound_m50758F9B92F4654B480FA77A1933AFEDFC43F6A6 (double ___value0, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347 (double ___d0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B (String_t* ___value0, const RuntimeMethod* method); // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5 (const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0 (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.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.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.Void MS.Internal.Xml.XPath.StringFunctions::.ctor(MS.Internal.Xml.XPath.StringFunctions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFunctions__ctor_m0CE690D41F17799439DE26E08EB44D457B6BE58A (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * ___other0, 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.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, const RuntimeMethod* method); // System.Xml.Schema.NamespaceList/ListType System.Xml.Schema.NamespaceList::get_Type() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NamespaceList_get_Type_m9B28FA8BE57D9748D681F8239C80B348F0A8FF02_inline (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.NamespaceList::get_Excluded() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamespaceList_get_Excluded_mF6AFE63E06E2842A9F193A6A3BC7F7C34B436A33_inline (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SymbolsDictionary::AddWildcard(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_AddWildcard_m0FF60AB58E25920113147E5D108D30A158D016EB (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, String_t* ___wildcard0, RuntimeObject * ___particle1, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Schema.NamespaceList::get_Enumerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NamespaceList_get_Enumerate_m287DD831CF2AE5099998D22EFCEA6769A9D546B9 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_mE936A26821D5560DB9C31D32003B162445FF2FB9 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___a0, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___b1, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.NamespaceList::Allows(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamespaceList_Allows_m1C718062930547A9C254F07C63A8F034B6B2A29E (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, 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.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.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.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.XmlUtf8RawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter__ctor_mD5BEAEDDEF734A1FB86EDB39FC5CF578AF14E0C0 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteRaw_m02D10B22B3EA67D0992F71682AA737519A58518C (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, String_t* ___data0, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteRaw_m5BCD73BF2281E0092DC1890244E64078E834D43A (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Text.Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_m2EA154371203FAAE1CD0477C828E0B39B2091DF3 (Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * __this, 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.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder::Ucs4ToUTF16(System.UInt32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Ucs4ToUTF16_m9DBB1B66CD71FA059BA01DDD51C58286E4922AB8 (Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * __this, uint32_t ___code0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars1, int32_t ___charIndex2, 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.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.Ucs4Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder__ctor_mB9136F3F542FBADADED61B63DBEAD7C3E08BAEBA (Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding4321__ctor_m6FE9E4158C582ECCD83190F4A145271F267E06E7 (Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding1234__ctor_m1BBE17B53C80BE7658946E89FFBE0BBBF1BA9245 (Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding2143__ctor_m97C45FB12823AE9078895D277C417066A25C1E04 (Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding3412__ctor_m0BDB645EB5718ACFBDB14F2F856FF1D16CE4557B (Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49 * __this, const RuntimeMethod* method); // System.Void System.Text.Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding__ctor_m15FCA8A670950CE09DEEC683791C856E8EA28980 (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding__ctor_mEE2AB2DF497A7DAD0FFA297473707E4844C2E221 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder1234__ctor_m892D84F747B69F6A4CCA23AF167C1DACEAB2FCD2 (Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder2143__ctor_mCBC9B33A129D6A6AFFCDE7CD1D259124693C677D (Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder3412__ctor_mC07067ED582F180F43F8ADD007CE2295B387D24E (Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928 * __this, const RuntimeMethod* method); // System.Void System.Xml.Ucs4Decoder4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder4321__ctor_mDFBC3853402070B4F3914FC81F3AB814FCECF309 (Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Query::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Query__ctor_m1EC491C2B27B23CE8D1393228BA83AA3DD2AF574 (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Query::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Query__ctor_m7259F6D561678E24DA2C8B6D21AB3316C8C10510 (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___other0, const RuntimeMethod* method); // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Clone(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * Query_Clone_m46A167BD8A767782AA8B4D61B87BC8D22756353D (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___input0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ResetableIterator::ResetCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetableIterator_ResetCount_m603D3526FA0897A336D93E38A173E497C238209D (ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * __this, const RuntimeMethod* method); // System.Xml.XmlNodeOrder MS.Internal.Xml.XPath.Query::CompareNodes(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_CompareNodes_mFDFC1A9D29C440763197D0A45533C44FC3A8FFD4 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___l0, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___r1, const RuntimeMethod* method); // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::ProcessBeforePosition(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * UnionExpr_ProcessBeforePosition_mC1383CE4B8A14F86E7A14B4B88C864A696961BBE (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___res10, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___res21, const RuntimeMethod* method); // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::ProcessAfterPosition(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * UnionExpr_ProcessAfterPosition_m021CB2CF4872D6C70BD63C6422CB36B01DFB8A6A (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___res10, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___res21, const RuntimeMethod* method); // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::ProcessSamePosition(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * UnionExpr_ProcessSamePosition_m3A9A3D1FB52F2CF86E6EC6A61FED3A90CEF8A562 (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___result0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.UnionExpr::.ctor(MS.Internal.Xml.XPath.UnionExpr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionExpr__ctor_m34468AFB6B4AD863AACA5F345D405C09A471032A (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * ___other0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B (Exception_t * __this, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m72F23A8A08A329A579F8AB32DAEFA1EEFDA88C4F (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method); // System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_mCC176047DCBC3582699F0FFB32F2294F8EF4235F (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, const RuntimeMethod* method); // System.Void System.Xml.ValidateNames::ThrowInvalidName(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ThrowInvalidName_m3B8085044403A9CFA0F9F4CABF00D01ACCA98A57 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E (XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * __this, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450 (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.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); // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D (String_t* ___res0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.AstNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8 (AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ExtensionQuery::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionQuery__ctor_mEDD24265A6E44C4922FF9313603C053963FD1CC9 (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, String_t* ___prefix0, String_t* ___name1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ExtensionQuery::.ctor(MS.Internal.Xml.XPath.ExtensionQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionQuery__ctor_mB5427EC490BF7E8706F60F31C6C39B5ED6241004 (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * ___other0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.ExtensionQuery::get_QName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExtensionQuery_get_QName_mDC02D2D6B11830A4F3C1441AE65EE75A751B6E3D (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, const RuntimeMethod* method); // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930 (String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Object MS.Internal.Xml.XPath.ExtensionQuery::ProcessResult(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ExtensionQuery_ProcessResult_m74E8E4F85DF3C45104557057F5266DE6B798BDFA (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.VariableQuery::.ctor(MS.Internal.Xml.XPath.VariableQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableQuery__ctor_mBDB905A4A52B04244CB4A5735D6A55778772AD57 (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * __this, VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * ___other0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.CacheAxisQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheAxisQuery__ctor_mC41E9AA86243A09BFF3F8C798AA3F7C5C2777598 (CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.CacheAxisQuery::.ctor(MS.Internal.Xml.XPath.CacheAxisQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheAxisQuery__ctor_mF91543D23F894523DA0EC90EB0BBDD10A47DBB4D (CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA * __this, CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA * ___other0, const RuntimeMethod* method); // System.Object MS.Internal.Xml.XPath.CacheAxisQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CacheAxisQuery_Evaluate_m36B061DE371FE64903FC451CAC87BFA3D7F01CC9 (CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.Query::Insert(System.Collections.Generic.List`1,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Query_Insert_mB941CABF446C6C76C3F031C5A602B92850D7090D (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * ___buffer0, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathAncestorQuery::.ctor(MS.Internal.Xml.XPath.XPathAncestorQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAncestorQuery__ctor_m6A41A632B2CBCC9888BF93ED022EF63FFBD628B0 (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * __this, XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * ___other0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_inline (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.CacheAxisQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheAxisQuery_get_Properties_m284DCDE2E62F100651C7F8AAC42736E8A9932033 (CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ResetableIterator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D (ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathArrayIterator::.ctor(MS.Internal.Xml.XPath.XPathArrayIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathArrayIterator__ctor_mA71B532765365395D9BBAB2CE2E4FAE70A820F7C (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * ___it0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathNodeIterator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351 (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathAxisIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAxisIterator__ctor_mBCD9FB2029EAA911630424CDA3C5B15AA74C50D3 (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, bool ___matchSelf1, 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.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.Void MS.Internal.Xml.XPath.XPathAxisIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAxisIterator__ctor_m7836F8FFEA9AC2EAC0A5646DE4480796E49586D6 (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, int32_t ___type1, bool ___matchSelf2, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathAxisIterator::.ctor(System.Xml.XPath.XPathNavigator,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAxisIterator__ctor_m38ABD80B4EF8F9998394EE379F75F6D7E43504C0 (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, String_t* ___name1, String_t* ___namespaceURI2, bool ___matchSelf3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathAxisIterator::.ctor(MS.Internal.Xml.XPath.XPathAxisIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAxisIterator__ctor_m3EED45ED77432F86D70872072B8E8313947B189A (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * ___it0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathChildIterator::.ctor(MS.Internal.Xml.XPath.XPathChildIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathChildIterator__ctor_mAE3C0A760B579A48286E7AB574BA9BF6E21FEBD1 (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * __this, XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * ___it0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathDescendantIterator::.ctor(MS.Internal.Xml.XPath.XPathDescendantIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDescendantIterator__ctor_mC1E728BD3CDCCD838D304656C3B0DFE4C5DCB10C (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * __this, XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * ___it0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathNodeRef::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeRef__ctor_mA73F51EC6476B02530DB4CEA0002D33B209DB020 (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___page0, int32_t ___idx1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m1E4F783E7D345C72557477BF3E3E8B6500E6962E (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 , const RuntimeMethod*))Dictionary_2_ContainsKey_m1E4F783E7D345C72557477BF3E3E8B6500E6962E_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 Dictionary_2_get_Item_m7DE3937218C67D4D65E5338407A5BB6B0A7B76A5 (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * __this, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 ___key0, const RuntimeMethod* method) { return (( XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 (*) (Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C *, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 , const RuntimeMethod*))Dictionary_2_get_Item_m7DE3937218C67D4D65E5338407A5BB6B0A7B76A5_gshared)(__this, ___key0, method); } // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::get_Page() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeRef_get_Page_m43F46D993395AE8A88DC66C736E4BF7455DA21FA_inline (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathNodeRef_get_Index_mF6C16E1ED1AD01AC0E60E87F3485EBEC7E372B69_inline (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m7CA7A86950D9A4E59B144DC17D365D1BECE9ACCE (Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m04C423D1023AC3A517FA42364B003EDF6F444795_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 Dictionary_2_get_Item_m65E4023612474F06A81A5E6C00F2CC9D7AD7667F (Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 (*) (Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mA69AE351FCA26DC5FF8719696F1862108C206DD0_gshared)(__this, ___key0, method); } // System.Void MS.Internal.Xml.Cache.XPathDocumentNavigator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentNavigator__ctor_m2B26F802DCCEC180D18BEDB465884BC10F1C897F (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___nav0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentBaseIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBaseIterator__ctor_m9215661CC27FC56760686BD9958CDE0AC9F2D4F8 (XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___ctxt0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentBaseIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentBaseIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBaseIterator__ctor_mFBB33CB2351EA6FF473E9A2374C9F627E71A95A5 (XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * __this, XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * ___iter0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentElementChildIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentElementChildIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentElementChildIterator__ctor_m9662A5FEF376B70AA512A42E6C962F6842A46534 (XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * __this, XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * ___iter0, const RuntimeMethod* method); // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNonDescendant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNonDescendant_m905A18752FFE3F6BDF8054065069C82717E928D2 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentElementDescendantIterator__ctor_m5AFC905ABD4BA744233C3459D91DE4628949DD5F (XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * __this, XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * ___iter0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::IsElementMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_IsElementMatch_m1F9793162F227FFBA3182A807571616AA7FF103B (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentKindChildIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentKindChildIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentKindChildIterator__ctor_mED589025E1732EB55A0320697F28340FB860DC9A (XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * __this, XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * ___iter0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentKindDescendantIterator__ctor_m460D0ED78D71004FF66C99D95BFC983A8B0D6FE8 (XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * __this, XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * ___iter0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::IsKindMatch(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_IsKindMatch_m2FB3FD0826465AAB5808B20A0E204ACD62A226CB (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___typ0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathNavigator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator__ctor_mAD9E7017136A847F2E32903B3A92B4626BCCCB42 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentNavigator::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentNavigator__ctor_m8295AEE3B5616BA22589D39FF6B6002FAE3AF046 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageCurrent0, int32_t ___idxCurrent1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageParent2, int32_t ___idxParent3, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNode::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6_inline (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetNonDescendant(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetNonDescendant_mA55629360729CAD9A17F900A45A55C56CBDE207C (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetTextFollowing(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetTextFollowing_mA5140A59A2CB3E3CFEF9A672F1E9AE2AAEF3323E (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageCurrent0, int32_t* ___idxCurrent1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageEnd2, int32_t ___idxEnd3, const RuntimeMethod* method); // System.Xml.XPath.XPathNodeType MS.Internal.Xml.Cache.XPathNode::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNode::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNode::get_NamespaceUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_NamespaceUri_m62932807A9F517304198779BE6D0092A25373E8D (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNode::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_Name_mCA0C5971DB72093827672AE4B547F4164CCDB63D (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNode::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_Prefix_m61161CE7663CA2A8DD51000A09612630B248C6BC (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNode::get_BaseUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_BaseUri_mBC6BC837AAB85DC148AF91C4FABA6DB275EF0B47 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNode::GetParent(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method); // System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNode::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XPath.XPathDocument::get_NameTable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XPathDocument_get_NameTable_m0EA600647554AADA766F933C9170DDED22014E09_inline (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetFirstAttribute(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetFirstAttribute_m4DA0A2463AB5D7EE87BB8DB1BD982E5C4358A66E (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetNextAttribute(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetNextAttribute_m5D8904C22BC08738CEF9171D97807FCBECF6D5D8 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetAttribute(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetAttribute_m4E1320C17B92362EC9EFC492A9A7CA9344AC035A (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, String_t* ___localName2, String_t* ___namespaceName3, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetLocalNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetLocalNamespaces_mF6950D771B05329791D3D2968E742125C9F3EEAC (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNmsp2, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetInScopeNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetInScopeNamespaces_m259B10A00739C710C7AE0294F4FBB7B93C66AFCD (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNmsp2, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsXmlNamespaceNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_IsXmlNamespaceNode_mA1AFA68FDDD836733409DC61B8785E47ACD11BD3 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNode::GetSibling(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentSibling(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentSibling_mF66F8D1FA7106EA8F025CC3E9ACC2732B8286467 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasCollapsedText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XPath.XPathDocument::GetCollapsedTextNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetCollapsedTextNode_m641E1E828A3221950B2B80F2115B3EB80A5F20F5 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageText0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentChild(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentChild_m7EA1E4D8D61CC6B72473B30C46FF75420B51033E (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetParent(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetParent_mA6AE094B1F936CDAD814A72B4EF217524664495B (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method); // System.Int32 System.Xml.XPath.XPathDocument::LookupIdElement(System.String,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_LookupIdElement_mC8535CB16DE0A47725E989BA3D8AADE5FA7B9262 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, String_t* ___id0, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageElem1, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNode::GetRoot(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_GetRoot_m48C81D2ADB849B0AA85A791E82F484CE2B01E78A (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetElementChild(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetElementChild_mD6E611E98EEFABB8673BFEF2E6202B0AAC383891 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, String_t* ___localName2, String_t* ___namespaceName3, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetElementSibling(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetElementSibling_m9C4FED05FCB40206F569A4E9759A7FD64C15DD67 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, String_t* ___localName2, String_t* ___namespaceName3, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentChild(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentChild_mD430F95A9BFF839786EB971015BEC81310018E75 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, int32_t ___typ2, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentSibling(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentSibling_m3DCF4FA22AC6CA24BC7AEDFADDB8151F346D4BC8 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, int32_t ___typ2, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetFollowingEnd(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.Boolean,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetFollowingEnd_mD544294AC6B051A1FD46B505DECA114B261E32C4 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___end0, bool ___useParentOfVirtual1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageEnd2, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetElementFollowing(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,MS.Internal.Xml.Cache.XPathNode[],System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetElementFollowing_m91C6150C211F50A2EEE615ED2E24C5D2D877E519 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageCurrent0, int32_t* ___idxCurrent1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageEnd2, int32_t ___idxEnd3, String_t* ___localName4, String_t* ___namespaceName5, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentFollowing(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,MS.Internal.Xml.Cache.XPathNode[],System.Int32,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentFollowing_m380B9F65262D0FBFA58FDD912D88DE0ADC0362DA (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageCurrent0, int32_t* ___idxCurrent1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageEnd2, int32_t ___idxEnd3, int32_t ___typ4, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentKindChildIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentKindChildIterator__ctor_m9B204F056CF2B6DA3C31AED8F139B45D069AB9D8 (XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___parent0, int32_t ___typ1, const RuntimeMethod* method); // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathNavigator_SelectChildren_mDB897F163515750F4AF29360953C198C1BF0AAB4 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentElementChildIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentElementChildIterator__ctor_mF73F5A4B393A5680DDA6266FBB62B001561EBFAF (XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___parent0, String_t* ___name1, String_t* ___namespaceURI2, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentKindDescendantIterator__ctor_m85082728757D5123EE5B2BE27AB97D61EFEFC791 (XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___root0, int32_t ___typ1, bool ___matchSelf2, const RuntimeMethod* method); // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathNavigator_SelectDescendants_m7CFB555E594D87F1D72A4FFD30D884C3C9953940 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___name0, String_t* ___namespaceURI1, bool ___matchSelf2, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentElementDescendantIterator__ctor_m4B6107E0CFC0869FAD9640A414E0156688F3FFBA (XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___root0, String_t* ___name1, String_t* ___namespaceURI2, bool ___matchSelf3, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetPrimaryLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetPrimaryLocation_mC154373A44E0447B65FB46D8BC0595BB5F5F19BC (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetSecondaryLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetSecondaryLocation_mABE94B20C853AAA5742D351E08D7FDE58EE179CF (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetLocation(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetLocation_mE614E1262C290031E48F69701F827496CC582E8A (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageNode0, int32_t ___idxNode1, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::ElementMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method); // System.Int32 System.Xml.XPath.XPathNavigator::GetKindMask(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetKindMask_m14FFB67C451263C580126FF061C058641607EF7B (int32_t ___type0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathEmptyIterator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathEmptyIterator__ctor_m35EA3DE45C20B17F616CB11B331EB2A9F476DA91 (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575 (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314 (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationEntry::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method); // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F (SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * __this, const RuntimeMethod* method); // System.String System.Xml.XPath.XPathException::CreateMessage(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathException_CreateMessage_m2C3B1662DA553C4A385CCE8F36526571DE80A7BB (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m2031046D41E7BEE3C743E918B358A336F99D6882 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D (SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m10D19ABECC724CBCE604F58E5561112ECA700519 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.String[],System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_mE4EB6D5489A4BC15494E97D4E3530E1355106107 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___inner2, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m2A3B21C90F6B6B04438AF6A9032B337F673AC2E6 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94 (SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Exception::set_HResult(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Exception::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F (Exception_t * __this, const RuntimeMethod* method); // System.Xml.XPath.XPathExpression System.Xml.XPath.XPathExpression::Compile(System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * XPathExpression_Compile_m81BB0C4F38EAC630F2B80EA3ED71BD595024C45E (String_t* ___xpath0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.QueryBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryBuilder__ctor_m9356F0DDA16AB827D308365E13EB206B4949F9CE (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::Build(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_Build_m6F8851AC5F9C8B101879EBEB43DB2A7EA4B01D36 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, String_t* ___query0, bool* ___needContext1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.CompiledXpathExpr::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompiledXpathExpr__ctor_m68C3FFAEDE5A538540CFAA4F88D76D5F6EF0CA5B (CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___query0, String_t* ___expression1, bool ___needContext2, const RuntimeMethod* method); // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29 (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XPath.XPathNavigator::GetContentKindMask(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetContentKindMask_mB58D97804808B44C03FE49439F9C2D0306DBEDD5 (int32_t ___type0, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Int32 System.Xml.XPath.XPathNavigator::GetDepth(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetDepth_m86D87537AF2714DEEA269C8D9FD6E096FD4E2E96 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, 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.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::CompareSiblings(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_CompareSiblings_mB0A17632ECAF4140AD8A8107AEAAE3E6119E9EE4 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___n10, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___n21, const RuntimeMethod* method); // System.Xml.XPath.XPathExpression System.Xml.XPath.XPathExpression::Compile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * XPathExpression_Compile_m795B00E6C521713D495F1D8844E6A491C9C4BA6E (String_t* ___xpath0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.CompiledXpathExpr::get_QueryTree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * CompiledXpathExpr_get_QueryTree_m03E08D0CBC52AF9359D88A3570952920B7F94F73 (CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathSingletonIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSingletonIterator__ctor_m4AFF638278D4E26389846A81BE02A6B3191608F0 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, bool ___moved1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathSelectionIterator::.ctor(System.Xml.XPath.XPathNavigator,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelectionIterator__ctor_m2AC20683CA2452B9FAFF5ED991D2A44375B9C730 (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___query1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathChildIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathChildIterator__ctor_m7C799B01C21A1D9E4DCE1AF8FD13B0626C3FCBBD (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, int32_t ___type1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathChildIterator::.ctor(System.Xml.XPath.XPathNavigator,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathChildIterator__ctor_m7A644FBD7DD790C7FD39AD66FA4991A301631295 (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, String_t* ___name1, String_t* ___namespaceURI2, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathDescendantIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDescendantIterator__ctor_mDAFCED9794991528F6BB296BF9730334943EAF38 (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, int32_t ___type1, bool ___matchSelf2, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathDescendantIterator::.ctor(System.Xml.XPath.XPathNavigator,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDescendantIterator__ctor_m60408ABA5F6333229EDB34CFB951BA3233C9CAD9 (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, String_t* ___name1, String_t* ___namespaceURI2, bool ___matchSelf3, const RuntimeMethod* method); // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNextNamespace_m958087B8F02D7011F57005FD4438EB1B0FF4C01E (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304 (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathNavigatorKeyComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigatorKeyComparer__ctor_mE1FD2A3B05B898252A13F6435E464F2FB07A2100 (XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetPositionHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetPositionHashCode_mCEE87BE1B3E3EF49052DDB62826A383110A09933 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_Prefix() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_Prefix_m42B407DB4B3D7D15A394AE84C3CDDAB1F8AB8E66_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_LocalName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_LocalName_mD7465F5C48EDCE54972ABDE7BA78B8D9357BEABE_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_NamespaceUri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_NamespaceUri_m09443195AF53EA937D16A91EB5069A98669551AC_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_Document() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * XPathNodeInfoAtom_get_Document_m9C3A5ABC778BE58D1FDBE0E3E624902E5866C77A_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_BaseUri() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_BaseUri_mAE92EFDD9EEA95E6B0FD707DB9C85D2EF3A85162_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_PageInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * XPathNodeInfoAtom_get_PageInfo_mB81A5A21438257DC31AE8F1AC8535621D85206A3_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNode::get_PageInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XPath.XPathDocument::GetRootNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetRootNode_m57F00EBCCCCEC6409BE41E0C89352118B2433BA9 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageRoot0, const RuntimeMethod* method); // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_ParentPage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_ParentPage_m0999A1E58410F76F13D2990CEBDB6E5E2AF064C6_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_SiblingPage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_SiblingPage_m7A8883FF04C2C7A701D96CA6974FA498A8092D6A_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_SimilarElementPage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_SimilarElementPage_mA0F00B0549F99F33EE3ECE4CEFF42E60CE345F4A_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNode::GetSimilarElement(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_GetSimilarElement_m53D2143BA7C12024E96A8E9361F3814D9E984F78 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::NameMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_NameMatch_mD92BBAF990EDA13EC31E994530E1AE16A4392712 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasSibling_m1CA85C3F4A2D7B0A873C2E97F22047B05A260B25 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasAttribute_m0F26EBB0C2A9E8D9BF9C666F28F3D84825226E99 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasContentChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasContentChild_m0F270F5BB950248200902DAFD719AA497B9162C8 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasElementChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasElementChild_m95887350948A503FCBD39D942B2A97E0013DEA1B (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsAttrNmsp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_IsAttrNmsp_m5228FF315E8D20A9847FE5AB3F9CF6450F34CE80 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XPath.XPathNavigator::IsText(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_IsText_mD570C1318BE535903D4DA8BB101B8A1DDB8E9E6A (int32_t ___type0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_IsText_m22B49F26A34FCD7239EA9C35E6C2F86337A4E335 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasNamespaceDecls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasNamespaceDecls_m198C8AB17D39FA4D2C7866E8698E9E0B881FED68 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XPath.XPathDocument::LookupNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_LookupNamespaces_mD7676EC5448CAD421C3C117066B5FA3A2466EC1A (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNmsp2, const RuntimeMethod* method); // System.Int32 System.Xml.XPath.XPathDocument::GetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetXmlNamespaceNode_m00496C4E94EBE11E3C6CEA74FA3640DD31503B00 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageXmlNmsp0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.Cache.XPathNodeHelper::GetChild(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeHelper_GetChild_m2CDDFA4AC630162B48A69BAC3440F7A3E9715603 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::get_PageNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_PageNumber_m5C6A15FAED0B070B79BD588DCF48561E03835700_inline (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::get_NodeCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_NodeCount_m353B9E0EF9932CBEF1B43CA3791AD00490927642_inline (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method); // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodePageInfo::get_NextPage() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodePageInfo_get_NextPage_m3B387708F855B7E42B4E01A8ACF91A7B4901B9B0_inline (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathNodeIterator/Enumerator::.ctor(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m865991350BF245FC95C77524F23BD1D617B62F78 (Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___original0, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeList__ctor_mDA4B70FD311E6022A0C159DA09B9F2A9CBEE647F (XmlNodeList_t1DBBA2CC948CC6631BC33AA7405E11C8105E6EE9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mD4648684756CFC42655A84A3FEA906AEF830B333 (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Int32 System.Xml.XPathNodeList::ReadUntil(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeList_ReadUntil_m97BCCFC26BE4E593C917F82A5A448055F3810DCE (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_inline (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Xml.XmlNode System.Xml.XPathNodeList::GetNode(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XPathNodeList_GetNode_mE246E28D20E3C86F4A3622D334B1689163AB5885 (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___n0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m101731FC9AA9055E8BD0944E295A73BBF9290EAE (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * __this, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 *, XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * List_1_get_Item_m8523C07FE6536C7B0088640C6393E2EC253B5E30_inline (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * (*) (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Xml.XmlNodeListEnumerator::.ctor(System.Xml.XPathNodeList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNodeListEnumerator__ctor_mC7E0A015B8930C5AFAAD45B79E6D81CA600ED675 (XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A * __this, XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * ___list0, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeRef_GetHashCode_m70CD5F2944EB1A2D73215FBAD5299F468D91D07A (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathScanner::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathScanner__ctor_mB0E69019BA9F28566F6B74ABC1CDB6BB0C683E23 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, String_t* ___xpathExpr0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathParser::.ctor(MS.Internal.Xml.XPath.XPathScanner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser__ctor_mA58F6EBAB8674307821D482C6DBE62768F113C7D (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scanner0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseExpresion(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseExpresion_m7C41D508A5BC716F12B4AE357F073FCC7B00A119 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.XPathScanner/LexKind MS.Internal.Xml.XPath.XPathScanner::get_Kind() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.XPathScanner::get_SourceText() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseOrExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseOrExpr_mF1877EC2B4E50F2BE22DBB836F0438CF95617DCB (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseAndExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseAndExpr_m14CE90A9D15879FF7057905A7C121571C45FDA3B (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.XPathParser::TestOp(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathParser_TestOp_mE169F7C2DADC3F8EA17700BB4145DD54F8F8FDDB (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, String_t* ___op0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathParser::NextLex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Operator::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.AstNode,MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0 (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, int32_t ___op0, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___opnd11, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___opnd22, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseEqualityExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseEqualityExpr_m4188760AF3FD8564FA8E332FCD94041CA0FE9422 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseRelationalExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseRelationalExpr_m00DC0B6766ECA714AD7396D79D7CCC6AF7488613 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseAdditiveExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseAdditiveExpr_m52FF1BB4DC1C77E0DB458AF2FFD57764DFB7AB39 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseMultiplicativeExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseMultiplicativeExpr_m72FFCED2670C97519DAD7AA7F18F26136CBF08E2 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseUnaryExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseUnaryExpr_m76FAE176E7A2174FFD1F0CDD6D398691F8F63C3B (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseUnionExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseUnionExpr_mA77602711FAF261179B0C9BA09E16C50CB8A8A07 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Operand::.ctor(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Operand__ctor_m9417B9F401ECA16F4915AE09FAB6ABE41265FF06 (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * __this, double ___val0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParsePathExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParsePathExpr_mC47BCE807E398F3A87A702DF1C791B062B53AEA8 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathParser::CheckNodeSet(System.Xml.XPath.XPathResultType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser_CheckNodeSet_m84A1F77F461ACD50B393BECF90BFB90FD783BB0D (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, int32_t ___t0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.XPathScanner::get_Prefix() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathScanner_get_Prefix_m815B11210475F8057B581A8D034336635E0B1479_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.XPathScanner::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.XPathParser::IsPrimaryExpr(MS.Internal.Xml.XPath.XPathScanner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathParser_IsPrimaryExpr_m9EB106F1DD7CF2154452060C68EC98553D67373C (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scanner0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseFilterExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseFilterExpr_m40794659351C6FD608142AEB4E3545AC35BC7189 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseRelativeLocationPath(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseRelativeLocationPath_mE6114E7A54608C270E2C3A8F2854B7FBF4A845C4 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Axis::.ctor(MS.Internal.Xml.XPath.Axis/AxisType,MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Axis__ctor_mD7A77C039726133A366708F0CFCD2BF0E0E4813D (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, int32_t ___axisType0, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___input1, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseLocationPath(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseLocationPath_m918E088EE18BCE44A9F9B06307CE20E3C9D15FDC (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParsePrimaryExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParsePrimaryExpr_m1DD6737152CEC54F678540758DB556DC16500403 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParsePredicate(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParsePredicate_mA7589DD01B72DADF3D55A0BCF515434D4CD74C3B (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Filter::.ctor(MS.Internal.Xml.XPath.AstNode,MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_mC6D0BC0CD8FABB4DC78BEF629BF4E2F5002DB350 (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___input0, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___condition1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathParser::PassToken(MS.Internal.Xml.XPath.XPathScanner/LexKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, int32_t ___t0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Root::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Root__ctor_m9AFDE1774593F1B6FC957C859EB4D1338DB3D29B (Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.XPathParser::IsStep(MS.Internal.Xml.XPath.XPathScanner/LexKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathParser_IsStep_mF102469046A338D7DEA191F7FB7F2791714D0BC1 (int32_t ___lexKind0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseStep(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseStep_mC7BAA32C5819F5F3B9ABA2C3B557E035A326E88F (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Axis/AxisType MS.Internal.Xml.XPath.XPathParser::GetAxis(MS.Internal.Xml.XPath.XPathScanner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathParser_GetAxis_mD12F8BA3CA3AD6C5EF83CF0C78400F9E0FA5A065 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scaner0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseNodeTest(MS.Internal.Xml.XPath.AstNode,MS.Internal.Xml.XPath.Axis/AxisType,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseNodeTest_m7C196A622DDE86B953DAAE9FE4382E89BFBB090A (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, int32_t ___axisType1, int32_t ___nodeType2, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.XPathScanner::get_CanBeFunction() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XPathScanner_get_CanBeFunction_mD8A137C674CC8B47676E4A96C0CE1E0A6657AB09_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.XPathParser::IsNodeType(MS.Internal.Xml.XPath.XPathScanner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathParser_IsNodeType_m30BA74560195D5110E90455D75251E09EEACAD20 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scaner0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathParser::CheckToken(MS.Internal.Xml.XPath.XPathScanner/LexKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser_CheckToken_m72D74371B0BD920F3485A17D2037F4D3CBA7089B (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, int32_t ___t0, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.XPathScanner::get_StringValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathScanner_get_StringValue_m0DD0D6E38188EF9E70D4CE40BA6AF9E3B051413D_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Axis::.ctor(MS.Internal.Xml.XPath.Axis/AxisType,MS.Internal.Xml.XPath.AstNode,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Axis__ctor_m2A420EE5C96E244600F09F7ACC04C79345568CE7 (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, int32_t ___axisType0, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___input1, String_t* ___prefix2, String_t* ___name3, int32_t ___nodetype4, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Operand::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Operand__ctor_m95AE50EB73668841D2BBE056A7D2DDEE25A7D821 (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * __this, String_t* ___val0, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.XPathScanner::get_NumberValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double XPathScanner_get_NumberValue_m47772C95CEE7B1F2E4C33268F08F3441CDCD9DA3_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Variable::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variable__ctor_mFCE0438C4FF407CAA1796F340A87967E9E724FD1 (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, String_t* ___name0, String_t* ___prefix1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Group::.ctor(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Group__ctor_m132A83FF818BB1DB5C4ECB43226B3A2E5D83B28C (Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___groupNode0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseMethod(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseMethod_m947678914543C353BF73C24CE8F69BF28BFE38C7 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.XPath.XPathParser/ParamInfo::get_Minargs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParamInfo_get_Minargs_mBC448677A0F33814A68FD1EC99724D98364AD9CB_inline (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, const RuntimeMethod* method); // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * XPathException_Create_m250B16EDAF8A50D2C6B8102B6F7FE74A427AA60C (String_t* ___res0, String_t* ___arg1, String_t* ___arg22, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.XPathParser/ParamInfo::get_FType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParamInfo_get_FType_m744D134D7460DF40ABB8C341B93E36C64E75B9A5_inline (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Function::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__ctor_mEF59AB708E08BDBA249BB1FA965E1FAE84513AA7 (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, int32_t ___ftype0, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___arg1, const RuntimeMethod* method); // System.Int32 MS.Internal.Xml.XPath.XPathParser/ParamInfo::get_Maxargs() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParamInfo_get_Maxargs_m2F13DE4DE6FCE583941E81B336D5F84397518E78_inline (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, const RuntimeMethod* method); // System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.XPathParser/ParamInfo::get_ArgTypes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ParamInfo_get_ArgTypes_m19DBDA67C3519B2F46AB12A6E8D1F161AD487444_inline (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Function::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__ctor_mD8D3EADD8B3C28EBF40469946DB815BB985CB21F (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, int32_t ___ftype0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___argumentList1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.Function::.ctor(System.String,System.String,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__ctor_m63384E3EEA4B84ECB5EEA8B51B4A7A04E50EB5B0 (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, String_t* ___prefix0, String_t* ___name1, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___argumentList2, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.XPathScanner::NextLex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathScanner_NextLex_m9C2B85F1F89116D2041CC6D299634246D19F2933 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathParser/ParamInfo::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,System.Int32,System.Int32,System.Xml.XPath.XPathResultType[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04 (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, int32_t ___ftype0, int32_t ___minargs1, int32_t ___maxargs2, XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ___argTypes3, const RuntimeMethod* method); // System.Collections.Hashtable MS.Internal.Xml.XPath.XPathParser::CreateFunctionTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * XPathParser_CreateFunctionTable_mEE7FE83A9E56F54285D9717BBFAAA4BFD5B370FF (const RuntimeMethod* method); // System.Collections.Hashtable MS.Internal.Xml.XPath.XPathParser::CreateAxesTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * XPathParser_CreateAxesTable_m4A684F3401B6B3714AAAE26FBBCCEEB66E9C9818 (const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.XPathScanner::NextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Char MS.Internal.Xml.XPath.XPathScanner::get_CurerntChar() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathScanner::SkipSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathScanner_SkipSpace_mC49961C9B513BE5EB56318C510BE23870B367154 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mCDD3456A0F07EF72C62EF668CF9141937D0EB041 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6 (Il2CppChar ___ch0, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.XPathScanner::ScanFraction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XPathScanner_ScanFraction_m33D187460A83229F9B14A98BCFCE2A9C01D27F18 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.XPathScanner::ScanString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathScanner_ScanString_m9AAFCD382C12C00F477E012AA5B2C3B77C05490D (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.XPathScanner::ScanNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XPathScanner_ScanNumber_m6E8B4E2B3C70D677C4E7390B19280159D1E7E03C (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.XPathScanner::ScanName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathScanner_ScanName_m4A2088FEC99BE764FDF9214423571AC974599C88 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathSelectionIterator::.ctor(MS.Internal.Xml.XPath.XPathSelectionIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelectionIterator__ctor_mCF3150E30DA385B83B6D7D0A3CF7F7EFC021132E (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * ___it0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_m8BEE7B92C323F906B67BFD71F63243C38C05ED03 (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.BaseAxisQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_mD062A94AC41E22D089BC416BC97334A4D1263556 (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * ___other0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathSelfQuery::.ctor(MS.Internal.Xml.XPath.XPathSelfQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelfQuery__ctor_m752AD7603C13C57F1443EBCDBB8E67C8F8E1A98B (XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * __this, XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * ___other0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathSingletonIterator::.ctor(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSingletonIterator__ctor_mB8C310FC976785A9BE6F862460D104FA8D955099 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.XPathSingletonIterator::.ctor(MS.Internal.Xml.XPath.XPathSingletonIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSingletonIterator__ctor_m74544E6F7C3CF2FC2859F41F3AC6DAB44790E75F (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * ___it0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m7F59A60B5239881076B261D847C74B4CAE2857AD (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, int32_t ___typeCode0, 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.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2 (int32_t ___typeCode0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, bool ___value1, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value1, 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.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, double ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, int64_t ___value1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863 (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___xmlType0, String_t* ___value1, const RuntimeMethod* method); // System.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.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.Xml.XPath.XPathNavigator System.Xml.Schema.XmlAnyConverter::ToNavigator(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XmlAnyConverter_ToNavigator_m9A741700EB0DDF11F2B964C9024404C3691A542A (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, 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.Exception System.Xml.Schema.XmlBaseConverter::CreateInvalidClrMappingException(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlBaseConverter_CreateInvalidClrMappingException_mF6EE65AEAEFD2FE80F2829D69A6C9178C2287270 (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, Type_t * ___sourceType0, Type_t * ___destinationType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAnyConverter::.ctor(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyConverter__ctor_m3772D1858B7320558BA66ECE2E5C212BFF149AD4 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, int32_t ___typeCode0, 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.Schema.SchemaElementDecl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_mA3FA92EB85ADEBDC562D26730031FBC6738AB1A1 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *)il2cpp_codegen_object_new(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var); Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B(L_0, /*hidden argument*/Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var); __this->set_attdefs_11(L_0); Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * L_1 = (Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 *)il2cpp_codegen_object_new(Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2_il2cpp_TypeInfo_var); Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2(L_1, /*hidden argument*/Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2_RuntimeMethod_var); __this->set_prohibitedAttributes_17(L_1); SchemaDeclBase__ctor_m1635E4DACD551DC1FA3CA6B426B8E2E78627F28F(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.SchemaElementDecl::.ctor(System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m9D6E34E44A123DAB18122C7EF6D76C104C8A41ED (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___dtype0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *)il2cpp_codegen_object_new(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var); Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B(L_0, /*hidden argument*/Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var); __this->set_attdefs_11(L_0); Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * L_1 = (Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 *)il2cpp_codegen_object_new(Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2_il2cpp_TypeInfo_var); Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2(L_1, /*hidden argument*/Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2_RuntimeMethod_var); __this->set_prohibitedAttributes_17(L_1); SchemaDeclBase__ctor_m1635E4DACD551DC1FA3CA6B426B8E2E78627F28F(__this, /*hidden argument*/NULL); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = ___dtype0; SchemaDeclBase_set_Datatype_m967CABF00F6B33B2EABB6522EBBBC92101F5CC74_inline(__this, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_3 = ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->get_TextOnly_4(); __this->set_contentValidator_18(L_3); return; } } // System.Void System.Xml.Schema.SchemaElementDecl::.ctor(System.Xml.XmlQualifiedName,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m6A983B874C3DC8D4F1D5F8DD2B4019D2901B3729 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, String_t* ___prefix1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *)il2cpp_codegen_object_new(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var); Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B(L_0, /*hidden argument*/Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var); __this->set_attdefs_11(L_0); Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 * L_1 = (Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2 *)il2cpp_codegen_object_new(Dictionary_2_t3EDC2BB9B056BB70DDD396DBE1C02C102C4258F2_il2cpp_TypeInfo_var); Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2(L_1, /*hidden argument*/Dictionary_2__ctor_m696C87E07FBFE0B8A0DBA3DB21E363F727498CB2_RuntimeMethod_var); __this->set_prohibitedAttributes_17(L_1); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___name0; String_t* L_3 = ___prefix1; SchemaDeclBase__ctor_m1BC436E9668EED05F54E492D437DA46C34A551D8(__this, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::CreateAnyTypeElementDecl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * SchemaElementDecl_CreateAnyTypeElementDecl_m63A3CFC8928AC8737A5ADD807D0D4CCBA980A56F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_0 = (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)il2cpp_codegen_object_new(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl__ctor_mA3FA92EB85ADEBDC562D26730031FBC6738AB1A1(L_0, /*hidden argument*/NULL); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_1 = L_0; IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_2; L_2 = DatatypeImplementation_get_AnySimpleType_m8AE7FC42F80D5B17DA849008B987094727513783_inline(/*hidden argument*/NULL); NullCheck(L_2); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_3; L_3 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_2, /*hidden argument*/NULL); NullCheck(L_1); SchemaDeclBase_set_Datatype_m967CABF00F6B33B2EABB6522EBBBC92101F5CC74_inline(L_1, L_3, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.Schema.SchemaElementDecl::System.Xml.IDtdAttributeListInfo.get_HasNonCDataAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaElementDecl_System_Xml_IDtdAttributeListInfo_get_HasNonCDataAttributes_m9D21FCD5D45EE1AEB8A4997CE50FBBE1ACC8B9FC (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasNonCDataAttribute_14(); return L_0; } } // System.Xml.IDtdAttributeInfo System.Xml.Schema.SchemaElementDecl::System.Xml.IDtdAttributeListInfo.LookupAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_System_Xml_IDtdAttributeListInfo_LookupAttribute_mF981DEE74DF2955CFB26E4A47343D4BC56D69E4C (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, String_t* ___prefix0, String_t* ___localName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mE4CDD04F66005A5DDC50951DD801CA385D91708A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_1 = NULL; { String_t* L_0 = ___localName1; String_t* L_1 = ___prefix0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_3 = __this->get_attdefs_11(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = V_0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_mE4CDD04F66005A5DDC50951DD801CA385D91708A(L_3, L_4, (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mE4CDD04F66005A5DDC50951DD801CA385D91708A_RuntimeMethod_var); if (!L_5) { goto IL_001a; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_6 = V_1; return L_6; } IL_001a: { return (RuntimeObject*)NULL; } } // System.Collections.Generic.IEnumerable`1 System.Xml.Schema.SchemaElementDecl::System.Xml.IDtdAttributeListInfo.LookupDefaultAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_System_Xml_IDtdAttributeListInfo_LookupDefaultAttributes_m8E71217A665320F7D86B544F815FCBB26F908325 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * L_0 = __this->get_defaultAttdefs_12(); return L_0; } } // System.Boolean System.Xml.Schema.SchemaElementDecl::get_IsIdDeclared() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsIdDeclared_m13EDDE43FF100460E2B995C3E830985DEC415DAB (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isIdDeclared_13(); return L_0; } } // System.Void System.Xml.Schema.SchemaElementDecl::set_IsIdDeclared(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl_set_IsIdDeclared_m42E33419B58A2E0FEB0E36F1F4856BF7749C4EA8 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isIdDeclared_13(L_0); return; } } // System.Boolean System.Xml.Schema.SchemaElementDecl::get_HasNonCDataAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_HasNonCDataAttribute_mE84C8BBD8FF4C1EFDC66C8C8107229739354F31E (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasNonCDataAttribute_14(); return L_0; } } // System.Void System.Xml.Schema.SchemaElementDecl::set_HasNonCDataAttribute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl_set_HasNonCDataAttribute_m71A7B08BF73328BC4C4D41C48283A1B1BFF8AD97 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_hasNonCDataAttribute_14(L_0); return; } } // System.Boolean System.Xml.Schema.SchemaElementDecl::get_IsNotationDeclared() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_IsNotationDeclared_mA7291C2A64056CE5A8E6E40DD8FAA1A957982076 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNotationDeclared_16(); return L_0; } } // System.Void System.Xml.Schema.SchemaElementDecl::set_IsNotationDeclared(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl_set_IsNotationDeclared_m11AF6DFF3495628801564AFE2A057ECF95CBE825 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isNotationDeclared_16(L_0); return; } } // System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::get_ContentValidator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * SchemaElementDecl_get_ContentValidator_m1AFD6086B0FB2DF11CC1185D8335E1AAD80AED9E (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = __this->get_contentValidator_18(); return L_0; } } // System.Void System.Xml.Schema.SchemaElementDecl::set_ContentValidator(System.Xml.Schema.ContentValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl_set_ContentValidator_m3B5492EE4C0954E5FA732D03574FBB9576AD4E97 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___value0, const RuntimeMethod* method) { { ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_0 = ___value0; __this->set_contentValidator_18(L_0); return; } } // System.Void System.Xml.Schema.SchemaElementDecl::set_AnyAttribute(System.Xml.Schema.XmlSchemaAnyAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl_set_AnyAttribute_m5937BBB3D6CCC2263AE4B778A6B3B9E3A2586E74 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_tD2ED36B036CE620025BC00B0618D7B746A3A4A80 * L_0 = ___value0; __this->set_anyAttribute_19(L_0); return; } } // System.Void System.Xml.Schema.SchemaElementDecl::AddAttDef(System.Xml.Schema.SchemaAttDef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl_AddAttDef_mD815781B56044D60F0301E1E62FD5BA0485B5414 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attdef0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mB898E7EF265E8338DED0225D3D51EF7CD571E886_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m561B8AE29811BDB069D1F02C5A2FFE42684D5F29_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mAB5F7D0019E8BE4E5C283771D17AE3E102AABAC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = __this->get_attdefs_11(); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_1 = ___attdef0; NullCheck(L_1); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2; L_2 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_1, /*hidden argument*/NULL); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_3 = ___attdef0; NullCheck(L_0); Dictionary_2_Add_mB898E7EF265E8338DED0225D3D51EF7CD571E886(L_0, L_2, L_3, /*hidden argument*/Dictionary_2_Add_mB898E7EF265E8338DED0225D3D51EF7CD571E886_RuntimeMethod_var); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_4 = ___attdef0; NullCheck(L_4); int32_t L_5; L_5 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0024; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_6 = ___attdef0; NullCheck(L_6); int32_t L_7; L_7 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_6, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)4)))) { goto IL_002b; } } IL_0024: { __this->set_hasRequiredAttribute_15((bool)1); } IL_002b: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_8 = ___attdef0; NullCheck(L_8); int32_t L_9; L_9 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003c; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_10 = ___attdef0; NullCheck(L_10); int32_t L_11; L_11 = SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)3)))) { goto IL_005b; } } IL_003c: { List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * L_12 = __this->get_defaultAttdefs_12(); if (L_12) { goto IL_004f; } } { List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * L_13 = (List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 *)il2cpp_codegen_object_new(List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75_il2cpp_TypeInfo_var); List_1__ctor_mAB5F7D0019E8BE4E5C283771D17AE3E102AABAC8(L_13, /*hidden argument*/List_1__ctor_mAB5F7D0019E8BE4E5C283771D17AE3E102AABAC8_RuntimeMethod_var); __this->set_defaultAttdefs_12(L_13); } IL_004f: { List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * L_14 = __this->get_defaultAttdefs_12(); SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_15 = ___attdef0; NullCheck(L_14); List_1_Add_m561B8AE29811BDB069D1F02C5A2FFE42684D5F29(L_14, L_15, /*hidden argument*/List_1_Add_m561B8AE29811BDB069D1F02C5A2FFE42684D5F29_RuntimeMethod_var); } IL_005b: { return; } } // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaElementDecl::GetAttDef(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * SchemaElementDecl_GetAttDef_m5E5EAACCF2B3B77572285CCD458C0ABB1511D803 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mE4CDD04F66005A5DDC50951DD801CA385D91708A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * V_0 = NULL; { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = __this->get_attdefs_11(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___qname0; NullCheck(L_0); bool L_2; L_2 = Dictionary_2_TryGetValue_mE4CDD04F66005A5DDC50951DD801CA385D91708A(L_0, L_1, (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mE4CDD04F66005A5DDC50951DD801CA385D91708A_RuntimeMethod_var); if (!L_2) { goto IL_0012; } } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_3 = V_0; return L_3; } IL_0012: { return (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)NULL; } } // System.Collections.Generic.IList`1 System.Xml.Schema.SchemaElementDecl::get_DefaultAttDefs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_get_DefaultAttDefs_m6CCC6299DE4592CE8D2C66CB559179AF478CAD22 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * L_0 = __this->get_defaultAttdefs_12(); return L_0; } } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaElementDecl::get_AttDefs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * SchemaElementDecl_get_AttDefs_m8A9485A9D345A6E2694C4C9FB6A61965E582A2B9 (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_0 = __this->get_attdefs_11(); return L_0; } } // System.Void System.Xml.Schema.SchemaElementDecl::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl__cctor_mDFB5FC8F5F56474D1F3220A4F252E4AD91D92791 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_0 = (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B *)il2cpp_codegen_object_new(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var); SchemaElementDecl__ctor_mA3FA92EB85ADEBDC562D26730031FBC6738AB1A1(L_0, /*hidden argument*/NULL); ((SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_StaticFields*)il2cpp_codegen_static_fields_for(SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B_il2cpp_TypeInfo_var))->set_Empty_20(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.SchemaEntity::.ctor(System.Xml.XmlQualifiedName,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity__ctor_m3B9599DA8C72FC6A07423C38B498732E9CC83750 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qname0, bool ___isParameter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); __this->set_ndata_4(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___qname0; __this->set_qname_0(L_1); bool L_2 = ___isParameter1; __this->set_isParameter_7(L_2); return; } } // System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_Name_m18FBDC00046D7577F9A652A206A26E1EBA040BE3 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0; L_0 = SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1; L_1 = XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_IsExternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaEntity_System_Xml_IDtdEntityInfo_get_IsExternal_m20937217873A9FAD8546A5176AABFBFBF2507F46 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0; L_0 = SchemaEntity_get_IsExternal_m2C672737BDD910497BE4AF4E25B25F4797A04A03_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_IsDeclaredInExternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaEntity_System_Xml_IDtdEntityInfo_get_IsDeclaredInExternal_mD8F9001545742C37F6664BF2A03F47F7995096B6 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0; L_0 = SchemaEntity_get_DeclaredInExternal_m7FB26DC9D3A1B1B4671FFD0F755B32E087F0663C_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_IsUnparsedEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaEntity_System_Xml_IDtdEntityInfo_get_IsUnparsedEntity_m3A896F34C7C439E721B930D62C83EA054697B57F (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0; L_0 = SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = XmlQualifiedName_get_IsEmpty_m694779833F49A6E81D29F112E3D39483A5967F93(L_0, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_IsParameterEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaEntity_System_Xml_IDtdEntityInfo_get_IsParameterEntity_m3EAA28D7076D53EF3238F9480F56EA0424CF486A (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isParameter_7(); return L_0; } } // System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_BaseUriString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_BaseUriString_m27CE2880B2D011494282814C431D2BD54EC25E57 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SchemaEntity_get_BaseURI_m001F210A7C143F147C7C46CD567BE605B84B2F17(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_DeclaredUriString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_DeclaredUriString_mC129FED0989B0CAFC573BF099409229DF905B9BC (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SchemaEntity_get_DeclaredURI_m0E6729CDB1F1FBD637A9F2F951C60895AF8C94A3(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_SystemId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_SystemId_m593227E26CD0C1FF36740C3375A47754611450C5 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_PublicId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_PublicId_mF128180307D2948257D75731DCB6310D52B21228 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_System_Xml_IDtdEntityInfo_get_Text_m3D6E494555984807846FAE419229CE65DF66F981 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaEntity_System_Xml_IDtdEntityInfo_get_LineNumber_mED5616CE4FF8440DB63FC7FAF520F15700B5AF31 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SchemaEntity_get_Line_m4C57C78532808085D0F9FE1B5B98F2E846B8F470_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Schema.SchemaEntity::System.Xml.IDtdEntityInfo.get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaEntity_System_Xml_IDtdEntityInfo_get_LinePosition_mF491B91BEF8627246D4F72295FA24ADBA7FD6D1B (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SchemaEntity_get_Pos_m1F95043C9862F14827166F191BB24BF958F96B2B_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_Name_mB20AA73F025F99A004B20738C773CEB8D40B7EBA (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_qname_0(); return L_0; } } // System.String System.Xml.Schema.SchemaEntity::get_Url() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Url_m5A96254918F00575C76A5CC66B5D23D15D77EF98 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_url_1(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_Url(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Url_m61E1D8C602A7F2130760E1E32C1B7D7916E6E7F7 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_url_1(L_0); __this->set_isExternal_8((bool)1); return; } } // System.String System.Xml.Schema.SchemaEntity::get_Pubid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Pubid_mFC308D0C87C3A88CB67A813B56F97F538749E786 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pubid_2(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_Pubid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Pubid_m08846B90B1DBAE7F2D949336C2A1D0D67968FC00 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_pubid_2(L_0); return; } } // System.Boolean System.Xml.Schema.SchemaEntity::get_IsExternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_m2C672737BDD910497BE4AF4E25B25F4797A04A03 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isExternal_8(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_IsExternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_IsExternal_m65463934D765AA2DAE0D569F437B722B9E75E75B (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isExternal_8(L_0); return; } } // System.Boolean System.Xml.Schema.SchemaEntity::get_DeclaredInExternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaEntity_get_DeclaredInExternal_m7FB26DC9D3A1B1B4671FFD0F755B32E087F0663C (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDeclaredInExternal_10(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_DeclaredInExternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_DeclaredInExternal_m2EFCE2B9E2965C92F97BE69E2D2AA66E0EB9C2D4 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isDeclaredInExternal_10(L_0); return; } } // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_NData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaEntity_get_NData_mFA6084E09F48F115394AEDF935A40D43F59EA9FC (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_ndata_4(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_NData(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_NData_mD493C42553D9780205C808988FBA4D0F1C40C9B9 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; __this->set_ndata_4(L_0); return; } } // System.String System.Xml.Schema.SchemaEntity::get_Text() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mBDDEA973537098FDCC625FC2349A5D6A2092718D (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_text_3(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_Text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Text_mB2CF52174840CDA901F5F20B909BD8C3A040EF08 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_text_3(L_0); __this->set_isExternal_8((bool)0); return; } } // System.Int32 System.Xml.Schema.SchemaEntity::get_Line() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Line_m4C57C78532808085D0F9FE1B5B98F2E846B8F470 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_5(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_Line(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Line_mC763565D1C187F4541E42EE21CA76C57EBEA6D72 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_lineNumber_5(L_0); return; } } // System.Int32 System.Xml.Schema.SchemaEntity::get_Pos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Pos_m1F95043C9862F14827166F191BB24BF958F96B2B (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_6(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_Pos(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Pos_mA925BE118C0633173B4C94FD041BEBC5AD5F4674 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_linePosition_6(L_0); return; } } // System.String System.Xml.Schema.SchemaEntity::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_BaseURI_m001F210A7C143F147C7C46CD567BE605B84B2F17 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_baseURI_11(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_baseURI_11(); return L_1; } IL_000f: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } } // System.Void System.Xml.Schema.SchemaEntity::set_BaseURI(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_BaseURI_mAFDEA9BFF892FAFF701CC4FFEA1CCEEFD538273D (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_baseURI_11(L_0); return; } } // System.Boolean System.Xml.Schema.SchemaEntity::get_ParsingInProgress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaEntity_get_ParsingInProgress_m560545FEA4040F3DCD9D3E98C9AB97313D4A9378 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_parsingInProgress_9(); return L_0; } } // System.Void System.Xml.Schema.SchemaEntity::set_ParsingInProgress(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_ParsingInProgress_m53B2A6A3A2E573092B19EBA5FFAF368C2BE5A9AB (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_parsingInProgress_9(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_declaredURI_12(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_declaredURI_12(); return L_1; } IL_000f: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } } // System.Void System.Xml.Schema.SchemaEntity::set_DeclaredURI(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_DeclaredURI_mB92A24929A2B6BF67539EFF155615B5AB9150BC8 (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_declaredURI_12(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.SchemaInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo__ctor_m698835CEBA256CAD8F929513EE0AB71D6E7DE2AD (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7B1612DAAC58ADB707313836D78A8FB4556FEBC0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *)il2cpp_codegen_object_new(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7_il2cpp_TypeInfo_var); Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B(L_0, /*hidden argument*/Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B_RuntimeMethod_var); __this->set_elementDecls_0(L_0); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_1 = (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *)il2cpp_codegen_object_new(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7_il2cpp_TypeInfo_var); Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B(L_1, /*hidden argument*/Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B_RuntimeMethod_var); __this->set_undeclaredElementDecls_1(L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); __this->set_docTypeName_4(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_internalDtdSubset_5(L_3); Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C * L_4 = (Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C *)il2cpp_codegen_object_new(Dictionary_2_t99F1CF0D8EAD35142580D7CF6EC736C063B6190C_il2cpp_TypeInfo_var); Dictionary_2__ctor_m7B1612DAAC58ADB707313836D78A8FB4556FEBC0(L_4, /*hidden argument*/Dictionary_2__ctor_m7B1612DAAC58ADB707313836D78A8FB4556FEBC0_RuntimeMethod_var); __this->set_targetNamespaces_8(L_4); Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 * L_5 = (Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58 *)il2cpp_codegen_object_new(Dictionary_2_t1FAD0C7CC6F970A1F41D0F7433B8D62A408D1C58_il2cpp_TypeInfo_var); Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B(L_5, /*hidden argument*/Dictionary_2__ctor_mF3C7809B7C72479BC5C0C429ACF1EDAE5254C80B_RuntimeMethod_var); __this->set_attributeDecls_9(L_5); Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_6 = (Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 *)il2cpp_codegen_object_new(Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7_il2cpp_TypeInfo_var); Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B(L_6, /*hidden argument*/Dictionary_2__ctor_m860D9125E2BEF757623F8523CAA18062DA3D962B_RuntimeMethod_var); __this->set_elementDeclsByType_11(L_6); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set_schemaType_10(0); return; } } // System.Void System.Xml.Schema.SchemaInfo::set_DocTypeName(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo_set_DocTypeName_m1BA955D8D7D3D96AEE648C9C0439F689ACD65B79 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; __this->set_docTypeName_4(L_0); return; } } // System.Void System.Xml.Schema.SchemaInfo::set_InternalDtdSubset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo_set_InternalDtdSubset_m9D3F4A8813F8C0B6A0D811558C582752217BC46A (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_internalDtdSubset_5(L_0); return; } } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_ElementDecls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_ElementDecls_m693F83C6FD11BDFA1D422BE8F036916818491177 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = __this->get_elementDecls_0(); return L_0; } } // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::get_UndeclaredElementDecls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * SchemaInfo_get_UndeclaredElementDecls_mC359EC7BD893856AF5E207B653D7848A54BC46F8 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = __this->get_undeclaredElementDecls_1(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7268B2DED6843C67C3306C158DA9C0D46B720226_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_0 = __this->get_generalEntities_2(); if (L_0) { goto IL_0013; } } { Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_1 = (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *)il2cpp_codegen_object_new(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523_il2cpp_TypeInfo_var); Dictionary_2__ctor_m7268B2DED6843C67C3306C158DA9C0D46B720226(L_1, /*hidden argument*/Dictionary_2__ctor_m7268B2DED6843C67C3306C158DA9C0D46B720226_RuntimeMethod_var); __this->set_generalEntities_2(L_1); } IL_0013: { Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_2 = __this->get_generalEntities_2(); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7268B2DED6843C67C3306C158DA9C0D46B720226_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_0 = __this->get_parameterEntities_3(); if (L_0) { goto IL_0013; } } { Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_1 = (Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 *)il2cpp_codegen_object_new(Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523_il2cpp_TypeInfo_var); Dictionary_2__ctor_m7268B2DED6843C67C3306C158DA9C0D46B720226(L_1, /*hidden argument*/Dictionary_2__ctor_m7268B2DED6843C67C3306C158DA9C0D46B720226_RuntimeMethod_var); __this->set_parameterEntities_3(L_1); } IL_0013: { Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_2 = __this->get_parameterEntities_3(); return L_2; } } // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_m82E26E51C765F4946ACE69375370F4D09B3266A9 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_schemaType_10(); return L_0; } } // System.Void System.Xml.Schema.SchemaInfo::set_SchemaType(System.Xml.Schema.SchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo_set_SchemaType_m028144676EE0A9E9C551BF420AC1E519DEB1263D (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_schemaType_10(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m467FD97D8B6FDB9657193242324FDAFA10AFAB97_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_0 = __this->get_notations_12(); if (L_0) { goto IL_0013; } } { Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_1 = (Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 *)il2cpp_codegen_object_new(Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121_il2cpp_TypeInfo_var); Dictionary_2__ctor_m467FD97D8B6FDB9657193242324FDAFA10AFAB97(L_1, /*hidden argument*/Dictionary_2__ctor_m467FD97D8B6FDB9657193242324FDAFA10AFAB97_RuntimeMethod_var); __this->set_notations_12(L_1); } IL_0013: { Dictionary_2_t09B46EB6F8DDD621EBD0DA4C8C9BA1E5749E9121 * L_2 = __this->get_notations_12(); return L_2; } } // System.Void System.Xml.Schema.SchemaInfo::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo_Finish_m113918206B13BCAF463301412BDB18DF2AC54E6E (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m5ABD3F7311A0406840C5655894A890F4B295DBA8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mAF5AC8910C4D76BA22A0AF4C6B770B9F7DB161BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF539B3DCF94C4A0F31CEAD36C1E5524F637761FA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m84333A179C4670CAFAE7F6753C157D1CE3B78883_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_GetEnumerator_m4B5FDCA1D109A6FD27D0F958178CE145F6C604B4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * V_0 = NULL; int32_t V_1 = 0; Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 V_2; memset((&V_2), 0, sizeof(V_2)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * G_B5_0 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * G_B4_0 = NULL; { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_0 = __this->get_elementDecls_0(); V_0 = L_0; V_1 = 0; goto IL_0061; } IL_000b: { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_1 = V_0; NullCheck(L_1); ValueCollection_t566E84C700B8CA57F1C3A24989857DEB3100189D * L_2; L_2 = Dictionary_2_get_Values_m5ABD3F7311A0406840C5655894A890F4B295DBA8(L_1, /*hidden argument*/Dictionary_2_get_Values_m5ABD3F7311A0406840C5655894A890F4B295DBA8_RuntimeMethod_var); NullCheck(L_2); Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 L_3; L_3 = ValueCollection_GetEnumerator_m4B5FDCA1D109A6FD27D0F958178CE145F6C604B4(L_2, /*hidden argument*/ValueCollection_GetEnumerator_m4B5FDCA1D109A6FD27D0F958178CE145F6C604B4_RuntimeMethod_var); V_2 = L_3; } IL_0017: try {// begin try (depth: 1) { goto IL_003d; } IL_0019: { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_4; L_4 = Enumerator_get_Current_m84333A179C4670CAFAE7F6753C157D1CE3B78883_inline((Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 *)(&V_2), /*hidden argument*/Enumerator_get_Current_m84333A179C4670CAFAE7F6753C157D1CE3B78883_RuntimeMethod_var); SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_5 = L_4; NullCheck(L_5); bool L_6; L_6 = SchemaElementDecl_get_HasNonCDataAttribute_mE84C8BBD8FF4C1EFDC66C8C8107229739354F31E_inline(L_5, /*hidden argument*/NULL); G_B4_0 = L_5; if (!L_6) { G_B5_0 = L_5; goto IL_002f; } } IL_0028: { __this->set_hasNonCDataAttributes_6((bool)1); G_B5_0 = G_B4_0; } IL_002f: { NullCheck(G_B5_0); RuntimeObject* L_7; L_7 = SchemaElementDecl_get_DefaultAttDefs_m6CCC6299DE4592CE8D2C66CB559179AF478CAD22_inline(G_B5_0, /*hidden argument*/NULL); if (!L_7) { goto IL_003d; } } IL_0036: { __this->set_hasDefaultAttributes_7((bool)1); } IL_003d: { bool L_8; L_8 = Enumerator_MoveNext_mF539B3DCF94C4A0F31CEAD36C1E5524F637761FA((Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_mF539B3DCF94C4A0F31CEAD36C1E5524F637761FA_RuntimeMethod_var); if (L_8) { goto IL_0019; } } IL_0046: { IL2CPP_LEAVE(0x56, 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) Enumerator_Dispose_mAF5AC8910C4D76BA22A0AF4C6B770B9F7DB161BF((Enumerator_tAE0A4AA8074D064065FE5EBE290725953637DDE5 *)(&V_2), /*hidden argument*/Enumerator_Dispose_mAF5AC8910C4D76BA22A0AF4C6B770B9F7DB161BF_RuntimeMethod_var); IL2CPP_END_FINALLY(72) }// end finally (depth: 1) IL2CPP_CLEANUP(72) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x56, IL_0056) } IL_0056: { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_9 = __this->get_undeclaredElementDecls_1(); V_0 = L_9; int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0061: { int32_t L_11 = V_1; if ((((int32_t)L_11) < ((int32_t)2))) { goto IL_000b; } } { return; } } // System.Boolean System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.get_HasDefaultAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaInfo_System_Xml_IDtdInfo_get_HasDefaultAttributes_m81CCBC86B9635F1218C3B624947C83CDD2F8FE03 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasDefaultAttributes_7(); return L_0; } } // System.Boolean System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.get_HasNonCDataAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaInfo_System_Xml_IDtdInfo_get_HasNonCDataAttributes_m837198942587E3358AEAB466B2D1207FCEFF0E17 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasNonCDataAttributes_6(); return L_0; } } // System.Xml.IDtdAttributeListInfo System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.LookupAttributeList(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SchemaInfo_System_Xml_IDtdInfo_LookupAttributeList_mD773F041A5E907504A9990E35D7181CF175E18A7 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, String_t* ___prefix0, String_t* ___localName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * V_1 = NULL; { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1A19E27B7945587EBC7FF67CF33F4920D28C4E70(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_3 = __this->get_elementDecls_0(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = V_0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B(L_3, L_4, (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B_RuntimeMethod_var); if (L_5) { goto IL_0027; } } { Dictionary_2_t9716CEDD4260B2B68461B83D64B387A3786A25C7 * L_6 = __this->get_undeclaredElementDecls_1(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = V_0; NullCheck(L_6); bool L_8; L_8 = Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B(L_6, L_7, (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m3442835F80983B767CE68891171128D8A03D771B_RuntimeMethod_var); } IL_0027: { SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * L_9 = V_1; return L_9; } } // System.Xml.IDtdEntityInfo System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.LookupEntity(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SchemaInfo_System_Xml_IDtdInfo_LookupEntity_m7E3DCBA1A53A5140D2E86205D7613B25E2F66B38 (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m73654A199C9587F659F1D34D69070C111612B686_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_0 = NULL; SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * V_1 = NULL; { Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_0 = __this->get_generalEntities_2(); if (L_0) { goto IL_000a; } } { return (RuntimeObject*)NULL; } IL_000a: { String_t* L_1 = ___name0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m73A954A83BC208D5CA3B1F1D328DDF6C29453E79(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_tE268B8DA28D3A82319F0632A15D6EC06B68E5523 * L_3 = __this->get_generalEntities_2(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_4 = V_0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_m73654A199C9587F659F1D34D69070C111612B686(L_3, L_4, (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m73654A199C9587F659F1D34D69070C111612B686_RuntimeMethod_var); if (!L_5) { goto IL_0023; } } { SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * L_6 = V_1; return L_6; } IL_0023: { return (RuntimeObject*)NULL; } } // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaInfo_System_Xml_IDtdInfo_get_Name_m4A9AAE5CF3C9D6D04EDEBE3C22DBA5AEABBC61BA (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_docTypeName_4(); return L_0; } } // System.String System.Xml.Schema.SchemaInfo::System.Xml.IDtdInfo.get_InternalDtdSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaInfo_System_Xml_IDtdInfo_get_InternalDtdSubset_mE7CE4C4BA36D69681F83E6BD85A11975B93C89BB (SchemaInfo_tDED785F47546ED3F5EEC6EA77577917420BF3BF5 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_internalDtdSubset_5(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.SchemaNotation::.ctor(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaNotation__ctor_mB9B6D9AC3CA75E0B70AB342EE0B4630256799DEF (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___name0; __this->set_name_0(L_0); return; } } // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNotation::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaNotation_get_Name_m08D1A0F31266536764CE44A0633DCC84525E18F3 (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_name_0(); return L_0; } } // System.String System.Xml.Schema.SchemaNotation::get_SystemLiteral() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_SystemLiteral_m9DB468F07E2E95DFAF2D82A4165D5665E4F9EC6D (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemLiteral_1(); return L_0; } } // System.Void System.Xml.Schema.SchemaNotation::set_SystemLiteral(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaNotation_set_SystemLiteral_m130B3E892EBAF4EAF49AE59324CC1034F5094BBE (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_systemLiteral_1(L_0); return; } } // System.String System.Xml.Schema.SchemaNotation::get_Pubid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaNotation_get_Pubid_mF5506EEC55649230D39056045E6E3BEA6425EE2D (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pubid_2(); return L_0; } } // System.Void System.Xml.Schema.SchemaNotation::set_Pubid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaNotation_set_Pubid_mE52000D2E246F07911EFD3222028AC6F306BA9A6 (SchemaNotation_t8D5A15431203B940197C8F7319BE3BF677D12CED * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_pubid_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.SecureStringHasher::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureStringHasher__ctor_mEF97616B6D20B8D66A01B2B833C677BF356A1145 (SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0; L_0 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*hidden argument*/NULL); __this->set_hashCodeRandomizer_1(L_0); return; } } // System.Boolean System.Xml.SecureStringHasher::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecureStringHasher_Equals_m4764CCB4F1A4AED78D021A8DF38A26B6C499691A (SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A * __this, String_t* ___x0, String_t* ___y1, const RuntimeMethod* method) { { String_t* L_0 = ___x0; String_t* L_1 = ___y1; bool L_2; L_2 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_0, L_1, 4, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Xml.SecureStringHasher::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecureStringHasher_GetHashCode_m06AA20C7C8C7B52D42E039B7EBB1C9409752B54A (SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * L_0 = ((SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_StaticFields*)il2cpp_codegen_static_fields_for(SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0(); if (L_0) { goto IL_0011; } } { HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * L_1; L_1 = SecureStringHasher_GetHashCodeDelegate_mB57EBF631C2136DB005BB3A2CA60A9D88222334B(/*hidden argument*/NULL); ((SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_StaticFields*)il2cpp_codegen_static_fields_for(SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0(L_1); } IL_0011: { HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * L_2 = ((SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_StaticFields*)il2cpp_codegen_static_fields_for(SecureStringHasher_t5F3BC4AE212133FAD80F39ED81D0338B8A21A87A_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0(); String_t* L_3 = ___key0; String_t* L_4 = ___key0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_hashCodeRandomizer_1(); NullCheck(L_2); int32_t L_7; L_7 = HashCodeOfStringDelegate_Invoke_m29101897DFC3FF4CEC6E0F148E1E879463DA2F9D(L_2, L_3, L_5, ((int64_t)((int64_t)L_6)), /*hidden argument*/NULL); return L_7; } } // System.Int32 System.Xml.SecureStringHasher::GetHashCodeOfString(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecureStringHasher_GetHashCodeOfString_m38C6DD4A290EE4A73135384834F8F3FA2D9CFB83 (String_t* ___key0, int32_t ___sLen1, int64_t ___additionalEntropy2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int64_t L_0 = ___additionalEntropy2; V_0 = ((int32_t)((int32_t)L_0)); V_1 = 0; goto IL_0019; } IL_0007: { int32_t L_1 = V_0; int32_t L_2 = V_0; String_t* L_3 = ___key0; 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_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)7))^(int32_t)L_5)))); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0019: { int32_t L_7 = V_1; String_t* L_8 = ___key0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } { int32_t L_10 = V_0; int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)((int32_t)L_11>>(int32_t)((int32_t)17))))); 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)11))))); 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)5)))); int32_t L_16 = V_0; return L_16; } } // System.Xml.SecureStringHasher/HashCodeOfStringDelegate System.Xml.SecureStringHasher::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * SecureStringHasher_GetHashCodeDelegate_mB57EBF631C2136DB005BB3A2CA60A9D88222334B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureStringHasher_GetHashCodeOfString_m38C6DD4A290EE4A73135384834F8F3FA2D9CFB83_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7); s_Il2CppMethodInitialized = true; } MethodInfo_t * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); NullCheck(L_1); MethodInfo_t * L_2; L_2 = Type_GetMethod_m2DDEF37DF33D28F579BA8E03F4376B67D91F0DEB(L_1, _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7, ((int32_t)40), /*hidden argument*/NULL); V_0 = L_2; MethodInfo_t * L_3 = V_0; bool L_4; L_4 = MethodInfo_op_Inequality_mDE1DAA5D330E9C975AC6423FC2D06862637BE68D(L_3, (MethodInfo_t *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0036; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); MethodInfo_t * L_7 = V_0; Delegate_t * L_8; L_8 = Delegate_CreateDelegate_m4B6F4C6A4A3C1B2C55CD01FEA15E0C801CADCB24(L_6, L_7, /*hidden argument*/NULL); return ((HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 *)CastclassSealed((RuntimeObject*)L_8, HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574_il2cpp_TypeInfo_var)); } IL_0036: { HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 * L_9 = (HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574 *)il2cpp_codegen_object_new(HashCodeOfStringDelegate_tC5A341CE8A72771BCCF8A0CC95A12B13CD4F2574_il2cpp_TypeInfo_var); HashCodeOfStringDelegate__ctor_m47EFBAB22CC6E0C04A17B8DA7101906596143BE8(L_9, NULL, (intptr_t)((intptr_t)SecureStringHasher_GetHashCodeOfString_m38C6DD4A290EE4A73135384834F8F3FA2D9CFB83_RuntimeMethod_var), /*hidden argument*/NULL); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.SequenceNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNode_ConstructPos_m5336534FC876C733458AE3360E0B35DA4F94B242 (SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos1, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mB67769758EF4DE6860F04BB06DD416B0A633F66D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m78228AAF072CCA403F1750B0504999ED4D87B570_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m8E603B429D069137DBBA7AB5447DECB06F1461EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m82489B7C6C1050B4D9988AC9A045190F030B92ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * V_0 = NULL; SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED V_1; memset((&V_1), 0, sizeof(V_1)); SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * V_2 = NULL; int32_t V_3 = 0; { Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * L_0 = (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 *)il2cpp_codegen_object_new(Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0_il2cpp_TypeInfo_var); Stack_1__ctor_m8E603B429D069137DBBA7AB5447DECB06F1461EA(L_0, /*hidden argument*/Stack_1__ctor_m8E603B429D069137DBBA7AB5447DECB06F1461EA_RuntimeMethod_var); V_0 = L_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_1 = ___firstpos0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_2 = ___lastpos1; SequenceConstructPosContext__ctor_m838797312070C2B9C77F9E03543949D27009E4D3((SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED *)(&V_1), __this, L_1, L_2, /*hidden argument*/NULL); } IL_0010: { SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_3 = V_1; SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_4 = L_3.get_this__0(); V_2 = L_4; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_5 = ___lastpos1; NullCheck(L_5); int32_t L_6; L_6 = BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline(L_5, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_7 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_7, L_6, /*hidden argument*/NULL); (&V_1)->set_lastposLeft_3(L_7); SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_8 = V_2; NullCheck(L_8); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_9; L_9 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_8, /*hidden argument*/NULL); if (!((SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD *)IsInstSealed((RuntimeObject*)L_9, SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var))) { goto IL_005d; } } { Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * L_10 = V_0; SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_11 = V_1; NullCheck(L_10); Stack_1_Push_m78228AAF072CCA403F1750B0504999ED4D87B570(L_10, L_11, /*hidden argument*/Stack_1_Push_m78228AAF072CCA403F1750B0504999ED4D87B570_RuntimeMethod_var); SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_12 = V_2; NullCheck(L_12); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_13; L_13 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_12, /*hidden argument*/NULL); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_14 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_15 = L_14.get_firstpos_1(); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_16 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_17 = L_16.get_lastposLeft_3(); SequenceConstructPosContext__ctor_m838797312070C2B9C77F9E03543949D27009E4D3((SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED *)(&V_1), ((SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD *)CastclassSealed((RuntimeObject*)L_13, SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var)), L_15, L_17, /*hidden argument*/NULL); goto IL_0010; } IL_005d: { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_18 = V_2; NullCheck(L_18); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_19; L_19 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_18, /*hidden argument*/NULL); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_20 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_21 = L_20.get_firstpos_1(); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_22 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_23 = L_22.get_lastposLeft_3(); BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_24 = ___followpos2; NullCheck(L_19); VirtualActionInvoker3< BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_19, L_21, L_23, L_24); } IL_0075: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_25 = ___firstpos0; NullCheck(L_25); int32_t L_26; L_26 = BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline(L_25, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_27 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_27, L_26, /*hidden argument*/NULL); (&V_1)->set_firstposRight_4(L_27); SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_28 = V_2; NullCheck(L_28); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_29; L_29 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_28, /*hidden argument*/NULL); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_30 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_31 = L_30.get_firstposRight_4(); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_32 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_33 = L_32.get_lastpos_2(); BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_34 = ___followpos2; NullCheck(L_29); VirtualActionInvoker3< BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_29, L_31, L_33, L_34); SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_35 = V_2; NullCheck(L_35); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_36; L_36 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_35, /*hidden argument*/NULL); NullCheck(L_36); bool L_37; L_37 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_36); if (!L_37) { goto IL_00ca; } } { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_38 = V_2; NullCheck(L_38); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_39; L_39 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_38, /*hidden argument*/NULL); NullCheck(L_39); bool L_40; L_40 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_39); if (L_40) { goto IL_00ca; } } { SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_41 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_42 = L_41.get_firstpos_1(); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_43 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_44 = L_43.get_firstposRight_4(); NullCheck(L_42); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_42, L_44, /*hidden argument*/NULL); } IL_00ca: { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_45 = V_2; NullCheck(L_45); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_46; L_46 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_45, /*hidden argument*/NULL); NullCheck(L_46); bool L_47; L_47 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_46); if (!L_47) { goto IL_00e8; } } { SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_48 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_49 = L_48.get_lastpos_2(); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_50 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_51 = L_50.get_lastposLeft_3(); NullCheck(L_49); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_49, L_51, /*hidden argument*/NULL); } IL_00e8: { SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_52 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_53 = L_52.get_lastposLeft_3(); NullCheck(L_53); int32_t L_54; L_54 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_53, (-1), /*hidden argument*/NULL); V_3 = L_54; goto IL_0112; } IL_00f7: { BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_55 = ___followpos2; int32_t L_56 = V_3; NullCheck(L_55); int32_t L_57 = L_56; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_58 = (L_55)->GetAt(static_cast(L_57)); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_59 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_60 = L_59.get_firstposRight_4(); NullCheck(L_58); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_58, L_60, /*hidden argument*/NULL); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_61 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_62 = L_61.get_lastposLeft_3(); int32_t L_63 = V_3; NullCheck(L_62); int32_t L_64; L_64 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_62, L_63, /*hidden argument*/NULL); V_3 = L_64; } IL_0112: { int32_t L_65 = V_3; if ((!(((uint32_t)L_65) == ((uint32_t)(-1))))) { goto IL_00f7; } } { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_66 = V_2; NullCheck(L_66); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_67; L_67 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_66, /*hidden argument*/NULL); NullCheck(L_67); bool L_68; L_68 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_67); if (!L_68) { goto IL_013e; } } { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_69 = V_2; NullCheck(L_69); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_70; L_70 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_69, /*hidden argument*/NULL); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_71 = V_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_72 = L_71.get_firstpos_1(); NullCheck(L_72); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_73; L_73 = BitSet_Clone_m42F3015E96CD274C9938B5B8F1E6AA8661EBF603(L_72, /*hidden argument*/NULL); NullCheck(((LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 *)CastclassSealed((RuntimeObject*)L_70, LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var))); LeafRangeNode_set_NextIteration_mA4BC4E01B8F5722FD0C158D90FAD54A3D47E8485_inline(((LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 *)CastclassSealed((RuntimeObject*)L_70, LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var)), L_73, /*hidden argument*/NULL); } IL_013e: { Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * L_74 = V_0; NullCheck(L_74); int32_t L_75; L_75 = Stack_1_get_Count_m82489B7C6C1050B4D9988AC9A045190F030B92ED_inline(L_74, /*hidden argument*/Stack_1_get_Count_m82489B7C6C1050B4D9988AC9A045190F030B92ED_RuntimeMethod_var); if (!L_75) { goto IL_0159; } } { Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * L_76 = V_0; NullCheck(L_76); SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_77; L_77 = Stack_1_Pop_mB67769758EF4DE6860F04BB06DD416B0A633F66D(L_76, /*hidden argument*/Stack_1_Pop_mB67769758EF4DE6860F04BB06DD416B0A633F66D_RuntimeMethod_var); V_1 = L_77; SequenceConstructPosContext_tF123DDD568337316B30320BDDD88646EBA9F94ED L_78 = V_1; SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_79 = L_78.get_this__0(); V_2 = L_79; goto IL_0075; } IL_0159: { return; } } // System.Boolean System.Xml.Schema.SequenceNode::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SequenceNode_get_IsNullable_mEE346CC6561B84D18CF20F054873C5EF0DFEFE97 (SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * V_0 = NULL; SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * V_1 = NULL; { V_1 = __this; } IL_0002: { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_0 = V_1; NullCheck(L_0); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_1; L_1 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_1); if (!L_2) { goto IL_002d; } } { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_3 = V_1; NullCheck(L_3); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_4; L_4 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_3, /*hidden argument*/NULL); NullCheck(((LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 *)CastclassSealed((RuntimeObject*)L_4, LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var))); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; L_5 = LeafRangeNode_get_Min_m9ACB52885522383A21EB6FB7116DB9CC618531D6_inline(((LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 *)CastclassSealed((RuntimeObject*)L_4, LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_6 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_7; L_7 = Decimal_op_Equality_m2A6DA65ED2EA13C91B50973C956BAC180925D049(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } { return (bool)1; } IL_002d: { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_8 = V_1; NullCheck(L_8); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_9; L_9 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_8, /*hidden argument*/NULL); NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_9); if (L_10) { goto IL_0049; } } { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_11 = V_1; NullCheck(L_11); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_12; L_12 = InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline(L_11, /*hidden argument*/NULL); NullCheck(L_12); bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_12); if (L_13) { goto IL_0049; } } { return (bool)0; } IL_0049: { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_14 = V_1; NullCheck(L_14); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_15; L_15 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_14, /*hidden argument*/NULL); V_0 = L_15; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_16 = V_0; V_1 = ((SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD *)IsInstSealed((RuntimeObject*)L_16, SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var)); SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_17 = V_1; if (L_17) { goto IL_0002; } } { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_18 = V_0; NullCheck(L_18); bool L_19; L_19 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_18); return L_19; } } // System.Void System.Xml.Schema.SequenceNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNode_ExpandTree_m22E3573CB693E4323032A4EB68397CFB4D96BFB3 (SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___parent0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions2, const RuntimeMethod* method) { { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_0 = ___parent0; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_1 = ___symbols1; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_2 = ___positions2; InteriorNode_ExpandTreeNoRecursive_mED7122A2FEA563CA2585C60B43FB8FF3D94C63DB(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.SequenceNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNode__ctor_mB5DF9B11AE58300BE3B457BA36E79F8AB635D8F2 (SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * __this, const RuntimeMethod* method) { { InteriorNode__ctor_mE9F860A667BE626F44260612EC983CBDBD16B658(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.StarNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StarNode_ConstructPos_mD87FE968213903B150DBA021BF6189AA2B082414 (StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos1, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos2, const RuntimeMethod* method) { int32_t V_0 = 0; { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0; L_0 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(__this, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_1 = ___firstpos0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_2 = ___lastpos1; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_3 = ___followpos2; NullCheck(L_0); VirtualActionInvoker3< BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_0, L_1, L_2, L_3); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_4 = ___lastpos1; NullCheck(L_4); int32_t L_5; L_5 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_4, (-1), /*hidden argument*/NULL); V_0 = L_5; goto IL_0029; } IL_0018: { BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_6 = ___followpos2; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_9 = (L_6)->GetAt(static_cast(L_8)); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_10 = ___firstpos0; NullCheck(L_9); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_9, L_10, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_11 = ___lastpos1; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13; L_13 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_0029: { int32_t L_14 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)(-1))))) { goto IL_0018; } } { return; } } // System.Boolean System.Xml.Schema.StarNode::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StarNode_get_IsNullable_mF207099D980022C797DB920848430C4438AA016B (StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.Schema.StarNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StarNode__ctor_mF305B4DE3DE9504E4D4B0C132350AD2917FA67B4 (StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68 * __this, const RuntimeMethod* method) { { InteriorNode__ctor_mE9F860A667BE626F44260612EC983CBDBD16B658(__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 // Conversion methods for marshalling of: System.Xml.Xsl.Runtime.StringConcat IL2CPP_EXTERN_C void StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshal_pinvoke(const StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36& unmarshaled, StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_pinvoke& marshaled) { Exception_t* ___strList_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'strList' of type 'StringConcat'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___strList_5Exception, NULL); } IL2CPP_EXTERN_C void StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshal_pinvoke_back(const StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_pinvoke& marshaled, StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36& unmarshaled) { Exception_t* ___strList_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'strList' of type 'StringConcat'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___strList_5Exception, NULL); } // Conversion method for clean up from marshalling of: System.Xml.Xsl.Runtime.StringConcat IL2CPP_EXTERN_C void StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshal_pinvoke_cleanup(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Xml.Xsl.Runtime.StringConcat IL2CPP_EXTERN_C void StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshal_com(const StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36& unmarshaled, StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_com& marshaled) { Exception_t* ___strList_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'strList' of type 'StringConcat'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___strList_5Exception, NULL); } IL2CPP_EXTERN_C void StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshal_com_back(const StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_com& marshaled, StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36& unmarshaled) { Exception_t* ___strList_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'strList' of type 'StringConcat'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___strList_5Exception, NULL); } // Conversion method for clean up from marshalling of: System.Xml.Xsl.Runtime.StringConcat IL2CPP_EXTERN_C void StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshal_com_cleanup(StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36_marshaled_com& marshaled) { } // System.Void System.Xml.Xsl.Runtime.StringConcat::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConcat_Clear_mB16BB6C5D653C368610F5AF2115E88BA79F39A83 (StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * __this, const RuntimeMethod* method) { { __this->set_idxStr_6(0); __this->set_delimiter_4((String_t*)NULL); return; } } IL2CPP_EXTERN_C void StringConcat_Clear_mB16BB6C5D653C368610F5AF2115E88BA79F39A83_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringConcat_Clear_mB16BB6C5D653C368610F5AF2115E88BA79F39A83(_thisAdjusted, method); } // System.Int32 System.Xml.Xsl.Runtime.StringConcat::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringConcat_get_Count_m6AFA538C150AD1A02037CCD20108A27C3007FD3E (StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idxStr_6(); return L_0; } } IL2CPP_EXTERN_C int32_t StringConcat_get_Count_m6AFA538C150AD1A02037CCD20108A27C3007FD3E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = StringConcat_get_Count_m6AFA538C150AD1A02037CCD20108A27C3007FD3E_inline(_thisAdjusted, method); return _returnValue; } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_idxStr_6(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0023; } case 1: { goto IL_0029; } case 2: { goto IL_0030; } case 3: { goto IL_0042; } case 4: { goto IL_005a; } } } { goto IL_0078; } IL_0023: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0029: { String_t* L_3 = __this->get_s1_0(); return L_3; } IL_0030: { String_t* L_4 = __this->get_s1_0(); String_t* L_5 = __this->get_s2_1(); String_t* L_6; L_6 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0042: { String_t* L_7 = __this->get_s1_0(); String_t* L_8 = __this->get_s2_1(); String_t* L_9 = __this->get_s3_2(); String_t* L_10; L_10 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } IL_005a: { String_t* L_11 = __this->get_s1_0(); String_t* L_12 = __this->get_s2_1(); String_t* L_13 = __this->get_s3_2(); String_t* L_14 = __this->get_s4_3(); String_t* L_15; L_15 = String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78(L_11, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_0078: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_16 = __this->get_strList_5(); NullCheck(L_16); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17; L_17 = List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4(L_16, /*hidden argument*/List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var); String_t* L_18; L_18 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_17, /*hidden argument*/NULL); return L_18; } } IL2CPP_EXTERN_C String_t* StringConcat_GetResult_m5195CCD8EA33F2A4EEC0B8B166DEB3D275D6B90E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = StringConcat_GetResult_m5195CCD8EA33F2A4EEC0B8B166DEB3D275D6B90E(_thisAdjusted, method); return _returnValue; } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * V_2 = NULL; int32_t G_B9_0 = 0; { int32_t L_0 = __this->get_idxStr_6(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0023; } case 1: { goto IL_002c; } case 2: { goto IL_0035; } case 3: { goto IL_003e; } case 4: { goto IL_0047; } } } { goto IL_009c; } IL_0023: { String_t* L_2 = ___s0; __this->set_s1_0(L_2); goto IL_00a8; } IL_002c: { String_t* L_3 = ___s0; __this->set_s2_1(L_3); goto IL_00a8; } IL_0035: { String_t* L_4 = ___s0; __this->set_s3_2(L_4); goto IL_00a8; } IL_003e: { String_t* L_5 = ___s0; __this->set_s4_3(L_5); goto IL_00a8; } IL_0047: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_6 = __this->get_strList_5(); if (!L_6) { goto IL_005c; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = __this->get_strList_5(); NullCheck(L_7); int32_t L_8; L_8 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_7, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); G_B9_0 = L_8; goto IL_005d; } IL_005c: { G_B9_0 = 8; } IL_005d: { V_1 = G_B9_0; int32_t L_9 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_10 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B(L_10, L_9, /*hidden argument*/List_1__ctor_m4D81A60A3C9A9F425B13CEE1AC43A357335E8B0B_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_11 = L_10; V_2 = L_11; __this->set_strList_5(L_11); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_12 = V_2; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_13 = L_12; String_t* L_14 = __this->get_s1_0(); NullCheck(L_13); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_13, L_14, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_15 = L_13; String_t* L_16 = __this->get_s2_1(); NullCheck(L_15); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_15, L_16, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_17 = L_15; String_t* L_18 = __this->get_s3_2(); NullCheck(L_17); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_17, L_18, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); String_t* L_19 = __this->get_s4_3(); NullCheck(L_17); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_17, L_19, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_009c: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_20 = __this->get_strList_5(); String_t* L_21 = ___s0; NullCheck(L_20); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_20, L_21, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); } IL_00a8: { int32_t L_22 = __this->get_idxStr_6(); __this->set_idxStr_6(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))); return; } } IL2CPP_EXTERN_C void StringConcat_ConcatNoDelimiter_m23E6E1C42594919991FA12D5538DACFF1302CD67_AdjustorThunk (RuntimeObject * __this, String_t* ___s0, const RuntimeMethod* method) { StringConcat_t313CCAA6C94520A80805790FEC5864DFD57DAD36 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); StringConcat_ConcatNoDelimiter_m23E6E1C42594919991FA12D5538DACFF1302CD67(_thisAdjusted, ___s0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::get_LanguagePattern() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * StringFacetsChecker_get_LanguagePattern_m2019E539EF59E574D3B19850297CD5F78BA51431 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197); s_Il2CppMethodInitialized = true; } Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * V_0 = NULL; { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = ((StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var))->get_languagePattern_0(); if (L_0) { goto IL_0020; } } { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_1 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m5BA9C047FEB3C93AD388668FA855CB1A63FB62A4(L_1, _stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197, 0, /*hidden argument*/NULL); V_0 = L_1; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_2 = V_0; Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_3; L_3 = InterlockedCompareExchangeImpl((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F **)(((StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var))->get_address_of_languagePattern_0()), L_2, (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)NULL); } IL_0020: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_4 = ((StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62_il2cpp_TypeInfo_var))->get_languagePattern_0(); return L_4; } } // System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckValueFacets_mA30A05D73A1A4242A4FBDEAD7DA2197C54C454C4 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { String_t* V_0 = NULL; { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype1; NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject * L_2 = ___value0; NullCheck(L_1); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(51 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object) */, L_1, L_2); V_0 = L_3; String_t* L_4 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype1; Exception_t * L_6; L_6 = StringFacetsChecker_CheckValueFacets_mB5FF71E1F6453E067F229E7EE2DD493B0B82A1D8(__this, L_4, L_5, (bool)1, /*hidden argument*/NULL); return L_6; } } // System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckValueFacets_m14CC8ACDDEB32D5CAF22F51E721098DC7835A1E1 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, String_t* ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1 = ___datatype1; Exception_t * L_2; L_2 = StringFacetsChecker_CheckValueFacets_mB5FF71E1F6453E067F229E7EE2DD493B0B82A1D8(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckValueFacets_mB5FF71E1F6453E067F229E7EE2DD493B0B82A1D8 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, String_t* ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, bool ___verifyUri2, 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*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_1 = NULL; int32_t V_2 = 0; Exception_t * V_3 = NULL; int32_t G_B3_0 = 0; { String_t* L_0 = ___value0; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = ___datatype1; NullCheck(L_2); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_3; L_3 = VirtualFuncInvoker0< RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_2); V_1 = L_3; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_4 = V_1; if (L_4) { goto IL_0014; } } { G_B3_0 = 0; goto IL_001a; } IL_0014: { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->get_Flags_12(); G_B3_0 = ((int32_t)(L_6)); } IL_001a: { V_2 = G_B3_0; String_t* L_7 = ___value0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_8 = ___datatype1; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_8); bool L_10 = ___verifyUri2; Exception_t * L_11; L_11 = StringFacetsChecker_CheckBuiltInFacets_m54AD01DAEAF9825F4AE175BCA0F8CD9A9E998532(__this, L_7, L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; Exception_t * L_12 = V_3; if (!L_12) { goto IL_002f; } } { Exception_t * L_13 = V_3; return L_13; } IL_002f: { int32_t L_14 = V_2; if (!L_14) { goto IL_00b5; } } { int32_t L_15 = V_2; if (!((int32_t)((int32_t)L_15&(int32_t)1))) { goto IL_0053; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->get_Length_0(); int32_t L_18 = V_0; if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_0053; } } { String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_20 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_20, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_19, /*hidden argument*/NULL); return L_20; } IL_0053: { int32_t L_21 = V_2; if (!((int32_t)((int32_t)L_21&(int32_t)2))) { goto IL_0071; } } { int32_t L_22 = V_0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->get_MinLength_1(); if ((((int32_t)L_22) >= ((int32_t)L_24))) { goto IL_0071; } } { String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_26 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_26, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_25, /*hidden argument*/NULL); return L_26; } IL_0071: { int32_t L_27 = V_2; if (!((int32_t)((int32_t)L_27&(int32_t)4))) { goto IL_008f; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_28 = V_1; NullCheck(L_28); int32_t L_29 = L_28->get_MaxLength_2(); int32_t L_30 = V_0; if ((((int32_t)L_29) >= ((int32_t)L_30))) { goto IL_008f; } } { String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_32 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_32, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_31, /*hidden argument*/NULL); return L_32; } IL_008f: { int32_t L_33 = V_2; if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)16)))) { goto IL_00b5; } } { String_t* L_34 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_35 = V_1; NullCheck(L_35); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_36 = L_35->get_Enumeration_4(); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_37 = ___datatype1; bool L_38; L_38 = StringFacetsChecker_MatchEnumeration_m63B38C355EEF1109B63CC9488563AB77EBB61FD6(__this, L_34, L_36, L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00b5; } } { String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_40 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_40, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_39, /*hidden argument*/NULL); return L_40; } IL_00b5: { return (Exception_t *)NULL; } } // System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m8A57A71739580D62886C9CEC7241365D4DF2E512 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, RuntimeObject * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype2; NullCheck(L_0); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1; L_1 = VirtualFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0); RuntimeObject * L_2 = ___value0; NullCheck(L_1); String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(51 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object) */, L_1, L_2); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ___enumeration1; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype2; bool L_6; L_6 = StringFacetsChecker_MatchEnumeration_m63B38C355EEF1109B63CC9488563AB77EBB61FD6(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.String,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m63B38C355EEF1109B63CC9488563AB77EBB61FD6 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, String_t* ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, 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*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype2; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)28))))) { goto IL_0038; } } { V_0 = 0; goto IL_002d; } IL_000e: { String_t* L_2 = ___value0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = ___enumeration1; int32_t L_4 = V_0; NullCheck(L_3); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); NullCheck(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_5, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_5, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_2); bool L_7; L_7 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_2, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0029; } } { return (bool)1; } IL_0029: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002d: { int32_t L_9 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_10 = ___enumeration1; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_000e; } } { goto IL_005f; } IL_0038: { V_1 = 0; goto IL_0056; } IL_003c: { String_t* L_12 = ___value0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_13 = ___enumeration1; int32_t L_14 = V_1; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14); NullCheck(L_12); bool L_16; L_16 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_12, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (!L_16) { goto IL_0052; } } { return (bool)1; } IL_0052: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0056: { int32_t L_18 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19 = ___enumeration1; NullCheck(L_19); int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_19); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_003c; } } IL_005f: { return (bool)0; } } // System.Exception System.Xml.Schema.StringFacetsChecker::CheckBuiltInFacets(System.String,System.Xml.Schema.XmlTypeCode,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * StringFacetsChecker_CheckBuiltInFacets_m54AD01DAEAF9825F4AE175BCA0F8CD9A9E998532 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, String_t* ___s0, int32_t ___typeCode1, bool ___verifyUri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_1 = NULL; { V_0 = (Exception_t *)NULL; int32_t L_0 = ___typeCode1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)28)))) { case 0: { goto IL_003d; } case 1: { goto IL_00ae; } case 2: { goto IL_00ae; } case 3: { goto IL_004b; } case 4: { goto IL_0054; } case 5: { goto IL_005d; } case 6: { goto IL_0095; } case 7: { goto IL_009e; } case 8: { goto IL_00a7; } case 9: { goto IL_00a7; } case 10: { goto IL_00a7; } case 11: { goto IL_00a7; } } } { goto IL_00ae; } IL_003d: { bool L_1 = ___verifyUri2; if (!L_1) { goto IL_00ae; } } { String_t* L_2 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_3; L_3 = XmlConvert_TryToUri_m4CF0B606C7D32C016242666B39382D775BF3167E(L_2, (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 **)(&V_1), /*hidden argument*/NULL); V_0 = L_3; goto IL_00ae; } IL_004b: { String_t* L_4 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_5; L_5 = XmlConvert_TryVerifyNormalizedString_m1388800BD219CA96FCB587879BB25F484A9BC6E9(L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_00ae; } IL_0054: { String_t* L_6 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_7; L_7 = XmlConvert_TryVerifyTOKEN_mAC2C1F5494816D1C9B1EB6E18977C37B4B6B2DF9(L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_00ae; } IL_005d: { String_t* L_8 = ___s0; if (!L_8) { goto IL_0068; } } { String_t* L_9 = ___s0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0078; } } IL_0068: { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_12 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_12, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_11, /*hidden argument*/NULL); return L_12; } IL_0078: { Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_13; L_13 = StringFacetsChecker_get_LanguagePattern_m2019E539EF59E574D3B19850297CD5F78BA51431(/*hidden argument*/NULL); String_t* L_14 = ___s0; NullCheck(L_13); bool L_15; L_15 = Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859(L_13, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_00ae; } } { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_17 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_17, _stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8, L_16, /*hidden argument*/NULL); return L_17; } IL_0095: { String_t* L_18 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_19; L_19 = XmlConvert_TryVerifyNMTOKEN_m54953B2E3343A561DAED9968160FDC4E579A77BF(L_18, /*hidden argument*/NULL); V_0 = L_19; goto IL_00ae; } IL_009e: { String_t* L_20 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_21; L_21 = XmlConvert_TryVerifyName_mE97AEA110187C44B7563806C021E432E737832B7(L_20, /*hidden argument*/NULL); V_0 = L_21; goto IL_00ae; } IL_00a7: { String_t* L_22 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Exception_t * L_23; L_23 = XmlConvert_TryVerifyNCName_mABF344F5091D62FBC8A0B4E210864D477AA0C4CF(L_22, /*hidden argument*/NULL); V_0 = L_23; } IL_00ae: { Exception_t * L_24 = V_0; return L_24; } } // System.Void System.Xml.Schema.StringFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFacetsChecker__ctor_m158E001635C605661CCC41C17FE9E6752AE51ED8 (StringFacetsChecker_t044F205C90EFCCDF813648D418628A6DBE5E5B62 * __this, const RuntimeMethod* method) { { FacetsChecker__ctor_m9866E167E1A380C2278C0B37898E6E13552F61CF(__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 MS.Internal.Xml.XPath.StringFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFunctions__ctor_mE547DFA010B9C94FFA667E00B30E146A5C973CB0 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, int32_t ___funcType0, RuntimeObject* ___argList1, const RuntimeMethod* method) { { ValueQuery__ctor_mAEABD783E8C16EA68189B971D57FC6719CFBCAB6(__this, /*hidden argument*/NULL); int32_t L_0 = ___funcType0; __this->set_funcType_1(L_0); RuntimeObject* L_1 = ___argList1; __this->set_argList_2(L_1); return; } } // System.Void MS.Internal.Xml.XPath.StringFunctions::.ctor(MS.Internal.Xml.XPath.StringFunctions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFunctions__ctor_m0CE690D41F17799439DE26E08EB44D457B6BE58A (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* V_0 = NULL; int32_t V_1 = 0; { StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * L_0 = ___other0; ValueQuery__ctor_m9CFD5F77B9E3D4669BEDAC87C1EC28CD7CC454B1(__this, L_0, /*hidden argument*/NULL); StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = L_1->get_funcType_1(); __this->set_funcType_1(L_2); StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * L_3 = ___other0; NullCheck(L_3); RuntimeObject* L_4 = L_3->get_argList_2(); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_4); QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* L_6 = (QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3*)(QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3*)SZArrayNew(QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3_il2cpp_TypeInfo_var, (uint32_t)L_5); V_0 = L_6; V_1 = 0; goto IL_0040; } IL_0028: { QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* L_7 = V_0; int32_t L_8 = V_1; StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * L_9 = ___other0; NullCheck(L_9); RuntimeObject* L_10 = L_9->get_argList_2(); int32_t L_11 = V_1; NullCheck(L_10); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_12; L_12 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_10, L_11); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_13; L_13 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_12, /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_13); (L_7)->SetAt(static_cast(L_8), (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)L_13); int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0040: { int32_t L_15 = V_1; QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* L_16 = V_0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_0028; } } { QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* L_17 = V_0; __this->set_argList_2((RuntimeObject*)L_17); return; } } // System.Void MS.Internal.Xml.XPath.StringFunctions::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFunctions_SetXsltContext_m12884C79233F7B280EB6063A4E69B1B18C5EBE51 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0004: { RuntimeObject* L_0 = __this->get_argList_2(); int32_t L_1 = V_0; NullCheck(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2; L_2 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_0, L_1); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_3 = ___context0; NullCheck(L_2); VirtualActionInvoker1< XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_2, L_3); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001a: { int32_t L_5 = V_0; RuntimeObject* L_6 = __this->get_argList_2(); NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_6); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0004; } } { return; } } // System.Object MS.Internal.Xml.XPath.StringFunctions::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * StringFunctions_Evaluate_m892FBEAEACA7105FCDEDF8F5B294BBD4269370F8 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_funcType_1(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)7))) { case 0: { goto IL_004d; } case 1: { goto IL_00ac; } case 2: { goto IL_00ac; } case 3: { goto IL_00ac; } case 4: { goto IL_00ac; } case 5: { goto IL_00ac; } case 6: { goto IL_0055; } case 7: { goto IL_005d; } case 8: { goto IL_006a; } case 9: { goto IL_0077; } case 10: { goto IL_007f; } case 11: { goto IL_0087; } case 12: { goto IL_008f; } case 13: { goto IL_009c; } case 14: { goto IL_00a4; } } } { goto IL_00ac; } IL_004d: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___nodeIterator0; String_t* L_3; L_3 = StringFunctions_toString_m8392BAB5C966CAFB92CEF8A80DC6BE25A9938BF6(__this, L_2, /*hidden argument*/NULL); return L_3; } IL_0055: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_4 = ___nodeIterator0; String_t* L_5; L_5 = StringFunctions_Concat_m8ADF985F440B14E032151863EAE5E59D032A12D4(__this, L_4, /*hidden argument*/NULL); return L_5; } IL_005d: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_6 = ___nodeIterator0; bool L_7; L_7 = StringFunctions_StartsWith_mD9FE2FE64C779722C18D8A9DA48EC5F0DB8D98CC(__this, L_6, /*hidden argument*/NULL); bool L_8 = L_7; RuntimeObject * L_9 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_8); return L_9; } IL_006a: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_10 = ___nodeIterator0; bool L_11; L_11 = StringFunctions_Contains_m25B370C05017D29048960DCFEE943AF3C75E5E30(__this, L_10, /*hidden argument*/NULL); bool L_12 = L_11; RuntimeObject * L_13 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_12); return L_13; } IL_0077: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_14 = ___nodeIterator0; String_t* L_15; L_15 = StringFunctions_SubstringBefore_mCB4DD11CEB820866E0B731C60640CED4673BDDDD(__this, L_14, /*hidden argument*/NULL); return L_15; } IL_007f: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_16 = ___nodeIterator0; String_t* L_17; L_17 = StringFunctions_SubstringAfter_mBEE0B16FD7D9BEDF6EA521E0A04917B9360A4054(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_0087: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_18 = ___nodeIterator0; String_t* L_19; L_19 = StringFunctions_Substring_m11071B89C67CB748D7E225F388CC0EDC466E3942(__this, L_18, /*hidden argument*/NULL); return L_19; } IL_008f: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_20 = ___nodeIterator0; double L_21; L_21 = StringFunctions_StringLength_m2A61E346BF354CDC825DB4BECC859A1659A4C107(__this, L_20, /*hidden argument*/NULL); double L_22 = L_21; RuntimeObject * L_23 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_22); return L_23; } IL_009c: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_24 = ___nodeIterator0; String_t* L_25; L_25 = StringFunctions_Normalize_mDE31AB1B720B5EC72495F700F341EA7AD1C73CA2(__this, L_24, /*hidden argument*/NULL); return L_25; } IL_00a4: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_26 = ___nodeIterator0; String_t* L_27; L_27 = StringFunctions_Translate_m9F3DD408517FE018498C3BFDA1F807D0AC917B27(__this, L_26, /*hidden argument*/NULL); return L_27; } IL_00ac: { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_28; } } // System.String MS.Internal.Xml.XPath.StringFunctions::toString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_toString_mC2473388E19EEBC7F4E709E7E7E27A7F2669FD2C (double ___num0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); s_Il2CppMethodInitialized = true; } { NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m286BBD095BFCA546BD2CD67E856D1A205436C03F(/*hidden argument*/NULL); String_t* L_1; L_1 = Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B((double*)(&___num0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_0, /*hidden argument*/NULL); return L_1; } } // System.String MS.Internal.Xml.XPath.StringFunctions::toString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_toString_m58C83A5E1933D9A1EE239A3A0CAE7AFC376D90D1 (bool ___b0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } { bool L_0 = ___b0; if (L_0) { goto IL_0009; } } { return _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; } IL_0009: { return _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; } } // System.String MS.Internal.Xml.XPath.StringFunctions::toString(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_toString_m8392BAB5C966CAFB92CEF8A80DC6BE25A9938BF6 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_2 = NULL; { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_0); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_009b; } } { RuntimeObject* L_2 = __this->get_argList_2(); NullCheck(L_2); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_2, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_4 = ___nodeIterator0; NullCheck(L_3); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_3, L_4); V_0 = L_5; RuntimeObject * L_6 = V_0; int32_t L_7; L_7 = Query_GetXPathType_m80F7772A0C42CC4E9B8788B91EA88C8806A0D77F(__this, L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1))) { case 0: { goto IL_0068; } case 1: { goto IL_006f; } case 2: { goto IL_0046; } case 3: { goto IL_0083; } } } { goto IL_008f; } IL_0046: { RuntimeObject* L_9 = __this->get_argList_2(); NullCheck(L_9); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_10; L_10 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_9, 0); NullCheck(L_10); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11; L_11 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_10); V_2 = L_11; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12 = V_2; if (L_12) { goto IL_0061; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_13; } IL_0061: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_2; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_14); return L_15; } IL_0068: { RuntimeObject * L_16 = V_0; return ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)); } IL_006f: { RuntimeObject * L_17 = V_0; if (((*(bool*)((bool*)UnBox(L_17, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))))) { goto IL_007d; } } { return _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; } IL_007d: { return _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; } IL_0083: { RuntimeObject * L_18 = V_0; NullCheck(((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_18, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_18, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))); return L_19; } IL_008f: { RuntimeObject * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); String_t* L_21; L_21 = StringFunctions_toString_mC2473388E19EEBC7F4E709E7E7E27A7F2669FD2C(((*(double*)((double*)UnBox(L_20, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_21; } IL_009b: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_22 = ___nodeIterator0; NullCheck(L_22); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_23; L_23 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_22); NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_23); return L_24; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.StringFunctions::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringFunctions_get_StaticType_m27D1EFCB42CCE2822062B3C763DFB1F9F65F10F0 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_funcType_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)19))))) { goto IL_000c; } } { return (int32_t)(0); } IL_000c: { int32_t L_1 = __this->get_funcType_1(); if ((((int32_t)L_1) == ((int32_t)((int32_t)14)))) { goto IL_0020; } } { int32_t L_2 = __this->get_funcType_1(); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)15))))) { goto IL_0022; } } IL_0020: { return (int32_t)(2); } IL_0022: { return (int32_t)(1); } } // System.String MS.Internal.Xml.XPath.StringFunctions::Concat(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_Concat_m8ADF985F440B14E032151863EAE5E59D032A12D4 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; { V_0 = 0; StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_0, /*hidden argument*/NULL); V_1 = L_0; goto IL_002c; } IL_000a: { StringBuilder_t * L_1 = V_1; RuntimeObject* L_2 = __this->get_argList_2(); int32_t L_3 = V_0; int32_t L_4 = L_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); NullCheck(L_2); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5; L_5 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_2, L_4); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_6 = ___nodeIterator0; NullCheck(L_5); RuntimeObject * L_7; L_7 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_5, L_6); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); NullCheck(L_1); StringBuilder_t * L_9; L_9 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_1, L_8, /*hidden argument*/NULL); } IL_002c: { int32_t L_10 = V_0; RuntimeObject* L_11 = __this->get_argList_2(); NullCheck(L_11); int32_t L_12; L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_11); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_000a; } } { 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.Boolean MS.Internal.Xml.XPath.StringFunctions::StartsWith(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFunctions_StartsWith_mD9FE2FE64C779722C18D8A9DA48EC5F0DB8D98CC (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1; L_1 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_0, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___nodeIterator0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_0 = L_4; RuntimeObject* L_5 = __this->get_argList_2(); NullCheck(L_5); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6; L_6 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_5, 1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_7 = ___nodeIterator0; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_6, L_7); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); V_1 = L_9; String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); String_t* L_12 = V_1; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0051; } } { String_t* L_14 = V_0; String_t* L_15 = V_1; String_t* L_16 = V_1; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); int32_t L_18; L_18 = String_CompareOrdinal_m080D376EC2E7A0C528A440094A0DB97DFB34CD41(L_14, 0, L_15, 0, L_17, /*hidden argument*/NULL); return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0); } IL_0051: { return (bool)0; } } // System.Boolean MS.Internal.Xml.XPath.StringFunctions::Contains(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFunctions_Contains_m25B370C05017D29048960DCFEE943AF3C75E5E30 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1; L_1 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_0, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___nodeIterator0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_0 = L_4; RuntimeObject* L_5 = __this->get_argList_2(); NullCheck(L_5); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6; L_6 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_5, 1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_7 = ___nodeIterator0; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_6, L_7); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); V_1 = L_9; IL2CPP_RUNTIME_CLASS_INIT(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_10 = ((StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_StaticFields*)il2cpp_codegen_static_fields_for(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var))->get_compareInfo_3(); String_t* L_11 = V_0; String_t* L_12 = V_1; NullCheck(L_10); int32_t L_13; L_13 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Globalization.CompareOptions) */, L_10, L_11, L_12, ((int32_t)1073741824)); return (bool)((((int32_t)((((int32_t)L_13) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.String MS.Internal.Xml.XPath.StringFunctions::SubstringBefore(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_SubstringBefore_mCB4DD11CEB820866E0B731C60640CED4673BDDDD (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1; L_1 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_0, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___nodeIterator0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_0 = L_4; RuntimeObject* L_5 = __this->get_argList_2(); NullCheck(L_5); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6; L_6 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_5, 1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_7 = ___nodeIterator0; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_6, L_7); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); V_1 = L_9; String_t* L_10 = V_1; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003a; } } { String_t* L_12 = V_1; return L_12; } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_13 = ((StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_StaticFields*)il2cpp_codegen_static_fields_for(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var))->get_compareInfo_3(); String_t* L_14 = V_0; String_t* L_15 = V_1; NullCheck(L_13); int32_t L_16; L_16 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Globalization.CompareOptions) */, L_13, L_14, L_15, ((int32_t)1073741824)); V_2 = L_16; int32_t L_17 = V_2; if ((((int32_t)L_17) < ((int32_t)1))) { goto IL_0059; } } { String_t* L_18 = V_0; int32_t L_19 = V_2; NullCheck(L_18); String_t* L_20; L_20 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_18, 0, L_19, /*hidden argument*/NULL); return L_20; } IL_0059: { String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_21; } } // System.String MS.Internal.Xml.XPath.StringFunctions::SubstringAfter(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_SubstringAfter_mBEE0B16FD7D9BEDF6EA521E0A04917B9360A4054 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1; L_1 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_0, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___nodeIterator0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_0 = L_4; RuntimeObject* L_5 = __this->get_argList_2(); NullCheck(L_5); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6; L_6 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_5, 1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_7 = ___nodeIterator0; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_6, L_7); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); V_1 = L_9; String_t* L_10 = V_1; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003a; } } { String_t* L_12 = V_0; return L_12; } IL_003a: { IL2CPP_RUNTIME_CLASS_INIT(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_13 = ((StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_StaticFields*)il2cpp_codegen_static_fields_for(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var))->get_compareInfo_3(); String_t* L_14 = V_0; String_t* L_15 = V_1; NullCheck(L_13); int32_t L_16; L_16 = VirtualFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Globalization.CompareOptions) */, L_13, L_14, L_15, ((int32_t)1073741824)); V_2 = L_16; int32_t L_17 = V_2; if ((((int32_t)L_17) < ((int32_t)0))) { goto IL_005f; } } { String_t* L_18 = V_0; int32_t L_19 = V_2; String_t* L_20 = V_1; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_22; L_22 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_21)), /*hidden argument*/NULL); return L_22; } IL_005f: { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_23; } } // System.String MS.Internal.Xml.XPath.StringFunctions::Substring(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_Substring_m11071B89C67CB748D7E225F388CC0EDC466E3942 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; double V_1 = 0.0; double V_2 = 0.0; double V_3 = 0.0; { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1; L_1 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_0, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___nodeIterator0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_0 = L_4; RuntimeObject* L_5 = __this->get_argList_2(); NullCheck(L_5); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6; L_6 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_5, 1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_7 = ___nodeIterator0; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_6, L_7); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_9; L_9 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_8, /*hidden argument*/NULL); double L_10; L_10 = XmlConvert_XPathRound_m50758F9B92F4654B480FA77A1933AFEDFC43F6A6(L_9, /*hidden argument*/NULL); V_1 = ((double)il2cpp_codegen_subtract((double)L_10, (double)(1.0))); double L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_12; L_12 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0051; } } { String_t* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); double L_15 = V_1; if ((!(((double)((double)((double)L_14))) <= ((double)L_15)))) { goto IL_0057; } } IL_0051: { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_16; } IL_0057: { RuntimeObject* L_17 = __this->get_argList_2(); NullCheck(L_17); int32_t L_18; L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)3)))) { goto IL_00e3; } } { RuntimeObject* L_19 = __this->get_argList_2(); NullCheck(L_19); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_20; L_20 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_19, 2); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_21 = ___nodeIterator0; NullCheck(L_20); RuntimeObject * L_22; L_22 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_20, L_21); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_23; L_23 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_22, /*hidden argument*/NULL); double L_24; L_24 = XmlConvert_XPathRound_m50758F9B92F4654B480FA77A1933AFEDFC43F6A6(L_23, /*hidden argument*/NULL); V_2 = L_24; double L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_26; L_26 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0090; } } { String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_27; } IL_0090: { double L_28 = V_1; if ((((double)L_28) < ((double)(0.0)))) { goto IL_00a8; } } { double L_29 = V_2; if ((!(((double)L_29) < ((double)(0.0))))) { goto IL_00c8; } } IL_00a8: { double L_30 = V_1; double L_31 = V_2; V_2 = ((double)il2cpp_codegen_add((double)L_30, (double)L_31)); double L_32 = V_2; if ((((double)L_32) > ((double)(0.0)))) { goto IL_00be; } } { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_33; } IL_00be: { V_1 = (0.0); } IL_00c8: { String_t* L_34 = V_0; NullCheck(L_34); int32_t L_35; L_35 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_34, /*hidden argument*/NULL); double L_36 = V_1; V_3 = ((double)il2cpp_codegen_subtract((double)((double)((double)L_35)), (double)L_36)); double L_37 = V_2; double L_38 = V_3; if ((!(((double)L_37) > ((double)L_38)))) { goto IL_00d8; } } { double L_39 = V_3; V_2 = L_39; } IL_00d8: { String_t* L_40 = V_0; double L_41 = V_1; double L_42 = V_2; NullCheck(L_40); String_t* L_43; L_43 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_40, ((int32_t)((int32_t)L_41)), ((int32_t)((int32_t)L_42)), /*hidden argument*/NULL); return L_43; } IL_00e3: { double L_44 = V_1; if ((!(((double)L_44) < ((double)(0.0))))) { goto IL_00f9; } } { V_1 = (0.0); } IL_00f9: { String_t* L_45 = V_0; double L_46 = V_1; NullCheck(L_45); String_t* L_47; L_47 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_45, ((int32_t)((int32_t)L_46)), /*hidden argument*/NULL); return L_47; } } // System.Double MS.Internal.Xml.XPath.StringFunctions::StringLength(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double StringFunctions_StringLength_m2A61E346BF354CDC825DB4BECC859A1659A4C107 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_0); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_002c; } } { RuntimeObject* L_2 = __this->get_argList_2(); NullCheck(L_2); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_2, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_4 = ___nodeIterator0; NullCheck(L_3); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_3, L_4); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); return ((double)((double)L_7)); } IL_002c: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_8 = ___nodeIterator0; NullCheck(L_8); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9; L_9 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_8); NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_9); NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_10, /*hidden argument*/NULL); return ((double)((double)L_11)); } } // System.String MS.Internal.Xml.XPath.StringFunctions::Normalize(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_Normalize_mDE31AB1B720B5EC72495F700F341EA7AD1C73CA2 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; bool V_3 = false; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA V_4; memset((&V_4), 0, sizeof(V_4)); { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_0); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0028; } } { RuntimeObject* L_2 = __this->get_argList_2(); NullCheck(L_2); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_2, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_4 = ___nodeIterator0; NullCheck(L_3); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_3, L_4); NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_5); V_0 = L_6; goto IL_0034; } IL_0028: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_7 = ___nodeIterator0; NullCheck(L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8; L_8 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_7); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_8); V_0 = L_9; } IL_0034: { String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); String_t* L_11; L_11 = XmlConvert_TrimString_mF0E4AC16BD05053538B20B21DBD64447195A2D1B(L_10, /*hidden argument*/NULL); V_0 = L_11; V_1 = 0; StringBuilder_t * L_12 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_12, /*hidden argument*/NULL); V_2 = L_12; V_3 = (bool)1; XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_13; L_13 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); V_4 = L_13; goto IL_0082; } IL_004e: { String_t* L_14 = V_0; 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); bool L_17; L_17 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&V_4), L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0070; } } { V_3 = (bool)1; StringBuilder_t * L_18 = V_2; String_t* L_19 = V_0; int32_t L_20 = V_1; NullCheck(L_19); Il2CppChar L_21; L_21 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_19, L_20, /*hidden argument*/NULL); NullCheck(L_18); StringBuilder_t * L_22; L_22 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_18, L_21, /*hidden argument*/NULL); goto IL_007e; } IL_0070: { bool L_23 = V_3; if (!L_23) { goto IL_007e; } } { V_3 = (bool)0; StringBuilder_t * L_24 = V_2; NullCheck(L_24); StringBuilder_t * L_25; L_25 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_24, ((int32_t)32), /*hidden argument*/NULL); } IL_007e: { int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0082: { int32_t L_27 = V_1; String_t* L_28 = V_0; NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_004e; } } { StringBuilder_t * L_30 = V_2; NullCheck(L_30); String_t* L_31; L_31 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30); return L_31; } } // System.String MS.Internal.Xml.XPath.StringFunctions::Translate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_Translate_m9F3DD408517FE018498C3BFDA1F807D0AC917B27 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; StringBuilder_t * V_5 = NULL; { RuntimeObject* L_0 = __this->get_argList_2(); NullCheck(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1; L_1 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_0, 0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___nodeIterator0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2); NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3); V_0 = L_4; RuntimeObject* L_5 = __this->get_argList_2(); NullCheck(L_5); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6; L_6 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_5, 1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_7 = ___nodeIterator0; NullCheck(L_6); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_6, L_7); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); V_1 = L_9; RuntimeObject* L_10 = __this->get_argList_2(); NullCheck(L_10); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_11; L_11 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_10, 2); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_12 = ___nodeIterator0; NullCheck(L_11); RuntimeObject * L_13; L_13 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_11, L_12); NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13); V_2 = L_14; V_3 = 0; StringBuilder_t * L_15 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_15, /*hidden argument*/NULL); V_5 = L_15; goto IL_0096; } IL_0053: { String_t* L_16 = V_1; String_t* L_17 = V_0; int32_t L_18 = V_3; NullCheck(L_17); Il2CppChar L_19; L_19 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_20; L_20 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_16, L_19, /*hidden argument*/NULL); V_4 = L_20; int32_t L_21 = V_4; if ((((int32_t)L_21) == ((int32_t)(-1)))) { goto IL_0083; } } { int32_t L_22 = V_4; String_t* L_23 = V_2; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) >= ((int32_t)L_24))) { goto IL_0092; } } { StringBuilder_t * L_25 = V_5; String_t* L_26 = V_2; int32_t L_27 = V_4; NullCheck(L_26); Il2CppChar L_28; L_28 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_26, L_27, /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_t * L_29; L_29 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_25, L_28, /*hidden argument*/NULL); goto IL_0092; } IL_0083: { StringBuilder_t * L_30 = V_5; String_t* L_31 = V_0; int32_t L_32 = V_3; NullCheck(L_31); Il2CppChar L_33; L_33 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_31, L_32, /*hidden argument*/NULL); NullCheck(L_30); StringBuilder_t * L_34; L_34 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_30, L_33, /*hidden argument*/NULL); } IL_0092: { int32_t L_35 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_0096: { int32_t L_36 = V_3; String_t* L_37 = V_0; NullCheck(L_37); int32_t L_38; L_38 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_37, /*hidden argument*/NULL); if ((((int32_t)L_36) < ((int32_t)L_38))) { goto IL_0053; } } { StringBuilder_t * L_39 = V_5; NullCheck(L_39); String_t* L_40; L_40 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39); return L_40; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.StringFunctions::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * StringFunctions_Clone_mC60C38C420008CD59208F60E131844AC0C796543 (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * L_0 = (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 *)il2cpp_codegen_object_new(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); StringFunctions__ctor_m0CE690D41F17799439DE26E08EB44D457B6BE58A(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void MS.Internal.Xml.XPath.StringFunctions::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFunctions__cctor_mE673311B2EECB3672B6E6872E89C16BCADB5AE22 (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*)&StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); 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); NullCheck(L_0); CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * L_1; L_1 = VirtualFuncInvoker0< CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_0); ((StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_StaticFields*)il2cpp_codegen_static_fields_for(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var))->set_compareInfo_3(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.Schema.SymbolsDictionary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary__ctor_mAED079A4E8AB0F4514D208514898D871EC72DF19 (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_isUpaEnforced_5((bool)1); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_0, /*hidden argument*/NULL); __this->set_names_1(L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_1, /*hidden argument*/NULL); __this->set_particles_3(L_1); return; } } // System.Int32 System.Xml.Schema.SymbolsDictionary::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_get_Count_mAE31651169418765C4F54B7B3746AB2016B9077C (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_last_0(); return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } } // System.Boolean System.Xml.Schema.SymbolsDictionary::get_IsUpaEnforced() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymbolsDictionary_get_IsUpaEnforced_mF1CB53D944864D03F27D99ED7EB9F6F3012B28C2 (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isUpaEnforced_5(); return L_0; } } // System.Void System.Xml.Schema.SymbolsDictionary::set_IsUpaEnforced(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_mE9490686782C4AFB2146299CD8EECD5B061FADBE (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isUpaEnforced_5(L_0); return; } } // System.Int32 System.Xml.Schema.SymbolsDictionary::AddName(System.Xml.XmlQualifiedName,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_AddName_mF1E4BAA09330850B9A71DB01910BB4B4672C3EF1 (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, RuntimeObject * ___particle1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_names_1(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_0 = L_2; RuntimeObject * L_3 = V_0; if (!L_3) { goto IL_002f; } } { RuntimeObject * L_4 = V_0; V_1 = ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = __this->get_particles_3(); int32_t L_6 = V_1; NullCheck(L_5); RuntimeObject * L_7; L_7 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6); RuntimeObject * L_8 = ___particle1; if ((((RuntimeObject*)(RuntimeObject *)L_7) == ((RuntimeObject*)(RuntimeObject *)L_8))) { goto IL_002d; } } { __this->set_isUpaEnforced_5((bool)0); } IL_002d: { int32_t L_9 = V_1; return L_9; } IL_002f: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = __this->get_names_1(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_11 = ___name0; int32_t L_12 = __this->get_last_0(); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_13); NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_14); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_15 = __this->get_particles_3(); RuntimeObject * L_16 = ___particle1; NullCheck(L_15); int32_t L_17; L_17 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); int32_t L_18 = __this->get_last_0(); V_2 = L_18; int32_t L_19 = V_2; __this->set_last_0(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); int32_t L_20 = V_2; return L_20; } } // System.Void System.Xml.Schema.SymbolsDictionary::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_AddNamespaceList_m1F58093AA405FD4FEB04B4B14230D9197050F1CA (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___list0, RuntimeObject * ___particle1, bool ___allowLocal2, 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*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_0 = ___list0; NullCheck(L_0); int32_t L_1; L_1 = NamespaceList_get_Type_m9B28FA8BE57D9748D681F8239C80B348F0A8FF02_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_001a; } case 1: { goto IL_0022; } case 2: { goto IL_003f; } } } { return; } IL_001a: { RuntimeObject * L_3 = ___particle1; __this->set_particleLast_4(L_3); return; } IL_0022: { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_4 = ___list0; NullCheck(L_4); String_t* L_5; L_5 = NamespaceList_get_Excluded_mF6AFE63E06E2842A9F193A6A3BC7F7C34B436A33_inline(L_4, /*hidden argument*/NULL); SymbolsDictionary_AddWildcard_m0FF60AB58E25920113147E5D108D30A158D016EB(__this, L_5, NULL, /*hidden argument*/NULL); bool L_6 = ___allowLocal2; if (L_6) { goto IL_007c; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); SymbolsDictionary_AddWildcard_m0FF60AB58E25920113147E5D108D30A158D016EB(__this, L_7, NULL, /*hidden argument*/NULL); return; } IL_003f: { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_8 = ___list0; NullCheck(L_8); RuntimeObject* L_9; L_9 = NamespaceList_get_Enumerate_m287DD831CF2AE5099998D22EFCEA6769A9D546B9(L_8, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject* L_10; L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_9); V_1 = L_10; } IL_004b: try {// begin try (depth: 1) { goto IL_0061; } IL_004d: { RuntimeObject* L_11 = V_1; NullCheck(L_11); RuntimeObject * L_12; L_12 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); String_t* L_13 = V_2; RuntimeObject * L_14 = ___particle1; SymbolsDictionary_AddWildcard_m0FF60AB58E25920113147E5D108D30A158D016EB(__this, L_13, L_14, /*hidden argument*/NULL); } IL_0061: { RuntimeObject* L_15 = V_1; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_004d; } } IL_0069: { IL2CPP_LEAVE(0x7C, FINALLY_006b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_006b; } FINALLY_006b: {// begin finally (depth: 1) { RuntimeObject* L_17 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_3; if (!L_18) { goto IL_007b; } } IL_0075: { RuntimeObject* L_19 = V_3; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_19); } IL_007b: { IL2CPP_END_FINALLY(107) } }// end finally (depth: 1) IL2CPP_CLEANUP(107) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7C, IL_007c) } IL_007c: { return; } } // System.Void System.Xml.Schema.SymbolsDictionary::AddWildcard(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_AddWildcard_m0FF60AB58E25920113147E5D108D30A158D016EB (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, String_t* ___wildcard0, RuntimeObject * ___particle1, 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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_wildcards_2(); if (L_0) { goto IL_0013; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_1, /*hidden argument*/NULL); __this->set_wildcards_2(L_1); } IL_0013: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_2 = __this->get_wildcards_2(); String_t* L_3 = ___wildcard0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3); V_0 = L_4; RuntimeObject * L_5 = V_0; if (L_5) { goto IL_0056; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = __this->get_wildcards_2(); String_t* L_7 = ___wildcard0; int32_t L_8 = __this->get_last_0(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_9); NullCheck(L_6); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_10); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_11 = __this->get_particles_3(); RuntimeObject * L_12 = ___particle1; NullCheck(L_11); int32_t L_13; L_13 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12); int32_t L_14 = __this->get_last_0(); __this->set_last_0(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); return; } IL_0056: { RuntimeObject * L_15 = ___particle1; if (!L_15) { goto IL_006b; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_16 = __this->get_particles_3(); RuntimeObject * L_17 = V_0; RuntimeObject * L_18 = ___particle1; NullCheck(L_16); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_16, ((*(int32_t*)((int32_t*)UnBox(L_17, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), L_18); } IL_006b: { return; } } // System.Collections.ICollection System.Xml.Schema.SymbolsDictionary::GetNamespaceListSymbols(System.Xml.Schema.NamespaceList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SymbolsDictionary_GetNamespaceListSymbols_mC58319A3C142FCFF7D7BC233CD93C6A173019B4D (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_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*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_2 = NULL; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); V_0 = L_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = __this->get_names_1(); NullCheck(L_1); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_1); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } IL_0017: try {// begin try (depth: 1) { goto IL_004e; } IL_0019: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_4); V_2 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_7 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); bool L_8; L_8 = XmlQualifiedName_op_Inequality_mE936A26821D5560DB9C31D32003B162445FF2FB9(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004e; } } IL_0032: { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_9 = ___list0; XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_10 = V_2; NullCheck(L_9); bool L_11; L_11 = NamespaceList_Allows_m1C718062930547A9C254F07C63A8F034B6B2A29E(L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004e; } } IL_003b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_12 = V_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = __this->get_names_1(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_14 = V_2; NullCheck(L_13); RuntimeObject * L_15; L_15 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_13, L_14); NullCheck(L_12); int32_t L_16; L_16 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_15); } IL_004e: { RuntimeObject* L_17 = V_1; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_17); if (L_18) { goto IL_0019; } } IL_0056: { IL2CPP_LEAVE(0x69, FINALLY_0058); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: {// begin finally (depth: 1) { RuntimeObject* L_19 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_20 = V_3; if (!L_20) { goto IL_0068; } } IL_0062: { RuntimeObject* L_21 = V_3; NullCheck(L_21); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_21); } IL_0068: { IL2CPP_END_FINALLY(88) } }// end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x69, IL_0069) } IL_0069: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = __this->get_wildcards_2(); if (!L_22) { goto IL_00ca; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_23 = __this->get_wildcards_2(); NullCheck(L_23); RuntimeObject* L_24; L_24 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_23); NullCheck(L_24); RuntimeObject* L_25; L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_24); V_1 = L_25; } IL_0082: try {// begin try (depth: 1) { goto IL_00af; } IL_0084: { RuntimeObject* L_26 = V_1; NullCheck(L_26); RuntimeObject * L_27; L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_26); V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_27, String_t_il2cpp_TypeInfo_var)); NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_28 = ___list0; String_t* L_29 = V_4; NullCheck(L_28); bool L_30; L_30 = VirtualFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Xml.Schema.NamespaceList::Allows(System.String) */, L_28, L_29); if (!L_30) { goto IL_00af; } } IL_009b: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_31 = V_0; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_32 = __this->get_wildcards_2(); String_t* L_33 = V_4; NullCheck(L_32); RuntimeObject * L_34; L_34 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_32, L_33); NullCheck(L_31); int32_t L_35; L_35 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_31, L_34); } IL_00af: { RuntimeObject* L_36 = V_1; NullCheck(L_36); bool L_37; L_37 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_36); if (L_37) { goto IL_0084; } } IL_00b7: { IL2CPP_LEAVE(0xCA, FINALLY_00b9); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b9; } FINALLY_00b9: {// begin finally (depth: 1) { RuntimeObject* L_38 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_38, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_39 = V_3; if (!L_39) { goto IL_00c9; } } IL_00c3: { RuntimeObject* L_40 = V_3; NullCheck(L_40); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_40); } IL_00c9: { IL2CPP_END_FINALLY(185) } }// end finally (depth: 1) IL2CPP_CLEANUP(185) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCA, IL_00ca) } IL_00ca: { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_41 = ___list0; NullCheck(L_41); int32_t L_42; L_42 = NamespaceList_get_Type_m9B28FA8BE57D9748D681F8239C80B348F0A8FF02_inline(L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00db; } } { NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_43 = ___list0; NullCheck(L_43); int32_t L_44; L_44 = NamespaceList_get_Type_m9B28FA8BE57D9748D681F8239C80B348F0A8FF02_inline(L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)1)))) { goto IL_00ed; } } IL_00db: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_45 = V_0; int32_t L_46 = __this->get_last_0(); int32_t L_47 = L_46; RuntimeObject * L_48 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_47); NullCheck(L_45); int32_t L_49; L_49 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_45, L_48); } IL_00ed: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_50 = V_0; return L_50; } } // System.Boolean System.Xml.Schema.SymbolsDictionary::Exists(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymbolsDictionary_Exists_m155E44B30852DAA863AD77ACEA1A26E33BCC5849 (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, const RuntimeMethod* method) { { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = __this->get_names_1(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); if (!L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { return (bool)0; } } // System.Object System.Xml.Schema.SymbolsDictionary::GetParticle(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SymbolsDictionary_GetParticle_m9C9C3A7E25975924A53A4B497290AC6495AB5A0F (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, int32_t ___symbol0, const RuntimeMethod* method) { { int32_t L_0 = ___symbol0; int32_t L_1 = __this->get_last_0(); if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0016; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_particles_3(); int32_t L_3 = ___symbol0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); return L_4; } IL_0016: { RuntimeObject * L_5 = __this->get_particleLast_4(); 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.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyntaxTreeNode_get_IsRangeNode_m56F2DBA0DA0B1B3ACC2F78C85739BE3BCE927B60 (SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.Schema.SyntaxTreeNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyntaxTreeNode__ctor_m317889346E8C58842102DA39C8D783CCC2C098AD (SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * __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.TernaryTreeReadOnly::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TernaryTreeReadOnly__ctor_m5C1453D747D85180B3BC70C8D224D78C4EE85038 (TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___nodeBuffer0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___nodeBuffer0; __this->set_nodeBuffer_0(L_0); return; } } // System.Byte System.Xml.TernaryTreeReadOnly::FindCaseInsensitiveString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TernaryTreeReadOnly_FindCaseInsensitiveString_m67DBCEAC55C1D0849AA68D18C8646BCCF3D49EAC (TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * __this, String_t* ___stringToFind0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; int32_t V_5 = 0; { V_0 = 0; V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_nodeBuffer_0(); V_4 = L_0; String_t* L_1 = ___stringToFind0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) <= ((int32_t)((int32_t)122)))) { goto IL_001b; } } { return (uint8_t)0; } IL_001b: { int32_t L_5 = V_2; if ((((int32_t)L_5) < ((int32_t)((int32_t)97)))) { goto IL_0025; } } { int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)32))); } IL_0025: { int32_t L_7 = V_1; V_5 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_4; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); V_3 = L_11; int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) >= ((int32_t)L_13))) { goto IL_0049; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = V_4; int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); if (!L_17) { goto IL_009d; } } { int32_t L_18 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = V_4; int32_t L_20 = V_5; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_22)); goto IL_0025; } IL_0049: { int32_t L_23 = V_2; int32_t L_24 = V_3; if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_0062; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = V_4; int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)2)); uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); if (!L_28) { goto IL_009d; } } { int32_t L_29 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = V_4; int32_t L_31 = V_5; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)2)); uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_33)); goto IL_0025; } IL_0062: { int32_t L_34 = V_2; if (L_34) { goto IL_006d; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_4; int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)3)); uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); return L_38; } IL_006d: { int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_0; String_t* L_42 = ___stringToFind0; NullCheck(L_42); int32_t L_43; L_43 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_42, /*hidden argument*/NULL); if ((!(((uint32_t)L_41) == ((uint32_t)L_43)))) { goto IL_0082; } } { V_2 = 0; goto IL_0025; } IL_0082: { String_t* L_44 = ___stringToFind0; int32_t L_45 = V_0; NullCheck(L_44); Il2CppChar L_46; L_46 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_44, L_45, /*hidden argument*/NULL); V_2 = L_46; int32_t L_47 = V_2; if ((((int32_t)L_47) <= ((int32_t)((int32_t)122)))) { goto IL_0091; } } { return (uint8_t)0; } IL_0091: { int32_t L_48 = V_2; if ((((int32_t)L_48) < ((int32_t)((int32_t)97)))) { goto IL_0025; } } { int32_t L_49 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)((int32_t)32))); goto IL_0025; } IL_009d: { return (uint8_t)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.TextEncodedRawTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter__ctor_m758EF784CCA13D52C11FF410C63FCC22F9959107 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __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); return; } } // System.Void System.Xml.TextEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter__ctor_mA0F22DF71C426252E6CAC81A0049D8452F0E19C3 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __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); return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteXmlDeclaration_mD194045B206CC71D0119689891EBD05BDE0D1548 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, int32_t ___standalone0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteXmlDeclaration_m2506AC87ADCF7D180B3CA8BD9021634212A2F51B (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteDocType_m1C1886D625A675B5D733950A1716BF212D6D61DA (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteStartElement_m48D95CFDBA66F2B489C2715E226917DAAF6BD66D (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteEndElement_mC4F2DC4CE94799A67BD5AE55A9AFA3CB9876AD90 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteFullEndElement_m444D28600400A8689AE1A76049A74CD7A407D26C (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_StartElementContent_mC9D97AE65746B1198BFA14B0348F3B84663E45BE (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteStartAttribute_m695C7A7613E656201CC683053FEA1A3A7571A2C3 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_inAttributeValue_15((bool)1); return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteEndAttribute_m441CA4A669DEDC1936143ED02A6623464A2A3C95 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, const RuntimeMethod* method) { { ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_inAttributeValue_15((bool)0); return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteNamespaceDeclaration_m7F95BF8BD1A7C86873A61A436E91C8E004D57F55 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.TextEncodedRawTextWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEncodedRawTextWriter_get_SupportsNamespaceDeclarationInChunks_mABD5BC010AAAAD79B4C7FB411A23682A01EC300F (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteCData_m961F942B8DEEB011CAFC4CFB96B9C16C46FD725B (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; XmlEncodedRawTextWriter_WriteRaw_mB1BD338017543D641E4EB1261FE69CF0B4C4A7A9(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteComment_m2D057CF89A9FD696E799598121DB22D7F4089FBF (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___text0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteProcessingInstruction_m72A29AE78B6494CF22664C342E5D34119033DB43 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteEntityRef_m398F6E12F27921580BB61C9B9BD9D4CB250AB64E (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___name0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteCharEntity_m6F594FF1DA79A55D3F0AFF210E5DC9F8967E2723 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteSurrogateCharEntity_m21A02F847511FCF59EE5FB51E4B9B08C6B258E8F (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteWhitespace_mF9115F8819068D4C28E1596D40A7E7E2B5F5F5E9 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___ws0, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_000f; } } { String_t* L_1 = ___ws0; XmlEncodedRawTextWriter_WriteRaw_mB1BD338017543D641E4EB1261FE69CF0B4C4A7A9(__this, L_1, /*hidden argument*/NULL); } IL_000f: { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteString_m573E36BAE6A31AC652369F8FCCFD6272D79013F9 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___textBlock0, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_000f; } } { String_t* L_1 = ___textBlock0; XmlEncodedRawTextWriter_WriteRaw_mB1BD338017543D641E4EB1261FE69CF0B4C4A7A9(__this, L_1, /*hidden argument*/NULL); } IL_000f: { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteChars_mD2BBA3EB0548E6AC35C93DE525E568AD1388A5F7 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_0011; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; XmlEncodedRawTextWriter_WriteRaw_mDDF78C0D0BCAF381789C59DDA3EB78BFD0FA18DD(__this, L_1, L_2, L_3, /*hidden argument*/NULL); } IL_0011: { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteRaw_m42D86A0084146A8D28BBC16117672353377FAD19 (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_0011; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; XmlEncodedRawTextWriter_WriteRaw_mDDF78C0D0BCAF381789C59DDA3EB78BFD0FA18DD(__this, L_1, L_2, L_3, /*hidden argument*/NULL); } IL_0011: { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteRaw_m6A29D56C5AF0F80D4F8CF9A90CFB95736390F7EE (TextEncodedRawTextWriter_tC07A3FA704CE7DECA0D49CF659958C075A39A162 * __this, String_t* ___data0, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_000f; } } { String_t* L_1 = ___data0; XmlEncodedRawTextWriter_WriteRaw_mB1BD338017543D641E4EB1261FE69CF0B4C4A7A9(__this, L_1, /*hidden argument*/NULL); } IL_000f: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.TextUtf8RawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter__ctor_mEEA75EEA28E6AB6458DB12C62D909009167E9945 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; XmlUtf8RawTextWriter__ctor_mD5BEAEDDEF734A1FB86EDB39FC5CF578AF14E0C0(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteXmlDeclaration_m60020BD2E9F8E20349DB2DFB5EFD68B6077F217D (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, int32_t ___standalone0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteXmlDeclaration_m3C4E38946C2ADDB725ED9BF695A31F172C4AA80B (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteDocType_m20D4895368E83F0EFC96B3885EEB87D9D20B77A0 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteStartElement_m7E97C83AC86292309D9310D3FC5920AA69764DD9 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteEndElement_m690E8A3C40BF6C1F7D79672C098E8AFBD8D2909B (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteFullEndElement_mA1EF3CCD5D616581758BBBDB9F0718E1D984C997 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_StartElementContent_mBCC5578B862FFDE6A6C4AB00E678876A63D0B855 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteStartAttribute_m38926B24D7EBBB03E61A6166F012B57370F8761A (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_inAttributeValue_15((bool)1); return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteEndAttribute_mC0A8DC89C7211FC5B4A8020687EBDFE16E632A03 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, const RuntimeMethod* method) { { ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_inAttributeValue_15((bool)0); return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteNamespaceDeclaration_m403FA4D2CE27A272658B5B4D1D668C2C26396291 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.TextUtf8RawTextWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextUtf8RawTextWriter_get_SupportsNamespaceDeclarationInChunks_mD5B87DC0625428B44E0341453EBD3704BA52F487 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteCData_m6ADA716AC1535C64EE774798E33A45F2563CFCC1 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; XmlUtf8RawTextWriter_WriteRaw_m02D10B22B3EA67D0992F71682AA737519A58518C(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteComment_mBDC0206F6399F66D3B6DF32D47E53319CA100E12 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___text0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteProcessingInstruction_m43C3C8573C995098E9DCF165384F1CACB8C3A5E9 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteEntityRef_m8CF333A1E1833C0715E00B9378AD3B7CD053B28A (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___name0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteCharEntity_m37A95C25982F4AB2C45C38A805C068D0FEC3CADB (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteSurrogateCharEntity_m1086411C7C8990C7F8B555A327CEDC03BB1B1194 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteWhitespace_m8E295E02B52D7063CE7C8E4293E773E361E01120 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___ws0, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_000f; } } { String_t* L_1 = ___ws0; XmlUtf8RawTextWriter_WriteRaw_m02D10B22B3EA67D0992F71682AA737519A58518C(__this, L_1, /*hidden argument*/NULL); } IL_000f: { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteString_m15E4AC58CF13931648D3871062BA2C29227BF1E3 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___textBlock0, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_000f; } } { String_t* L_1 = ___textBlock0; XmlUtf8RawTextWriter_WriteRaw_m02D10B22B3EA67D0992F71682AA737519A58518C(__this, L_1, /*hidden argument*/NULL); } IL_000f: { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteChars_m6F9E89196E452B38A07124280E00C92FC61BE353 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_0011; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; XmlUtf8RawTextWriter_WriteRaw_m5BCD73BF2281E0092DC1890244E64078E834D43A(__this, L_1, L_2, L_3, /*hidden argument*/NULL); } IL_0011: { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteRaw_m5DAF183E8AD8AC5173FD714A4BE1CEF88A1B7940 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_0011; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = ___buffer0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; XmlUtf8RawTextWriter_WriteRaw_m5BCD73BF2281E0092DC1890244E64078E834D43A(__this, L_1, L_2, L_3, /*hidden argument*/NULL); } IL_0011: { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteRaw_m3C9783134A72E21CF710EFB38427FE1BBCE63C71 (TextUtf8RawTextWriter_tD0BDA0777839388246A0D20529B3C799B9E619E9 * __this, String_t* ___data0, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_inAttributeValue_15(); if (L_0) { goto IL_000f; } } { String_t* L_1 = ___data0; XmlUtf8RawTextWriter_WriteRaw_m02D10B22B3EA67D0992F71682AA737519A58518C(__this, L_1, /*hidden argument*/NULL); } IL_000f: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.UTF16Decoder::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder__ctor_m3FEE8A11E34E84E86E8FF3B2670F5477A68E44B9 (UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 * __this, bool ___bigEndian0, const RuntimeMethod* method) { { Decoder__ctor_m2EA154371203FAAE1CD0477C828E0B39B2091DF3(__this, /*hidden argument*/NULL); __this->set_lastByte_3((-1)); bool L_0 = ___bigEndian0; __this->set_bigEndian_2(L_0); return; } } // System.Int32 System.Xml.UTF16Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetCharCount_m48E4D32DD844A39E8C73C41EECF93A80AB4D5077 (UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; int32_t L_3; L_3 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, (bool)0); return L_3; } } // System.Int32 System.Xml.UTF16Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetCharCount_m61272138BC9505C01E304C25B14645B190DB8DFE (UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { int32_t L_0 = ___count2; int32_t L_1 = __this->get_lastByte_3(); G_B1_0 = L_0; if ((((int32_t)L_1) >= ((int32_t)0))) { G_B2_0 = L_0; goto IL_000d; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000e; } IL_000d: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_000e: { V_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)); bool L_2 = ___flush3; if (!L_2) { goto IL_0039; } } { int32_t L_3 = V_0; if (!((int32_t)((int32_t)L_3%(int32_t)2))) { goto IL_0039; } } { 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; int32_t L_6 = (-1); RuntimeObject * L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_7); String_t* L_8; L_8 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_5, /*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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_9, L_8, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UTF16Decoder_GetCharCount_m61272138BC9505C01E304C25B14645B190DB8DFE_RuntimeMethod_var))); } IL_0039: { int32_t L_10 = V_0; return ((int32_t)((int32_t)L_10/(int32_t)2)); } } // System.Int32 System.Xml.UTF16Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetChars_m16D38A8448F5B8918C354EDBDBAD9E92E8ACEC9D (UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B5_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B5_1 = NULL; int32_t G_B4_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B6_2 = NULL; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___bytes0; int32_t L_1 = ___byteIndex1; int32_t L_2 = ___byteCount2; int32_t L_3; L_3 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); V_0 = L_3; int32_t L_4 = __this->get_lastByte_3(); if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0057; } } { int32_t L_5 = ___byteCount2; if (L_5) { goto IL_0018; } } { int32_t L_6 = V_0; return L_6; } IL_0018: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ___bytes0; int32_t L_8 = ___byteIndex1; int32_t L_9 = L_8; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); NullCheck(L_7); int32_t L_10 = L_9; uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); V_1 = L_11; int32_t L_12 = ___byteCount2; ___byteCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = ___chars3; int32_t L_14 = ___charIndex4; int32_t L_15 = L_14; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); bool L_16 = __this->get_bigEndian_2(); G_B4_0 = L_15; G_B4_1 = L_13; if (L_16) { G_B5_0 = L_15; G_B5_1 = L_13; goto IL_0044; } } { int32_t L_17 = V_1; int32_t L_18 = __this->get_lastByte_3(); G_B6_0 = ((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_17<<(int32_t)8))|(int32_t)L_18)))); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_004f; } IL_0044: { int32_t L_19 = __this->get_lastByte_3(); int32_t L_20 = V_1; G_B6_0 = ((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_19<<(int32_t)8))|(int32_t)L_20)))); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_004f: { NullCheck(G_B6_2); (G_B6_2)->SetAt(static_cast(G_B6_1), (Il2CppChar)G_B6_0); __this->set_lastByte_3((-1)); } IL_0057: { int32_t L_21 = ___byteCount2; if (!((int32_t)((int32_t)L_21&(int32_t)1))) { goto IL_006c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = ___bytes0; int32_t L_23 = ___byteIndex1; int32_t L_24 = ___byteCount2; int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); ___byteCount2 = L_25; NullCheck(L_22); int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_25)); uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); __this->set_lastByte_3(L_27); } IL_006c: { bool L_28 = __this->get_bigEndian_2(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_29 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_00dd; } } { int32_t L_30 = ___byteIndex1; int32_t L_31 = ___byteCount2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31)); bool L_32 = __this->get_bigEndian_2(); if (!L_32) { goto IL_00d7; } } { goto IL_00ab; } IL_0087: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_33 = ___bytes0; int32_t L_34 = ___byteIndex1; int32_t L_35 = L_34; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); NullCheck(L_33); int32_t L_36 = L_35; uint8_t L_37 = (L_33)->GetAt(static_cast(L_36)); V_3 = L_37; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38 = ___bytes0; int32_t L_39 = ___byteIndex1; int32_t L_40 = L_39; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); NullCheck(L_38); int32_t L_41 = L_40; uint8_t L_42 = (L_38)->GetAt(static_cast(L_41)); V_4 = L_42; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_43 = ___chars3; int32_t L_44 = ___charIndex4; int32_t L_45 = L_44; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); int32_t L_46 = V_3; int32_t L_47 = V_4; NullCheck(L_43); (L_43)->SetAt(static_cast(L_45), (Il2CppChar)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_46<<(int32_t)8))|(int32_t)L_47))))); } IL_00ab: { int32_t L_48 = ___byteIndex1; int32_t L_49 = V_2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_0087; } } { goto IL_00eb; } IL_00b1: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_50 = ___bytes0; int32_t L_51 = ___byteIndex1; int32_t L_52 = L_51; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); NullCheck(L_50); int32_t L_53 = L_52; uint8_t L_54 = (L_50)->GetAt(static_cast(L_53)); V_5 = L_54; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = ___bytes0; int32_t L_56 = ___byteIndex1; int32_t L_57 = L_56; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); NullCheck(L_55); int32_t L_58 = L_57; uint8_t L_59 = (L_55)->GetAt(static_cast(L_58)); V_6 = L_59; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_60 = ___chars3; int32_t L_61 = ___charIndex4; int32_t L_62 = L_61; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); int32_t L_63 = V_6; int32_t L_64 = V_5; NullCheck(L_60); (L_60)->SetAt(static_cast(L_62), (Il2CppChar)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_63<<(int32_t)8))|(int32_t)L_64))))); } IL_00d7: { int32_t L_65 = ___byteIndex1; int32_t L_66 = V_2; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_00b1; } } { goto IL_00eb; } IL_00dd: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = ___bytes0; int32_t L_68 = ___byteIndex1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_69 = ___chars3; int32_t L_70 = ___charIndex4; int32_t L_71 = ___byteCount2; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_67, L_68, (RuntimeArray *)(RuntimeArray *)L_69, ((int32_t)il2cpp_codegen_multiply((int32_t)L_70, (int32_t)2)), L_71, /*hidden argument*/NULL); } IL_00eb: { int32_t L_72 = V_0; return L_72; } } // System.Void System.Xml.UTF16Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder_Convert_mB77179518015230CE8629158BC14700AB95677C5 (UTF16Decoder_tED77395ADA08EB3DA24122941C05DA02EA6F19E4 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, int32_t ___charCount5, bool ___flush6, int32_t* ___bytesUsed7, int32_t* ___charsUsed8, bool* ___completed9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B5_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B5_1 = NULL; int32_t G_B4_0 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* G_B6_2 = NULL; { int32_t* L_0 = ___charsUsed8; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___bytesUsed7; *((int32_t*)L_1) = (int32_t)0; int32_t L_2 = __this->get_lastByte_3(); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_006e; } } { int32_t L_3 = ___byteCount2; if (L_3) { goto IL_0019; } } { bool* L_4 = ___completed9; *((int8_t*)L_4) = (int8_t)1; return; } IL_0019: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___bytes0; int32_t L_6 = ___byteIndex1; int32_t L_7 = L_6; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); NullCheck(L_5); int32_t L_8 = L_7; uint8_t L_9 = (L_5)->GetAt(static_cast(L_8)); V_0 = L_9; int32_t L_10 = ___byteCount2; ___byteCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); int32_t* L_11 = ___bytesUsed7; int32_t* L_12 = ___bytesUsed7; int32_t L_13 = *((int32_t*)L_12); *((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ___chars3; int32_t L_15 = ___charIndex4; int32_t L_16 = L_15; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); bool L_17 = __this->get_bigEndian_2(); G_B4_0 = L_16; G_B4_1 = L_14; if (L_17) { G_B5_0 = L_16; G_B5_1 = L_14; goto IL_004d; } } { int32_t L_18 = V_0; int32_t L_19 = __this->get_lastByte_3(); G_B6_0 = ((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_18<<(int32_t)8))|(int32_t)L_19)))); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0058; } IL_004d: { int32_t L_20 = __this->get_lastByte_3(); int32_t L_21 = V_0; G_B6_0 = ((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_20<<(int32_t)8))|(int32_t)L_21)))); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0058: { NullCheck(G_B6_2); (G_B6_2)->SetAt(static_cast(G_B6_1), (Il2CppChar)G_B6_0); int32_t L_22 = ___charCount5; ___charCount5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); int32_t* L_23 = ___charsUsed8; int32_t* L_24 = ___charsUsed8; int32_t L_25 = *((int32_t*)L_24); *((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); __this->set_lastByte_3((-1)); } IL_006e: { int32_t L_26 = ___charCount5; int32_t L_27 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_26, (int32_t)2))) >= ((int32_t)L_27))) { goto IL_0081; } } { int32_t L_28 = ___charCount5; ___byteCount2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_28, (int32_t)2)); bool* L_29 = ___completed9; *((int8_t*)L_29) = (int8_t)0; goto IL_0085; } IL_0081: { bool* L_30 = ___completed9; *((int8_t*)L_30) = (int8_t)1; } IL_0085: { bool L_31 = __this->get_bigEndian_2(); IL2CPP_RUNTIME_CLASS_INIT(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var); bool L_32 = ((BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var))->get_IsLittleEndian_0(); if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_00f7; } } { int32_t L_33 = ___byteIndex1; V_1 = L_33; int32_t L_34 = V_1; int32_t L_35 = ___byteCount2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)((int32_t)((int32_t)L_35&(int32_t)((int32_t)-2))))); bool L_36 = __this->get_bigEndian_2(); if (!L_36) { goto IL_00f1; } } { goto IL_00c7; } IL_00a5: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = ___bytes0; int32_t L_38 = V_1; int32_t L_39 = L_38; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); NullCheck(L_37); int32_t L_40 = L_39; uint8_t L_41 = (L_37)->GetAt(static_cast(L_40)); V_3 = L_41; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = ___bytes0; int32_t L_43 = V_1; int32_t L_44 = L_43; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); NullCheck(L_42); int32_t L_45 = L_44; uint8_t L_46 = (L_42)->GetAt(static_cast(L_45)); V_4 = L_46; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = ___chars3; int32_t L_48 = ___charIndex4; int32_t L_49 = L_48; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); int32_t L_50 = V_3; int32_t L_51 = V_4; NullCheck(L_47); (L_47)->SetAt(static_cast(L_49), (Il2CppChar)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_50<<(int32_t)8))|(int32_t)L_51))))); } IL_00c7: { int32_t L_52 = V_1; int32_t L_53 = V_2; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_00a5; } } { goto IL_0108; } IL_00cd: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_54 = ___bytes0; int32_t L_55 = V_1; int32_t L_56 = L_55; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)); NullCheck(L_54); int32_t L_57 = L_56; uint8_t L_58 = (L_54)->GetAt(static_cast(L_57)); V_5 = L_58; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_59 = ___bytes0; int32_t L_60 = V_1; int32_t L_61 = L_60; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); NullCheck(L_59); int32_t L_62 = L_61; uint8_t L_63 = (L_59)->GetAt(static_cast(L_62)); V_6 = L_63; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_64 = ___chars3; int32_t L_65 = ___charIndex4; int32_t L_66 = L_65; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); int32_t L_67 = V_6; int32_t L_68 = V_5; NullCheck(L_64); (L_64)->SetAt(static_cast(L_66), (Il2CppChar)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((int32_t)L_67<<(int32_t)8))|(int32_t)L_68))))); } IL_00f1: { int32_t L_69 = V_1; int32_t L_70 = V_2; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_00cd; } } { goto IL_0108; } IL_00f7: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_71 = ___bytes0; int32_t L_72 = ___byteIndex1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_73 = ___chars3; int32_t L_74 = ___charIndex4; int32_t L_75 = ___byteCount2; Buffer_BlockCopy_mD01FC13D87078586714AA235261A9E786C351725((RuntimeArray *)(RuntimeArray *)L_71, L_72, (RuntimeArray *)(RuntimeArray *)L_73, ((int32_t)il2cpp_codegen_multiply((int32_t)L_74, (int32_t)2)), ((int32_t)((int32_t)L_75&(int32_t)((int32_t)-2))), /*hidden argument*/NULL); } IL_0108: { int32_t* L_76 = ___charsUsed8; int32_t* L_77 = ___charsUsed8; int32_t L_78 = *((int32_t*)L_77); int32_t L_79 = ___byteCount2; *((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)((int32_t)L_79/(int32_t)2)))); int32_t* L_80 = ___bytesUsed7; int32_t* L_81 = ___bytesUsed7; int32_t L_82 = *((int32_t*)L_81); int32_t L_83 = ___byteCount2; *((int32_t*)L_80) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)L_83)); int32_t L_84 = ___byteCount2; if (!((int32_t)((int32_t)L_84&(int32_t)1))) { goto IL_012c; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_85 = ___bytes0; int32_t L_86 = ___byteIndex1; int32_t L_87 = ___byteCount2; NullCheck(L_85); int32_t L_88 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)), (int32_t)1)); uint8_t L_89 = (L_85)->GetAt(static_cast(L_88)); __this->set_lastByte_3(L_89); } IL_012c: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Ucs4Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder_GetCharCount_m26A092AF8EDCC5A69C8ABB02EF53FD5F79FB9202 (Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { int32_t L_0 = ___count2; int32_t L_1 = __this->get_lastBytesCount_3(); return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))/(int32_t)4)); } } // System.Int32 System.Xml.Ucs4Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder_GetChars_mFAED299AADD2AE47B56B6D4F876851742B80A7BE (Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_lastBytesCount_3(); V_0 = L_0; int32_t L_1 = __this->get_lastBytesCount_3(); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0074; } } { goto IL_003a; } IL_0012: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_lastBytes_2(); int32_t L_3 = __this->get_lastBytesCount_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = ___byteIndex1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_7); int32_t L_8 = ___byteIndex1; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); int32_t L_9 = ___byteCount2; ___byteCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)); int32_t L_10 = __this->get_lastBytesCount_3(); __this->set_lastBytesCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); } IL_003a: { int32_t L_11 = __this->get_lastBytesCount_3(); if ((((int32_t)L_11) >= ((int32_t)4))) { goto IL_0047; } } { int32_t L_12 = ___byteCount2; if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0012; } } IL_0047: { int32_t L_13 = __this->get_lastBytesCount_3(); if ((((int32_t)L_13) >= ((int32_t)4))) { goto IL_0052; } } { return 0; } IL_0052: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = __this->get_lastBytes_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = ___chars3; int32_t L_16 = ___charIndex4; int32_t L_17; L_17 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(13 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_14, 0, 4, L_15, L_16); V_0 = L_17; int32_t L_18 = ___charIndex4; int32_t L_19 = V_0; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19)); __this->set_lastBytesCount_3(0); goto IL_0076; } IL_0074: { V_0 = 0; } IL_0076: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_20 = ___bytes0; int32_t L_21 = ___byteIndex1; int32_t L_22 = ___byteCount2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = ___chars3; int32_t L_24 = ___charIndex4; int32_t L_25; L_25 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(13 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_20, L_21, L_22, L_23, L_24); int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int32_t L_27 = ___byteCount2; V_1 = ((int32_t)((int32_t)L_27&(int32_t)3)); int32_t L_28 = V_1; if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_00b2; } } { V_2 = 0; goto IL_00a7; } IL_0092: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = __this->get_lastBytes_2(); int32_t L_30 = V_2; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_31 = ___bytes0; int32_t L_32 = ___byteIndex1; int32_t L_33 = ___byteCount2; int32_t L_34 = V_1; int32_t L_35 = V_2; NullCheck(L_31); int32_t L_36 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)), (int32_t)L_34)), (int32_t)L_35)); uint8_t L_37 = (L_31)->GetAt(static_cast(L_36)); NullCheck(L_29); (L_29)->SetAt(static_cast(L_30), (uint8_t)L_37); int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00a7: { int32_t L_39 = V_2; int32_t L_40 = V_1; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0092; } } { int32_t L_41 = V_1; __this->set_lastBytesCount_3(L_41); } IL_00b2: { int32_t L_42 = V_0; return L_42; } } // System.Void System.Xml.Ucs4Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Convert_m4779A8B8E15A9CEB671C2CC6C87F27140FECB1CB (Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, int32_t ___charCount5, bool ___flush6, int32_t* ___bytesUsed7, int32_t* ___charsUsed8, bool* ___completed9, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t* L_0 = ___bytesUsed7; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___charsUsed8; *((int32_t*)L_1) = (int32_t)0; V_0 = 0; int32_t L_2 = __this->get_lastBytesCount_3(); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0086; } } { goto IL_0038; } IL_0017: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_lastBytes_2(); int32_t L_5 = V_1; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ___bytes0; int32_t L_7 = ___byteIndex1; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)L_9); int32_t L_10 = ___byteIndex1; ___byteIndex1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); int32_t L_11 = ___byteCount2; ___byteCount2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)); int32_t* L_12 = ___bytesUsed7; int32_t* L_13 = ___bytesUsed7; int32_t L_14 = *((int32_t*)L_13); *((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0038: { int32_t L_16 = V_1; if ((((int32_t)L_16) >= ((int32_t)4))) { goto IL_0040; } } { int32_t L_17 = ___byteCount2; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0017; } } IL_0040: { int32_t L_18 = V_1; if ((((int32_t)L_18) >= ((int32_t)4))) { goto IL_0050; } } { int32_t L_19 = V_1; __this->set_lastBytesCount_3(L_19); bool* L_20 = ___completed9; *((int8_t*)L_20) = (int8_t)1; return; } IL_0050: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = __this->get_lastBytes_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_22 = ___chars3; int32_t L_23 = ___charIndex4; int32_t L_24; L_24 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(13 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_21, 0, 4, L_22, L_23); V_0 = L_24; int32_t L_25 = ___charIndex4; int32_t L_26 = V_0; ___charIndex4 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)); int32_t L_27 = ___charCount5; int32_t L_28 = V_0; ___charCount5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)); int32_t* L_29 = ___charsUsed8; int32_t L_30 = V_0; *((int32_t*)L_29) = (int32_t)L_30; __this->set_lastBytesCount_3(0); int32_t L_31 = ___charCount5; if (L_31) { goto IL_0088; } } { bool* L_32 = ___completed9; int32_t L_33 = ___byteCount2; *((int8_t*)L_32) = (int8_t)((((int32_t)L_33) == ((int32_t)0))? 1 : 0); return; } IL_0086: { V_0 = 0; } IL_0088: { int32_t L_34 = ___charCount5; int32_t L_35 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_34, (int32_t)4))) >= ((int32_t)L_35))) { goto IL_009b; } } { int32_t L_36 = ___charCount5; ___byteCount2 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_36, (int32_t)4)); bool* L_37 = ___completed9; *((int8_t*)L_37) = (int8_t)0; goto IL_009f; } IL_009b: { bool* L_38 = ___completed9; *((int8_t*)L_38) = (int8_t)1; } IL_009f: { int32_t* L_39 = ___bytesUsed7; int32_t* L_40 = ___bytesUsed7; int32_t L_41 = *((int32_t*)L_40); int32_t L_42 = ___byteCount2; *((int32_t*)L_39) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42)); int32_t* L_43 = ___charsUsed8; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_44 = ___bytes0; int32_t L_45 = ___byteIndex1; int32_t L_46 = ___byteCount2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = ___chars3; int32_t L_48 = ___charIndex4; int32_t L_49; L_49 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(13 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_44, L_45, L_46, L_47, L_48); int32_t L_50 = V_0; *((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)L_50)); int32_t L_51 = ___byteCount2; V_2 = ((int32_t)((int32_t)L_51&(int32_t)3)); int32_t L_52 = V_2; if ((((int32_t)L_52) < ((int32_t)0))) { goto IL_00e5; } } { V_3 = 0; goto IL_00da; } IL_00c5: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_53 = __this->get_lastBytes_2(); int32_t L_54 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_55 = ___bytes0; int32_t L_56 = ___byteIndex1; int32_t L_57 = ___byteCount2; int32_t L_58 = V_2; int32_t L_59 = V_3; NullCheck(L_55); int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_57)), (int32_t)L_58)), (int32_t)L_59)); uint8_t L_61 = (L_55)->GetAt(static_cast(L_60)); NullCheck(L_53); (L_53)->SetAt(static_cast(L_54), (uint8_t)L_61); int32_t L_62 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); } IL_00da: { int32_t L_63 = V_3; int32_t L_64 = V_2; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_00c5; } } { int32_t L_65 = V_2; __this->set_lastBytesCount_3(L_65); } IL_00e5: { return; } } // System.Void System.Xml.Ucs4Decoder::Ucs4ToUTF16(System.UInt32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Ucs4ToUTF16_m9DBB1B66CD71FA059BA01DDD51C58286E4922AB8 (Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * __this, uint32_t ___code0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars1, int32_t ___charIndex2, const RuntimeMethod* method) { { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___chars1; int32_t L_1 = ___charIndex2; uint32_t L_2 = ___code0; uint32_t L_3 = ___code0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Il2CppChar)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)55296), (int32_t)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((uint32_t)L_2>>((int32_t)16))), (int32_t)1)))))), (int32_t)((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)((uint32_t)L_3>>((int32_t)10)))&(int32_t)((int32_t)63)))))))))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ___chars1; int32_t L_5 = ___charIndex2; uint32_t L_6 = ___code0; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (Il2CppChar)((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)56320), (int32_t)((int32_t)((uint16_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)1023)))))))))); return; } } // System.Void System.Xml.Ucs4Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder__ctor_mB9136F3F542FBADADED61B63DBEAD7C3E08BAEBA (Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * __this, 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* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); __this->set_lastBytes_2(L_0); Decoder__ctor_m2EA154371203FAAE1CD0477C828E0B39B2091DF3(__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.Int32 System.Xml.Ucs4Decoder1234::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder1234_GetFullChars_m417E203046FC359AEF31071D76B35AAF9BC1CF70 (Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteCount2; int32_t L_1 = ___byteIndex1; ___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___byteIndex1; V_1 = L_2; int32_t L_3 = ___charIndex4; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___bytes0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytes0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___bytes0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (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_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); String_t* L_26; L_26 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_22, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder1234_GetFullChars_m417E203046FC359AEF31071D76B35AAF9BC1CF70_RuntimeMethod_var))); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = ___chars3; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_m9DBB1B66CD71FA059BA01DDD51C58286E4922AB8(__this, L_29, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34; L_34 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_36 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292)), L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder1234_GetFullChars_m417E203046FC359AEF31071D76B35AAF9BC1CF70_RuntimeMethod_var))); } IL_0085: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = ___chars3; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)((int32_t)((uint16_t)L_39))); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___charIndex4; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); } } // System.Void System.Xml.Ucs4Decoder1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder1234__ctor_m892D84F747B69F6A4CCA23AF167C1DACEAB2FCD2 (Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E * __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_mB9136F3F542FBADADED61B63DBEAD7C3E08BAEBA(__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.Int32 System.Xml.Ucs4Decoder2143::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder2143_GetFullChars_m64657C52D59FE42469C95B6AA3EB1621C753D9B1 (Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteCount2; int32_t L_1 = ___byteIndex1; ___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___byteIndex1; V_1 = L_2; int32_t L_3 = ___charIndex4; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___bytes0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytes0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___bytes0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (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_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); String_t* L_26; L_26 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_22, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder2143_GetFullChars_m64657C52D59FE42469C95B6AA3EB1621C753D9B1_RuntimeMethod_var))); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = ___chars3; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_m9DBB1B66CD71FA059BA01DDD51C58286E4922AB8(__this, L_29, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34; L_34 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_36 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292)), L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder2143_GetFullChars_m64657C52D59FE42469C95B6AA3EB1621C753D9B1_RuntimeMethod_var))); } IL_0085: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = ___chars3; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)((int32_t)((uint16_t)L_39))); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___charIndex4; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); } } // System.Void System.Xml.Ucs4Decoder2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder2143__ctor_mCBC9B33A129D6A6AFFCDE7CD1D259124693C677D (Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098 * __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_mB9136F3F542FBADADED61B63DBEAD7C3E08BAEBA(__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.Int32 System.Xml.Ucs4Decoder3412::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder3412_GetFullChars_m97832889707DA6CBA62C3A964F521165AC4E9B65 (Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteCount2; int32_t L_1 = ___byteIndex1; ___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___byteIndex1; V_1 = L_2; int32_t L_3 = ___charIndex4; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___bytes0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)3)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytes0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___bytes0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (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_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); String_t* L_26; L_26 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_22, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder3412_GetFullChars_m97832889707DA6CBA62C3A964F521165AC4E9B65_RuntimeMethod_var))); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = ___chars3; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_m9DBB1B66CD71FA059BA01DDD51C58286E4922AB8(__this, L_29, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34; L_34 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_36 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292)), L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder3412_GetFullChars_m97832889707DA6CBA62C3A964F521165AC4E9B65_RuntimeMethod_var))); } IL_0085: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = ___chars3; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)((int32_t)((uint16_t)L_39))); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___charIndex4; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); } } // System.Void System.Xml.Ucs4Decoder3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder3412__ctor_mC07067ED582F180F43F8ADD007CE2295B387D24E (Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928 * __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_mB9136F3F542FBADADED61B63DBEAD7C3E08BAEBA(__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.Int32 System.Xml.Ucs4Decoder4321::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder4321_GetFullChars_m97A1B59D2A0586C88D58A96592FA3D30034088B9 (Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___byteCount2; int32_t L_1 = ___byteIndex1; ___byteCount2 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___byteIndex1; V_1 = L_2; int32_t L_3 = ___charIndex4; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ___bytes0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)3)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ___bytes0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)2)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytes0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ___bytes0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_7<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_11<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_15<<(int32_t)8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (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_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject * L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject *)L_25); String_t* L_26; L_26 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_22, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_27 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_27, L_26, (String_t*)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder4321_GetFullChars_m97A1B59D2A0586C88D58A96592FA3D30034088B9_RuntimeMethod_var))); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_30 = ___chars3; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_m9DBB1B66CD71FA059BA01DDD51C58286E4922AB8(__this, L_29, L_30, L_31, /*hidden argument*/NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34; L_34 = XmlCharType_IsSurrogate_m01752EB49659860DAB0FEACB0AD1566216215DE8(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_36 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292)), L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder4321_GetFullChars_m97A1B59D2A0586C88D58A96592FA3D30034088B9_RuntimeMethod_var))); } IL_0085: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = ___chars3; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)((int32_t)((uint16_t)L_39))); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___byteCount2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___charIndex4; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)); } } // System.Void System.Xml.Ucs4Decoder4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder4321__ctor_mDFBC3853402070B4F3914FC81F3AB814FCECF309 (Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2 * __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_mB9136F3F542FBADADED61B63DBEAD7C3E08BAEBA(__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.String System.Xml.Ucs4Encoding::get_WebName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding_get_WebName_mB05F4B11AA3AE176C4C4F166E426BCCB400DEB17 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this); return L_0; } } // System.Text.Decoder System.Xml.Ucs4Encoding::GetDecoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * Ucs4Encoding_GetDecoder_m8AAEB5DBCEAED2FC329BF4288E4D01B020413F01 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, const RuntimeMethod* method) { { Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * L_0 = __this->get_ucs4Decoder_62(); return L_0; } } // System.Int32 System.Xml.Ucs4Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetByteCount_mAD24C5C660223A39CB8F6DD2A416BF5159E915C4 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding_GetByteCount_mAD24C5C660223A39CB8F6DD2A416BF5159E915C4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___count2; if (((int64_t)L_0 * (int64_t)4 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_0 * (int64_t)4 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Ucs4Encoding_GetByteCount_mAD24C5C660223A39CB8F6DD2A416BF5159E915C4_RuntimeMethod_var); return ((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)4)); } } // System.Byte[] System.Xml.Ucs4Encoding::GetBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ucs4Encoding_GetBytes_m30BCBE089742110ADA6C227829738494B85E931C (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, String_t* ___s0, const RuntimeMethod* method) { { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } } // System.Int32 System.Xml.Ucs4Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetBytes_mED37EA9DD651688C5BBECA99455A0D25C974C984 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method) { { return 0; } } // System.Int32 System.Xml.Ucs4Encoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetMaxByteCount_mDE4194EE833200240CA3F93762B277D39CC86B7C (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, int32_t ___charCount0, const RuntimeMethod* method) { { return 0; } } // System.Int32 System.Xml.Ucs4Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetCharCount_m95BE4342A3522DFC45F08298599CD690A6513331 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * L_0 = __this->get_ucs4Decoder_62(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Int32 System.Xml.Ucs4Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetChars_m1D732229FCEBB83D8364E3B393131DF1B2675E5C (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method) { { Ucs4Decoder_t4435DAD13F530EF8CB3E9CC22BA2E21A9C41872F * L_0 = __this->get_ucs4Decoder_62(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___bytes0; int32_t L_2 = ___byteIndex1; int32_t L_3 = ___byteCount2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ___chars3; int32_t L_5 = ___charIndex4; NullCheck(L_0); int32_t L_6; L_6 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.Xml.Ucs4Encoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetMaxCharCount_m6CA10AD462EF2462D42B885EB6DC700ECFABB172 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, int32_t ___byteCount0, const RuntimeMethod* method) { { int32_t L_0 = ___byteCount0; return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)3))/(int32_t)4)); } } // System.Int32 System.Xml.Ucs4Encoding::get_CodePage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_get_CodePage_m4B9A6128FE7632220A764B7C249751AC1A000217 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, const RuntimeMethod* method) { { return 0; } } // System.Text.Encoder System.Xml.Ucs4Encoding::GetEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * Ucs4Encoding_GetEncoder_m440802712489C3F7482A29111F915C0396625ABC (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, const RuntimeMethod* method) { { return (Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A *)NULL; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Littleendian() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Ucs4Encoding_get_UCS4_Littleendian_m5A352AB74F99DF246196607BD0222F8423367A3F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF * L_0 = (Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF *)il2cpp_codegen_object_new(Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF_il2cpp_TypeInfo_var); Ucs4Encoding4321__ctor_m6FE9E4158C582ECCD83190F4A145271F267E06E7(L_0, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Bigendian() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Ucs4Encoding_get_UCS4_Bigendian_m28FE115B9F64F84C6224535229AD8881803C5DEC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796 * L_0 = (Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796 *)il2cpp_codegen_object_new(Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796_il2cpp_TypeInfo_var); Ucs4Encoding1234__ctor_m1BBE17B53C80BE7658946E89FFBE0BBBF1BA9245(L_0, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_2143() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Ucs4Encoding_get_UCS4_2143_mEF4A6D35604EC762958DF5FCE1228331BD7C89DC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523 * L_0 = (Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523 *)il2cpp_codegen_object_new(Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523_il2cpp_TypeInfo_var); Ucs4Encoding2143__ctor_m97C45FB12823AE9078895D277C417066A25C1E04(L_0, /*hidden argument*/NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_3412() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Ucs4Encoding_get_UCS4_3412_m7262670B0A64848A5390558D0FA06DDCDF507751 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49 * L_0 = (Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49 *)il2cpp_codegen_object_new(Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49_il2cpp_TypeInfo_var); Ucs4Encoding3412__ctor_m0BDB645EB5718ACFBDB14F2F856FF1D16CE4557B(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.Ucs4Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding__ctor_mEE2AB2DF497A7DAD0FFA297473707E4844C2E221 (Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 * __this, const RuntimeMethod* method) { { Encoding__ctor_m15FCA8A670950CE09DEEC683791C856E8EA28980(__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.Ucs4Encoding1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding1234__ctor_m1BBE17B53C80BE7658946E89FFBE0BBBF1BA9245 (Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_mEE2AB2DF497A7DAD0FFA297473707E4844C2E221(__this, /*hidden argument*/NULL); Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E * L_0 = (Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E *)il2cpp_codegen_object_new(Ucs4Decoder1234_tD48A82812428CB4EEBEC3FB34722B4E661EE1B8E_il2cpp_TypeInfo_var); Ucs4Decoder1234__ctor_m892D84F747B69F6A4CCA23AF167C1DACEAB2FCD2(L_0, /*hidden argument*/NULL); ((Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 *)__this)->set_ucs4Decoder_62(L_0); return; } } // System.String System.Xml.Ucs4Encoding1234::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding1234_get_EncodingName_m9BA11EE3872F2C3F174AB797E5541334690F9988 (Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26C143611F9279917294CC9139984B17E0479D09); s_Il2CppMethodInitialized = true; } { return _stringLiteral26C143611F9279917294CC9139984B17E0479D09; } } // System.Byte[] System.Xml.Ucs4Encoding1234::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ucs4Encoding1234_GetPreamble_m5CC9E6D81B878C3CEE5F29E0C191D40941A520BD (Ucs4Encoding1234_tE855AE52DAAF3627750F7B9AD17317323A1BE796 * __this, 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* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(2), (uint8_t)((int32_t)254)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(3), (uint8_t)((int32_t)255)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding2143__ctor_m97C45FB12823AE9078895D277C417066A25C1E04 (Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_mEE2AB2DF497A7DAD0FFA297473707E4844C2E221(__this, /*hidden argument*/NULL); Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098 * L_0 = (Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098 *)il2cpp_codegen_object_new(Ucs4Decoder2143_t3C67D5B1733AFA4D5F74DB4E3E71058CAD257098_il2cpp_TypeInfo_var); Ucs4Decoder2143__ctor_mCBC9B33A129D6A6AFFCDE7CD1D259124693C677D(L_0, /*hidden argument*/NULL); ((Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 *)__this)->set_ucs4Decoder_62(L_0); return; } } // System.String System.Xml.Ucs4Encoding2143::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding2143_get_EncodingName_m60553AA1F61C2A749B8F0D5F8CA581BBAD4BFB6A (Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral281B4DD577192A2270A89228DB0EF4FCD056C5A1); s_Il2CppMethodInitialized = true; } { return _stringLiteral281B4DD577192A2270A89228DB0EF4FCD056C5A1; } } // System.Byte[] System.Xml.Ucs4Encoding2143::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ucs4Encoding2143_GetPreamble_mADB9158850D56C36D4D9F7B9041A3369B58DB1B9 (Ucs4Encoding2143_tE4D784EF2A26E04E10CDFBC41D89D16CE6F88523 * __this, 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* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(2), (uint8_t)((int32_t)255)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(3), (uint8_t)((int32_t)254)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding3412__ctor_m0BDB645EB5718ACFBDB14F2F856FF1D16CE4557B (Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_mEE2AB2DF497A7DAD0FFA297473707E4844C2E221(__this, /*hidden argument*/NULL); Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928 * L_0 = (Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928 *)il2cpp_codegen_object_new(Ucs4Decoder3412_t2774F6799208469C8EBFDEC31D64E2DC44A09928_il2cpp_TypeInfo_var); Ucs4Decoder3412__ctor_mC07067ED582F180F43F8ADD007CE2295B387D24E(L_0, /*hidden argument*/NULL); ((Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 *)__this)->set_ucs4Decoder_62(L_0); return; } } // System.String System.Xml.Ucs4Encoding3412::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding3412_get_EncodingName_mB521203175C81E7DAAB05D63E866F556AA289DD1 (Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00722598CA6BA1F0518997F2B785CD56427AB1F1); s_Il2CppMethodInitialized = true; } { return _stringLiteral00722598CA6BA1F0518997F2B785CD56427AB1F1; } } // System.Byte[] System.Xml.Ucs4Encoding3412::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ucs4Encoding3412_GetPreamble_m5FB7513516ECE82C912623DC2E8F9CCADFE97C07 (Ucs4Encoding3412_tBD395F8CFFC56B3A82D044C5CECEF17386BE3B49 * __this, 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* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)254)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)((int32_t)255)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding4321__ctor_m6FE9E4158C582ECCD83190F4A145271F267E06E7 (Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_mEE2AB2DF497A7DAD0FFA297473707E4844C2E221(__this, /*hidden argument*/NULL); Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2 * L_0 = (Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2 *)il2cpp_codegen_object_new(Ucs4Decoder4321_t912A1FA42B698C8DFEEA8C63C6FF2412612D46C2_il2cpp_TypeInfo_var); Ucs4Decoder4321__ctor_mDFBC3853402070B4F3914FC81F3AB814FCECF309(L_0, /*hidden argument*/NULL); ((Ucs4Encoding_tA26F4CA75AEBAD525FB94E7C30B3B83A61CB7F07 *)__this)->set_ucs4Decoder_62(L_0); return; } } // System.String System.Xml.Ucs4Encoding4321::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding4321_get_EncodingName_m0968650BF4C0EB64A1436438C891D3B70C31B140 (Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F); s_Il2CppMethodInitialized = true; } { return _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F; } } // System.Byte[] System.Xml.Ucs4Encoding4321::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Ucs4Encoding4321_GetPreamble_mC3339F0CBAFC95CC3CD8C8C99EDC7003A6DCE1AE (Ucs4Encoding4321_t61CD79DBA91477B6C6423E1EC5A8A39A278415BF * __this, 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* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)255)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)((int32_t)254)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.UnionExpr::.ctor(MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionExpr__ctor_m1C3ACFFFEE82209799D8C211C9FCA8C952CBC161 (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___query10, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___query21, const RuntimeMethod* method) { { Query__ctor_m1EC491C2B27B23CE8D1393228BA83AA3DD2AF574(__this, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___query10; __this->set_qy1_1(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ___query21; __this->set_qy2_2(L_1); __this->set_advance1_3((bool)1); __this->set_advance2_4((bool)1); return; } } // System.Void MS.Internal.Xml.XPath.UnionExpr::.ctor(MS.Internal.Xml.XPath.UnionExpr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionExpr__ctor_m34468AFB6B4AD863AACA5F345D405C09A471032A (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * ___other0, const RuntimeMethod* method) { { UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_0 = ___other0; Query__ctor_m7259F6D561678E24DA2C8B6D21AB3316C8C10510(__this, L_0, /*hidden argument*/NULL); UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_1 = ___other0; NullCheck(L_1); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = L_1->get_qy1_1(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_2, /*hidden argument*/NULL); __this->set_qy1_1(L_3); UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_4 = ___other0; NullCheck(L_4); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5 = L_4->get_qy2_2(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6; L_6 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_5, /*hidden argument*/NULL); __this->set_qy2_2(L_6); UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_7 = ___other0; NullCheck(L_7); bool L_8 = L_7->get_advance1_3(); __this->set_advance1_3(L_8); UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_9 = ___other0; NullCheck(L_9); bool L_10 = L_9->get_advance2_4(); __this->set_advance2_4(L_10); UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_11 = ___other0; NullCheck(L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12 = L_11->get_currentNode_5(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13; L_13 = Query_Clone_m46A167BD8A767782AA8B4D61B87BC8D22756353D(L_12, /*hidden argument*/NULL); __this->set_currentNode_5(L_13); UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_14 = ___other0; NullCheck(L_14); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_15 = L_14->get_nextNode_6(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_16; L_16 = Query_Clone_m46A167BD8A767782AA8B4D61B87BC8D22756353D(L_15, /*hidden argument*/NULL); __this->set_nextNode_6(L_16); return; } } // System.Void MS.Internal.Xml.XPath.UnionExpr::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionExpr_Reset_mFCD17310A18BD9B6254CE237AA412AF35A364D72 (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_qy1_1(); NullCheck(L_0); VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = __this->get_qy2_2(); NullCheck(L_1); VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_1); __this->set_advance1_3((bool)1); __this->set_advance2_4((bool)1); __this->set_nextNode_6((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL); return; } } // System.Void MS.Internal.Xml.XPath.UnionExpr::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionExpr_SetXsltContext_m3393E1FE7DCDBCB4416F27F343C94EB1E55C231D (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___xsltContext0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_qy1_1(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_1 = ___xsltContext0; NullCheck(L_0); VirtualActionInvoker1< XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_0, L_1); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = __this->get_qy2_2(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_3 = ___xsltContext0; NullCheck(L_2); VirtualActionInvoker1< XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_2, L_3); return; } } // System.Object MS.Internal.Xml.XPath.UnionExpr::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * UnionExpr_Evaluate_m03A54D692192A8DE98CD00C0AA8AA5DBE0B75B9A (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_qy1_1(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___context0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3 = __this->get_qy2_2(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_4 = ___context0; NullCheck(L_3); RuntimeObject * L_5; L_5 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_3, L_4); __this->set_advance1_3((bool)1); __this->set_advance2_4((bool)1); __this->set_nextNode_6((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL); ResetableIterator_ResetCount_m603D3526FA0897A336D93E38A173E497C238209D(__this, /*hidden argument*/NULL); return __this; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::ProcessSamePosition(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * UnionExpr_ProcessSamePosition_m3A9A3D1FB52F2CF86E6EC6A61FED3A90CEF8A562 (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___result0, const RuntimeMethod* method) { bool V_0 = false; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___result0; __this->set_currentNode_5(L_0); int32_t L_1 = 1; V_0 = (bool)L_1; __this->set_advance2_4((bool)L_1); bool L_2 = V_0; __this->set_advance1_3(L_2); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = ___result0; return L_3; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::ProcessBeforePosition(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * UnionExpr_ProcessBeforePosition_mC1383CE4B8A14F86E7A14B4B88C864A696961BBE (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___res10, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___res21, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___res21; __this->set_nextNode_6(L_0); __this->set_advance2_4((bool)0); __this->set_advance1_3((bool)1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = ___res10; __this->set_currentNode_5(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = ___res10; return L_2; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::ProcessAfterPosition(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * UnionExpr_ProcessAfterPosition_m021CB2CF4872D6C70BD63C6422CB36B01DFB8A6A (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___res10, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___res21, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___res10; __this->set_nextNode_6(L_0); __this->set_advance1_3((bool)0); __this->set_advance2_4((bool)1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = ___res21; __this->set_currentNode_5(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = ___res21; return L_2; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * UnionExpr_Advance_m4E264DD4587D7B6A76259A75F439F2E5515F6B7C (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; int32_t V_2 = 0; { V_2 = 0; bool L_0 = __this->get_advance1_3(); if (!L_0) { goto IL_0018; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = __this->get_qy1_1(); NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_1); V_0 = L_2; goto IL_001f; } IL_0018: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = __this->get_nextNode_6(); V_0 = L_3; } IL_001f: { bool L_4 = __this->get_advance2_4(); if (!L_4) { goto IL_0035; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5 = __this->get_qy2_2(); NullCheck(L_5); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6; L_6 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_5); V_1 = L_6; goto IL_003c; } IL_0035: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = __this->get_nextNode_6(); V_1 = L_7; } IL_003c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = V_0; if (!L_8) { goto IL_004c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = V_1; if (!L_9) { goto IL_004c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_10 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11 = V_1; int32_t L_12; L_12 = Query_CompareNodes_mFDFC1A9D29C440763197D0A45533C44FC3A8FFD4(L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; goto IL_008b; } IL_004c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13 = V_1; if (L_13) { goto IL_006d; } } { __this->set_advance1_3((bool)1); __this->set_advance2_4((bool)0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_0; __this->set_currentNode_5(L_14); __this->set_nextNode_6((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_15 = V_0; return L_15; } IL_006d: { __this->set_advance1_3((bool)0); __this->set_advance2_4((bool)1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_16 = V_1; __this->set_currentNode_5(L_16); __this->set_nextNode_6((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_17 = V_1; return L_17; } IL_008b: { int32_t L_18 = V_2; if (L_18) { goto IL_0097; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_20 = V_1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_21; L_21 = UnionExpr_ProcessBeforePosition_mC1383CE4B8A14F86E7A14B4B88C864A696961BBE(__this, L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_0097: { int32_t L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_00a4; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_23 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_24 = V_1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_25; L_25 = UnionExpr_ProcessAfterPosition_m021CB2CF4872D6C70BD63C6422CB36B01DFB8A6A(__this, L_23, L_24, /*hidden argument*/NULL); return L_25; } IL_00a4: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_26 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_27; L_27 = UnionExpr_ProcessSamePosition_m3A9A3D1FB52F2CF86E6EC6A61FED3A90CEF8A562(__this, L_26, /*hidden argument*/NULL); return L_27; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.UnionExpr::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnionExpr_get_StaticType_m47BB7858D1E63BAEDA1DDDDC36B0CB466694C8DE (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.UnionExpr::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * UnionExpr_Clone_m2F60F20187FD1D69779F6DB36ADBE6615B1B5F37 (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_0 = (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 *)il2cpp_codegen_object_new(UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577_il2cpp_TypeInfo_var); UnionExpr__ctor_m34468AFB6B4AD863AACA5F345D405C09A471032A(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.UnionExpr::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * UnionExpr_get_Current_mF8A9E0421AC5C3704EEE2CC0C50BB57CB14C1B25 (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = __this->get_currentNode_5(); return L_0; } } // System.Int32 MS.Internal.Xml.XPath.UnionExpr::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnionExpr_get_CurrentPosition_mA8E0C0D2C41C75153BA81767A2A6DBE034359321 (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * __this, const RuntimeMethod* method) { { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_0 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnionExpr_get_CurrentPosition_mA8E0C0D2C41C75153BA81767A2A6DBE034359321_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception System.Xml.Schema.UnionFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * UnionFacetsChecker_CheckValueFacets_m3DCD4B38870301A39BFC4B6797646F70F9603DB8 (UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, 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*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); s_Il2CppMethodInitialized = true; } RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_0 = NULL; int32_t G_B3_0 = 0; { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype1; NullCheck(L_0); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_1; L_1 = VirtualFuncInvoker0< RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0); V_0 = L_1; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_2 = V_0; if (L_2) { goto IL_000d; } } { G_B3_0 = 0; goto IL_0013; } IL_000d: { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_Flags_12(); G_B3_0 = ((int32_t)(L_4)); } IL_0013: { if (!((int32_t)((int32_t)G_B3_0&(int32_t)((int32_t)16)))) { goto IL_0038; } } { RuntimeObject * L_5 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_6 = V_0; NullCheck(L_6); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = L_6->get_Enumeration_4(); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_8 = ___datatype1; bool L_9; L_9 = VirtualFuncInvoker3< bool, RuntimeObject *, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(17 /* System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_5, L_7, L_8); if (L_9) { goto IL_0038; } } { String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_11 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_11, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_10, /*hidden argument*/NULL); return L_11; } IL_0038: { return (Exception_t *)NULL; } } // System.Boolean System.Xml.Schema.UnionFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnionFacetsChecker_MatchEnumeration_mBA36E17EBDCABAF9BA92994EEB8E8ECA8F565D49 (UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0 * __this, RuntimeObject * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0004: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___datatype2; RuntimeObject * L_1 = ___value0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = ___enumeration1; int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); NullCheck(L_0); int32_t L_5; L_5 = VirtualFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, L_1, L_4); if (L_5) { goto IL_0016; } } { return (bool)1; } IL_0016: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001a: { int32_t L_7 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_8 = ___enumeration1; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.UnionFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionFacetsChecker__ctor_m9C54C58988EFF405DEAC563BB7E9DAC99D69243F (UnionFacetsChecker_tEF317EAC017FEA555E5C3A2F347A2B5C3A2857D0 * __this, const RuntimeMethod* method) { { FacetsChecker__ctor_m9866E167E1A380C2278C0B37898E6E13552F61CF(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.UpaException::.ctor(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpaException__ctor_m8477F8F2C92D245269451AC32F07043BB741B937 (UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA * __this, RuntimeObject * ___particle10, RuntimeObject * ___particle21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___particle10; __this->set_particle1_17(L_0); RuntimeObject * L_1 = ___particle21; __this->set_particle2_18(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.Int32 System.Xml.ValidateNames::ParseNmtoken(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtoken_mF034C15CF991681642B21CC714C845B479FAD984 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; goto IL_001e; } IL_0004: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_2 = ___s0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (!((int32_t)((int32_t)L_6&(int32_t)8))) { goto IL_0027; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001e: { int32_t L_8 = V_0; String_t* L_9 = ___s0; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0004; } } IL_0027: { int32_t L_11 = V_0; int32_t L_12 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); } } // System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_mA444C03A72079A7D79A0E2B207D3E09F8D48CD4A (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; goto IL_0029; } IL_0004: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = (((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_2 = ___s0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&(int32_t)8))) { goto IL_0025; } } { String_t* L_7 = ___s0; int32_t L_8 = V_0; NullCheck(L_7); Il2CppChar L_9; L_9 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_7, L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)58))))) { goto IL_0032; } } IL_0025: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0029: { int32_t L_11 = V_0; String_t* L_12 = ___s0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0004; } } IL_0032: { int32_t L_14 = V_0; int32_t L_15 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)); } } // System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m9D35DAE2FBB3971A7CFCB98CC52B9047A4949F34 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; int32_t L_1 = V_0; String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0062; } } { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_5 = ___s0; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); Il2CppChar L_8 = L_7; uint8_t L_9 = (L_4)->GetAt(static_cast(L_8)); if (((int32_t)((int32_t)L_9&(int32_t)4))) { goto IL_002c; } } { String_t* L_10 = ___s0; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_0032; } } IL_002c: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); goto IL_0059; } IL_0032: { return 0; } IL_0034: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = (((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_15 = ___s0; int32_t L_16 = V_0; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); Il2CppChar L_18 = L_17; uint8_t L_19 = (L_14)->GetAt(static_cast(L_18)); if (((int32_t)((int32_t)L_19&(int32_t)8))) { goto IL_0055; } } { String_t* L_20 = ___s0; int32_t L_21 = V_0; NullCheck(L_20); Il2CppChar L_22; L_22 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_20, L_21, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58))))) { goto IL_0062; } } IL_0055: { int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0059: { int32_t L_24 = V_0; String_t* L_25 = ___s0; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_0034; } } IL_0062: { int32_t L_27 = V_0; int32_t L_28 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)); } } // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m72F23A8A08A329A579F8AB32DAEFA1EEFDA88C4F (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; int32_t L_1 = V_0; String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_004c; } } { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = (((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_5 = ___s0; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); NullCheck(L_4); Il2CppChar L_8 = L_7; uint8_t L_9 = (L_4)->GetAt(static_cast(L_8)); if (!((int32_t)((int32_t)L_9&(int32_t)4))) { goto IL_0027; } } { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_0043; } IL_0027: { return 0; } IL_0029: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = (((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0())->get_charProperties_2(); String_t* L_12 = ___s0; int32_t L_13 = V_0; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); Il2CppChar L_15 = L_14; uint8_t L_16 = (L_11)->GetAt(static_cast(L_15)); if (!((int32_t)((int32_t)L_16&(int32_t)8))) { goto IL_004c; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0043: { int32_t L_18 = V_0; String_t* L_19 = ___s0; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_19, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0029; } } IL_004c: { int32_t L_21 = V_0; int32_t L_22 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)); } } // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_mD0370ACB5616265F0E73F325BA840EDB3801AEF6 (String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseNCName_m72F23A8A08A329A579F8AB32DAEFA1EEFDA88C4F(L_0, 0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_mCC176047DCBC3582699F0FFB32F2294F8EF4235F (String_t* ___s0, int32_t ___offset1, int32_t* ___colonOffset2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t* L_0 = ___colonOffset2; *((int32_t*)L_0) = (int32_t)0; String_t* L_1 = ___s0; int32_t L_2 = ___offset1; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_3; L_3 = ValidateNames_ParseNCName_m72F23A8A08A329A579F8AB32DAEFA1EEFDA88C4F(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (!L_4) { goto IL_003d; } } { int32_t L_5 = ___offset1; int32_t L_6 = V_0; ___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)); int32_t L_7 = ___offset1; String_t* L_8 = ___s0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) >= ((int32_t)L_9))) { goto IL_003d; } } { String_t* L_10 = ___s0; int32_t L_11 = ___offset1; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_003d; } } { String_t* L_13 = ___s0; int32_t L_14 = ___offset1; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_15; L_15 = ValidateNames_ParseNCName_m72F23A8A08A329A579F8AB32DAEFA1EEFDA88C4F(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; if (!L_16) { goto IL_003d; } } { int32_t* L_17 = ___colonOffset2; int32_t L_18 = ___offset1; *((int32_t*)L_17) = (int32_t)L_18; int32_t L_19 = V_0; int32_t L_20 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)))); } IL_003d: { int32_t L_21 = V_0; return L_21; } } // System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_m7EA36DC81757EC1D9E3287E4C29CEB86C1152956 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseQName_mCC176047DCBC3582699F0FFB32F2294F8EF4235F(L_0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0016; } } { int32_t L_3 = V_1; String_t* L_4 = ___s0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_001e; } } IL_0016: { String_t* L_6 = ___s0; int32_t L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); ValidateNames_ThrowInvalidName_m3B8085044403A9CFA0F9F4CABF00D01ACCA98A57(L_6, 0, L_7, /*hidden argument*/NULL); } IL_001e: { int32_t L_8 = V_0; if (!L_8) { goto IL_0037; } } { String_t** L_9 = ___prefix1; String_t* L_10 = ___s0; int32_t L_11 = V_0; NullCheck(L_10); String_t* L_12; L_12 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_10, 0, L_11, /*hidden argument*/NULL); *((RuntimeObject **)L_9) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_12); String_t** L_13 = ___localName2; String_t* L_14 = ___s0; int32_t L_15 = V_0; NullCheck(L_14); String_t* L_16; L_16 = String_Substring_mB6B87FD76552BBF6D4E2B9F07F857FE051DCE190(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)L_13) = (RuntimeObject *)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_16); return; } IL_0037: { String_t** L_17 = ___prefix1; *((RuntimeObject **)L_17) = (RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_17, (void*)(RuntimeObject *)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); String_t** L_18 = ___localName2; String_t* L_19 = ___s0; *((RuntimeObject **)L_18) = (RuntimeObject *)L_19; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_19); return; } } // System.Void System.Xml.ValidateNames::ThrowInvalidName(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ThrowInvalidName_m3B8085044403A9CFA0F9F4CABF00D01ACCA98A57 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method) { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___offsetStartChar1; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0019; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_ThrowInvalidName_m3B8085044403A9CFA0F9F4CABF00D01ACCA98A57_RuntimeMethod_var))); } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))); String_t* L_5 = ___s0; int32_t L_6 = ___offsetBadChar2; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); bool L_8; L_8 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))))->get_address_of_xmlCharType_0()), L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0054; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_9; L_9 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = ___s0; int32_t L_11 = ___offsetBadChar2; 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_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(&V_0), L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0054; } } { String_t* L_14 = ___s0; int32_t L_15 = ___offsetBadChar2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16; L_16 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_14, L_15, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_17 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D)), L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_ThrowInvalidName_m3B8085044403A9CFA0F9F4CABF00D01ACCA98A57_RuntimeMethod_var))); } IL_0054: { String_t* L_18 = ___s0; int32_t L_19 = ___offsetBadChar2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20; L_20 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_18, L_19, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_21 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var))); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05)), L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_ThrowInvalidName_m3B8085044403A9CFA0F9F4CABF00D01ACCA98A57_RuntimeMethod_var))); } } // System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ValidateNames_GetInvalidNameException_mCDBB9FC64FE42F4EC28C6A5905572DB1BDBC5ED6 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___offsetStartChar1; String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0019; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_4 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9(L_4, _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, L_3, /*hidden argument*/NULL); return L_4; } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); String_t* L_5 = ___s0; int32_t L_6 = ___offsetBadChar2; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); bool L_8; L_8 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0051; } } { IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); String_t* L_9 = ___s0; int32_t L_10 = ___offsetBadChar2; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_9, L_10, /*hidden argument*/NULL); bool L_12; L_12 = XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)(((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->get_address_of_xmlCharType_0()), L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0051; } } { String_t* L_13 = ___s0; int32_t L_14 = ___offsetBadChar2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15; L_15 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_13, L_14, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_16 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_16, _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D, L_15, /*hidden argument*/NULL); return L_16; } IL_0051: { String_t* L_17 = ___s0; int32_t L_18 = ___offsetBadChar2; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19; L_19 = XmlException_BuildCharExceptionArgs_m4A2C0BF59A2C409511D7E233C9CACA9801D7254F(L_17, L_18, /*hidden argument*/NULL); XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * L_20 = (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 *)il2cpp_codegen_object_new(XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_il2cpp_TypeInfo_var); XmlException__ctor_m774540F83B81D877D8C30183EA2D2F4A76427058(L_20, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_19, /*hidden argument*/NULL); return L_20; } } // System.Void System.Xml.ValidateNames::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames__cctor_m8316E389F189ED065508BF01AB1460432C27B880 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); ((ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_t08DBB4C2A616E0425A90E2E5B0A7DBA943787E17_il2cpp_TypeInfo_var))->set_xmlCharType_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.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::get_Severity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m76F16371C2A4550B55BFF504FC1D1B2FC5CEAD07 (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_severity_2(); return L_0; } } // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::get_Exception() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * ValidationEventArgs_get_Exception_m01CDAE32415DBC8A32EFA7CA548E09F9414324B0 (ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * __this, const RuntimeMethod* method) { { XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_0 = __this->get_ex_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.ValidationEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandler__ctor_m89CCA5876079F0FE71C8999D969BB772A689E823 (ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Xml.Schema.ValidationEventHandler::Invoke(System.Object,System.Xml.Schema.ValidationEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m9F3DC4D0D4280BF1A483070BA9E4EC2BF561B518 (ValidationEventHandler_tE0F1666DEE5D41D7A2A1D78B8E6B07EC830ACE3C * __this, RuntimeObject * ___sender0, ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * ___e1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RuntimeObject *, ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else if (___parameterCount != 2) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtualActionInvoker1< ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtualActionInvoker1< ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ValidationEventArgs_t2CDBD5648CBB2EBA43B34779195D3B13F4C14F17 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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 MS.Internal.Xml.XPath.ValueQuery::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueQuery__ctor_mAEABD783E8C16EA68189B971D57FC6719CFBCAB6 (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, const RuntimeMethod* method) { { Query__ctor_m1EC491C2B27B23CE8D1393228BA83AA3DD2AF574(__this, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.ValueQuery::.ctor(MS.Internal.Xml.XPath.ValueQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueQuery__ctor_m9CFD5F77B9E3D4669BEDAC87C1EC28CD7CC454B1 (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * ___other0, const RuntimeMethod* method) { { ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * L_0 = ___other0; Query__ctor_m7259F6D561678E24DA2C8B6D21AB3316C8C10510(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.ValueQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueQuery_Reset_m15321B4FA99BDEFD9EFD0C8FAAC3BF55EC3480F9 (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, const RuntimeMethod* method) { { return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ValueQuery::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ValueQuery_get_Current_m6C11C4F65324B233D824041B3C9499FF304DF615 (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, const RuntimeMethod* method) { { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_0; L_0 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValueQuery_get_Current_m6C11C4F65324B233D824041B3C9499FF304DF615_RuntimeMethod_var))); } } // System.Int32 MS.Internal.Xml.XPath.ValueQuery::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueQuery_get_CurrentPosition_m70BF87E55C1EC562E77235A0DEA0F85FCC6D7643 (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, const RuntimeMethod* method) { { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_0; L_0 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValueQuery_get_CurrentPosition_m70BF87E55C1EC562E77235A0DEA0F85FCC6D7643_RuntimeMethod_var))); } } // System.Int32 MS.Internal.Xml.XPath.ValueQuery::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueQuery_get_Count_m9471557A68A5FC83303F7B1C4B577D7DCB61B526 (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, const RuntimeMethod* method) { { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_0; L_0 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValueQuery_get_Count_m9471557A68A5FC83303F7B1C4B577D7DCB61B526_RuntimeMethod_var))); } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ValueQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ValueQuery_Advance_m007C4C9ACEE4EC8575322596786AA72206A5340B (ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB * __this, const RuntimeMethod* method) { { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_0; L_0 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValueQuery_Advance_m007C4C9ACEE4EC8575322596786AA72206A5340B_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.Variable::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Variable__ctor_mFCE0438C4FF407CAA1796F340A87967E9E724FD1 (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, String_t* ___name0, String_t* ___prefix1, const RuntimeMethod* method) { { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_localname_0(L_0); String_t* L_1 = ___prefix1; __this->set_prefix_1(L_1); return; } } // MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Variable::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Variable_get_Type_mF922A07493854FA10659B1D04596EDC326F13EE9 (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Variable::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Variable_get_ReturnType_m50D98D975F0561C5094D99A29FEF49FACDD3ADA6 (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.String MS.Internal.Xml.XPath.Variable::get_Localname() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Variable_get_Localname_m5AA7C97CBA7653BFC808FF81D8FB139B527D5EBD (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localname_0(); return L_0; } } // System.String MS.Internal.Xml.XPath.Variable::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Variable_get_Prefix_m42250539DD318AB4531273FC772AC1E4CC1D0214 (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.VariableQuery::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableQuery__ctor_mED6DF67AFB4B8C3B9A0B4CDDEF121A9D1D9348DB (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * __this, String_t* ___name0, String_t* ___prefix1, const RuntimeMethod* method) { { String_t* L_0 = ___prefix1; String_t* L_1 = ___name0; ExtensionQuery__ctor_mEDD24265A6E44C4922FF9313603C053963FD1CC9(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.VariableQuery::.ctor(MS.Internal.Xml.XPath.VariableQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableQuery__ctor_mBDB905A4A52B04244CB4A5735D6A55778772AD57 (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * __this, VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * ___other0, const RuntimeMethod* method) { { VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * L_0 = ___other0; ExtensionQuery__ctor_mB5427EC490BF7E8706F60F31C6C39B5ED6241004(__this, L_0, /*hidden argument*/NULL); VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * L_1 = ___other0; NullCheck(L_1); RuntimeObject* L_2 = L_1->get_variable_5(); __this->set_variable_5(L_2); return; } } // System.Void MS.Internal.Xml.XPath.VariableQuery::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableQuery_SetXsltContext_m96C40436BB83FBBF374813AF09E9F216A83E00B9 (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method) { { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_0 = ___context0; if (L_0) { goto IL_000e; } } { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_1; L_1 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEEC7EDD445A803BF7283248C4CEA74FBAEF51A7D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableQuery_SetXsltContext_m96C40436BB83FBBF374813AF09E9F216A83E00B9_RuntimeMethod_var))); } IL_000e: { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_2 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_xsltContext_3(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_3 = ___context0; if ((((RuntimeObject*)(XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 *)L_2) == ((RuntimeObject*)(XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 *)L_3))) { goto IL_0054; } } { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_4 = ___context0; ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->set_xsltContext_3(L_4); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_5 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_xsltContext_3(); String_t* L_6 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_prefix_1(); String_t* L_7 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_name_2(); NullCheck(L_5); RuntimeObject* L_8; L_8 = VirtualFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(16 /* System.Xml.Xsl.IXsltContextVariable System.Xml.Xsl.XsltContext::ResolveVariable(System.String,System.String) */, L_5, L_6, L_7); __this->set_variable_5(L_8); RuntimeObject* L_9 = __this->get_variable_5(); if (L_9) { goto IL_0054; } } { String_t* L_10; L_10 = ExtensionQuery_get_QName_mDC02D2D6B11830A4F3C1441AE65EE75A751B6E3D(__this, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_11; L_11 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0FF2CCA08D1FF434D983AEC66B0C77CA1AE3354E)), L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableQuery_SetXsltContext_m96C40436BB83FBBF374813AF09E9F216A83E00B9_RuntimeMethod_var))); } IL_0054: { return; } } // System.Object MS.Internal.Xml.XPath.VariableQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * VariableQuery_Evaluate_m547C22E60FE152F3DA8A96ED1B03DC0E7B4C36D7 (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXsltContextVariable_t54783DA4091944DC9B5FAAD21AA694685039FCA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_0 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_xsltContext_3(); if (L_0) { goto IL_0013; } } { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_1; L_1 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEEC7EDD445A803BF7283248C4CEA74FBAEF51A7D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&VariableQuery_Evaluate_m547C22E60FE152F3DA8A96ED1B03DC0E7B4C36D7_RuntimeMethod_var))); } IL_0013: { RuntimeObject* L_2 = __this->get_variable_5(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_3 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_xsltContext_3(); NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(1 /* System.Object System.Xml.Xsl.IXsltContextVariable::Evaluate(System.Xml.Xsl.XsltContext) */, IXsltContextVariable_t54783DA4091944DC9B5FAAD21AA694685039FCA0_il2cpp_TypeInfo_var, L_2, L_3); RuntimeObject * L_5; L_5 = ExtensionQuery_ProcessResult_m74E8E4F85DF3C45104557057F5266DE6B798BDFA(__this, L_4, /*hidden argument*/NULL); return L_5; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.VariableQuery::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VariableQuery_get_StaticType_m37A65AAE826F22390E0FA1CE8625BCF948B6A43C (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXsltContextVariable_t54783DA4091944DC9B5FAAD21AA694685039FCA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B5_0 = 0; { RuntimeObject* L_0 = __this->get_variable_5(); if (!L_0) { goto IL_0016; } } { RuntimeObject * L_1; L_1 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, __this, (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)NULL); int32_t L_2; L_2 = Query_GetXPathType_m80F7772A0C42CC4E9B8788B91EA88C8806A0D77F(__this, L_1, /*hidden argument*/NULL); return L_2; } IL_0016: { RuntimeObject* L_3 = __this->get_variable_5(); if (L_3) { goto IL_0021; } } { G_B5_0 = 5; goto IL_002c; } IL_0021: { RuntimeObject* L_4 = __this->get_variable_5(); NullCheck(L_4); int32_t L_5; L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XPath.XPathResultType System.Xml.Xsl.IXsltContextVariable::get_VariableType() */, IXsltContextVariable_t54783DA4091944DC9B5FAAD21AA694685039FCA0_il2cpp_TypeInfo_var, L_4); G_B5_0 = ((int32_t)(L_5)); } IL_002c: { V_0 = G_B5_0; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)6)))) { goto IL_0033; } } { V_0 = 5; } IL_0033: { int32_t L_7 = V_0; return L_7; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.VariableQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * VariableQuery_Clone_m0409677C5B9FD094D30D57FC22887ADB76D30131 (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * L_0 = (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA *)il2cpp_codegen_object_new(VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA_il2cpp_TypeInfo_var); VariableQuery__ctor_mBDB905A4A52B04244CB4A5735D6A55778772AD57(L_0, __this, /*hidden argument*/NULL); 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.XPathAncestorQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAncestorQuery__ctor_m2DF70A004A3E3A8DBBFA09055FFEEF775583278F (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, bool ___matchSelf4, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___qyInput0; String_t* L_1 = ___name1; String_t* L_2 = ___prefix2; int32_t L_3 = ___typeTest3; CacheAxisQuery__ctor_mC41E9AA86243A09BFF3F8C798AA3F7C5C2777598(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); bool L_4 = ___matchSelf4; __this->set_matchSelf_10(L_4); return; } } // System.Void MS.Internal.Xml.XPath.XPathAncestorQuery::.ctor(MS.Internal.Xml.XPath.XPathAncestorQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAncestorQuery__ctor_m6A41A632B2CBCC9888BF93ED022EF63FFBD628B0 (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * __this, XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * ___other0, const RuntimeMethod* method) { { XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * L_0 = ___other0; CacheAxisQuery__ctor_mF91543D23F894523DA0EC90EB0BBDD10A47DBB4D(__this, L_0, /*hidden argument*/NULL); XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * L_1 = ___other0; NullCheck(L_1); bool L_2 = L_1->get_matchSelf_10(); __this->set_matchSelf_10(L_2); return; } } // System.Object MS.Internal.Xml.XPath.XPathAncestorQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathAncestorQuery_Evaluate_m4B8DB2E6BFF1AD65D0D8367C4EAD9BF9F14C1A27 (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___context0; RuntimeObject * L_1; L_1 = CacheAxisQuery_Evaluate_m36B061DE371FE64903FC451CAC87BFA3D7F01CC9(__this, L_0, /*hidden argument*/NULL); V_0 = (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; goto IL_0061; } IL_000c: { bool L_2 = __this->get_matchSelf_10(); if (!L_2) { goto IL_002c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = V_1; bool L_4; L_4 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_3); if (!L_4) { goto IL_002c; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_5 = ((CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA *)__this)->get_outputBuffer_9(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = V_1; bool L_7; L_7 = Query_Insert_mB941CABF446C6C76C3F031C5A602B92850D7090D(__this, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0061; } } IL_002c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = V_0; if (!L_8) { goto IL_0038; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_10 = V_1; NullCheck(L_9); bool L_11; L_11 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, L_9, L_10); if (L_11) { goto IL_0059; } } IL_0038: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12 = V_1; NullCheck(L_12); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13; L_13 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_12); V_0 = L_13; goto IL_0059; } IL_0041: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_0; bool L_15; L_15 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_14); if (!L_15) { goto IL_0059; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_16 = ((CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA *)__this)->get_outputBuffer_9(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_17 = V_0; bool L_18; L_18 = Query_Insert_mB941CABF446C6C76C3F031C5A602B92850D7090D(__this, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0061; } } IL_0059: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = V_0; NullCheck(L_19); bool L_20; L_20 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_19); if (L_20) { goto IL_0041; } } IL_0061: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_21 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_21); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_22; L_22 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_21); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_23 = L_22; V_1 = L_23; if (L_23) { goto IL_000c; } } { return __this; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.XPathAncestorQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathAncestorQuery_Clone_m600C3110FA28E94AF08028530C1DD92C03EAFD86 (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * L_0 = (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D *)il2cpp_codegen_object_new(XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D_il2cpp_TypeInfo_var); XPathAncestorQuery__ctor_m6A41A632B2CBCC9888BF93ED022EF63FFBD628B0(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 MS.Internal.Xml.XPath.XPathAncestorQuery::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathAncestorQuery_get_CurrentPosition_m20A316AB81A12AFFA18F87006B3CB08F32AA4DBD (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_0 = ((CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA *)__this)->get_outputBuffer_9(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_inline(L_0, /*hidden argument*/List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); int32_t L_2 = ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->get_count_0(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); } } // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.XPathAncestorQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathAncestorQuery_get_Properties_mAFE60CA76CE29FD944A981E6377CC3D23C7A2820 (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = CacheAxisQuery_get_Properties_m284DCDE2E62F100651C7F8AAC42736E8A9932033(__this, /*hidden argument*/NULL); return (int32_t)(((int32_t)((int32_t)L_0|(int32_t)8))); } } #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 MS.Internal.Xml.XPath.XPathArrayIterator::.ctor(MS.Internal.Xml.XPath.XPathArrayIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathArrayIterator__ctor_mA71B532765365395D9BBAB2CE2E4FAE70A820F7C (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * ___it0, const RuntimeMethod* method) { { ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D(__this, /*hidden argument*/NULL); XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * L_0 = ___it0; NullCheck(L_0); RuntimeObject* L_1 = L_0->get_list_1(); __this->set_list_1(L_1); XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * L_2 = ___it0; NullCheck(L_2); int32_t L_3 = L_2->get_index_2(); __this->set_index_2(L_3); return; } } // System.Void MS.Internal.Xml.XPath.XPathArrayIterator::.ctor(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathArrayIterator__ctor_mBA30661975593E5828FDF69E8014AFA4FC4A7E86 (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D(__this, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); __this->set_list_1(L_0); goto IL_002a; } IL_0013: { RuntimeObject* L_1 = __this->get_list_1(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___nodeIterator0; NullCheck(L_2); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3; L_3 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_2); NullCheck(L_3); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4; L_4 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_3); NullCheck(L_1); int32_t L_5; L_5 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(2 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_1, L_4); } IL_002a: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_6 = ___nodeIterator0; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_6); if (L_7) { goto IL_0013; } } { return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.XPathArrayIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathArrayIterator_Clone_m62710CB6E3532A1FBB683F6DD1F4B84F7E5201F4 (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * L_0 = (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD *)il2cpp_codegen_object_new(XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD_il2cpp_TypeInfo_var); XPathArrayIterator__ctor_mA71B532765365395D9BBAB2CE2E4FAE70A820F7C(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathArrayIterator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathArrayIterator_get_Current_m1C57E3D19504F2E33018463CC0AC1A3B4FEC0392 (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_index_2(); if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0027; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = (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_2 = L_1; String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->get_Empty_5(); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (RuntimeObject *)L_3); String_t* L_4; L_4 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2390D6884F59E2E4EA04837AD7D6268548597633)), L_2, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_5 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathArrayIterator_get_Current_m1C57E3D19504F2E33018463CC0AC1A3B4FEC0392_RuntimeMethod_var))); } IL_0027: { RuntimeObject* L_6 = __this->get_list_1(); int32_t L_7 = __this->get_index_2(); NullCheck(L_6); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); return ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_8, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var)); } } // System.Int32 MS.Internal.Xml.XPath.XPathArrayIterator::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathArrayIterator_get_CurrentPosition_m6321B6B3739F0988FE87E880CC2073D9846DD76B (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_index_2(); return L_0; } } // System.Int32 MS.Internal.Xml.XPath.XPathArrayIterator::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathArrayIterator_get_Count_mAA3915D7390E2D51A4FEC2A7A45D41FFC848CB84 (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_list_1(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean MS.Internal.Xml.XPath.XPathArrayIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathArrayIterator_MoveNext_m0F429E983B47FC167658090F447D9AF4124A9287 (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_index_2(); RuntimeObject* L_1 = __this->get_list_1(); NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_tC1E1DED86C0A66845675392606B302452210D5DA_il2cpp_TypeInfo_var, L_1); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0015; } } { return (bool)0; } IL_0015: { int32_t L_3 = __this->get_index_2(); __this->set_index_2(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return (bool)1; } } // System.Void MS.Internal.Xml.XPath.XPathArrayIterator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathArrayIterator_Reset_m9DD5684B4D62516A1D393BE37892F145376283E1 (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, const RuntimeMethod* method) { { __this->set_index_2(0); return; } } // System.Collections.IEnumerator MS.Internal.Xml.XPath.XPathArrayIterator::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathArrayIterator_GetEnumerator_mB4CFE2C7C70D826CB5C0BA1F0279732DBE664BF4 (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_list_1(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.XPathAxisIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAxisIterator__ctor_mBCD9FB2029EAA911630424CDA3C5B15AA74C50D3 (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, bool ___matchSelf1, const RuntimeMethod* method) { { __this->set_first_7((bool)1); XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351(__this, /*hidden argument*/NULL); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; __this->set_nav_1(L_0); bool L_1 = ___matchSelf1; __this->set_matchSelf_6(L_1); return; } } // System.Void MS.Internal.Xml.XPath.XPathAxisIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAxisIterator__ctor_m7836F8FFEA9AC2EAC0A5646DE4480796E49586D6 (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, int32_t ___type1, bool ___matchSelf2, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; bool L_1 = ___matchSelf2; XPathAxisIterator__ctor_mBCD9FB2029EAA911630424CDA3C5B15AA74C50D3(__this, L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___type1; __this->set_type_2(L_2); return; } } // System.Void MS.Internal.Xml.XPath.XPathAxisIterator::.ctor(System.Xml.XPath.XPathNavigator,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAxisIterator__ctor_m38ABD80B4EF8F9998394EE379F75F6D7E43504C0 (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, String_t* ___name1, String_t* ___namespaceURI2, bool ___matchSelf3, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; bool L_1 = ___matchSelf3; XPathAxisIterator__ctor_mBCD9FB2029EAA911630424CDA3C5B15AA74C50D3(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___name1; if (L_2) { goto IL_0017; } } { 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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathAxisIterator__ctor_m38ABD80B4EF8F9998394EE379F75F6D7E43504C0_RuntimeMethod_var))); } IL_0017: { String_t* L_4 = ___namespaceURI2; if (L_4) { goto IL_0025; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68930CC908F2D84D0608F119634A199E407F83C2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathAxisIterator__ctor_m38ABD80B4EF8F9998394EE379F75F6D7E43504C0_RuntimeMethod_var))); } IL_0025: { String_t* L_6 = ___name1; __this->set_name_3(L_6); String_t* L_7 = ___namespaceURI2; __this->set_uri_4(L_7); return; } } // System.Void MS.Internal.Xml.XPath.XPathAxisIterator::.ctor(MS.Internal.Xml.XPath.XPathAxisIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathAxisIterator__ctor_m3EED45ED77432F86D70872072B8E8313947B189A (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * ___it0, const RuntimeMethod* method) { { __this->set_first_7((bool)1); XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351(__this, /*hidden argument*/NULL); XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * L_0 = ___it0; NullCheck(L_0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = L_0->get_nav_1(); NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_1); __this->set_nav_1(L_2); XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * L_3 = ___it0; NullCheck(L_3); int32_t L_4 = L_3->get_type_2(); __this->set_type_2(L_4); XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * L_5 = ___it0; NullCheck(L_5); String_t* L_6 = L_5->get_name_3(); __this->set_name_3(L_6); XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * L_7 = ___it0; NullCheck(L_7); String_t* L_8 = L_7->get_uri_4(); __this->set_uri_4(L_8); XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * L_9 = ___it0; NullCheck(L_9); int32_t L_10 = L_9->get_position_5(); __this->set_position_5(L_10); XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * L_11 = ___it0; NullCheck(L_11); bool L_12 = L_11->get_matchSelf_6(); __this->set_matchSelf_6(L_12); XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * L_13 = ___it0; NullCheck(L_13); bool L_14 = L_13->get_first_7(); __this->set_first_7(L_14); return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathAxisIterator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathAxisIterator_get_Current_mB67BAA9EC7536E14BE8EC386BAFC214E340FDCDE (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = __this->get_nav_1(); return L_0; } } // System.Int32 MS.Internal.Xml.XPath.XPathAxisIterator::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathAxisIterator_get_CurrentPosition_m072E70840C6D4CA9727B1F84B13F02B74EBD15AB (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_position_5(); return L_0; } } // System.Boolean MS.Internal.Xml.XPath.XPathAxisIterator::get_Matches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathAxisIterator_get_Matches_m272360BD7F0DFF039E14850D2A8C653D38C05E82 (XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); if (L_0) { goto IL_0051; } } { int32_t L_1 = __this->get_type_2(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = __this->get_nav_1(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_2); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_004f; } } { int32_t L_4 = __this->get_type_2(); if ((((int32_t)L_4) == ((int32_t)((int32_t)9)))) { goto IL_004f; } } { int32_t L_5 = __this->get_type_2(); if ((!(((uint32_t)L_5) == ((uint32_t)4)))) { goto IL_004d; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = __this->get_nav_1(); NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_6); if ((((int32_t)L_7) == ((int32_t)6))) { goto IL_004b; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = __this->get_nav_1(); NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_8); return (bool)((((int32_t)L_9) == ((int32_t)5))? 1 : 0); } IL_004b: { return (bool)1; } IL_004d: { return (bool)0; } IL_004f: { return (bool)1; } IL_0051: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_10 = __this->get_nav_1(); NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_009b; } } { String_t* L_12 = __this->get_name_3(); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0084; } } { String_t* L_14 = __this->get_name_3(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_15 = __this->get_nav_1(); NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_15); bool L_17; L_17 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_009b; } } IL_0084: { String_t* L_18 = __this->get_uri_4(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = __this->get_nav_1(); NullCheck(L_19); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_19); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_18, L_20, /*hidden argument*/NULL); return L_21; } IL_009b: { 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 MS.Internal.Xml.XPath.XPathChildIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathChildIterator__ctor_m7C799B01C21A1D9E4DCE1AF8FD13B0626C3FCBBD (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, int32_t ___type1, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; int32_t L_1 = ___type1; XPathAxisIterator__ctor_m7836F8FFEA9AC2EAC0A5646DE4480796E49586D6(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.XPathChildIterator::.ctor(System.Xml.XPath.XPathNavigator,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathChildIterator__ctor_m7A644FBD7DD790C7FD39AD66FA4991A301631295 (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, String_t* ___name1, String_t* ___namespaceURI2, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; String_t* L_1 = ___name1; String_t* L_2 = ___namespaceURI2; XPathAxisIterator__ctor_m38ABD80B4EF8F9998394EE379F75F6D7E43504C0(__this, L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.XPathChildIterator::.ctor(MS.Internal.Xml.XPath.XPathChildIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathChildIterator__ctor_mAE3C0A760B579A48286E7AB574BA9BF6E21FEBD1 (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * __this, XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * ___it0, const RuntimeMethod* method) { { XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * L_0 = ___it0; XPathAxisIterator__ctor_m3EED45ED77432F86D70872072B8E8313947B189A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.XPathChildIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathChildIterator_Clone_mC07949FCFF6BC8FC791F247A70CC77E1884F7B9F (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * L_0 = (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 *)il2cpp_codegen_object_new(XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19_il2cpp_TypeInfo_var); XPathChildIterator__ctor_mAE3C0A760B579A48286E7AB574BA9BF6E21FEBD1(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean MS.Internal.Xml.XPath.XPathChildIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathChildIterator_MoveNext_m4B9D82ADAE03532908A0E190FB63111A55B59289 (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * __this, const RuntimeMethod* method) { bool G_B6_0 = false; { goto IL_0021; } IL_0002: { ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->set_first_7((bool)0); bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(12 /* System.Boolean MS.Internal.Xml.XPath.XPathAxisIterator::get_Matches() */, __this); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_position_5(); ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->set_position_5(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); return (bool)1; } IL_0021: { bool L_2 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_first_7(); if (L_2) { goto IL_0036; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_nav_1(); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_3); G_B6_0 = L_4; goto IL_0041; } IL_0036: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_nav_1(); NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_5); G_B6_0 = L_6; } IL_0041: { if (G_B6_0) { goto IL_0002; } } { 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 MS.Internal.Xml.XPath.XPathDescendantIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDescendantIterator__ctor_mDAFCED9794991528F6BB296BF9730334943EAF38 (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, int32_t ___type1, bool ___matchSelf2, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; int32_t L_1 = ___type1; bool L_2 = ___matchSelf2; XPathAxisIterator__ctor_m7836F8FFEA9AC2EAC0A5646DE4480796E49586D6(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.XPathDescendantIterator::.ctor(System.Xml.XPath.XPathNavigator,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDescendantIterator__ctor_m60408ABA5F6333229EDB34CFB951BA3233C9CAD9 (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, String_t* ___name1, String_t* ___namespaceURI2, bool ___matchSelf3, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; String_t* L_1 = ___name1; String_t* L_2 = ___namespaceURI2; bool L_3 = ___matchSelf3; XPathAxisIterator__ctor_m38ABD80B4EF8F9998394EE379F75F6D7E43504C0(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.XPathDescendantIterator::.ctor(MS.Internal.Xml.XPath.XPathDescendantIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDescendantIterator__ctor_mC1E728BD3CDCCD838D304656C3B0DFE4C5DCB10C (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * __this, XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * ___it0, const RuntimeMethod* method) { { XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * L_0 = ___it0; XPathAxisIterator__ctor_m3EED45ED77432F86D70872072B8E8313947B189A(__this, L_0, /*hidden argument*/NULL); XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * L_1 = ___it0; NullCheck(L_1); int32_t L_2 = L_1->get_level_8(); __this->set_level_8(L_2); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.XPathDescendantIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDescendantIterator_Clone_m6E1E9A7AFB56754D1171F7FE2C87CF0B1E5B28FB (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * L_0 = (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 *)il2cpp_codegen_object_new(XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1_il2cpp_TypeInfo_var); XPathDescendantIterator__ctor_mC1E728BD3CDCCD838D304656C3B0DFE4C5DCB10C(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean MS.Internal.Xml.XPath.XPathDescendantIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDescendantIterator_MoveNext_mC4BDC640CB8CC7207A11297B31D95C0EAC79EE96 (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * __this, const RuntimeMethod* method) { { bool L_0 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_first_7(); if (!L_0) { goto IL_0028; } } { ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->set_first_7((bool)0); bool L_1 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_matchSelf_6(); if (!L_1) { goto IL_0028; } } { bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(12 /* System.Boolean MS.Internal.Xml.XPath.XPathAxisIterator::get_Matches() */, __this); if (!L_2) { goto IL_0028; } } { ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->set_position_5(1); return (bool)1; } IL_0028: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_nav_1(); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_3); if (!L_4) { goto IL_0045; } } { int32_t L_5 = __this->get_level_8(); __this->set_level_8(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); goto IL_0078; } IL_0045: { int32_t L_6 = __this->get_level_8(); if (L_6) { goto IL_004f; } } { return (bool)0; } IL_004f: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_nav_1(); NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_7); if (L_8) { goto IL_0078; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_nav_1(); NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_9); int32_t L_11 = __this->get_level_8(); __this->set_level_8(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); goto IL_0045; } IL_0078: { bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(12 /* System.Boolean MS.Internal.Xml.XPath.XPathAxisIterator::get_Matches() */, __this); if (!L_12) { goto IL_0028; } } { int32_t L_13 = ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->get_position_5(); ((XPathAxisIterator_tFB45B8C299B8393AE735B2F31B722AD45FC9BFA5 *)__this)->set_position_5(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNameTable System.Xml.XPath.XPathDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XPathDocument_get_NameTable_m0EA600647554AADA766F933C9170DDED22014E09 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_6(); return L_0; } } // System.Int32 System.Xml.XPath.XPathDocument::GetCollapsedTextNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetCollapsedTextNode_m641E1E828A3221950B2B80F2115B3EB80A5F20F5 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageText0, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageText0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageText_0(); *((RuntimeObject **)L_0) = (RuntimeObject *)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_1); int32_t L_2 = __this->get_idxText_3(); return L_2; } } // System.Int32 System.Xml.XPath.XPathDocument::GetRootNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetRootNode_m57F00EBCCCCEC6409BE41E0C89352118B2433BA9 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageRoot0, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageRoot0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageRoot_1(); *((RuntimeObject **)L_0) = (RuntimeObject *)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_1); int32_t L_2 = __this->get_idxRoot_4(); return L_2; } } // System.Int32 System.Xml.XPath.XPathDocument::GetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetXmlNamespaceNode_m00496C4E94EBE11E3C6CEA74FA3640DD31503B00 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageXmlNmsp0, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageXmlNmsp0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageXmlNmsp_2(); *((RuntimeObject **)L_0) = (RuntimeObject *)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_1); int32_t L_2 = __this->get_idxXmlNmsp_5(); return L_2; } } // System.Int32 System.Xml.XPath.XPathDocument::LookupNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_LookupNamespaces_mD7676EC5448CAD421C3C117066B5FA3A2466EC1A (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNmsp2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m1E4F783E7D345C72557477BF3E3E8B6500E6962E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m7DE3937218C67D4D65E5338407A5BB6B0A7B76A5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 V_0; memset((&V_0), 0, sizeof(V_0)); { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = ___pageElem0; int32_t L_1 = ___idxElem1; XPathNodeRef__ctor_mA73F51EC6476B02530DB4CEA0002D33B209DB020((XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 *)(&V_0), L_0, L_1, /*hidden argument*/NULL); Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_2 = __this->get_mapNmsp_7(); if (!L_2) { goto IL_001f; } } { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_3 = __this->get_mapNmsp_7(); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_4 = V_0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_ContainsKey_m1E4F783E7D345C72557477BF3E3E8B6500E6962E(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_m1E4F783E7D345C72557477BF3E3E8B6500E6962E_RuntimeMethod_var); if (L_5) { goto IL_0024; } } IL_001f: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_6 = ___pageNmsp2; *((RuntimeObject **)L_6) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)NULL); return 0; } IL_0024: { Dictionary_2_t4EDA304EB239333A04A5B9AA8551E2714497961C * L_7 = __this->get_mapNmsp_7(); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_8 = V_0; NullCheck(L_7); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_9; L_9 = Dictionary_2_get_Item_m7DE3937218C67D4D65E5338407A5BB6B0A7B76A5(L_7, L_8, /*hidden argument*/Dictionary_2_get_Item_m7DE3937218C67D4D65E5338407A5BB6B0A7B76A5_RuntimeMethod_var); V_0 = L_9; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_10 = ___pageNmsp2; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11; L_11 = XPathNodeRef_get_Page_m43F46D993395AE8A88DC66C736E4BF7455DA21FA_inline((XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 *)(&V_0), /*hidden argument*/NULL); *((RuntimeObject **)L_10) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)L_11); int32_t L_12; L_12 = XPathNodeRef_get_Index_mF6C16E1ED1AD01AC0E60E87F3485EBEC7E372B69_inline((XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 *)(&V_0), /*hidden argument*/NULL); return L_12; } } // System.Int32 System.Xml.XPath.XPathDocument::LookupIdElement(System.String,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_LookupIdElement_mC8535CB16DE0A47725E989BA3D8AADE5FA7B9262 (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, String_t* ___id0, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageElem1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m7CA7A86950D9A4E59B144DC17D365D1BECE9ACCE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m65E4023612474F06A81A5E6C00F2CC9D7AD7667F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 V_0; memset((&V_0), 0, sizeof(V_0)); { Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 * L_0 = __this->get_idValueMap_8(); if (!L_0) { goto IL_0016; } } { Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 * L_1 = __this->get_idValueMap_8(); String_t* L_2 = ___id0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_ContainsKey_m7CA7A86950D9A4E59B144DC17D365D1BECE9ACCE(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m7CA7A86950D9A4E59B144DC17D365D1BECE9ACCE_RuntimeMethod_var); if (L_3) { goto IL_001b; } } IL_0016: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_4 = ___pageElem1; *((RuntimeObject **)L_4) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)(RuntimeObject *)NULL); return 0; } IL_001b: { Dictionary_2_tAE876430C26C14013C55DAD24B0371FC13711628 * L_5 = __this->get_idValueMap_8(); String_t* L_6 = ___id0; NullCheck(L_5); XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 L_7; L_7 = Dictionary_2_get_Item_m65E4023612474F06A81A5E6C00F2CC9D7AD7667F(L_5, L_6, /*hidden argument*/Dictionary_2_get_Item_m65E4023612474F06A81A5E6C00F2CC9D7AD7667F_RuntimeMethod_var); V_0 = L_7; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_8 = ___pageElem1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_9; L_9 = XPathNodeRef_get_Page_m43F46D993395AE8A88DC66C736E4BF7455DA21FA_inline((XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 *)(&V_0), /*hidden argument*/NULL); *((RuntimeObject **)L_8) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_9); int32_t L_10; L_10 = XPathNodeRef_get_Index_mF6C16E1ED1AD01AC0E60E87F3485EBEC7E372B69_inline((XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 *)(&V_0), /*hidden argument*/NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.Cache.XPathDocumentBaseIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBaseIterator__ctor_m9215661CC27FC56760686BD9958CDE0AC9F2D4F8 (XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___ctxt0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351(__this, /*hidden argument*/NULL); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_0 = ___ctxt0; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)il2cpp_codegen_object_new(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); XPathDocumentNavigator__ctor_m2B26F802DCCEC180D18BEDB465884BC10F1C897F(L_1, L_0, /*hidden argument*/NULL); __this->set_ctxt_1(L_1); return; } } // System.Void MS.Internal.Xml.Cache.XPathDocumentBaseIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentBaseIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBaseIterator__ctor_mFBB33CB2351EA6FF473E9A2374C9F627E71A95A5 (XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * __this, XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351(__this, /*hidden argument*/NULL); XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * L_0 = ___iter0; NullCheck(L_0); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = L_0->get_ctxt_1(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_2 = (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)il2cpp_codegen_object_new(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); XPathDocumentNavigator__ctor_m2B26F802DCCEC180D18BEDB465884BC10F1C897F(L_2, L_1, /*hidden argument*/NULL); __this->set_ctxt_1(L_2); XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * L_3 = ___iter0; NullCheck(L_3); int32_t L_4 = L_3->get_pos_2(); __this->set_pos_2(L_4); return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.Cache.XPathDocumentBaseIterator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathDocumentBaseIterator_get_Current_mA39CF201F4BC81A666C58C18E539E332BCB8E38C (XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * __this, const RuntimeMethod* method) { { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_0 = __this->get_ctxt_1(); return L_0; } } // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBaseIterator::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentBaseIterator_get_CurrentPosition_m4F58DA5A46C6416F2B14DADB3882F40CC498664D (XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pos_2(); 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 MS.Internal.Xml.Cache.XPathDocumentElementChildIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentElementChildIterator__ctor_mF73F5A4B393A5680DDA6266FBB62B001561EBFAF (XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___parent0, String_t* ___name1, String_t* ___namespaceURI2, const RuntimeMethod* method) { { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_0 = ___parent0; XPathDocumentBaseIterator__ctor_m9215661CC27FC56760686BD9958CDE0AC9F2D4F8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___namespaceURI2; if (L_1) { goto IL_0015; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68930CC908F2D84D0608F119634A199E407F83C2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathDocumentElementChildIterator__ctor_mF73F5A4B393A5680DDA6266FBB62B001561EBFAF_RuntimeMethod_var))); } IL_0015: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_3 = ___parent0; NullCheck(L_3); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_4; L_4 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, L_3); String_t* L_5 = ___name1; NullCheck(L_4); String_t* L_6; L_6 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_4, L_5); __this->set_localName_3(L_6); String_t* L_7 = ___namespaceURI2; __this->set_namespaceUri_4(L_7); return; } } // System.Void MS.Internal.Xml.Cache.XPathDocumentElementChildIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentElementChildIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentElementChildIterator__ctor_m9662A5FEF376B70AA512A42E6C962F6842A46534 (XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * __this, XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * ___iter0, const RuntimeMethod* method) { { XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * L_0 = ___iter0; XPathDocumentBaseIterator__ctor_mFBB33CB2351EA6FF473E9A2374C9F627E71A95A5(__this, L_0, /*hidden argument*/NULL); XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * L_1 = ___iter0; NullCheck(L_1); String_t* L_2 = L_1->get_localName_3(); __this->set_localName_3(L_2); XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * L_3 = ___iter0; NullCheck(L_3); String_t* L_4 = L_3->get_namespaceUri_4(); __this->set_namespaceUri_4(L_4); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentElementChildIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDocumentElementChildIterator_Clone_m8B699AC4D6655B21EDFAADA7DA19DE23E940C9AD (XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * L_0 = (XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 *)il2cpp_codegen_object_new(XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096_il2cpp_TypeInfo_var); XPathDocumentElementChildIterator__ctor_m9662A5FEF376B70AA512A42E6C962F6842A46534(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentElementChildIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentElementChildIterator_MoveNext_m99101B31A766F1CB4463C25E3043B006D6412958 (XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_pos_2(); if (L_0) { goto IL_0023; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_ctxt_1(); String_t* L_2 = __this->get_localName_3(); String_t* L_3 = __this->get_namespaceUri_4(); NullCheck(L_1); bool L_4; L_4 = VirtualFuncInvoker2< bool, String_t*, String_t* >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToChild(System.String,System.String) */, L_1, L_2, L_3); if (L_4) { goto IL_003e; } } { return (bool)0; } IL_0023: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_5 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_ctxt_1(); String_t* L_6 = __this->get_localName_3(); String_t* L_7 = __this->get_namespaceUri_4(); NullCheck(L_5); bool L_8; L_8 = VirtualFuncInvoker2< bool, String_t*, String_t* >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext(System.String,System.String) */, L_5, L_6, L_7); if (L_8) { goto IL_003e; } } { return (bool)0; } IL_003e: { int32_t L_9 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_pos_2(); ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentElementDescendantIterator__ctor_m4B6107E0CFC0869FAD9640A414E0156688F3FFBA (XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___root0, String_t* ___name1, String_t* ___namespaceURI2, bool ___matchSelf3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_0 = ___root0; XPathDocumentBaseIterator__ctor_m9215661CC27FC56760686BD9958CDE0AC9F2D4F8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___namespaceURI2; if (L_1) { goto IL_0015; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68930CC908F2D84D0608F119634A199E407F83C2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathDocumentElementDescendantIterator__ctor_m4B6107E0CFC0869FAD9640A414E0156688F3FFBA_RuntimeMethod_var))); } IL_0015: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_3 = ___root0; NullCheck(L_3); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_4; L_4 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, L_3); String_t* L_5 = ___name1; NullCheck(L_4); String_t* L_6; L_6 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_4, L_5); __this->set_localName_4(L_6); String_t* L_7 = ___namespaceURI2; __this->set_namespaceUri_5(L_7); bool L_8 = ___matchSelf3; __this->set_matchSelf_6(L_8); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_9 = ___root0; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_9); if (!L_10) { goto IL_0056; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_11 = ___root0; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_12 = (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)il2cpp_codegen_object_new(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); XPathDocumentNavigator__ctor_m2B26F802DCCEC180D18BEDB465884BC10F1C897F(L_12, L_11, /*hidden argument*/NULL); __this->set_end_3(L_12); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_13 = __this->get_end_3(); NullCheck(L_13); bool L_14; L_14 = XPathNavigator_MoveToNonDescendant_m905A18752FFE3F6BDF8054065069C82717E928D2(L_13, /*hidden argument*/NULL); } IL_0056: { return; } } // System.Void MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentElementDescendantIterator__ctor_m5AFC905ABD4BA744233C3459D91DE4628949DD5F (XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * __this, XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * ___iter0, const RuntimeMethod* method) { { XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * L_0 = ___iter0; XPathDocumentBaseIterator__ctor_mFBB33CB2351EA6FF473E9A2374C9F627E71A95A5(__this, L_0, /*hidden argument*/NULL); XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * L_1 = ___iter0; NullCheck(L_1); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_2 = L_1->get_end_3(); __this->set_end_3(L_2); XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * L_3 = ___iter0; NullCheck(L_3); String_t* L_4 = L_3->get_localName_4(); __this->set_localName_4(L_4); XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * L_5 = ___iter0; NullCheck(L_5); String_t* L_6 = L_5->get_namespaceUri_5(); __this->set_namespaceUri_5(L_6); XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * L_7 = ___iter0; NullCheck(L_7); bool L_8 = L_7->get_matchSelf_6(); __this->set_matchSelf_6(L_8); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDocumentElementDescendantIterator_Clone_mCCC1293AD29830D7016388D982069B7BA55A092D (XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * L_0 = (XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 *)il2cpp_codegen_object_new(XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025_il2cpp_TypeInfo_var); XPathDocumentElementDescendantIterator__ctor_m5AFC905ABD4BA744233C3459D91DE4628949DD5F(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentElementDescendantIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentElementDescendantIterator_MoveNext_m9FB4CD0D6949462087DA6048B3F502E876DCB433 (XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_matchSelf_6(); if (!L_0) { goto IL_0038; } } { __this->set_matchSelf_6((bool)0); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_ctxt_1(); String_t* L_2 = __this->get_localName_4(); String_t* L_3 = __this->get_namespaceUri_5(); NullCheck(L_1); bool L_4; L_4 = XPathDocumentNavigator_IsElementMatch_m1F9793162F227FFBA3182A807571616AA7FF103B(L_1, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0038; } } { int32_t L_5 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_pos_2(); ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return (bool)1; } IL_0038: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_6 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_ctxt_1(); String_t* L_7 = __this->get_localName_4(); String_t* L_8 = __this->get_namespaceUri_5(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_9 = __this->get_end_3(); NullCheck(L_6); bool L_10; L_10 = VirtualFuncInvoker3< bool, String_t*, String_t*, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(46 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFollowing(System.String,System.String,System.Xml.XPath.XPathNavigator) */, L_6, L_7, L_8, L_9); if (L_10) { goto IL_0059; } } { return (bool)0; } IL_0059: { int32_t L_11 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_pos_2(); ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.Cache.XPathDocumentKindChildIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentKindChildIterator__ctor_m9B204F056CF2B6DA3C31AED8F139B45D069AB9D8 (XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___parent0, int32_t ___typ1, const RuntimeMethod* method) { { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_0 = ___parent0; XPathDocumentBaseIterator__ctor_m9215661CC27FC56760686BD9958CDE0AC9F2D4F8(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___typ1; __this->set_typ_3(L_1); return; } } // System.Void MS.Internal.Xml.Cache.XPathDocumentKindChildIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentKindChildIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentKindChildIterator__ctor_mED589025E1732EB55A0320697F28340FB860DC9A (XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * __this, XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * ___iter0, const RuntimeMethod* method) { { XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * L_0 = ___iter0; XPathDocumentBaseIterator__ctor_mFBB33CB2351EA6FF473E9A2374C9F627E71A95A5(__this, L_0, /*hidden argument*/NULL); XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * L_1 = ___iter0; NullCheck(L_1); int32_t L_2 = L_1->get_typ_3(); __this->set_typ_3(L_2); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentKindChildIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDocumentKindChildIterator_Clone_m5DDF09BAAD2E7E21DBBAACEF6523D61D76D6FBC5 (XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * L_0 = (XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 *)il2cpp_codegen_object_new(XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693_il2cpp_TypeInfo_var); XPathDocumentKindChildIterator__ctor_mED589025E1732EB55A0320697F28340FB860DC9A(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentKindChildIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentKindChildIterator_MoveNext_m1E77296E89127E674887A7E017672B1ABDA66804 (XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * __this, const RuntimeMethod* method) { { int32_t L_0 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_pos_2(); if (L_0) { goto IL_001d; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_ctxt_1(); int32_t L_2 = __this->get_typ_3(); NullCheck(L_1); bool L_3; L_3 = VirtualFuncInvoker1< bool, int32_t >::Invoke(45 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToChild(System.Xml.XPath.XPathNodeType) */, L_1, L_2); if (L_3) { goto IL_0032; } } { return (bool)0; } IL_001d: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_4 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_ctxt_1(); int32_t L_5 = __this->get_typ_3(); NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, int32_t >::Invoke(49 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext(System.Xml.XPath.XPathNodeType) */, L_4, L_5); if (L_6) { goto IL_0032; } } { return (bool)0; } IL_0032: { int32_t L_7 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_pos_2(); ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentKindDescendantIterator__ctor_m85082728757D5123EE5B2BE27AB97D61EFEFC791 (XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___root0, int32_t ___typ1, bool ___matchSelf2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_0 = ___root0; XPathDocumentBaseIterator__ctor_m9215661CC27FC56760686BD9958CDE0AC9F2D4F8(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___typ1; __this->set_typ_4(L_1); bool L_2 = ___matchSelf2; __this->set_matchSelf_5(L_2); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_3 = ___root0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_3); if (!L_4) { goto IL_0035; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_5 = ___root0; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_6 = (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)il2cpp_codegen_object_new(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); XPathDocumentNavigator__ctor_m2B26F802DCCEC180D18BEDB465884BC10F1C897F(L_6, L_5, /*hidden argument*/NULL); __this->set_end_3(L_6); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_7 = __this->get_end_3(); NullCheck(L_7); bool L_8; L_8 = XPathNavigator_MoveToNonDescendant_m905A18752FFE3F6BDF8054065069C82717E928D2(L_7, /*hidden argument*/NULL); } IL_0035: { return; } } // System.Void MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::.ctor(MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentKindDescendantIterator__ctor_m460D0ED78D71004FF66C99D95BFC983A8B0D6FE8 (XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * __this, XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * ___iter0, const RuntimeMethod* method) { { XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * L_0 = ___iter0; XPathDocumentBaseIterator__ctor_mFBB33CB2351EA6FF473E9A2374C9F627E71A95A5(__this, L_0, /*hidden argument*/NULL); XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * L_1 = ___iter0; NullCheck(L_1); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_2 = L_1->get_end_3(); __this->set_end_3(L_2); XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * L_3 = ___iter0; NullCheck(L_3); int32_t L_4 = L_3->get_typ_4(); __this->set_typ_4(L_4); XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * L_5 = ___iter0; NullCheck(L_5); bool L_6 = L_5->get_matchSelf_5(); __this->set_matchSelf_5(L_6); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDocumentKindDescendantIterator_Clone_mF9280595D72BC6341CB6C892B392725D7BEEE311 (XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * L_0 = (XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 *)il2cpp_codegen_object_new(XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593_il2cpp_TypeInfo_var); XPathDocumentKindDescendantIterator__ctor_m460D0ED78D71004FF66C99D95BFC983A8B0D6FE8(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentKindDescendantIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentKindDescendantIterator_MoveNext_m3B35C4F2CEDBB9987D250B1176ADC624A5F52F21 (XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_matchSelf_5(); if (!L_0) { goto IL_0032; } } { __this->set_matchSelf_5((bool)0); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_ctxt_1(); int32_t L_2 = __this->get_typ_4(); NullCheck(L_1); bool L_3; L_3 = XPathDocumentNavigator_IsKindMatch_m2FB3FD0826465AAB5808B20A0E204ACD62A226CB(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0032; } } { int32_t L_4 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_pos_2(); ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); return (bool)1; } IL_0032: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_5 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_ctxt_1(); int32_t L_6 = __this->get_typ_4(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_7 = __this->get_end_3(); NullCheck(L_5); bool L_8; L_8 = VirtualFuncInvoker2< bool, int32_t, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(47 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFollowing(System.Xml.XPath.XPathNodeType,System.Xml.XPath.XPathNavigator) */, L_5, L_6, L_7); if (L_8) { goto IL_004d; } } { return (bool)0; } IL_004d: { int32_t L_9 = ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->get_pos_2(); ((XPathDocumentBaseIterator_t584C29022AC0E402F77F5004C0139DD271FF47B9 *)__this)->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.Cache.XPathDocumentNavigator::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentNavigator__ctor_m8295AEE3B5616BA22589D39FF6B6002FAE3AF046 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageCurrent0, int32_t ___idxCurrent1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageParent2, int32_t ___idxParent3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); XPathNavigator__ctor_mAD9E7017136A847F2E32903B3A92B4626BCCCB42(__this, /*hidden argument*/NULL); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = ___pageCurrent0; __this->set_pageCurrent_4(L_0); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = ___pageParent2; __this->set_pageParent_5(L_1); int32_t L_2 = ___idxCurrent1; __this->set_idxCurrent_6(L_2); int32_t L_3 = ___idxParent3; __this->set_idxParent_7(L_3); return; } } // System.Void MS.Internal.Xml.Cache.XPathDocumentNavigator::.ctor(MS.Internal.Xml.Cache.XPathDocumentNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentNavigator__ctor_m2B26F802DCCEC180D18BEDB465884BC10F1C897F (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___nav0, const RuntimeMethod* method) { { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_0 = ___nav0; NullCheck(L_0); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = L_0->get_pageCurrent_4(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_2 = ___nav0; NullCheck(L_2); int32_t L_3 = L_2->get_idxCurrent_6(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_4 = ___nav0; NullCheck(L_4); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = L_4->get_pageParent_5(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_6 = ___nav0; NullCheck(L_6); int32_t L_7 = L_6->get_idxParent_7(); XPathDocumentNavigator__ctor_m8295AEE3B5616BA22589D39FF6B6002FAE3AF046(__this, L_1, L_3, L_5, L_7, /*hidden argument*/NULL); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_8 = ___nav0; NullCheck(L_8); String_t* L_9 = L_8->get_atomizedLocalName_8(); __this->set_atomizedLocalName_8(L_9); return; } } // System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_Value_mB81E81F048593B25CBBAA4AEED3BB646527D2C22 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __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; } String_t* V_0 = NULL; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_1 = NULL; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; StringBuilder_t * V_6 = NULL; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); String_t* L_2; L_2 = XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6_inline((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_001c; } } { String_t* L_4 = V_0; return L_4; } IL_001c: { int32_t L_5 = __this->get_idxParent_7(); if (!L_5) { goto IL_003b; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = __this->get_pageParent_5(); int32_t L_7 = __this->get_idxParent_7(); NullCheck(L_6); String_t* L_8; L_8 = XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6_inline((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_6)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); return L_8; } IL_003b: { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_5 = L_9; V_6 = (StringBuilder_t *)NULL; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_10 = __this->get_pageCurrent_4(); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11 = L_10; V_2 = L_11; V_1 = L_11; int32_t L_12 = __this->get_idxCurrent_6(); int32_t L_13 = L_12; V_4 = L_13; V_3 = L_13; bool L_14; L_14 = XPathNodeHelper_GetNonDescendant_mA55629360729CAD9A17F900A45A55C56CBDE207C((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_2), (int32_t*)(&V_4), /*hidden argument*/NULL); if (L_14) { goto IL_00ac; } } { V_2 = (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)NULL; V_4 = 0; goto IL_00ac; } IL_006a: { String_t* L_15 = V_5; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0083; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_17 = V_1; int32_t L_18 = V_3; NullCheck(L_17); String_t* L_19; L_19 = XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6_inline((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_17)->GetAddressAt(static_cast(L_18))), /*hidden argument*/NULL); V_5 = L_19; goto IL_00ac; } IL_0083: { StringBuilder_t * L_20 = V_6; if (L_20) { goto IL_0098; } } { StringBuilder_t * L_21 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_21, /*hidden argument*/NULL); V_6 = L_21; StringBuilder_t * L_22 = V_6; String_t* L_23 = V_5; NullCheck(L_22); StringBuilder_t * L_24; L_24 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_22, L_23, /*hidden argument*/NULL); } IL_0098: { StringBuilder_t * L_25 = V_6; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_26 = V_1; int32_t L_27 = V_3; NullCheck(L_26); String_t* L_28; L_28 = XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6_inline((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_26)->GetAddressAt(static_cast(L_27))), /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_t * L_29; L_29 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_25, L_28, /*hidden argument*/NULL); } IL_00ac: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_30 = V_2; int32_t L_31 = V_4; bool L_32; L_32 = XPathNodeHelper_GetTextFollowing_mA5140A59A2CB3E3CFEF9A672F1E9AE2AAEF3323E((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_1), (int32_t*)(&V_3), L_30, L_31, /*hidden argument*/NULL); if (L_32) { goto IL_006a; } } { StringBuilder_t * L_33 = V_6; if (L_33) { goto IL_00c1; } } { String_t* L_34 = V_5; return L_34; } IL_00c1: { StringBuilder_t * L_35 = V_6; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); return L_36; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.Cache.XPathDocumentNavigator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathDocumentNavigator_Clone_mB45F70CFFC72B12B1DC38DC2B9B5C73CF1178F30 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_2 = __this->get_pageParent_5(); int32_t L_3 = __this->get_idxParent_7(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_4 = (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)il2cpp_codegen_object_new(XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); XPathDocumentNavigator__ctor_m8295AEE3B5616BA22589D39FF6B6002FAE3AF046(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Xml.XPath.XPathNodeType MS.Internal.Xml.Cache.XPathDocumentNavigator::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_get_NodeType_m0948244EEBD265508380C1FF72147F2D908D7D3C (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); int32_t L_2; L_2 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); return L_2; } } // System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_LocalName_m3FFF6C69F3B714F31B4E3C379652AF5FB555E3B1 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); String_t* L_2; L_2 = XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); return L_2; } } // System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_NamespaceURI_mDF95EF02EA2978837DF4076FE25B99A3435A0413 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); String_t* L_2; L_2 = XPathNode_get_NamespaceUri_m62932807A9F517304198779BE6D0092A25373E8D((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); return L_2; } } // System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_Name_mDA91E76AFC915B5FF26080649EBB808F0F060013 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); String_t* L_2; L_2 = XPathNode_get_Name_mCA0C5971DB72093827672AE4B547F4164CCDB63D((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); return L_2; } } // System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_Prefix_m8B1ABCD31364A5C333ED6A4451F0D2601D1135A9 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); String_t* L_2; L_2 = XPathNode_get_Prefix_m61161CE7663CA2A8DD51000A09612630B248C6BC((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); return L_2; } } // System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathDocumentNavigator_get_BaseURI_m1C709583C6E3BF1E0F6F05AE6AAE476C6EBB0859 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __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; } XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_idxParent_7(); if (!L_0) { goto IL_0018; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageParent_5(); V_0 = L_1; int32_t L_2 = __this->get_idxParent_7(); V_1 = L_2; goto IL_0026; } IL_0018: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_3 = __this->get_pageCurrent_4(); V_0 = L_3; int32_t L_4 = __this->get_idxCurrent_6(); V_1 = L_4; } IL_0026: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7; L_7 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; if ((!(((uint32_t)L_8) > ((uint32_t)1)))) { goto IL_003b; } } { int32_t L_9 = V_2; if ((!(((uint32_t)L_9) == ((uint32_t)7)))) { goto IL_0048; } } IL_003b: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); String_t* L_12; L_12 = XPathNode_get_BaseUri_mBC6BC837AAB85DC148AF91C4FABA6DB275EF0B47((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_10)->GetAddressAt(static_cast(L_11))), /*hidden argument*/NULL); return L_12; } IL_0048: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = V_0; int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15; L_15 = XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_13)->GetAddressAt(static_cast(L_14))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = V_1; if (L_16) { goto IL_0026; } } { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_17; } } // System.Xml.XmlNameTable MS.Internal.Xml.Cache.XPathDocumentNavigator::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XPathDocumentNavigator_get_NameTable_m0B4EDAE91AC25737451844B9C1F8944079DE44B3 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_2; L_2 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); NullCheck(L_2); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = XPathDocument_get_NameTable_m0EA600647554AADA766F933C9170DDED22014E09_inline(L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToFirstAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToFirstAttribute_mDD37ABD96F45384363EA4D92CD54E6B1330FBF9B (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); V_0 = L_0; int32_t L_1 = __this->get_idxCurrent_6(); V_1 = L_1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_2 = __this->get_address_of_pageCurrent_4(); int32_t* L_3 = __this->get_address_of_idxCurrent_6(); bool L_4; L_4 = XPathNodeHelper_GetFirstAttribute_m4DA0A2463AB5D7EE87BB8DB1BD982E5C4358A66E((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_2, (int32_t*)L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = V_0; __this->set_pageParent_5(L_5); int32_t L_6 = V_1; __this->set_idxParent_7(L_6); return (bool)1; } IL_0031: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToNextAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToNextAttribute_m00CF36776AEA9BAAB8351FD4802E2CBACD0F8379 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = __this->get_address_of_pageCurrent_4(); int32_t* L_1 = __this->get_address_of_idxCurrent_6(); bool L_2; L_2 = XPathNodeHelper_GetNextAttribute_m5D8904C22BC08738CEF9171D97807FCBECF6D5D8((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToAttribute_mE7A93CD7C8D2BCB941DA8F2650DDE38705E16E06 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B3_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B4_1 = NULL; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); V_0 = L_0; int32_t L_1 = __this->get_idxCurrent_6(); V_1 = L_1; String_t* L_2 = ___localName0; String_t* L_3 = __this->get_atomizedLocalName_8(); if ((((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(String_t*)L_3))) { goto IL_002f; } } { String_t* L_4 = ___localName0; G_B2_0 = __this; if (L_4) { G_B3_0 = __this; goto IL_001e; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_0; goto IL_002a; } IL_001e: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_5; L_5 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); String_t* L_6 = ___localName0; NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_5, L_6); G_B4_0 = L_7; G_B4_1 = G_B3_0; } IL_002a: { NullCheck(G_B4_1); G_B4_1->set_atomizedLocalName_8(G_B4_0); } IL_002f: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_8 = __this->get_address_of_pageCurrent_4(); int32_t* L_9 = __this->get_address_of_idxCurrent_6(); String_t* L_10 = __this->get_atomizedLocalName_8(); String_t* L_11 = ___namespaceURI1; bool L_12; L_12 = XPathNodeHelper_GetAttribute_m4E1320C17B92362EC9EFC492A9A7CA9344AC035A((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_8, (int32_t*)L_9, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0059; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = V_0; __this->set_pageParent_5(L_13); int32_t L_14 = V_1; __this->set_idxParent_7(L_14); return (bool)1; } IL_0059: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToFirstNamespace_mD2B817360BBAFEE4F3CCA5D7B843A62C763C3513 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___namespaceScope0, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___namespaceScope0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_001a; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageCurrent_4(); int32_t L_2 = __this->get_idxCurrent_6(); int32_t L_3; L_3 = XPathNodeHelper_GetLocalNamespaces_mF6950D771B05329791D3D2968E742125C9F3EEAC(L_1, L_2, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_3; goto IL_0079; } IL_001a: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = __this->get_pageCurrent_4(); int32_t L_5 = __this->get_idxCurrent_6(); int32_t L_6; L_6 = XPathNodeHelper_GetInScopeNamespaces_m259B10A00739C710C7AE0294F4FBB7B93C66AFCD(L_4, L_5, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_6; goto IL_0079; } IL_0030: { int32_t L_7 = ___namespaceScope0; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0042; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); bool L_10; L_10 = XPathNode_get_IsXmlNamespaceNode_mA1AFA68FDDD836733409DC61B8785E47ACD11BD3((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_8)->GetAddressAt(static_cast(L_9))), /*hidden argument*/NULL); if (L_10) { goto IL_006a; } } IL_0042: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11 = __this->get_pageCurrent_4(); __this->set_pageParent_5(L_11); int32_t L_12 = __this->get_idxCurrent_6(); __this->set_idxParent_7(L_12); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = V_0; __this->set_pageCurrent_4(L_13); int32_t L_14 = V_1; __this->set_idxCurrent_6(L_14); return (bool)1; } IL_006a: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_15 = V_0; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17; L_17 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_15)->GetAddressAt(static_cast(L_16))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_17; } IL_0079: { int32_t L_18 = V_1; if (L_18) { goto IL_0030; } } { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToNextNamespace_m74B64BE7C70D3094CF772C12D0C0A7FBD9F61E2D (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___scope0, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_1 = NULL; int32_t V_2 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); V_0 = L_0; int32_t L_1 = __this->get_idxCurrent_6(); V_2 = L_1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_2 = V_0; int32_t L_3 = V_2; NullCheck(L_2); int32_t L_4; L_4 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_2)->GetAddressAt(static_cast(L_3))), /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)3))) { goto IL_001f; } } { return (bool)0; } IL_001f: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = V_0; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7; L_7 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_5)->GetAddressAt(static_cast(L_6))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; if (L_8) { goto IL_0033; } } { return (bool)0; } IL_0033: { int32_t L_9 = ___scope0; if ((((int32_t)L_9) == ((int32_t)1))) { goto IL_005c; } } { int32_t L_10 = ___scope0; if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_006a; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11 = V_0; int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13; L_13 = XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_11)->GetAddressAt(static_cast(L_12))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_1), /*hidden argument*/NULL); int32_t L_14 = __this->get_idxParent_7(); if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_005a; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_15 = V_1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_16 = __this->get_pageParent_5(); if ((((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_15) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_16))) { goto IL_006a; } } IL_005a: { return (bool)0; } IL_005c: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_17 = V_0; int32_t L_18 = V_2; NullCheck(L_17); bool L_19; L_19 = XPathNode_get_IsXmlNamespaceNode_mA1AFA68FDDD836733409DC61B8785E47ACD11BD3((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_17)->GetAddressAt(static_cast(L_18))), /*hidden argument*/NULL); if (L_19) { goto IL_001f; } } IL_006a: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_20 = V_0; __this->set_pageCurrent_4(L_20); int32_t L_21 = V_2; __this->set_idxCurrent_6(L_21); return (bool)1; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToNext_m9B5BF5549788FB5CA4CC17DF529844F185EBE135 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = __this->get_address_of_pageCurrent_4(); int32_t* L_1 = __this->get_address_of_idxCurrent_6(); bool L_2; L_2 = XPathNodeHelper_GetContentSibling_mF66F8D1FA7106EA8F025CC3E9ACC2732B8286467((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0, (int32_t*)L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToFirstChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToFirstChild_mE336917DB9FCC70D9D6610E403288704F97B9617 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); bool L_2; L_2 = XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); if (!L_2) { goto IL_0059; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_3 = __this->get_pageCurrent_4(); __this->set_pageParent_5(L_3); int32_t L_4 = __this->get_idxCurrent_6(); __this->set_idxParent_7(L_4); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = __this->get_pageCurrent_4(); int32_t L_6 = __this->get_idxCurrent_6(); NullCheck(L_5); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_7; L_7 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_8 = __this->get_address_of_pageCurrent_4(); NullCheck(L_7); int32_t L_9; L_9 = XPathDocument_GetCollapsedTextNode_m641E1E828A3221950B2B80F2115B3EB80A5F20F5(L_7, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_8, /*hidden argument*/NULL); __this->set_idxCurrent_6(L_9); return (bool)1; } IL_0059: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_10 = __this->get_address_of_pageCurrent_4(); int32_t* L_11 = __this->get_address_of_idxCurrent_6(); bool L_12; L_12 = XPathNodeHelper_GetContentChild_m7EA1E4D8D61CC6B72473B30C46FF75420B51033E((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_10, (int32_t*)L_11, /*hidden argument*/NULL); return L_12; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToParent_m98A8CD59127FB922DFC2AFCFDC28B30E9B52DF2C (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idxParent_7(); if (!L_0) { goto IL_0030; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageParent_5(); __this->set_pageCurrent_4(L_1); int32_t L_2 = __this->get_idxParent_7(); __this->set_idxCurrent_6(L_2); __this->set_pageParent_5((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)NULL); __this->set_idxParent_7(0); return (bool)1; } IL_0030: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_3 = __this->get_address_of_pageCurrent_4(); int32_t* L_4 = __this->get_address_of_idxCurrent_6(); bool L_5; L_5 = XPathNodeHelper_GetParent_mA6AE094B1F936CDAD814A72B4EF217524664495B((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_3, (int32_t*)L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveTo(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveTo_m77A95343EB0D600391106532356F224C77D7C372 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * V_0 = NULL; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___other0; V_0 = ((XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)IsInstSealed((RuntimeObject*)L_0, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var)); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = V_0; if (!L_1) { goto IL_003c; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_2 = V_0; NullCheck(L_2); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_3 = L_2->get_pageCurrent_4(); __this->set_pageCurrent_4(L_3); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = L_4->get_idxCurrent_6(); __this->set_idxCurrent_6(L_5); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_6 = V_0; NullCheck(L_6); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = L_6->get_pageParent_5(); __this->set_pageParent_5(L_7); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_idxParent_7(); __this->set_idxParent_7(L_9); return (bool)1; } IL_003c: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToId_mF0338B97573EBB5A57E4CFDDE13E8199DA8F1064 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___id0, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_2; L_2 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); String_t* L_3 = ___id0; NullCheck(L_2); int32_t L_4; L_4 = XPathDocument_LookupIdElement_mC8535CB16DE0A47725E989BA3D8AADE5FA7B9262(L_2, L_3, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if (!L_5) { goto IL_0040; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = V_0; __this->set_pageCurrent_4(L_6); int32_t L_7 = V_1; __this->set_idxCurrent_6(L_7); __this->set_pageParent_5((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)NULL); __this->set_idxParent_7(0); return (bool)1; } IL_0040: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_IsSamePosition_m443FEB9F22113C5DD3ECABD76C7B5BFED0A00D9C (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * V_0 = NULL; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___other0; V_0 = ((XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)IsInstSealed((RuntimeObject*)L_0, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var)); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = V_0; if (!L_1) { goto IL_0045; } } { int32_t L_2 = __this->get_idxCurrent_6(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->get_idxCurrent_6(); if ((!(((uint32_t)L_2) == ((uint32_t)L_4)))) { goto IL_0043; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = __this->get_pageCurrent_4(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_6 = V_0; NullCheck(L_6); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = L_6->get_pageCurrent_4(); if ((!(((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_5) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_7)))) { goto IL_0043; } } { int32_t L_8 = __this->get_idxParent_7(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get_idxParent_7(); if ((!(((uint32_t)L_8) == ((uint32_t)L_10)))) { goto IL_0043; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11 = __this->get_pageParent_5(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_12 = V_0; NullCheck(L_12); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = L_12->get_pageParent_5(); return (bool)((((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_11) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_13))? 1 : 0); } IL_0043: { return (bool)0; } IL_0045: { return (bool)0; } } // System.Void MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentNavigator_MoveToRoot_m7E3F03A236776A6E13316A09846B65AA666336FC (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idxParent_7(); if (!L_0) { goto IL_0016; } } { __this->set_pageParent_5((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)NULL); __this->set_idxParent_7(0); } IL_0016: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageCurrent_4(); int32_t L_2 = __this->get_idxCurrent_6(); NullCheck(L_1); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_3 = __this->get_address_of_pageCurrent_4(); int32_t L_4; L_4 = XPathNode_GetRoot_m48C81D2ADB849B0AA85A791E82F484CE2B01E78A((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_1)->GetAddressAt(static_cast(L_2))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_3, /*hidden argument*/NULL); __this->set_idxCurrent_6(L_4); return; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToChild(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToChild_m677BE6A6BBA64F5E908CC52EBAA6E5D54645C130 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B3_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B4_1 = NULL; { String_t* L_0 = ___localName0; String_t* L_1 = __this->get_atomizedLocalName_8(); if ((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))) { goto IL_0021; } } { String_t* L_2 = ___localName0; G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0010; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_0; goto IL_001c; } IL_0010: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); String_t* L_4 = ___localName0; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_3, L_4); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_001c: { NullCheck(G_B4_1); G_B4_1->set_atomizedLocalName_8(G_B4_0); } IL_0021: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_6 = __this->get_address_of_pageCurrent_4(); int32_t* L_7 = __this->get_address_of_idxCurrent_6(); String_t* L_8 = __this->get_atomizedLocalName_8(); String_t* L_9 = ___namespaceURI1; bool L_10; L_10 = XPathNodeHelper_GetElementChild_mD6E611E98EEFABB8673BFEF2E6202B0AAC383891((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_6, (int32_t*)L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToNext(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToNext_m83238A1018E5222EF196765E0A3E389D844044A0 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B3_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B4_1 = NULL; { String_t* L_0 = ___localName0; String_t* L_1 = __this->get_atomizedLocalName_8(); if ((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))) { goto IL_0021; } } { String_t* L_2 = ___localName0; G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0010; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_0; goto IL_001c; } IL_0010: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); String_t* L_4 = ___localName0; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_3, L_4); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_001c: { NullCheck(G_B4_1); G_B4_1->set_atomizedLocalName_8(G_B4_0); } IL_0021: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_6 = __this->get_address_of_pageCurrent_4(); int32_t* L_7 = __this->get_address_of_idxCurrent_6(); String_t* L_8 = __this->get_atomizedLocalName_8(); String_t* L_9 = ___namespaceURI1; bool L_10; L_10 = XPathNodeHelper_GetElementSibling_m9C4FED05FCB40206F569A4E9759A7FD64C15DD67((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_6, (int32_t*)L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToChild(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToChild_m94C8ACE7B35983C108A4F85368AFCC221C546F69 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___type0, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); bool L_2; L_2 = XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); if (!L_2) { goto IL_0064; } } { int32_t L_3 = ___type0; if ((((int32_t)L_3) == ((int32_t)4))) { goto IL_0023; } } { int32_t L_4 = ___type0; if ((((int32_t)L_4) == ((int32_t)((int32_t)9)))) { goto IL_0023; } } { return (bool)0; } IL_0023: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = __this->get_pageCurrent_4(); __this->set_pageParent_5(L_5); int32_t L_6 = __this->get_idxCurrent_6(); __this->set_idxParent_7(L_6); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = __this->get_pageCurrent_4(); int32_t L_8 = __this->get_idxCurrent_6(); NullCheck(L_7); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_9; L_9 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_7)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_10 = __this->get_address_of_pageCurrent_4(); NullCheck(L_9); int32_t L_11; L_11 = XPathDocument_GetCollapsedTextNode_m641E1E828A3221950B2B80F2115B3EB80A5F20F5(L_9, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_10, /*hidden argument*/NULL); __this->set_idxCurrent_6(L_11); return (bool)1; } IL_0064: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_12 = __this->get_address_of_pageCurrent_4(); int32_t* L_13 = __this->get_address_of_idxCurrent_6(); int32_t L_14 = ___type0; bool L_15; L_15 = XPathNodeHelper_GetContentChild_mD430F95A9BFF839786EB971015BEC81310018E75((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_12, (int32_t*)L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToNext(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToNext_m58E8D32FF313860984D14D7BA4B37CBFA54C2AAD (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___type0, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = __this->get_address_of_pageCurrent_4(); int32_t* L_1 = __this->get_address_of_idxCurrent_6(); int32_t L_2 = ___type0; bool L_3; L_3 = XPathNodeHelper_GetContentSibling_m3DCF4FA22AC6CA24BC7AEDFADDB8151F346D4BC8((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0, (int32_t*)L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToFollowing(System.String,System.String,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToFollowing_mD898EFAAA96FADB3113E1C18DFB3899C13B8DC77 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___localName0, String_t* ___namespaceURI1, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___end2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B3_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B4_1 = NULL; { String_t* L_0 = ___localName0; String_t* L_1 = __this->get_atomizedLocalName_8(); if ((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))) { goto IL_0021; } } { String_t* L_2 = ___localName0; G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0010; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_0; goto IL_001c; } IL_0010: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); String_t* L_4 = ___localName0; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_3, L_4); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_001c: { NullCheck(G_B4_1); G_B4_1->set_atomizedLocalName_8(G_B4_0); } IL_0021: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = ___end2; int32_t L_7; L_7 = XPathDocumentNavigator_GetFollowingEnd_mD544294AC6B051A1FD46B505DECA114B261E32C4(__this, ((XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)IsInstSealed((RuntimeObject*)L_6, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var)), (bool)0, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = __this->get_idxParent_7(); if (!L_8) { goto IL_007f; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_9 = __this->get_address_of_pageParent_5(); int32_t* L_10 = __this->get_address_of_idxParent_7(); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11 = V_0; int32_t L_12 = V_1; String_t* L_13 = __this->get_atomizedLocalName_8(); String_t* L_14 = ___namespaceURI1; bool L_15; L_15 = XPathNodeHelper_GetElementFollowing_m91C6150C211F50A2EEE615ED2E24C5D2D877E519((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_9, (int32_t*)L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0057; } } { return (bool)0; } IL_0057: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_16 = __this->get_pageParent_5(); __this->set_pageCurrent_4(L_16); int32_t L_17 = __this->get_idxParent_7(); __this->set_idxCurrent_6(L_17); __this->set_pageParent_5((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)NULL); __this->set_idxParent_7(0); return (bool)1; } IL_007f: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_18 = __this->get_address_of_pageCurrent_4(); int32_t* L_19 = __this->get_address_of_idxCurrent_6(); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_20 = V_0; int32_t L_21 = V_1; String_t* L_22 = __this->get_atomizedLocalName_8(); String_t* L_23 = ___namespaceURI1; bool L_24; L_24 = XPathNodeHelper_GetElementFollowing_m91C6150C211F50A2EEE615ED2E24C5D2D877E519((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_18, (int32_t*)L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return L_24; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::MoveToFollowing(System.Xml.XPath.XPathNodeType,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_MoveToFollowing_m00D37968148BD8F046E50A1ACB543CE855B6E85E (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___type0, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___end1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * V_0 = NULL; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_1 = NULL; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___end1; V_0 = ((XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)IsInstSealed((RuntimeObject*)L_0, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var)); int32_t L_1 = ___type0; if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_0013; } } { int32_t L_2 = ___type0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)9))))) { goto IL_0146; } } IL_0013: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_3 = __this->get_pageCurrent_4(); int32_t L_4 = __this->get_idxCurrent_6(); NullCheck(L_3); bool L_5; L_5 = XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); if (!L_5) { goto IL_008d; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_6 = V_0; if (!L_6) { goto IL_004c; } } { int32_t L_7 = __this->get_idxCurrent_6(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_idxParent_7(); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_004c; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_10 = __this->get_pageCurrent_4(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_11 = V_0; NullCheck(L_11); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_12 = L_11->get_pageParent_5(); if ((!(((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_10) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_12)))) { goto IL_004c; } } { return (bool)0; } IL_004c: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = __this->get_pageCurrent_4(); __this->set_pageParent_5(L_13); int32_t L_14 = __this->get_idxCurrent_6(); __this->set_idxParent_7(L_14); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_15 = __this->get_pageCurrent_4(); int32_t L_16 = __this->get_idxCurrent_6(); NullCheck(L_15); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_17; L_17 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_15)->GetAddressAt(static_cast(L_16))), /*hidden argument*/NULL); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_18 = __this->get_address_of_pageCurrent_4(); NullCheck(L_17); int32_t L_19; L_19 = XPathDocument_GetCollapsedTextNode_m641E1E828A3221950B2B80F2115B3EB80A5F20F5(L_17, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_18, /*hidden argument*/NULL); __this->set_idxCurrent_6(L_19); return (bool)1; } IL_008d: { int32_t L_20 = ___type0; if ((!(((uint32_t)L_20) == ((uint32_t)4)))) { goto IL_0146; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_21 = V_0; int32_t L_22; L_22 = XPathDocumentNavigator_GetFollowingEnd_mD544294AC6B051A1FD46B505DECA114B261E32C4(__this, L_21, (bool)1, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_2), /*hidden argument*/NULL); V_4 = L_22; int32_t L_23 = __this->get_idxParent_7(); if (!L_23) { goto IL_00b8; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_24 = __this->get_pageParent_5(); V_1 = L_24; int32_t L_25 = __this->get_idxParent_7(); V_3 = L_25; goto IL_00c6; } IL_00b8: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_26 = __this->get_pageCurrent_4(); V_1 = L_26; int32_t L_27 = __this->get_idxCurrent_6(); V_3 = L_27; } IL_00c6: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_28 = V_0; if (!L_28) { goto IL_00dc; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = L_29->get_idxParent_7(); if (!L_30) { goto IL_00dc; } } { int32_t L_31 = V_3; int32_t L_32 = V_4; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_00dc; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_33 = V_1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_34 = V_2; if ((!(((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_33) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_34)))) { goto IL_00dc; } } { return (bool)0; } IL_00dc: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_35 = V_2; int32_t L_36 = V_4; bool L_37; L_37 = XPathNodeHelper_GetTextFollowing_mA5140A59A2CB3E3CFEF9A672F1E9AE2AAEF3323E((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_1), (int32_t*)(&V_3), L_35, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_00ec; } } { return (bool)0; } IL_00ec: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_38 = V_1; int32_t L_39 = V_3; NullCheck(L_38); int32_t L_40; L_40 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_38)->GetAddressAt(static_cast(L_39))), /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)1)))) { goto IL_0128; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_41 = V_1; int32_t L_42 = V_3; NullCheck(L_41); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_43; L_43 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_41)->GetAddressAt(static_cast(L_42))), /*hidden argument*/NULL); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_44 = __this->get_address_of_pageCurrent_4(); NullCheck(L_43); int32_t L_45; L_45 = XPathDocument_GetCollapsedTextNode_m641E1E828A3221950B2B80F2115B3EB80A5F20F5(L_43, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_44, /*hidden argument*/NULL); __this->set_idxCurrent_6(L_45); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_46 = V_1; __this->set_pageParent_5(L_46); int32_t L_47 = V_3; __this->set_idxParent_7(L_47); goto IL_0144; } IL_0128: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_48 = V_1; __this->set_pageCurrent_4(L_48); int32_t L_49 = V_3; __this->set_idxCurrent_6(L_49); __this->set_pageParent_5((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)NULL); __this->set_idxParent_7(0); } IL_0144: { return (bool)1; } IL_0146: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_50 = V_0; int32_t L_51; L_51 = XPathDocumentNavigator_GetFollowingEnd_mD544294AC6B051A1FD46B505DECA114B261E32C4(__this, L_50, (bool)0, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_2), /*hidden argument*/NULL); V_4 = L_51; int32_t L_52 = __this->get_idxParent_7(); if (!L_52) { goto IL_019b; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_53 = __this->get_address_of_pageParent_5(); int32_t* L_54 = __this->get_address_of_idxParent_7(); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_55 = V_2; int32_t L_56 = V_4; int32_t L_57 = ___type0; bool L_58; L_58 = XPathNodeHelper_GetContentFollowing_m380B9F65262D0FBFA58FDD912D88DE0ADC0362DA((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_53, (int32_t*)L_54, L_55, L_56, L_57, /*hidden argument*/NULL); if (L_58) { goto IL_0173; } } { return (bool)0; } IL_0173: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_59 = __this->get_pageParent_5(); __this->set_pageCurrent_4(L_59); int32_t L_60 = __this->get_idxParent_7(); __this->set_idxCurrent_6(L_60); __this->set_pageParent_5((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)NULL); __this->set_idxParent_7(0); return (bool)1; } IL_019b: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_61 = __this->get_address_of_pageCurrent_4(); int32_t* L_62 = __this->get_address_of_idxCurrent_6(); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_63 = V_2; int32_t L_64 = V_4; int32_t L_65 = ___type0; bool L_66; L_66 = XPathNodeHelper_GetContentFollowing_m380B9F65262D0FBFA58FDD912D88DE0ADC0362DA((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_61, (int32_t*)L_62, L_63, L_64, L_65, /*hidden argument*/NULL); return L_66; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentNavigator::SelectChildren(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDocumentNavigator_SelectChildren_m87EFB232C47791840FBF914D8924E7B1BEBFAD64 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 * L_1 = (XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693 *)il2cpp_codegen_object_new(XPathDocumentKindChildIterator_t85A30B989DF45E0044B62D10CB782E6797D3F693_il2cpp_TypeInfo_var); XPathDocumentKindChildIterator__ctor_m9B204F056CF2B6DA3C31AED8F139B45D069AB9D8(L_1, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentNavigator::SelectChildren(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDocumentNavigator_SelectChildren_mC1E17B07419D1B33BBB711711B9369C96618F3C8 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0014; } } IL_000b: { String_t* L_3 = ___name0; String_t* L_4 = ___namespaceURI1; XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_5; L_5 = XPathNavigator_SelectChildren_mDB897F163515750F4AF29360953C198C1BF0AAB4(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } IL_0014: { String_t* L_6 = ___name0; String_t* L_7 = ___namespaceURI1; XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 * L_8 = (XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096 *)il2cpp_codegen_object_new(XPathDocumentElementChildIterator_t946B6854E9732B850F10106D6783B80EF3989096_il2cpp_TypeInfo_var); XPathDocumentElementChildIterator__ctor_mF73F5A4B393A5680DDA6266FBB62B001561EBFAF(L_8, __this, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentNavigator::SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDocumentNavigator_SelectDescendants_m049F70C73DC02C9FA2310145594D77D1E258B43F (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___type0, bool ___matchSelf1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; bool L_1 = ___matchSelf1; XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 * L_2 = (XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593 *)il2cpp_codegen_object_new(XPathDocumentKindDescendantIterator_tA367C4E4BC9EF04D2D190E82750B6B7DBF554593_il2cpp_TypeInfo_var); XPathDocumentKindDescendantIterator__ctor_m85082728757D5123EE5B2BE27AB97D61EFEFC791(L_2, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.Cache.XPathDocumentNavigator::SelectDescendants(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathDocumentNavigator_SelectDescendants_m5D43BBD4A12079D5EBF19DF011BF2A5C2BD991AC (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___name0, String_t* ___namespaceURI1, bool ___matchSelf2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0015; } } IL_000b: { String_t* L_3 = ___name0; String_t* L_4 = ___namespaceURI1; bool L_5 = ___matchSelf2; XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_6; L_6 = XPathNavigator_SelectDescendants_m7CFB555E594D87F1D72A4FFD30D884C3C9953940(__this, L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0015: { String_t* L_7 = ___name0; String_t* L_8 = ___namespaceURI1; bool L_9 = ___matchSelf2; XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 * L_10 = (XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025 *)il2cpp_codegen_object_new(XPathDocumentElementDescendantIterator_t7D6C90DFB9EAA64FCB749B988392FEA1F58EC025_il2cpp_TypeInfo_var); XPathDocumentElementDescendantIterator__ctor_m4B6107E0CFC0869FAD9640A414E0156688F3FFBA(L_10, __this, L_7, L_8, L_9, /*hidden argument*/NULL); return L_10; } } // System.Xml.XmlNodeOrder MS.Internal.Xml.Cache.XPathDocumentNavigator::ComparePosition(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_ComparePosition_m7065EF2A8054029086F68A372170FCB3D75D6718 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * V_0 = NULL; XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___other0; V_0 = ((XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)IsInstSealed((RuntimeObject*)L_0, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var)); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = V_0; if (!L_1) { goto IL_0068; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_2 = __this->get_pageCurrent_4(); int32_t L_3 = __this->get_idxCurrent_6(); NullCheck(L_2); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_4; L_4 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_2)->GetAddressAt(static_cast(L_3))), /*hidden argument*/NULL); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_5 = V_0; NullCheck(L_5); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = L_5->get_pageCurrent_4(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = L_7->get_idxCurrent_6(); NullCheck(L_6); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_9; L_9 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_6)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); V_1 = L_9; XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_10 = V_1; if ((!(((RuntimeObject*)(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 *)L_4) == ((RuntimeObject*)(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 *)L_10)))) { goto IL_0068; } } { int32_t L_11; L_11 = XPathDocumentNavigator_GetPrimaryLocation_mC154373A44E0447B65FB46D8BC0595BB5F5F19BC(__this, /*hidden argument*/NULL); V_2 = L_11; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_12 = V_0; NullCheck(L_12); int32_t L_13; L_13 = XPathDocumentNavigator_GetPrimaryLocation_mC154373A44E0447B65FB46D8BC0595BB5F5F19BC(L_12, /*hidden argument*/NULL); V_3 = L_13; int32_t L_14 = V_2; int32_t L_15 = V_3; if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_0060; } } { int32_t L_16; L_16 = XPathDocumentNavigator_GetSecondaryLocation_mABE94B20C853AAA5742D351E08D7FDE58EE179CF(__this, /*hidden argument*/NULL); V_2 = L_16; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_17 = V_0; NullCheck(L_17); int32_t L_18; L_18 = XPathDocumentNavigator_GetSecondaryLocation_mABE94B20C853AAA5742D351E08D7FDE58EE179CF(L_17, /*hidden argument*/NULL); V_3 = L_18; int32_t L_19 = V_2; int32_t L_20 = V_3; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_0060; } } { return (int32_t)(2); } IL_0060: { int32_t L_21 = V_2; int32_t L_22 = V_3; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0066; } } { return (int32_t)(1); } IL_0066: { return (int32_t)(0); } IL_0068: { return (int32_t)(3); } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_IsDescendant_mF1C885001F4CE5FB9CBF661F30CB48C8487340DA (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * V_0 = NULL; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_1 = NULL; int32_t V_2 = 0; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___other0; V_0 = ((XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)IsInstSealed((RuntimeObject*)L_0, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var)); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_1 = V_0; if (!L_1) { goto IL_0063; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_idxParent_7(); if (!L_3) { goto IL_0022; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_4 = V_0; NullCheck(L_4); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = L_4->get_pageParent_5(); V_1 = L_5; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = L_6->get_idxParent_7(); V_2 = L_7; goto IL_0060; } IL_0022: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_8 = V_0; NullCheck(L_8); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_9 = L_8->get_pageCurrent_4(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_idxCurrent_6(); NullCheck(L_9); int32_t L_12; L_12 = XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_9)->GetAddressAt(static_cast(L_11))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_1), /*hidden argument*/NULL); V_2 = L_12; goto IL_0060; } IL_003d: { int32_t L_13 = V_2; int32_t L_14 = __this->get_idxCurrent_6(); if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_0051; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_15 = V_1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_16 = __this->get_pageCurrent_4(); if ((!(((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_15) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_16)))) { goto IL_0051; } } { return (bool)1; } IL_0051: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_17 = V_1; int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19; L_19 = XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_17)->GetAddressAt(static_cast(L_18))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_1), /*hidden argument*/NULL); V_2 = L_19; } IL_0060: { int32_t L_20 = V_2; if (L_20) { goto IL_003d; } } IL_0063: { return (bool)0; } } // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetPrimaryLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetPrimaryLocation_mC154373A44E0447B65FB46D8BC0595BB5F5F19BC (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idxParent_7(); if (L_0) { goto IL_001a; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageCurrent_4(); int32_t L_2 = __this->get_idxCurrent_6(); int32_t L_3; L_3 = XPathNodeHelper_GetLocation_mE614E1262C290031E48F69701F827496CC582E8A(L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_001a: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = __this->get_pageParent_5(); int32_t L_5 = __this->get_idxParent_7(); int32_t L_6; L_6 = XPathNodeHelper_GetLocation_mE614E1262C290031E48F69701F827496CC582E8A(L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetSecondaryLocation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetSecondaryLocation_mABE94B20C853AAA5742D351E08D7FDE58EE179CF (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_idxParent_7(); if (L_0) { goto IL_000e; } } { return ((int32_t)-2147483648LL); } IL_000e: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageCurrent_4(); int32_t L_2 = __this->get_idxCurrent_6(); NullCheck(L_1); int32_t L_3; L_3 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_1)->GetAddressAt(static_cast(L_2))), /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_0045; } } { int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_0057; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = __this->get_pageCurrent_4(); int32_t L_7 = __this->get_idxCurrent_6(); int32_t L_8; L_8 = XPathNodeHelper_GetLocation_mE614E1262C290031E48F69701F827496CC582E8A(L_6, L_7, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2147483647), (int32_t)L_8)); } IL_0045: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_9 = __this->get_pageCurrent_4(); int32_t L_10 = __this->get_idxCurrent_6(); int32_t L_11; L_11 = XPathNodeHelper_GetLocation_mE614E1262C290031E48F69701F827496CC582E8A(L_9, L_10, /*hidden argument*/NULL); return L_11; } IL_0057: { return ((int32_t)2147483647LL); } } // System.Object MS.Internal.Xml.Cache.XPathDocumentNavigator::get_UnderlyingObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathDocumentNavigator_get_UnderlyingObject_mEE057840F4A346DD7FF5BC873DFEB32524FE2A8D (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); return L_0; } } // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetPositionHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetPositionHashCode_mCEE87BE1B3E3EF49052DDB62826A383110A09933 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idxCurrent_6(); int32_t L_1 = __this->get_idxParent_7(); return ((int32_t)((int32_t)L_0^(int32_t)L_1)); } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::IsElementMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_IsElementMatch_m1F9793162F227FFBA3182A807571616AA7FF103B (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B3_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B2_0 = NULL; String_t* G_B4_0 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * G_B4_1 = NULL; { String_t* L_0 = ___localName0; String_t* L_1 = __this->get_atomizedLocalName_8(); if ((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))) { goto IL_0021; } } { String_t* L_2 = ___localName0; G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0010; } } { G_B4_0 = ((String_t*)(NULL)); G_B4_1 = G_B2_0; goto IL_001c; } IL_0010: { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_3; L_3 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); String_t* L_4 = ___localName0; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_3, L_4); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_001c: { NullCheck(G_B4_1); G_B4_1->set_atomizedLocalName_8(G_B4_0); } IL_0021: { int32_t L_6 = __this->get_idxParent_7(); if (!L_6) { goto IL_002b; } } { return (bool)0; } IL_002b: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = __this->get_pageCurrent_4(); int32_t L_8 = __this->get_idxCurrent_6(); NullCheck(L_7); String_t* L_9 = __this->get_atomizedLocalName_8(); String_t* L_10 = ___namespaceURI1; bool L_11; L_11 = XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_7)->GetAddressAt(static_cast(L_8))), L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Boolean MS.Internal.Xml.Cache.XPathDocumentNavigator::IsKindMatch(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocumentNavigator_IsKindMatch_m2FB3FD0826465AAB5808B20A0E204ACD62A226CB (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, int32_t ___typ0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageCurrent_4(); int32_t L_1 = __this->get_idxCurrent_6(); NullCheck(L_0); int32_t L_2; L_2 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); int32_t L_3 = ___typ0; IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); int32_t L_4; L_4 = XPathNavigator_GetKindMask_m14FFB67C451263C580126FF061C058641607EF7B(L_3, /*hidden argument*/NULL); return (bool)((!(((uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31)))))&(int32_t)L_4))) <= ((uint32_t)0)))? 1 : 0); } } // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetFollowingEnd(MS.Internal.Xml.Cache.XPathDocumentNavigator,System.Boolean,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetFollowingEnd_mD544294AC6B051A1FD46B505DECA114B261E32C4 (XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * __this, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * ___end0, bool ___useParentOfVirtual1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageEnd2, const RuntimeMethod* method) { { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_0 = ___end0; if (!L_0) { goto IL_0063; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = __this->get_pageCurrent_4(); int32_t L_2 = __this->get_idxCurrent_6(); NullCheck(L_1); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_3; L_3 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_1)->GetAddressAt(static_cast(L_2))), /*hidden argument*/NULL); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_4 = ___end0; NullCheck(L_4); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = L_4->get_pageCurrent_4(); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_6 = ___end0; NullCheck(L_6); int32_t L_7 = L_6->get_idxCurrent_6(); NullCheck(L_5); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_8; L_8 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_5)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 *)L_3) == ((RuntimeObject*)(XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 *)L_8)))) { goto IL_0063; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_9 = ___end0; NullCheck(L_9); int32_t L_10 = L_9->get_idxParent_7(); if (L_10) { goto IL_0048; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_11 = ___pageEnd2; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_12 = ___end0; NullCheck(L_12); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = L_12->get_pageCurrent_4(); *((RuntimeObject **)L_11) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_13); XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_14 = ___end0; NullCheck(L_14); int32_t L_15 = L_14->get_idxCurrent_6(); return L_15; } IL_0048: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_16 = ___pageEnd2; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_17 = ___end0; NullCheck(L_17); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_18 = L_17->get_pageParent_5(); *((RuntimeObject **)L_16) = (RuntimeObject *)L_18; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_18); bool L_19 = ___useParentOfVirtual1; if (L_19) { goto IL_005c; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_20 = ___end0; NullCheck(L_20); int32_t L_21 = L_20->get_idxParent_7(); return ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_005c: { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_22 = ___end0; NullCheck(L_22); int32_t L_23 = L_22->get_idxParent_7(); return L_23; } IL_0063: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_24 = ___pageEnd2; *((RuntimeObject **)L_24) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_24, (void*)(RuntimeObject *)NULL); return 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 MS.Internal.Xml.XPath.XPathEmptyIterator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathEmptyIterator__ctor_m35EA3DE45C20B17F616CB11B331EB2A9F476DA91 (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * __this, const RuntimeMethod* method) { { ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D(__this, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.XPathEmptyIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathEmptyIterator_Clone_mB46A57634A1222933F22451FC3048F3E9BE391F1 (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * __this, const RuntimeMethod* method) { { return __this; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathEmptyIterator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathEmptyIterator_get_Current_m3EDEA62D1593BDB985AE939BA5C44703360D71E7 (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * __this, const RuntimeMethod* method) { { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } } // System.Int32 MS.Internal.Xml.XPath.XPathEmptyIterator::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathEmptyIterator_get_CurrentPosition_mF153B332D504D49891E00F6523704A5AEB23D9A9 (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * __this, const RuntimeMethod* method) { { return 0; } } // System.Int32 MS.Internal.Xml.XPath.XPathEmptyIterator::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathEmptyIterator_get_Count_m6C2BA0116BAFE93180969D0BB7F25DC625F7B1F4 (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * __this, const RuntimeMethod* method) { { return 0; } } // System.Boolean MS.Internal.Xml.XPath.XPathEmptyIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathEmptyIterator_MoveNext_mE945E8ED3FE1506797FD89428C6689049FFBD6B5 (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void MS.Internal.Xml.XPath.XPathEmptyIterator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathEmptyIterator_Reset_mDD6B610325490ED16A7B846565A67EE4F04DF9ED (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * __this, const RuntimeMethod* method) { { return; } } // System.Void MS.Internal.Xml.XPath.XPathEmptyIterator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathEmptyIterator__cctor_m655FAC003E3034A737E178153E7E42311CA4F7AC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * L_0 = (XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 *)il2cpp_codegen_object_new(XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var); XPathEmptyIterator__ctor_m35EA3DE45C20B17F616CB11B331EB2A9F476DA91(L_0, /*hidden argument*/NULL); ((XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_StaticFields*)il2cpp_codegen_static_fields_for(XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var))->set_Instance_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.XPathException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m70831108BFE46409E79B3EAC65084A6589D64D89 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * V_1 = NULL; SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E V_2; memset((&V_2), 0, sizeof(V_2)); { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; SystemException__ctor_m20F619D15EAA349C6CE181A65A47C336200EBD19(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_2 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_3, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject * L_5; L_5 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_4, /*hidden argument*/NULL); __this->set_res_17(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_6 = ___info0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_0_0_0_var) }; Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_9; L_9 = SerializationInfo_GetValue_mF6E311779D55AD7C80B2D19FF2A7E9683AEF2A99(L_6, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, L_8, /*hidden argument*/NULL); __this->set_args_18(((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)Castclass((RuntimeObject*)L_9, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var))); V_0 = (String_t*)NULL; SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_10 = ___info0; NullCheck(L_10); SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_11; L_11 = SerializationInfo_GetEnumerator_m88A3A4E9DD1E1F276016B0205CF62DDB876B9575(L_10, /*hidden argument*/NULL); V_1 = L_11; goto IL_007a; } IL_0053: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_12 = V_1; NullCheck(L_12); SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E L_13; L_13 = SerializationInfoEnumerator_get_Current_mD46A02033DA35A55D982FB2B3DD56CE56FDFB314(L_12, /*hidden argument*/NULL); V_2 = L_13; String_t* L_14; L_14 = SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_14, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL); if (!L_15) { goto IL_007a; } } { RuntimeObject * L_16; L_16 = SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline((SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E *)(&V_2), /*hidden argument*/NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)); } IL_007a: { SerializationInfoEnumerator_t0548359AF7DB5798EBA19FE6BFCC8CDB8E6B1AF6 * L_17 = V_1; NullCheck(L_17); bool L_18; L_18 = SerializationInfoEnumerator_MoveNext_m661034C94476113FEB5A3C98A5EA9456ACFA2E9F(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0053; } } { String_t* L_19 = V_0; if (L_19) { goto IL_009d; } } { String_t* L_20 = __this->get_res_17(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = __this->get_args_18(); String_t* L_22; L_22 = XPathException_CreateMessage_m2C3B1662DA553C4A385CCE8F36526571DE80A7BB(L_20, L_21, /*hidden argument*/NULL); __this->set_message_19(L_22); return; } IL_009d: { __this->set_message_19((String_t*)NULL); return; } } // System.Void System.Xml.XPath.XPathException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException_GetObjectData_m24F396159C8531BEF96CC64B6EAFB85D0E1D61FA (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } { SerializationInfo_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; NullCheck(L_6); SerializationInfo_AddValue_mA50C2668EF700C2239DDC362F8DB409020BB763D(L_6, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.XPathException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m364BEFD2E4C4FEF4399998C59AB8E68A693AA101 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __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(); XPathException__ctor_m10D19ABECC724CBCE604F58E5561112ECA700519(__this, L_0, (Exception_t *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m10D19ABECC724CBCE604F58E5561112ECA700519 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, String_t* ___message0, Exception_t * ___innerException1, 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); s_Il2CppMethodInitialized = true; } { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; String_t* L_2 = ___message0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); Exception_t * L_3 = ___innerException1; XPathException__ctor_mE4EB6D5489A4BC15494E97D4E3530E1355106107(__this, _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_1, L_3, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D (String_t* ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_1 = (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B *)il2cpp_codegen_object_new(XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_il2cpp_TypeInfo_var); XPathException__ctor_m2A3B21C90F6B6B04438AF6A9032B337F673AC2E6(L_1, L_0, (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930 (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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_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); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_4 = (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B *)il2cpp_codegen_object_new(XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_il2cpp_TypeInfo_var); XPathException__ctor_m2A3B21C90F6B6B04438AF6A9032B337F673AC2E6(L_4, L_0, L_2, /*hidden argument*/NULL); return L_4; } } // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * XPathException_Create_m250B16EDAF8A50D2C6B8102B6F7FE74A427AA60C (String_t* ___res0, String_t* ___arg1, String_t* ___arg22, 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*)&XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_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)2); 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); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_2; String_t* L_5 = ___arg22; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (String_t*)L_5); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_6 = (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B *)il2cpp_codegen_object_new(XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_il2cpp_TypeInfo_var); XPathException__ctor_m2A3B21C90F6B6B04438AF6A9032B337F673AC2E6(L_6, L_0, L_4, /*hidden argument*/NULL); return L_6; } } // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * XPathException_Create_m9864C61E7EC647E0789739510E4C689756679949 (String_t* ___res0, String_t* ___arg1, Exception_t * ___innerException2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; String_t* L_3 = ___arg1; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); Exception_t * L_4 = ___innerException2; XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_5 = (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B *)il2cpp_codegen_object_new(XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B_il2cpp_TypeInfo_var); XPathException__ctor_mE4EB6D5489A4BC15494E97D4E3530E1355106107(L_5, L_0, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m2A3B21C90F6B6B04438AF6A9032B337F673AC2E6 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; XPathException__ctor_mE4EB6D5489A4BC15494E97D4E3530E1355106107(__this, L_0, L_1, (Exception_t *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.String[],System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_mE4EB6D5489A4BC15494E97D4E3530E1355106107 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, Exception_t * ___inner2, const RuntimeMethod* method) { { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; String_t* L_2; L_2 = XPathException_CreateMessage_m2C3B1662DA553C4A385CCE8F36526571DE80A7BB(L_0, L_1, /*hidden argument*/NULL); Exception_t * L_3 = ___inner2; SystemException__ctor_m14A39C396B94BEE4EFEA201FB748572011855A94(__this, L_2, L_3, /*hidden argument*/NULL); Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline(__this, ((int32_t)-2146231997), /*hidden argument*/NULL); String_t* L_4 = ___res0; __this->set_res_17(L_4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = ___args1; __this->set_args_18(L_5); return; } } // System.String System.Xml.XPath.XPathException::CreateMessage(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathException_CreateMessage_m2C3B1662DA553C4A385CCE8F36526571DE80A7BB (String_t* ___res0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { String_t* L_0 = ___res0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ___args1; String_t* L_2; L_2 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(L_0, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; if (L_3) { goto IL_001c; } } IL_000b: { String_t* L_4 = ___res0; String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18, L_4, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, /*hidden argument*/NULL); V_0 = L_5; } IL_001c: { String_t* L_6 = V_0; V_1 = L_6; goto IL_0034; } }// 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_0020; } throw e; } CATCH_0020: {// begin catch(System.Resources.MissingManifestResourceException) String_t* L_7 = ___res0; String_t* L_8; L_8 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18)), L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), /*hidden argument*/NULL); V_1 = L_8; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0034; }// end catch (depth: 1) IL_0034: { String_t* L_9 = V_1; return L_9; } } // System.String System.Xml.XPath.XPathException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathException_get_Message_m2860C8895EEE103758E4A4505DFFA0F144A3A0E7 (XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_message_19(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_message_19(); return L_1; } IL_000f: { String_t* L_2; L_2 = Exception_get_Message_mC7A96CEBF52567CEF612C8C75A99A735A83E883F(__this, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.XPathExpression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathExpression__ctor_m9949E54CA7943446C266818DBA7D4B26A8163C8F (XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathExpression System.Xml.XPath.XPathExpression::Compile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * XPathExpression_Compile_m795B00E6C521713D495F1D8844E6A491C9C4BA6E (String_t* ___xpath0, const RuntimeMethod* method) { { String_t* L_0 = ___xpath0; XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * L_1; L_1 = XPathExpression_Compile_m81BB0C4F38EAC630F2B80EA3ED71BD595024C45E(L_0, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Xml.XPath.XPathExpression System.Xml.XPath.XPathExpression::Compile(System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * XPathExpression_Compile_m81BB0C4F38EAC630F2B80EA3ED71BD595024C45E (String_t* ___xpath0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * V_1 = NULL; { QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * L_0 = (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 *)il2cpp_codegen_object_new(QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9_il2cpp_TypeInfo_var); QueryBuilder__ctor_m9356F0DDA16AB827D308365E13EB206B4949F9CE(L_0, /*hidden argument*/NULL); String_t* L_1 = ___xpath0; NullCheck(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2; L_2 = QueryBuilder_Build_m6F8851AC5F9C8B101879EBEB43DB2A7EA4B01D36(L_0, L_1, (bool*)(&V_0), /*hidden argument*/NULL); String_t* L_3 = ___xpath0; bool L_4 = V_0; CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * L_5 = (CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 *)il2cpp_codegen_object_new(CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3_il2cpp_TypeInfo_var); CompiledXpathExpr__ctor_m68C3FFAEDE5A538540CFAA4F88D76D5F6EF0CA5B(L_5, L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; RuntimeObject* L_6 = ___nsResolver1; if (!L_6) { goto IL_001f; } } { CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * L_7 = V_1; RuntimeObject* L_8 = ___nsResolver1; NullCheck(L_7); VirtualActionInvoker1< RuntimeObject* >::Invoke(4 /* System.Void System.Xml.XPath.XPathExpression::SetContext(System.Xml.IXmlNamespaceResolver) */, L_7, L_8); } IL_001f: { CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * L_9 = V_1; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathItem_ValueAs_m94A84E8C2D440B1699DE687B74153D4EE8E0B23D (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * __this, Type_t * ___returnType0, const RuntimeMethod* method) { { Type_t * L_0 = ___returnType0; RuntimeObject * L_1; L_1 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, (RuntimeObject*)NULL); return L_1; } } // System.Void System.Xml.XPath.XPathItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304 (XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.XPath.XPathNavigator::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_ToString_m979B9B81B17C885C5447B8C9414FD63ACA268572 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathNavigator::get_XmlType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * XPathNavigator_get_XmlType_mD06F2BDFA6DB21397C0FB21784ECC7551583A21A (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0026; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0026; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_1; if (!L_6) { goto IL_001f; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_7 = V_1; return L_7; } IL_001f: { RuntimeObject* L_8 = V_0; NullCheck(L_8); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9; L_9 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_8); return L_9; } IL_0026: { return (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA *)NULL; } } // System.Object System.Xml.XPath.XPathNavigator::get_TypedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_get_TypedValue_mF8B7B2EFE01ABE521F8E2E6295E71F98B4D12136 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0084; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_004a; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = V_1; if (!L_9) { goto IL_0084; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = V_1; NullCheck(L_10); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_11; L_11 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_12 = V_2; if (!L_12) { goto IL_0084; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_13 = V_1; NullCheck(L_13); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_14; L_14 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_13, /*hidden argument*/NULL); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_16 = V_2; NullCheck(L_16); Type_t * L_17; L_17 = VirtualFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_16); NullCheck(L_14); RuntimeObject * L_18; L_18 = VirtualFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_14, L_15, L_17, __this); return L_18; } IL_004a: { RuntimeObject* L_19 = V_0; NullCheck(L_19); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_20; L_20 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_19); V_1 = L_20; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_21 = V_1; if (!L_21) { goto IL_0084; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_22 = V_1; NullCheck(L_22); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_23; L_23 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_22, /*hidden argument*/NULL); V_2 = L_23; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_24 = V_2; if (!L_24) { goto IL_0084; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_25 = V_1; NullCheck(L_25); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_26; L_26 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_25, /*hidden argument*/NULL); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_27 = V_2; String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_29; L_29 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_27); RuntimeObject * L_30; L_30 = VirtualFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_27, L_28, L_29, __this); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_31 = V_2; NullCheck(L_31); Type_t * L_32; L_32 = VirtualFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_31); NullCheck(L_26); RuntimeObject * L_33; L_33 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_26, L_30, L_32, __this); return L_33; } IL_0084: { String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); return L_34; } } // System.Type System.Xml.XPath.XPathNavigator::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * XPathNavigator_get_ValueType_m4DE04C1316A1737CD8E5BCF8A781B2C35BA89FFB (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, 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*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0053; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0038; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = V_1; if (!L_9) { goto IL_0053; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = V_1; NullCheck(L_10); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_11; L_11 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_10, /*hidden argument*/NULL); V_2 = L_11; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_12 = V_2; if (!L_12) { goto IL_0053; } } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_13 = V_2; NullCheck(L_13); Type_t * L_14; L_14 = VirtualFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_13); return L_14; } IL_0038: { RuntimeObject* L_15 = V_0; NullCheck(L_15); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_16; L_16 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_15); V_1 = L_16; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_17 = V_1; if (!L_17) { goto IL_0053; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_18 = V_1; NullCheck(L_18); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_19; L_19 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_18, /*hidden argument*/NULL); V_2 = L_19; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_20 = V_2; if (!L_20) { goto IL_0053; } } { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_21 = V_2; NullCheck(L_21); Type_t * L_22; L_22 = VirtualFuncInvoker0< Type_t * >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_21); return L_22; } IL_0053: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_23 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_24; L_24 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_23, /*hidden argument*/NULL); return L_24; } } // System.Boolean System.Xml.XPath.XPathNavigator::get_ValueAsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_get_ValueAsBoolean_mAC1A78F2F8AC37DA5C7CEDEF6EBBE8F383C470F0 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, 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*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = V_1; NullCheck(L_10); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_11; L_11 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, String_t* >::Invoke(8 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_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); V_1 = L_15; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_18; L_18 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_20 = V_1; NullCheck(L_20); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_21; L_21 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25; L_25 = VirtualFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); bool L_26; L_26 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_27 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); bool L_29; L_29 = VirtualFuncInvoker1< bool, String_t* >::Invoke(8 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.String) */, L_27, L_28); return L_29; } } // System.DateTime System.Xml.XPath.XPathNavigator::get_ValueAsDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XPathNavigator_get_ValueAsDateTime_mC5D864EF942BF677610F0259922004987589B8AA (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, 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*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = V_1; NullCheck(L_10); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_11; L_11 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13; L_13 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_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); V_1 = L_15; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_18; L_18 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_20 = V_1; NullCheck(L_20); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_21; L_21 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25; L_25 = VirtualFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_26; L_26 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , RuntimeObject * >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_27 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_29; L_29 = VirtualFuncInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, L_27, L_28); return L_29; } } // System.Double System.Xml.XPath.XPathNavigator::get_ValueAsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XPathNavigator_get_ValueAsDouble_m75637DC19ACFF60D4600B35BBBD021AEDFA501BE (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, 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*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = V_1; NullCheck(L_10); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_11; L_11 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); double L_13; L_13 = VirtualFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_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); V_1 = L_15; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_18; L_18 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_20 = V_1; NullCheck(L_20); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_21; L_21 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25; L_25 = VirtualFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); double L_26; L_26 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_27 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); double L_29; L_29 = VirtualFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, L_27, L_28); return L_29; } } // System.Int32 System.Xml.XPath.XPathNavigator::get_ValueAsInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_get_ValueAsInt_m7C6BAA38218C8D7001F12D0EA77CEDCFDA12BD5C (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, 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*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = V_1; NullCheck(L_10); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_11; L_11 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); int32_t L_13; L_13 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_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); V_1 = L_15; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_18; L_18 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_20 = V_1; NullCheck(L_20); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_21; L_21 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25; L_25 = VirtualFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); int32_t L_26; L_26 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_27 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); int32_t L_29; L_29 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, L_27, L_28); return L_29; } } // System.Int64 System.Xml.XPath.XPathNavigator::get_ValueAsLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XPathNavigator_get_ValueAsLong_m126F8CDE269F3ACC85E72B0E7EE52F80B25B051E (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, 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*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = V_1; NullCheck(L_10); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_11; L_11 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_10, /*hidden argument*/NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); int64_t L_13; L_13 = VirtualFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_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); V_1 = L_15; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_18; L_18 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_17, /*hidden argument*/NULL); V_2 = L_18; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_20 = V_1; NullCheck(L_20); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_21; L_21 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_20, /*hidden argument*/NULL); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject * L_25; L_25 = VirtualFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); int64_t L_26; L_26 = VirtualFuncInvoker1< int64_t, RuntimeObject * >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, L_21, L_25); return L_26; } IL_006c: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_27 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); int64_t L_29; L_29 = VirtualFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, L_27, L_28); return L_29; } } // System.Object System.Xml.XPath.XPathNavigator::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_ValueAs_m1469ECE0B7500D571504925BD161057125535313 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, Type_t * ___returnType0, RuntimeObject* ___nsResolver1, 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*)&XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * V_1 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_2 = NULL; { RuntimeObject* L_0 = ___nsResolver1; if (L_0) { goto IL_0006; } } { ___nsResolver1 = __this; } IL_0006: { RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(53 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0076; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0041; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_6; L_6 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_5); V_1 = L_6; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_7 = V_1; if (L_7) { goto IL_002a; } } { RuntimeObject* L_8 = V_0; NullCheck(L_8); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_9; L_9 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_8); V_1 = L_9; } IL_002a: { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_10 = V_1; if (!L_10) { goto IL_0076; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_11 = V_1; NullCheck(L_11); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_12; L_12 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); Type_t * L_14 = ___returnType0; RuntimeObject* L_15 = ___nsResolver1; NullCheck(L_12); RuntimeObject * L_16; L_16 = VirtualFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_12, L_13, L_14, L_15); return L_16; } IL_0041: { RuntimeObject* L_17 = V_0; NullCheck(L_17); XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_18; L_18 = InterfaceFuncInvoker0< XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var, L_17); V_1 = L_18; XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_19 = V_1; if (!L_19) { goto IL_0076; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_20 = V_1; NullCheck(L_20); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_21; L_21 = XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline(L_20, /*hidden argument*/NULL); V_2 = L_21; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_22 = V_2; if (!L_22) { goto IL_0076; } } { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_23 = V_1; NullCheck(L_23); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_24; L_24 = XmlSchemaType_get_ValueConverter_m39CD0B2E4084FCE26B49ADC50CB011C9C210EE29(L_23, /*hidden argument*/NULL); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_25 = V_2; String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_27; L_27 = VirtualFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); RuntimeObject* L_28 = ___nsResolver1; NullCheck(L_25); RuntimeObject * L_29; L_29 = VirtualFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 *, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_25, L_26, L_27, L_28); Type_t * L_30 = ___returnType0; RuntimeObject* L_31 = ___nsResolver1; NullCheck(L_24); RuntimeObject * L_32; L_32 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_24, L_29, L_30, L_31); return L_32; } IL_0076: { IL2CPP_RUNTIME_CLASS_INIT(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_33 = ((XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_t7827A6551E49B0812AE9A11179FDF254612C77CF_il2cpp_TypeInfo_var))->get_Untyped_34(); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); Type_t * L_35 = ___returnType0; RuntimeObject* L_36 = ___nsResolver1; NullCheck(L_33); RuntimeObject * L_37; L_37 = VirtualFuncInvoker3< RuntimeObject *, String_t*, Type_t *, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_33, L_34, L_35, L_36); return L_37; } } // System.Object System.Xml.XPath.XPathNavigator::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_System_ICloneable_Clone_m7F37868EC5E0AA3F2DC5A3949AD36F5B77F9B67C (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); return L_0; } } // System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::CreateNavigator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathNavigator_CreateNavigator_m262B442F97FE4DB92E98AA9DAF83141DB3A9F59F (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); return L_0; } } // System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupNamespace_m60442B9DB654984941EFBB14A1E7169FEB19967C (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { String_t* L_0 = ___prefix0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0025; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_2; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3); if (!L_4) { goto IL_003c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = V_0; String_t* L_6 = ___prefix0; NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) */, L_5, L_6); return L_7; } IL_0025: { String_t* L_8 = ___prefix0; bool L_9; L_9 = VirtualFuncInvoker1< bool, String_t* >::Invoke(35 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) */, __this, L_8); if (!L_9) { goto IL_003c; } } { String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); return L_10; } IL_003c: { String_t* L_12 = ___prefix0; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_004a; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_14; } IL_004a: { String_t* L_15 = ___prefix0; bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_15, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, /*hidden argument*/NULL); if (!L_16) { goto IL_005d; } } { return _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; } IL_005d: { String_t* L_17 = ___prefix0; bool L_18; L_18 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_17, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, /*hidden argument*/NULL); if (!L_18) { goto IL_0070; } } { return _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; } IL_0070: { return (String_t*)NULL; } } // System.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupPrefix_m4B793BF17072A83729B4B23C7EB60A0DB9D3D2F7 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __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*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { String_t* L_0 = ___namespaceURI0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1; L_1 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_1; int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0025; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3); if (!L_4) { goto IL_004c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = V_0; String_t* L_6 = ___namespaceURI0; NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(22 /* System.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String) */, L_5, L_6); return L_7; } IL_0025: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker1< bool, int32_t >::Invoke(36 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_8, 0); if (!L_9) { goto IL_004c; } } IL_002e: { String_t* L_10 = ___namespaceURI0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_11); bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0043; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_14); return L_15; } IL_0043: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker1< bool, int32_t >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_16, 0); if (L_17) { goto IL_002e; } } IL_004c: { String_t* L_18 = ___namespaceURI0; String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_20; L_20 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(21 /* System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) */, __this, L_19); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_18, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0065; } } { String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_22; } IL_0065: { String_t* L_23 = ___namespaceURI0; bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, /*hidden argument*/NULL); if (!L_24) { goto IL_0078; } } { return _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; } IL_0078: { String_t* L_25 = ___namespaceURI0; bool L_26; L_26 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_25, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, /*hidden argument*/NULL); if (!L_26) { goto IL_008b; } } { return _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; } IL_008b: { return (String_t*)NULL; } } // System.String System.Xml.XPath.XPathNavigator::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_get_XmlLang_m1DEFB67F4583AAE9C645B0726E3A4BFA1411202D (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; } IL_0007: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker2< bool, String_t*, String_t* >::Invoke(32 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToAttribute(System.String,System.String) */, L_1, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); if (!L_2) { goto IL_0020; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_3); return L_4; } IL_0020: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_5); if (L_6) { goto IL_0007; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_7; } } // System.Object System.Xml.XPath.XPathNavigator::get_UnderlyingObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_get_UnderlyingObject_mFBB2E6475354E7FBC0232876EA639FE442A22D72 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { { return NULL; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToAttribute_m4D0EBAC6D4B6870F20F4AB91CA1A919F09ABE462 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(33 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstAttribute() */, __this); if (!L_0) { goto IL_0035; } } IL_0008: { String_t* L_1 = ___localName0; String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0026; } } { String_t* L_4 = ___namespaceURI1; String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, __this); bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0026; } } { return (bool)1; } IL_0026: { bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextAttribute() */, __this); if (L_7) { goto IL_0008; } } { bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_0035: { return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNamespace_m51B5C9830030F8BA13BED6E07EAA09A1795FDEC3 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___name0, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, int32_t >::Invoke(36 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); if (!L_0) { goto IL_0029; } } IL_0009: { String_t* L_1 = ___name0; String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0019; } } { return (bool)1; } IL_0019: { bool L_4; L_4 = VirtualFuncInvoker1< bool, int32_t >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); if (L_4) { goto IL_0009; } } { bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_0029: { return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFirstNamespace_m0315027D206B5A3340B2627F62B593F2165004F9 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, int32_t >::Invoke(36 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); return L_0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNextNamespace_m958087B8F02D7011F57005FD4438EB1B0FF4C01E (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, int32_t >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); return L_0; } } // System.Void System.Xml.XPath.XPathNavigator::MoveToRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator_MoveToRoot_m746589BA715940DDFA117B603761365DE4E1B577 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { IL_0000: { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_0) { goto IL_0000; } } { return; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToChild(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToChild_m2001EE8BDC0C17F345C2BF9004C054DC25A0F1AC (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (!L_0) { goto IL_003e; } } IL_0008: { int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002f; } } { String_t* L_2 = ___localName0; String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002f; } } { String_t* L_5 = ___namespaceURI1; String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, __this); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002f; } } { return (bool)1; } IL_002f: { bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_8) { goto IL_0008; } } { bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_003e: { return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToChild(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToChild_m93CFA264B22EC5A9477420DC5D703C31E3AC0396 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (!L_0) { goto IL_002f; } } { int32_t L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); int32_t L_2; L_2 = XPathNavigator_GetContentKindMask_mB58D97804808B44C03FE49439F9C2D0306DBEDD5(L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_000f: { int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); int32_t L_4 = V_0; if (!((int32_t)((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))&(int32_t)L_4))) { goto IL_0020; } } { return (bool)1; } IL_0020: { bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_5) { goto IL_000f; } } { bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_002f: { return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToFollowing(System.String,System.String,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFollowing_m845AE11A1601EEEA7B5354F19C77FD0AEFF396E0 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___localName0, String_t* ___namespaceURI1, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___end2, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; int32_t V_1 = 0; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = ___end2; if (!L_1) { goto IL_0026; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = ___end2; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_2); V_1 = L_3; int32_t L_4 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)2))) <= ((uint32_t)1)))) { goto IL_0026; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = ___end2; NullCheck(L_5); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6; L_6 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_5); ___end2 = L_6; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = ___end2; NullCheck(L_7); bool L_8; L_8 = XPathNavigator_MoveToNonDescendant_m905A18752FFE3F6BDF8054065069C82717E928D2(L_7, /*hidden argument*/NULL); } IL_0026: { int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); V_1 = L_9; int32_t L_10 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)2))) <= ((uint32_t)1)))) { goto IL_003d; } } { bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_11) { goto IL_003d; } } { return (bool)0; } IL_003d: { bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (L_12) { goto IL_005f; } } IL_0045: { bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_13) { goto IL_005f; } } { bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_14) { goto IL_0045; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_15 = V_0; bool L_16; L_16 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_15); return (bool)0; } IL_005f: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_17 = ___end2; if (!L_17) { goto IL_0075; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_18 = ___end2; bool L_19; L_19 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, __this, L_18); if (!L_19) { goto IL_0075; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_20 = V_0; bool L_21; L_21 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_20); return (bool)0; } IL_0075: { int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_003d; } } { String_t* L_23 = ___localName0; String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_25; L_25 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_23, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_003d; } } { String_t* L_26 = ___namespaceURI1; String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, __this); bool L_28; L_28 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_26, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_003d; } } { return (bool)1; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToFollowing(System.Xml.XPath.XPathNodeType,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFollowing_mDC7DC576E57842BBA650C04BC150E585DAB36447 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, int32_t ___type0, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___end1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; int32_t L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); int32_t L_2; L_2 = XPathNavigator_GetContentKindMask_mB58D97804808B44C03FE49439F9C2D0306DBEDD5(L_1, /*hidden argument*/NULL); V_1 = L_2; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = ___end1; if (!L_3) { goto IL_002d; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = ___end1; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_4); V_2 = L_5; int32_t L_6 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)2))) <= ((uint32_t)1)))) { goto IL_002d; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = ___end1; NullCheck(L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8; L_8 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_7); ___end1 = L_8; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = ___end1; NullCheck(L_9); bool L_10; L_10 = XPathNavigator_MoveToNonDescendant_m905A18752FFE3F6BDF8054065069C82717E928D2(L_9, /*hidden argument*/NULL); } IL_002d: { int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); V_2 = L_11; int32_t L_12 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)2))) <= ((uint32_t)1)))) { goto IL_0044; } } { bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_13) { goto IL_0044; } } { return (bool)0; } IL_0044: { bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (L_14) { goto IL_0066; } } IL_004c: { bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_15) { goto IL_0066; } } { bool L_16; L_16 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_16) { goto IL_004c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_17 = V_0; bool L_18; L_18 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_17); return (bool)0; } IL_0066: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = ___end1; if (!L_19) { goto IL_007c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_20 = ___end1; bool L_21; L_21 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, __this, L_20); if (!L_21) { goto IL_007c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_22 = V_0; bool L_23; L_23 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_22); return (bool)0; } IL_007c: { int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); int32_t L_25 = V_1; if (!((int32_t)((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)31)))))&(int32_t)L_25))) { goto IL_0044; } } { return (bool)1; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNext_m59A8F13192B8F11F248BB7A30BAC6CE021617901 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; goto IL_0030; } IL_0009: { int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0030; } } { String_t* L_2 = ___localName0; String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0030; } } { String_t* L_5 = ___namespaceURI1; String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, __this); bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0030; } } { return (bool)1; } IL_0030: { bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_8) { goto IL_0009; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = V_0; bool L_10; L_10 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_9); return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNext_mA8CDEA3AE41907BB5D7FB8589FE8FB9C856AD612 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; int32_t V_1 = 0; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; int32_t L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); int32_t L_2; L_2 = XPathNavigator_GetContentKindMask_mB58D97804808B44C03FE49439F9C2D0306DBEDD5(L_1, /*hidden argument*/NULL); V_1 = L_2; goto IL_0021; } IL_0010: { int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); int32_t L_4 = V_1; if (!((int32_t)((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)31)))))&(int32_t)L_4))) { goto IL_0021; } } { return (bool)1; } IL_0021: { bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_5) { goto IL_0010; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = V_0; bool L_7; L_7 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_6); return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_IsDescendant_m64200E9870914D893517427B553CC7CB735DF03E (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; if (!L_0) { goto IL_0020; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = ___nav0; NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_1); ___nav0 = L_2; goto IL_0018; } IL_000d: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = ___nav0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_3, __this); if (!L_4) { goto IL_0018; } } { return (bool)1; } IL_0018: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = ___nav0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_5); if (L_6) { goto IL_000d; } } IL_0020: { return (bool)0; } } // System.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::ComparePosition(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_ComparePosition_m842F28E61784C5C8973FDDECD2C1F39F439B2D4E (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral971696CB6407FC25FF80CF814D3D67C37EA7358E); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_4 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_5 = NULL; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; if (L_0) { goto IL_0005; } } { return (int32_t)(3); } IL_0005: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = ___nav0; bool L_2; L_2 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, __this, L_1); if (!L_2) { goto IL_0010; } } { return (int32_t)(2); } IL_0010: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3; L_3 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_3; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = ___nav0; NullCheck(L_4); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5; L_5 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_4); V_1 = L_5; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = V_0; NullCheck(L_6); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7; L_7 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); int32_t L_8; L_8 = XPathNavigator_GetDepth_m86D87537AF2714DEEA269C8D9FD6E096FD4E2E96(L_7, /*hidden argument*/NULL); V_2 = L_8; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = V_1; NullCheck(L_9); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_10; L_10 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_9); int32_t L_11; L_11 = XPathNavigator_GetDepth_m86D87537AF2714DEEA269C8D9FD6E096FD4E2E96(L_10, /*hidden argument*/NULL); V_3 = L_11; int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0056; } } { goto IL_0047; } IL_003c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_14); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); } IL_0047: { int32_t L_17 = V_2; int32_t L_18 = V_3; if ((((int32_t)L_17) > ((int32_t)L_18))) { goto IL_003c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_20 = V_1; NullCheck(L_19); bool L_21; L_21 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_19, L_20); if (!L_21) { goto IL_0056; } } { return (int32_t)(1); } IL_0056: { int32_t L_22 = V_3; int32_t L_23 = V_2; if ((((int32_t)L_22) <= ((int32_t)L_23))) { goto IL_0076; } } { goto IL_0067; } IL_005c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_24 = V_1; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_24); int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); } IL_0067: { int32_t L_27 = V_3; int32_t L_28 = V_2; if ((((int32_t)L_27) > ((int32_t)L_28))) { goto IL_005c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_29 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_30 = V_1; NullCheck(L_29); bool L_31; L_31 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_29, L_30); if (!L_31) { goto IL_0076; } } { return (int32_t)(0); } IL_0076: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_32 = V_0; NullCheck(L_32); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_33; L_33 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_32); V_4 = L_33; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_34 = V_1; NullCheck(L_34); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_35; L_35 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_34); V_5 = L_35; } IL_0086: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_36 = V_4; NullCheck(L_36); bool L_37; L_37 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_36); if (!L_37) { goto IL_0098; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_38 = V_5; NullCheck(L_38); bool L_39; L_39 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_38); if (L_39) { goto IL_009a; } } IL_0098: { return (int32_t)(3); } IL_009a: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_40 = V_4; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_41 = V_5; NullCheck(L_40); bool L_42; L_42 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_40, L_41); if (!L_42) { goto IL_00c4; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_43 = V_0; NullCheck(L_43); Type_t * L_44; L_44 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_43, /*hidden argument*/NULL); NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); bool L_46; L_46 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_45, _stringLiteral971696CB6407FC25FF80CF814D3D67C37EA7358E, /*hidden argument*/NULL); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_47 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_48 = V_1; int32_t L_49; L_49 = XPathNavigator_CompareSiblings_mB0A17632ECAF4140AD8A8107AEAAE3E6119E9EE4(__this, L_47, L_48, /*hidden argument*/NULL); return L_49; } IL_00c4: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_50 = V_0; NullCheck(L_50); bool L_51; L_51 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_50); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_52 = V_1; NullCheck(L_52); bool L_53; L_53 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_52); goto IL_0086; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_get_SchemaInfo_m8B4505061131A3352D877B8EFD8F2403BF41E0E7 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { return ((RuntimeObject*)IsInst((RuntimeObject*)__this, IXmlSchemaInfo_tC697CEDEA24AC6EF87E998BF72B96EDBD84DB229_il2cpp_TypeInfo_var)); } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathNavigator_Select_m4834C50601A42795C223763C6F9AF98D0F8176C8 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___xpath0, const RuntimeMethod* method) { { String_t* L_0 = ___xpath0; XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * L_1; L_1 = XPathExpression_Compile_m795B00E6C521713D495F1D8844E6A491C9C4BA6E(L_0, /*hidden argument*/NULL); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2; L_2 = VirtualFuncInvoker1< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *, XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * >::Invoke(55 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.Xml.XPath.XPathExpression) */, __this, L_1); return L_2; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.Xml.XPath.XPathExpression) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathNavigator_Select_mD3E6956712A65909E1D4DC8C53D31DE5177F3530 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * ___expr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * G_B2_0 = NULL; XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * G_B1_0 = NULL; { XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * L_0 = ___expr0; RuntimeObject * L_1; L_1 = VirtualFuncInvoker1< RuntimeObject *, XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * >::Invoke(56 /* System.Object System.Xml.XPath.XPathNavigator::Evaluate(System.Xml.XPath.XPathExpression) */, __this, L_0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)IsInstClass((RuntimeObject*)L_1, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var)); G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001a; } } { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_3; L_3 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathNavigator_Select_mD3E6956712A65909E1D4DC8C53D31DE5177F3530_RuntimeMethod_var))); } IL_001a: { return G_B2_0; } } // System.Object System.Xml.XPath.XPathNavigator::Evaluate(System.Xml.XPath.XPathExpression) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_Evaluate_mA7DFE6AFC427242A5297CB6143A75DD42EC1128E (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * ___expr0, const RuntimeMethod* method) { { XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * L_0 = ___expr0; RuntimeObject * L_1; L_1 = VirtualFuncInvoker2< RuntimeObject *, XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(57 /* System.Object System.Xml.XPath.XPathNavigator::Evaluate(System.Xml.XPath.XPathExpression,System.Xml.XPath.XPathNodeIterator) */, __this, L_0, (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)NULL); return L_1; } } // System.Object System.Xml.XPath.XPathNavigator::Evaluate(System.Xml.XPath.XPathExpression,System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNavigator_Evaluate_mF0022B1DCDCE04DD442C1461F51E9F5A54E64F3C (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * ___expr0, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_0 = NULL; RuntimeObject * V_1 = NULL; CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * G_B2_0 = NULL; CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * G_B1_0 = NULL; { XPathExpression_t983D85EA5DDED7AE7DB7B4A5ACBA9C1061B50777 * L_0 = ___expr0; CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 * L_1 = ((CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3 *)IsInstClass((RuntimeObject*)L_0, CompiledXpathExpr_tE930E54B9E2A3B5A602D9F80C9CDBBA6E48835A3_il2cpp_TypeInfo_var)); G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0014; } } { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_2; L_2 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAA00C50B7D04DD383D697F31AB23DBFB14D8359)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathNavigator_Evaluate_mF0022B1DCDCE04DD442C1461F51E9F5A54E64F3C_RuntimeMethod_var))); } IL_0014: { NullCheck(G_B2_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = CompiledXpathExpr_get_QueryTree_m03E08D0CBC52AF9359D88A3570952920B7F94F73(G_B2_0, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4; L_4 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_3, /*hidden argument*/NULL); V_0 = L_4; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5 = V_0; NullCheck(L_5); VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_5); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_6 = ___context1; if (L_6) { goto IL_0036; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7; L_7 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * L_8 = (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D *)il2cpp_codegen_object_new(XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D_il2cpp_TypeInfo_var); XPathSingletonIterator__ctor_m4AFF638278D4E26389846A81BE02A6B3191608F0(L_8, L_7, (bool)1, /*hidden argument*/NULL); ___context1 = L_8; } IL_0036: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_9 = V_0; XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_10 = ___context1; NullCheck(L_9); RuntimeObject * L_11; L_11 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_9, L_10); V_1 = L_11; RuntimeObject * L_12 = V_1; if (!((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)IsInstClass((RuntimeObject*)L_12, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var))) { goto IL_0053; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_13 = ___context1; NullCheck(L_13); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14; L_14 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_13); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_15 = V_0; XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * L_16 = (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 *)il2cpp_codegen_object_new(XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680_il2cpp_TypeInfo_var); XPathSelectionIterator__ctor_m2AC20683CA2452B9FAFF5ED991D2A44375B9C730(L_16, L_14, L_15, /*hidden argument*/NULL); return L_16; } IL_0053: { RuntimeObject * L_17 = V_1; return L_17; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathNavigator_SelectChildren_mA0B2F7E51778C91DD36372B468E9B485905BF8BE (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); int32_t L_1 = ___type0; XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * L_2 = (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 *)il2cpp_codegen_object_new(XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19_il2cpp_TypeInfo_var); XPathChildIterator__ctor_m7C799B01C21A1D9E4DCE1AF8FD13B0626C3FCBBD(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathNavigator_SelectChildren_mDB897F163515750F4AF29360953C198C1BF0AAB4 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); String_t* L_1 = ___name0; String_t* L_2 = ___namespaceURI1; XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 * L_3 = (XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19 *)il2cpp_codegen_object_new(XPathChildIterator_t21BFFF3549EEC78A606C85CA488D3E17B95D3E19_il2cpp_TypeInfo_var); XPathChildIterator__ctor_m7A644FBD7DD790C7FD39AD66FA4991A301631295(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathNavigator_SelectDescendants_m849C2D78CD4B75FF48AE21887F4365D137C14BA2 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, int32_t ___type0, bool ___matchSelf1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); int32_t L_1 = ___type0; bool L_2 = ___matchSelf1; XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * L_3 = (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 *)il2cpp_codegen_object_new(XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1_il2cpp_TypeInfo_var); XPathDescendantIterator__ctor_mDAFCED9794991528F6BB296BF9730334943EAF38(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathNavigator_SelectDescendants_m7CFB555E594D87F1D72A4FFD30D884C3C9953940 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, String_t* ___name0, String_t* ___namespaceURI1, bool ___matchSelf2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); String_t* L_1 = ___name0; String_t* L_2 = ___namespaceURI1; bool L_3 = ___matchSelf2; XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 * L_4 = (XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1 *)il2cpp_codegen_object_new(XPathDescendantIterator_t18EB8A662F45354421D167109289DFA0EC93DEA1_il2cpp_TypeInfo_var); XPathDescendantIterator__ctor_m60408ABA5F6333229EDB34CFB951BA3233C9CAD9(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNonDescendant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNonDescendant_m905A18752FFE3F6BDF8054065069C82717E928D2 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (!L_1) { goto IL_0014; } } { return (bool)1; } IL_0014: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_2; bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_3) { goto IL_0025; } } { return (bool)0; } IL_0025: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_4); V_1 = L_5; int32_t L_6 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)2))) <= ((uint32_t)1)))) { goto IL_004e; } } { bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (!L_7) { goto IL_004e; } } { return (bool)1; } IL_003c: { bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_8) { goto IL_004e; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = V_0; bool L_10; L_10 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_9); return (bool)0; } IL_004e: { bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (!L_11) { goto IL_003c; } } { return (bool)1; } } // System.Int32 System.Xml.XPath.XPathNavigator::GetDepth(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetDepth_m86D87537AF2714DEEA269C8D9FD6E096FD4E2E96 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0008; } IL_0004: { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } IL_0008: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = ___nav0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_1); if (L_2) { goto IL_0004; } } { int32_t L_3 = V_0; return L_3; } } // System.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::CompareSiblings(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_CompareSiblings_mB0A17632ECAF4140AD8A8107AEAAE3E6119E9EE4 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___n10, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___n21, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___n10; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0013; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_001d; } } { goto IL_0019; } IL_0013: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_001d; } IL_0019: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); } IL_001d: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = ___n21; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_6); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_0046; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_0064; } } { int32_t L_10 = V_0; if (L_10) { goto IL_0080; } } { goto IL_003c; } IL_0031: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11 = ___n10; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12 = ___n21; NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_11, L_12); if (!L_13) { goto IL_003c; } } { return (int32_t)(0); } IL_003c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = ___n10; NullCheck(L_14); bool L_15; L_15 = XPathNavigator_MoveToNextNamespace_m958087B8F02D7011F57005FD4438EB1B0FF4C01E(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0031; } } { goto IL_0080; } IL_0046: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_0; if (L_17) { goto IL_0080; } } { goto IL_005a; } IL_004f: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_18 = ___n10; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = ___n21; NullCheck(L_18); bool L_20; L_20 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_18, L_19); if (!L_20) { goto IL_005a; } } { return (int32_t)(0); } IL_005a: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_21 = ___n10; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextAttribute() */, L_21); if (L_22) { goto IL_004f; } } { goto IL_0080; } IL_0064: { int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)2)); int32_t L_24 = V_0; if (L_24) { goto IL_0080; } } { goto IL_0078; } IL_006d: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_25 = ___n10; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_26 = ___n21; NullCheck(L_25); bool L_27; L_27 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_25, L_26); if (!L_27) { goto IL_0078; } } { return (int32_t)(0); } IL_0078: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_28 = ___n10; NullCheck(L_28); bool L_29; L_29 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_28); if (L_29) { goto IL_006d; } } IL_0080: { int32_t L_30 = V_0; if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_0086; } } { return (int32_t)(1); } IL_0086: { return (int32_t)(0); } } // System.Int32 System.Xml.XPath.XPathNavigator::GetContentKindMask(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetContentKindMask_mB58D97804808B44C03FE49439F9C2D0306DBEDD5 (int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))->get_ContentKindMasks_3(); int32_t L_1 = ___type0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Int32 System.Xml.XPath.XPathNavigator::GetKindMask(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetKindMask_m14FFB67C451263C580126FF061C058641607EF7B (int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)9))))) { goto IL_000b; } } { return ((int32_t)2147483647LL); } IL_000b: { int32_t L_1 = ___type0; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0012; } } { return ((int32_t)112); } IL_0012: { int32_t L_2 = ___type0; return ((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)31))))); } } // System.Boolean System.Xml.XPath.XPathNavigator::IsText(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_IsText_mD570C1318BE535903D4DA8BB101B8A1DDB8E9E6A (int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)4))) <= ((uint32_t)2)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Xml.XPath.XPathNavigator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator__ctor_mAD9E7017136A847F2E32903B3A92B4626BCCCB42 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, const RuntimeMethod* method) { { XPathItem__ctor_mE3A8CE9A0D0C39BC2423656DEA43702914EE0304(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.XPathNavigator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator__cctor_m275983E57A45511171CC849F886534CADBC4F865 (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*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____BAD037B714E1CD1052149B51238A3D4351DD10B5_10_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * L_0 = (XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A *)il2cpp_codegen_object_new(XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A_il2cpp_TypeInfo_var); XPathNavigatorKeyComparer__ctor_mE1FD2A3B05B898252A13F6435E464F2FB07A2100(L_0, /*hidden argument*/NULL); ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))->set_comparer_0(L_0); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____BAD037B714E1CD1052149B51238A3D4351DD10B5_10_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))->set_NodeTypeLetter_1(L_2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = L_4; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____EE3413A2C088FF9432054D6E60A7CB6A498D25F0_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL); ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))->set_UniqueIdTbl_2(L_5); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____B9F0004E3873FDDCABFDA6174EA18F0859B637B4_9_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL); ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))->set_ContentKindMasks_3(L_8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Xml.XPath.XPathNavigatorKeyComparer::System.Collections.IEqualityComparer.Equals(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_m802EA03FAD880DB3D6EC1C701CCD1DC4C0E167BB (XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * __this, RuntimeObject * ___obj10, RuntimeObject * ___obj21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; { RuntimeObject * L_0 = ___obj10; V_0 = ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)IsInstClass((RuntimeObject*)L_0, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___obj21; V_1 = ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)IsInstClass((RuntimeObject*)L_1, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var)); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = V_0; if (!L_2) { goto IL_001f; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = V_1; if (!L_3) { goto IL_001f; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_4, L_5); if (!L_6) { goto IL_001f; } } { return (bool)1; } IL_001f: { return (bool)0; } } // System.Int32 System.Xml.XPath.XPathNavigatorKeyComparer::System.Collections.IEqualityComparer.GetHashCode(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m934E6CFF8E7436CDBD30AA29FE20CA679A7EA7C2 (XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * V_2 = NULL; RuntimeObject * V_3 = NULL; { RuntimeObject * L_0 = ___obj0; 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*)&_stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m934E6CFF8E7436CDBD30AA29FE20CA679A7EA7C2_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = ___obj0; XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_3 = ((XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 *)IsInstSealed((RuntimeObject*)L_2, XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303_il2cpp_TypeInfo_var)); V_2 = L_3; if (!L_3) { goto IL_0021; } } { XPathDocumentNavigator_tD8C88A325127DDD360E56EEAED452956FFFB3303 * L_4 = V_2; NullCheck(L_4); int32_t L_5; L_5 = XPathDocumentNavigator_GetPositionHashCode_mCEE87BE1B3E3EF49052DDB62826A383110A09933(L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_0078; } IL_0021: { RuntimeObject * L_6 = ___obj0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)IsInstClass((RuntimeObject*)L_6, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var)); V_1 = L_7; if (!L_7) { goto IL_0071; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = V_1; NullCheck(L_8); RuntimeObject * L_9; L_9 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(31 /* System.Object System.Xml.XPath.XPathNavigator::get_UnderlyingObject() */, L_8); V_3 = L_9; RuntimeObject * L_10 = V_3; if (!L_10) { goto IL_003e; } } { RuntimeObject * L_11 = V_3; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_11); V_0 = L_12; goto IL_0078; } IL_003e: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13 = V_1; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_13); V_0 = L_14; int32_t L_15 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_16 = V_1; NullCheck(L_16); String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_16); NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17); V_0 = ((int32_t)((int32_t)L_15^(int32_t)L_18)); int32_t L_19 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_20 = V_1; NullCheck(L_20); String_t* L_21; L_21 = VirtualFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XPath.XPathNavigator::get_Prefix() */, L_20); NullCheck(L_21); int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_21); V_0 = ((int32_t)((int32_t)L_19^(int32_t)L_22)); int32_t L_23 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_24 = V_1; NullCheck(L_24); String_t* L_25; L_25 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_24); NullCheck(L_25); int32_t L_26; L_26 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_25); V_0 = ((int32_t)((int32_t)L_23^(int32_t)L_26)); goto IL_0078; } IL_0071: { RuntimeObject * L_27 = ___obj0; NullCheck(L_27); int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_27); V_0 = L_28; } IL_0078: { int32_t L_29 = V_0; return L_29; } } // System.Void System.Xml.XPath.XPathNavigatorKeyComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigatorKeyComparer__ctor_mE1FD2A3B05B898252A13F6435E464F2FB07A2100 (XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * __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 // Conversion methods for marshalling of: MS.Internal.Xml.Cache.XPathNode IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_pinvoke(const XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7& unmarshaled, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke& marshaled) { Exception_t* ___info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'info' of type 'XPathNode': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___info_0Exception, NULL); } IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_pinvoke_back(const XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke& marshaled, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7& unmarshaled) { Exception_t* ___info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'info' of type 'XPathNode': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___info_0Exception, NULL); } // Conversion method for clean up from marshalling of: MS.Internal.Xml.Cache.XPathNode IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_pinvoke_cleanup(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: MS.Internal.Xml.Cache.XPathNode IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_com(const XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7& unmarshaled, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com& marshaled) { Exception_t* ___info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'info' of type 'XPathNode': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___info_0Exception, NULL); } IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_com_back(const XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com& marshaled, XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7& unmarshaled) { Exception_t* ___info_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'info' of type 'XPathNode': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___info_0Exception, NULL); } // Conversion method for clean up from marshalling of: MS.Internal.Xml.Cache.XPathNode IL2CPP_EXTERN_C void XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshal_com_cleanup(XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7_marshaled_com& marshaled) { } // System.Xml.XPath.XPathNodeType MS.Internal.Xml.Cache.XPathNode::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_props_5(); return (int32_t)(((int32_t)((int32_t)L_0&(int32_t)((int32_t)15)))); } } IL2CPP_EXTERN_C int32_t XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD(_thisAdjusted, method); return _returnValue; } // System.String MS.Internal.Xml.Cache.XPathNode::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_Prefix_m61161CE7663CA2A8DD51000A09612630B248C6BC (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); String_t* L_1; L_1 = XPathNodeInfoAtom_get_Prefix_m42B407DB4B3D7D15A394AE84C3CDDAB1F8AB8E66_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* XPathNode_get_Prefix_m61161CE7663CA2A8DD51000A09612630B248C6BC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XPathNode_get_Prefix_m61161CE7663CA2A8DD51000A09612630B248C6BC(_thisAdjusted, method); return _returnValue; } // System.String MS.Internal.Xml.Cache.XPathNode::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); String_t* L_1; L_1 = XPathNodeInfoAtom_get_LocalName_mD7465F5C48EDCE54972ABDE7BA78B8D9357BEABE_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF(_thisAdjusted, method); return _returnValue; } // System.String MS.Internal.Xml.Cache.XPathNode::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_Name_mCA0C5971DB72093827672AE4B547F4164CCDB63D (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = XPathNode_get_Prefix_m61161CE7663CA2A8DD51000A09612630B248C6BC((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { String_t* L_2; L_2 = XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)__this, /*hidden argument*/NULL); return L_2; } IL_0014: { String_t* L_3; L_3 = XPathNode_get_Prefix_m61161CE7663CA2A8DD51000A09612630B248C6BC((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)__this, /*hidden argument*/NULL); String_t* L_4; L_4 = XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)__this, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_3, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_4, /*hidden argument*/NULL); return L_5; } } IL2CPP_EXTERN_C String_t* XPathNode_get_Name_mCA0C5971DB72093827672AE4B547F4164CCDB63D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XPathNode_get_Name_mCA0C5971DB72093827672AE4B547F4164CCDB63D(_thisAdjusted, method); return _returnValue; } // System.String MS.Internal.Xml.Cache.XPathNode::get_NamespaceUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_NamespaceUri_m62932807A9F517304198779BE6D0092A25373E8D (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); String_t* L_1; L_1 = XPathNodeInfoAtom_get_NamespaceUri_m09443195AF53EA937D16A91EB5069A98669551AC_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* XPathNode_get_NamespaceUri_m62932807A9F517304198779BE6D0092A25373E8D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XPathNode_get_NamespaceUri_m62932807A9F517304198779BE6D0092A25373E8D(_thisAdjusted, method); return _returnValue; } // System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNode::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_1; L_1 = XPathNodeInfoAtom_get_Document_m9C3A5ABC778BE58D1FDBE0E3E624902E5866C77A_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * _returnValue; _returnValue = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917(_thisAdjusted, method); return _returnValue; } // System.String MS.Internal.Xml.Cache.XPathNode::get_BaseUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_BaseUri_mBC6BC837AAB85DC148AF91C4FABA6DB275EF0B47 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); String_t* L_1; L_1 = XPathNodeInfoAtom_get_BaseUri_mAE92EFDD9EEA95E6B0FD707DB9C85D2EF3A85162_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C String_t* XPathNode_get_BaseUri_mBC6BC837AAB85DC148AF91C4FABA6DB275EF0B47_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XPathNode_get_BaseUri_mBC6BC837AAB85DC148AF91C4FABA6DB275EF0B47(_thisAdjusted, method); return _returnValue; } // MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNode::get_PageInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_1; L_1 = XPathNodeInfoAtom_get_PageInfo_mB81A5A21438257DC31AE8F1AC8535621D85206A3_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * _returnValue; _returnValue = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435(_thisAdjusted, method); return _returnValue; } // System.Int32 MS.Internal.Xml.Cache.XPathNode::GetRoot(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_GetRoot_m48C81D2ADB849B0AA85A791E82F484CE2B01E78A (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method) { { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_1; L_1 = XPathNodeInfoAtom_get_Document_m9C3A5ABC778BE58D1FDBE0E3E624902E5866C77A_inline(L_0, /*hidden argument*/NULL); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_2 = ___pageNode0; NullCheck(L_1); int32_t L_3; L_3 = XPathDocument_GetRootNode_m57F00EBCCCCEC6409BE41E0C89352118B2433BA9(L_1, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_2, /*hidden argument*/NULL); return L_3; } } IL2CPP_EXTERN_C int32_t XPathNode_GetRoot_m48C81D2ADB849B0AA85A791E82F484CE2B01E78A_AdjustorThunk (RuntimeObject * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XPathNode_GetRoot_m48C81D2ADB849B0AA85A791E82F484CE2B01E78A(_thisAdjusted, ___pageNode0, method); return _returnValue; } // System.Int32 MS.Internal.Xml.Cache.XPathNode::GetParent(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_1 = __this->get_info_0(); NullCheck(L_1); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_2; L_2 = XPathNodeInfoAtom_get_ParentPage_m0999A1E58410F76F13D2990CEBDB6E5E2AF064C6_inline(L_1, /*hidden argument*/NULL); *((RuntimeObject **)L_0) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_2); uint16_t L_3 = __this->get_idxParent_2(); return L_3; } } IL2CPP_EXTERN_C int32_t XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F_AdjustorThunk (RuntimeObject * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F(_thisAdjusted, ___pageNode0, method); return _returnValue; } // System.Int32 MS.Internal.Xml.Cache.XPathNode::GetSibling(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_1 = __this->get_info_0(); NullCheck(L_1); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_2; L_2 = XPathNodeInfoAtom_get_SiblingPage_m7A8883FF04C2C7A701D96CA6974FA498A8092D6A_inline(L_1, /*hidden argument*/NULL); *((RuntimeObject **)L_0) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_2); uint16_t L_3 = __this->get_idxSibling_1(); return L_3; } } IL2CPP_EXTERN_C int32_t XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1_AdjustorThunk (RuntimeObject * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1(_thisAdjusted, ___pageNode0, method); return _returnValue; } // System.Int32 MS.Internal.Xml.Cache.XPathNode::GetSimilarElement(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNode_GetSimilarElement_m53D2143BA7C12024E96A8E9361F3814D9E984F78 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_1 = __this->get_info_0(); NullCheck(L_1); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_2; L_2 = XPathNodeInfoAtom_get_SimilarElementPage_mA0F00B0549F99F33EE3ECE4CEFF42E60CE345F4A_inline(L_1, /*hidden argument*/NULL); *((RuntimeObject **)L_0) = (RuntimeObject *)L_2; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)L_2); uint16_t L_3 = __this->get_idxSimilar_3(); return L_3; } } IL2CPP_EXTERN_C int32_t XPathNode_GetSimilarElement_m53D2143BA7C12024E96A8E9361F3814D9E984F78_AdjustorThunk (RuntimeObject * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XPathNode_GetSimilarElement_m53D2143BA7C12024E96A8E9361F3814D9E984F78(_thisAdjusted, ___pageNode0, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::NameMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_NameMatch_mD92BBAF990EDA13EC31E994530E1AE16A4392712 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); String_t* L_1; L_1 = XPathNodeInfoAtom_get_LocalName_mD7465F5C48EDCE54972ABDE7BA78B8D9357BEABE_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = ___localName0; if ((!(((RuntimeObject*)(String_t*)L_1) == ((RuntimeObject*)(String_t*)L_2)))) { goto IL_0020; } } { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_3 = __this->get_info_0(); NullCheck(L_3); String_t* L_4; L_4 = XPathNodeInfoAtom_get_NamespaceUri_m09443195AF53EA937D16A91EB5069A98669551AC_inline(L_3, /*hidden argument*/NULL); String_t* L_5 = ___namespaceName1; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0020: { return (bool)0; } } IL2CPP_EXTERN_C bool XPathNode_NameMatch_mD92BBAF990EDA13EC31E994530E1AE16A4392712_AdjustorThunk (RuntimeObject * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_NameMatch_mD92BBAF990EDA13EC31E994530E1AE16A4392712(_thisAdjusted, ___localName0, ___namespaceName1, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::ElementMatch(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { { int32_t L_0; L_0 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0029; } } { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_1 = __this->get_info_0(); NullCheck(L_1); String_t* L_2; L_2 = XPathNodeInfoAtom_get_LocalName_mD7465F5C48EDCE54972ABDE7BA78B8D9357BEABE_inline(L_1, /*hidden argument*/NULL); String_t* L_3 = ___localName0; if ((!(((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(String_t*)L_3)))) { goto IL_0029; } } { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_4 = __this->get_info_0(); NullCheck(L_4); String_t* L_5; L_5 = XPathNodeInfoAtom_get_NamespaceUri_m09443195AF53EA937D16A91EB5069A98669551AC_inline(L_4, /*hidden argument*/NULL); String_t* L_6 = ___namespaceName1; bool L_7; L_7 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_0029: { return (bool)0; } } IL2CPP_EXTERN_C bool XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507_AdjustorThunk (RuntimeObject * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507(_thisAdjusted, ___localName0, ___namespaceName1, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsXmlNamespaceNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_IsXmlNamespaceNode_mA1AFA68FDDD836733409DC61B8785E47ACD11BD3 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * L_0 = __this->get_info_0(); NullCheck(L_0); String_t* L_1; L_1 = XPathNodeInfoAtom_get_LocalName_mD7465F5C48EDCE54972ABDE7BA78B8D9357BEABE_inline(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2; L_2 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_002a; } } { String_t* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)3)))) { goto IL_002a; } } { String_t* L_5 = V_0; bool L_6; L_6 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_5, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, /*hidden argument*/NULL); return L_6; } IL_002a: { return (bool)0; } } IL2CPP_EXTERN_C bool XPathNode_get_IsXmlNamespaceNode_mA1AFA68FDDD836733409DC61B8785E47ACD11BD3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_IsXmlNamespaceNode_mA1AFA68FDDD836733409DC61B8785E47ACD11BD3(_thisAdjusted, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasSibling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasSibling_m1CA85C3F4A2D7B0A873C2E97F22047B05A260B25 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { uint16_t L_0 = __this->get_idxSibling_1(); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XPathNode_get_HasSibling_m1CA85C3F4A2D7B0A873C2E97F22047B05A260B25_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_HasSibling_m1CA85C3F4A2D7B0A873C2E97F22047B05A260B25(_thisAdjusted, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasCollapsedText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_props_5(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)128)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71(_thisAdjusted, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasAttribute_m0F26EBB0C2A9E8D9BF9C666F28F3D84825226E99 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_props_5(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XPathNode_get_HasAttribute_m0F26EBB0C2A9E8D9BF9C666F28F3D84825226E99_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_HasAttribute_m0F26EBB0C2A9E8D9BF9C666F28F3D84825226E99(_thisAdjusted, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasContentChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasContentChild_m0F270F5BB950248200902DAFD719AA497B9162C8 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_props_5(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XPathNode_get_HasContentChild_m0F270F5BB950248200902DAFD719AA497B9162C8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_HasContentChild_m0F270F5BB950248200902DAFD719AA497B9162C8(_thisAdjusted, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasElementChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasElementChild_m95887350948A503FCBD39D942B2A97E0013DEA1B (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_props_5(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XPathNode_get_HasElementChild_m95887350948A503FCBD39D942B2A97E0013DEA1B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_HasElementChild_m95887350948A503FCBD39D942B2A97E0013DEA1B(_thisAdjusted, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsAttrNmsp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_IsAttrNmsp_m5228FF315E8D20A9847FE5AB3F9CF6450F34CE80 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0010; } } { int32_t L_2 = V_0; return (bool)((((int32_t)L_2) == ((int32_t)3))? 1 : 0); } IL_0010: { return (bool)1; } } IL2CPP_EXTERN_C bool XPathNode_get_IsAttrNmsp_m5228FF315E8D20A9847FE5AB3F9CF6450F34CE80_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_IsAttrNmsp_m5228FF315E8D20A9847FE5AB3F9CF6450F34CE80(_thisAdjusted, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_IsText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_IsText_m22B49F26A34FCD7239EA9C35E6C2F86337A4E335 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0; L_0 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); bool L_1; L_1 = XPathNavigator_IsText_mD570C1318BE535903D4DA8BB101B8A1DDB8E9E6A(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C bool XPathNode_get_IsText_m22B49F26A34FCD7239EA9C35E6C2F86337A4E335_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_IsText_m22B49F26A34FCD7239EA9C35E6C2F86337A4E335(_thisAdjusted, method); return _returnValue; } // System.Boolean MS.Internal.Xml.Cache.XPathNode::get_HasNamespaceDecls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNode_get_HasNamespaceDecls_m198C8AB17D39FA4D2C7866E8698E9E0B881FED68 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_props_5(); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)512)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XPathNode_get_HasNamespaceDecls_m198C8AB17D39FA4D2C7866E8698E9E0B881FED68_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XPathNode_get_HasNamespaceDecls_m198C8AB17D39FA4D2C7866E8698E9E0B881FED68(_thisAdjusted, method); return _returnValue; } // System.String MS.Internal.Xml.Cache.XPathNode::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6 (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_6(); return L_0; } } IL2CPP_EXTERN_C String_t* XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6_inline(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetLocalNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetLocalNamespaces_mF6950D771B05329791D3D2968E742125C9F3EEAC (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNmsp2, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = ___pageElem0; int32_t L_1 = ___idxElem1; NullCheck(L_0); bool L_2; L_2 = XPathNode_get_HasNamespaceDecls_m198C8AB17D39FA4D2C7866E8698E9E0B881FED68((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_3 = ___pageElem0; int32_t L_4 = ___idxElem1; NullCheck(L_3); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_5; L_5 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = ___pageElem0; int32_t L_7 = ___idxElem1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_8 = ___pageNmsp2; NullCheck(L_5); int32_t L_9; L_9 = XPathDocument_LookupNamespaces_mD7676EC5448CAD421C3C117066B5FA3A2466EC1A(L_5, L_6, L_7, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_8, /*hidden argument*/NULL); return L_9; } IL_0023: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_10 = ___pageNmsp2; *((RuntimeObject **)L_10) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)NULL); return 0; } } // System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetInScopeNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetInScopeNamespaces_m259B10A00739C710C7AE0294F4FBB7B93C66AFCD (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageElem0, int32_t ___idxElem1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNmsp2, const RuntimeMethod* method) { XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * V_0 = NULL; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = ___pageElem0; int32_t L_1 = ___idxElem1; NullCheck(L_0); int32_t L_2; L_2 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(L_1))), /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0051; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_3 = ___pageElem0; int32_t L_4 = ___idxElem1; NullCheck(L_3); XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_5; L_5 = XPathNode_get_Document_m9A9971F291DEC01E9EEC91A1C1B12F1824135917((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_3)->GetAddressAt(static_cast(L_4))), /*hidden argument*/NULL); V_0 = L_5; goto IL_0039; } IL_001e: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = ___pageElem0; int32_t L_7 = ___idxElem1; NullCheck(L_6); int32_t L_8; L_8 = XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_6)->GetAddressAt(static_cast(L_7))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&___pageElem0), /*hidden argument*/NULL); ___idxElem1 = L_8; int32_t L_9 = ___idxElem1; if (L_9) { goto IL_0039; } } { XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_10 = V_0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_11 = ___pageNmsp2; NullCheck(L_10); int32_t L_12; L_12 = XPathDocument_GetXmlNamespaceNode_m00496C4E94EBE11E3C6CEA74FA3640DD31503B00(L_10, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_11, /*hidden argument*/NULL); return L_12; } IL_0039: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = ___pageElem0; int32_t L_14 = ___idxElem1; NullCheck(L_13); bool L_15; L_15 = XPathNode_get_HasNamespaceDecls_m198C8AB17D39FA4D2C7866E8698E9E0B881FED68((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_13)->GetAddressAt(static_cast(L_14))), /*hidden argument*/NULL); if (!L_15) { goto IL_001e; } } { XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_16 = V_0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_17 = ___pageElem0; int32_t L_18 = ___idxElem1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_19 = ___pageNmsp2; NullCheck(L_16); int32_t L_20; L_20 = XPathDocument_LookupNamespaces_mD7676EC5448CAD421C3C117066B5FA3A2466EC1A(L_16, L_17, L_18, (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_19, /*hidden argument*/NULL); return L_20; } IL_0051: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_21 = ___pageNmsp2; *((RuntimeObject **)L_21) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_21, (void*)(RuntimeObject *)NULL); return 0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetFirstAttribute(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetFirstAttribute_m4DA0A2463AB5D7EE87BB8DB1BD982E5C4358A66E (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); NullCheck(L_1); bool L_4; L_4 = XPathNode_get_HasAttribute_m0F26EBB0C2A9E8D9BF9C666F28F3D84825226E99((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_1)->GetAddressAt(static_cast(L_3))), /*hidden argument*/NULL); if (!L_4) { goto IL_0019; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_5 = ___pageNode0; int32_t* L_6 = ___idxNode1; XPathNodeHelper_GetChild_m2CDDFA4AC630162B48A69BAC3440F7A3E9715603((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_5, (int32_t*)L_6, /*hidden argument*/NULL); return (bool)1; } IL_0019: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetNextAttribute(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetNextAttribute_m5D8904C22BC08738CEF9171D97807FCBECF6D5D8 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); NullCheck(L_1); int32_t L_4; L_4 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_1)->GetAddressAt(static_cast(L_3))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if (!L_5) { goto IL_002b; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8; L_8 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_6)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_002b; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_9 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_10 = V_0; *((RuntimeObject **)L_9) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_9, (void*)(RuntimeObject *)L_10); int32_t* L_11 = ___idxNode1; int32_t L_12 = V_1; *((int32_t*)L_11) = (int32_t)L_12; return (bool)1; } IL_002b: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentChild(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentChild_m7EA1E4D8D61CC6B72473B30C46FF75420B51033E (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = XPathNode_get_HasContentChild_m0F270F5BB950248200902DAFD719AA497B9162C8((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); if (!L_6) { goto IL_0045; } } { XPathNodeHelper_GetChild_m2CDDFA4AC630162B48A69BAC3440F7A3E9715603((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); goto IL_002e; } IL_001f: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9; L_9 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_7)->GetAddressAt(static_cast(L_8))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_9; } IL_002e: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); int32_t L_12; L_12 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_10)->GetAddressAt(static_cast(L_11))), /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)2))) { goto IL_001f; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_13 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_14 = V_0; *((RuntimeObject **)L_13) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_13, (void*)(RuntimeObject *)L_14); int32_t* L_15 = ___idxNode1; int32_t L_16 = V_1; *((int32_t*)L_15) = (int32_t)L_16; return (bool)1; } IL_0045: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentSibling(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentSibling_mF66F8D1FA7106EA8F025CC3E9ACC2732B8286467 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = XPathNode_get_IsAttrNmsp_m5228FF315E8D20A9847FE5AB3F9CF6450F34CE80((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); if (L_6) { goto IL_002e; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9; L_9 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_7)->GetAddressAt(static_cast(L_8))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; if (!L_10) { goto IL_002e; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_11 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_12 = V_0; *((RuntimeObject **)L_11) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_12); int32_t* L_13 = ___idxNode1; int32_t L_14 = V_1; *((int32_t*)L_13) = (int32_t)L_14; return (bool)1; } IL_002e: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetParent(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetParent_mA6AE094B1F936CDAD814A72B4EF217524664495B (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6; L_6 = XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_1; if (!L_7) { goto IL_0020; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_8 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_9 = V_0; *((RuntimeObject **)L_8) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)(RuntimeObject *)L_9); int32_t* L_10 = ___idxNode1; int32_t L_11 = V_1; *((int32_t*)L_10) = (int32_t)L_11; return (bool)1; } IL_0020: { return (bool)0; } } // System.Int32 MS.Internal.Xml.Cache.XPathNodeHelper::GetLocation(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeHelper_GetLocation_mE614E1262C290031E48F69701F827496CC582E8A (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageNode0, int32_t ___idxNode1, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = ___pageNode0; NullCheck(L_0); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_1; L_1 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_0)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = XPathNodePageInfo_get_PageNumber_m5C6A15FAED0B070B79BD588DCF48561E03835700_inline(L_1, /*hidden argument*/NULL); int32_t L_3 = ___idxNode1; return ((int32_t)((int32_t)((int32_t)((int32_t)L_2<<(int32_t)((int32_t)16)))|(int32_t)L_3)); } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetElementChild(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetElementChild_mD6E611E98EEFABB8673BFEF2E6202B0AAC383891 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, String_t* ___localName2, String_t* ___namespaceName3, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = XPathNode_get_HasElementChild_m95887350948A503FCBD39D942B2A97E0013DEA1B((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); if (!L_6) { goto IL_0047; } } { XPathNodeHelper_GetChild_m2CDDFA4AC630162B48A69BAC3440F7A3E9715603((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); } IL_001d: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9 = ___localName2; String_t* L_10 = ___namespaceName3; bool L_11; L_11 = XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_7)->GetAddressAt(static_cast(L_8))), L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0035; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_12 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = V_0; *((RuntimeObject **)L_12) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_12, (void*)(RuntimeObject *)L_13); int32_t* L_14 = ___idxNode1; int32_t L_15 = V_1; *((int32_t*)L_14) = (int32_t)L_15; return (bool)1; } IL_0035: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_16 = V_0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18; L_18 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_16)->GetAddressAt(static_cast(L_17))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_1; if (L_19) { goto IL_001d; } } IL_0047: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetElementSibling(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetElementSibling_m9C4FED05FCB40206F569A4E9759A7FD64C15DD67 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, String_t* ___localName2, String_t* ___namespaceName3, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6; L_6 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_003f; } } IL_0015: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9; L_9 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_7)->GetAddressAt(static_cast(L_8))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; if (!L_10) { goto IL_003f; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_11); String_t* L_13 = ___localName2; String_t* L_14 = ___namespaceName3; bool L_15; L_15 = XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_11)->GetAddressAt(static_cast(L_12))), L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0015; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_16 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_17 = V_0; *((RuntimeObject **)L_16) = (RuntimeObject *)L_17; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_16, (void*)(RuntimeObject *)L_17); int32_t* L_18 = ___idxNode1; int32_t L_19 = V_1; *((int32_t*)L_18) = (int32_t)L_19; return (bool)1; } IL_003f: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentChild(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentChild_mD430F95A9BFF839786EB971015BEC81310018E75 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, int32_t ___typ2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = XPathNode_get_HasContentChild_m0F270F5BB950248200902DAFD719AA497B9162C8((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); if (!L_6) { goto IL_0059; } } { int32_t L_7 = ___typ2; IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); int32_t L_8; L_8 = XPathNavigator_GetContentKindMask_mB58D97804808B44C03FE49439F9C2D0306DBEDD5(L_7, /*hidden argument*/NULL); V_2 = L_8; XPathNodeHelper_GetChild_m2CDDFA4AC630162B48A69BAC3440F7A3E9715603((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); } IL_0024: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11; L_11 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_9)->GetAddressAt(static_cast(L_10))), /*hidden argument*/NULL); int32_t L_12 = V_2; if (!((int32_t)((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)31)))))&(int32_t)L_12))) { goto IL_0047; } } { int32_t L_13 = ___typ2; if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_003f; } } { return (bool)0; } IL_003f: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_14 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_15 = V_0; *((RuntimeObject **)L_14) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_14, (void*)(RuntimeObject *)L_15); int32_t* L_16 = ___idxNode1; int32_t L_17 = V_1; *((int32_t*)L_16) = (int32_t)L_17; return (bool)1; } IL_0047: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_18 = V_0; int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20; L_20 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_18)->GetAddressAt(static_cast(L_19))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_20; int32_t L_21 = V_1; if (L_21) { goto IL_0024; } } IL_0059: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentSibling(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentSibling_m3DCF4FA22AC6CA24BC7AEDFADDB8151F346D4BC8 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, int32_t ___typ2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; int32_t L_4 = ___typ2; IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); int32_t L_5; L_5 = XPathNavigator_GetContentKindMask_mB58D97804808B44C03FE49439F9C2D0306DBEDD5(L_4, /*hidden argument*/NULL); V_2 = L_5; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8; L_8 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_6)->GetAddressAt(static_cast(L_7))), /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_004b; } } IL_001c: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); int32_t L_11; L_11 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_9)->GetAddressAt(static_cast(L_10))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; if (!L_12) { goto IL_004b; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = V_0; int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15; L_15 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_13)->GetAddressAt(static_cast(L_14))), /*hidden argument*/NULL); int32_t L_16 = V_2; if (!((int32_t)((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)31)))))&(int32_t)L_16))) { goto IL_001c; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_17 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_18 = V_0; *((RuntimeObject **)L_17) = (RuntimeObject *)L_18; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_17, (void*)(RuntimeObject *)L_18); int32_t* L_19 = ___idxNode1; int32_t L_20 = V_1; *((int32_t*)L_19) = (int32_t)L_20; return (bool)1; } IL_004b: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetAttribute(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetAttribute_m4E1320C17B92362EC9EFC492A9A7CA9344AC035A (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, String_t* ___localName2, String_t* ___namespaceName3, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = XPathNode_get_HasAttribute_m0F26EBB0C2A9E8D9BF9C666F28F3D84825226E99((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); if (!L_6) { goto IL_0056; } } { XPathNodeHelper_GetChild_m2CDDFA4AC630162B48A69BAC3440F7A3E9715603((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL); } IL_001d: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9 = ___localName2; String_t* L_10 = ___namespaceName3; bool L_11; L_11 = XPathNode_NameMatch_mD92BBAF990EDA13EC31E994530E1AE16A4392712((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_7)->GetAddressAt(static_cast(L_8))), L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0035; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_12 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_13 = V_0; *((RuntimeObject **)L_12) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_12, (void*)(RuntimeObject *)L_13); int32_t* L_14 = ___idxNode1; int32_t L_15 = V_1; *((int32_t*)L_14) = (int32_t)L_15; return (bool)1; } IL_0035: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_16 = V_0; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18; L_18 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_16)->GetAddressAt(static_cast(L_17))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_1; if (!L_19) { goto IL_0056; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_20 = V_0; int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22; L_22 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_20)->GetAddressAt(static_cast(L_21))), /*hidden argument*/NULL); if ((((int32_t)L_22) == ((int32_t)2))) { goto IL_001d; } } IL_0056: { return (bool)0; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetElementFollowing(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,MS.Internal.Xml.Cache.XPathNode[],System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetElementFollowing_m91C6150C211F50A2EEE615ED2E24C5D2D877E519 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageCurrent0, int32_t* ___idxCurrent1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageEnd2, int32_t ___idxEnd3, String_t* ___localName4, String_t* ___namespaceName5, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageCurrent0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxCurrent1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6; L_6 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_00bf; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9; L_9 = XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_7)->GetAddressAt(static_cast(L_8))), /*hidden argument*/NULL); String_t* L_10 = ___localName4; if ((!(((RuntimeObject*)(String_t*)L_9) == ((RuntimeObject*)(String_t*)L_10)))) { goto IL_00bf; } } { V_2 = 0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11 = ___pageEnd2; if (!L_11) { goto IL_0063; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_12 = ___pageEnd2; NullCheck(L_12); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_13; L_13 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_12)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = XPathNodePageInfo_get_PageNumber_m5C6A15FAED0B070B79BD588DCF48561E03835700_inline(L_13, /*hidden argument*/NULL); V_2 = L_14; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_15 = V_0; NullCheck(L_15); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_16; L_16 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_15)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17; L_17 = XPathNodePageInfo_get_PageNumber_m5C6A15FAED0B070B79BD588DCF48561E03835700_inline(L_16, /*hidden argument*/NULL); V_3 = L_17; int32_t L_18 = V_3; int32_t L_19 = V_2; if ((((int32_t)L_18) > ((int32_t)L_19))) { goto IL_0060; } } { int32_t L_20 = V_3; int32_t L_21 = V_2; if ((!(((uint32_t)L_20) == ((uint32_t)L_21)))) { goto IL_0063; } } { int32_t L_22 = V_1; int32_t L_23 = ___idxEnd3; if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_0063; } } IL_0060: { ___pageEnd2 = (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)NULL; } IL_0063: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_24 = V_0; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26; L_26 = XPathNode_GetSimilarElement_m53D2143BA7C12024E96A8E9361F3814D9E984F78((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_24)->GetAddressAt(static_cast(L_25))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_26; int32_t L_27 = V_1; if (!L_27) { goto IL_00bd; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_28 = ___pageEnd2; if (!L_28) { goto IL_0096; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_29 = V_0; NullCheck(L_29); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_30; L_30 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_29)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31; L_31 = XPathNodePageInfo_get_PageNumber_m5C6A15FAED0B070B79BD588DCF48561E03835700_inline(L_30, /*hidden argument*/NULL); V_3 = L_31; int32_t L_32 = V_3; int32_t L_33 = V_2; if ((((int32_t)L_32) > ((int32_t)L_33))) { goto IL_00bd; } } { int32_t L_34 = V_3; int32_t L_35 = V_2; if ((!(((uint32_t)L_34) == ((uint32_t)L_35)))) { goto IL_0096; } } { int32_t L_36 = V_1; int32_t L_37 = ___idxEnd3; if ((((int32_t)L_36) >= ((int32_t)L_37))) { goto IL_00bd; } } IL_0096: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_38 = V_0; int32_t L_39 = V_1; NullCheck(L_38); String_t* L_40; L_40 = XPathNode_get_LocalName_m1741FA92A60E72FCB70AC72874C9C30C32ED41CF((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_38)->GetAddressAt(static_cast(L_39))), /*hidden argument*/NULL); String_t* L_41 = ___localName4; if ((!(((RuntimeObject*)(String_t*)L_40) == ((RuntimeObject*)(String_t*)L_41)))) { goto IL_0063; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_42 = V_0; int32_t L_43 = V_1; NullCheck(L_42); String_t* L_44; L_44 = XPathNode_get_NamespaceUri_m62932807A9F517304198779BE6D0092A25373E8D((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_42)->GetAddressAt(static_cast(L_43))), /*hidden argument*/NULL); String_t* L_45 = ___namespaceName5; bool L_46; L_46 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_44, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0063; } } { goto IL_012c; } IL_00bd: { return (bool)0; } IL_00bf: { int32_t L_47 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00c3: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_48 = V_0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_49 = ___pageEnd2; if ((!(((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_48) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_49)))) { goto IL_00ff; } } { int32_t L_50 = V_1; int32_t L_51 = ___idxEnd3; if ((((int32_t)L_50) > ((int32_t)L_51))) { goto IL_00ff; } } { goto IL_00e3; } IL_00cd: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_52 = V_0; int32_t L_53 = V_1; NullCheck(L_52); String_t* L_54 = ___localName4; String_t* L_55 = ___namespaceName5; bool L_56; L_56 = XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_52)->GetAddressAt(static_cast(L_53))), L_54, L_55, /*hidden argument*/NULL); if (L_56) { goto IL_012c; } } { int32_t L_57 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); } IL_00e3: { int32_t L_58 = V_1; int32_t L_59 = ___idxEnd3; if ((!(((uint32_t)L_58) == ((uint32_t)L_59)))) { goto IL_00cd; } } { goto IL_012a; } IL_00e9: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_60 = V_0; int32_t L_61 = V_1; NullCheck(L_60); String_t* L_62 = ___localName4; String_t* L_63 = ___namespaceName5; bool L_64; L_64 = XPathNode_ElementMatch_mD4483689E9D184970D71ED3E154949D2EBFA1507((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_60)->GetAddressAt(static_cast(L_61))), L_62, L_63, /*hidden argument*/NULL); if (L_64) { goto IL_012c; } } { int32_t L_65 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_00ff: { int32_t L_66 = V_1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_67 = V_0; NullCheck(L_67); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_68; L_68 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_67)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_68); int32_t L_69; L_69 = XPathNodePageInfo_get_NodeCount_m353B9E0EF9932CBEF1B43CA3791AD00490927642_inline(L_68, /*hidden argument*/NULL); if ((((int32_t)L_66) < ((int32_t)L_69))) { goto IL_00e9; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_70 = V_0; NullCheck(L_70); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_71; L_71 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_70)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_71); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_72; L_72 = XPathNodePageInfo_get_NextPage_m3B387708F855B7E42B4E01A8ACF91A7B4901B9B0_inline(L_71, /*hidden argument*/NULL); V_0 = L_72; V_1 = 1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_73 = V_0; if (L_73) { goto IL_00c3; } } IL_012a: { return (bool)0; } IL_012c: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_74 = ___pageCurrent0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_75 = V_0; *((RuntimeObject **)L_74) = (RuntimeObject *)L_75; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_74, (void*)(RuntimeObject *)L_75); int32_t* L_76 = ___idxCurrent1; int32_t L_77 = V_1; *((int32_t*)L_76) = (int32_t)L_77; return (bool)1; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetContentFollowing(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,MS.Internal.Xml.Cache.XPathNode[],System.Int32,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetContentFollowing_m380B9F65262D0FBFA58FDD912D88DE0ADC0362DA (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageCurrent0, int32_t* ___idxCurrent1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageEnd2, int32_t ___idxEnd3, int32_t ___typ4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageCurrent0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxCurrent1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; int32_t L_4 = ___typ4; IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); int32_t L_5; L_5 = XPathNavigator_GetContentKindMask_mB58D97804808B44C03FE49439F9C2D0306DBEDD5(L_4, /*hidden argument*/NULL); V_2 = L_5; int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0012: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_7 = V_0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_8 = ___pageEnd2; if ((!(((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_7) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_8)))) { goto IL_0054; } } { int32_t L_9 = V_1; int32_t L_10 = ___idxEnd3; if ((((int32_t)L_9) > ((int32_t)L_10))) { goto IL_0054; } } { goto IL_0035; } IL_001c: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13; L_13 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_11)->GetAddressAt(static_cast(L_12))), /*hidden argument*/NULL); int32_t L_14 = V_2; if (((int32_t)((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)31)))))&(int32_t)L_14))) { goto IL_0081; } } { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0035: { int32_t L_16 = V_1; int32_t L_17 = ___idxEnd3; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_001c; } } { goto IL_007f; } IL_003b: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_18 = V_0; int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20; L_20 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_18)->GetAddressAt(static_cast(L_19))), /*hidden argument*/NULL); int32_t L_21 = V_2; if (((int32_t)((int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)31)))))&(int32_t)L_21))) { goto IL_0081; } } { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0054: { int32_t L_23 = V_1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_24 = V_0; NullCheck(L_24); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_25; L_25 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_24)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26; L_26 = XPathNodePageInfo_get_NodeCount_m353B9E0EF9932CBEF1B43CA3791AD00490927642_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)L_26))) { goto IL_003b; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_27 = V_0; NullCheck(L_27); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_28; L_28 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_27)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_28); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_29; L_29 = XPathNodePageInfo_get_NextPage_m3B387708F855B7E42B4E01A8ACF91A7B4901B9B0_inline(L_28, /*hidden argument*/NULL); V_0 = L_29; V_1 = 1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_30 = V_0; if (L_30) { goto IL_0012; } } IL_007f: { return (bool)0; } IL_0081: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_31 = ___pageCurrent0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_32 = V_0; *((RuntimeObject **)L_31) = (RuntimeObject *)L_32; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_31, (void*)(RuntimeObject *)L_32); int32_t* L_33 = ___idxCurrent1; int32_t L_34 = V_1; *((int32_t*)L_33) = (int32_t)L_34; return (bool)1; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetTextFollowing(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&,MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetTextFollowing_mA5140A59A2CB3E3CFEF9A672F1E9AE2AAEF3323E (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageCurrent0, int32_t* ___idxCurrent1, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___pageEnd2, int32_t ___idxEnd3, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageCurrent0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxCurrent1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_000a: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_5 = V_0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = ___pageEnd2; if ((!(((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_5) == ((RuntimeObject*)(XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986*)L_6)))) { goto IL_007b; } } { int32_t L_7 = V_1; int32_t L_8 = ___idxEnd3; if ((((int32_t)L_7) > ((int32_t)L_8))) { goto IL_007b; } } { goto IL_0046; } IL_0014: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_9 = V_0; int32_t L_10 = V_1; NullCheck(L_9); bool L_11; L_11 = XPathNode_get_IsText_m22B49F26A34FCD7239EA9C35E6C2F86337A4E335((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_9)->GetAddressAt(static_cast(L_10))), /*hidden argument*/NULL); if (L_11) { goto IL_00ab; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14; L_14 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_12)->GetAddressAt(static_cast(L_13))), /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_0042; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_15 = V_0; int32_t L_16 = V_1; NullCheck(L_15); bool L_17; L_17 = XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_15)->GetAddressAt(static_cast(L_16))), /*hidden argument*/NULL); if (L_17) { goto IL_00ab; } } IL_0042: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0046: { int32_t L_19 = V_1; int32_t L_20 = ___idxEnd3; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_0014; } } { goto IL_00a9; } IL_004c: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_21 = V_0; int32_t L_22 = V_1; NullCheck(L_21); bool L_23; L_23 = XPathNode_get_IsText_m22B49F26A34FCD7239EA9C35E6C2F86337A4E335((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_21)->GetAddressAt(static_cast(L_22))), /*hidden argument*/NULL); if (L_23) { goto IL_00ab; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_24 = V_0; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26; L_26 = XPathNode_get_NodeType_m67882ECD75CF735AD4212A2E60FE7185461996CD((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_24)->GetAddressAt(static_cast(L_25))), /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_0077; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_27 = V_0; int32_t L_28 = V_1; NullCheck(L_27); bool L_29; L_29 = XPathNode_get_HasCollapsedText_m8B3F3C47122DB0A75343A6A6610160063CCDDE71((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_27)->GetAddressAt(static_cast(L_28))), /*hidden argument*/NULL); if (L_29) { goto IL_00ab; } } IL_0077: { int32_t L_30 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_007b: { int32_t L_31 = V_1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_32 = V_0; NullCheck(L_32); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_33; L_33 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_32)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_33); int32_t L_34; L_34 = XPathNodePageInfo_get_NodeCount_m353B9E0EF9932CBEF1B43CA3791AD00490927642_inline(L_33, /*hidden argument*/NULL); if ((((int32_t)L_31) < ((int32_t)L_34))) { goto IL_004c; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_35 = V_0; NullCheck(L_35); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_36; L_36 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_35)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_36); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_37; L_37 = XPathNodePageInfo_get_NextPage_m3B387708F855B7E42B4E01A8ACF91A7B4901B9B0_inline(L_36, /*hidden argument*/NULL); V_0 = L_37; V_1 = 1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_38 = V_0; if (L_38) { goto IL_000a; } } IL_00a9: { return (bool)0; } IL_00ab: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_39 = ___pageCurrent0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_40 = V_0; *((RuntimeObject **)L_39) = (RuntimeObject *)L_40; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_39, (void*)(RuntimeObject *)L_40); int32_t* L_41 = ___idxCurrent1; int32_t L_42 = V_1; *((int32_t*)L_41) = (int32_t)L_42; return (bool)1; } } // System.Boolean MS.Internal.Xml.Cache.XPathNodeHelper::GetNonDescendant(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNodeHelper_GetNonDescendant_mA55629360729CAD9A17F900A45A55C56CBDE207C (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method) { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* V_0 = NULL; int32_t V_1 = 0; { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_0 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_1 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_0); V_0 = L_1; int32_t* L_2 = ___idxNode1; int32_t L_3 = *((int32_t*)L_2); V_1 = L_3; } IL_0006: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_4 = V_0; int32_t L_5 = V_1; NullCheck(L_4); bool L_6; L_6 = XPathNode_get_HasSibling_m1CA85C3F4A2D7B0A873C2E97F22047B05A260B25((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_4)->GetAddressAt(static_cast(L_5))), /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_7 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_8 = V_0; *((RuntimeObject **)L_7) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_8); int32_t* L_9 = ___idxNode1; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_12 = ___pageNode0; int32_t L_13; L_13 = XPathNode_GetSibling_mFB0D5210A8C7D3BDA09049F92B045F37502196C1((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_10)->GetAddressAt(static_cast(L_11))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_12, /*hidden argument*/NULL); *((int32_t*)L_9) = (int32_t)L_13; return (bool)1; } IL_0028: { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_14 = V_0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16; L_16 = XPathNode_GetParent_mAE8258A9D566303C4A114E2C0D6280372A02676F((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_14)->GetAddressAt(static_cast(L_15))), (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)(&V_0), /*hidden argument*/NULL); V_1 = L_16; int32_t L_17 = V_1; if (L_17) { goto IL_0006; } } { return (bool)0; } } // System.Void MS.Internal.Xml.Cache.XPathNodeHelper::GetChild(MS.Internal.Xml.Cache.XPathNode[]&,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeHelper_GetChild_m2CDDFA4AC630162B48A69BAC3440F7A3E9715603 (XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** ___pageNode0, int32_t* ___idxNode1, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t* L_0 = ___idxNode1; int32_t* L_1 = ___idxNode1; int32_t L_2 = *((int32_t*)L_1); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); int32_t L_3 = V_0; *((int32_t*)L_0) = (int32_t)L_3; int32_t L_4 = V_0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_5 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_6 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_5); NullCheck(L_6); if ((((int32_t)L_4) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_0026; } } { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_7 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986** L_8 = ___pageNode0; XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_9 = *((XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986**)L_8); NullCheck(L_9); XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_10; L_10 = XPathNode_get_PageInfo_m1574B2B5BEFB87A557AA5B52A40B4C602283E435((XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 *)((L_9)->GetAddressAt(static_cast(0))), /*hidden argument*/NULL); NullCheck(L_10); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_11; L_11 = XPathNodePageInfo_get_NextPage_m3B387708F855B7E42B4E01A8ACF91A7B4901B9B0_inline(L_10, /*hidden argument*/NULL); *((RuntimeObject **)L_7) = (RuntimeObject *)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_7, (void*)(RuntimeObject *)L_11); int32_t* L_12 = ___idxNode1; *((int32_t*)L_12) = (int32_t)1; } IL_0026: { 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 // MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_PageInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * XPathNodeInfoAtom_get_PageInfo_mB81A5A21438257DC31AE8F1AC8535621D85206A3 (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_0 = __this->get_pageInfo_8(); return L_0; } } // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_LocalName_mD7465F5C48EDCE54972ABDE7BA78B8D9357BEABE (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_0(); return L_0; } } // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_NamespaceUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_NamespaceUri_m09443195AF53EA937D16A91EB5069A98669551AC (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_namespaceUri_1(); return L_0; } } // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_Prefix_m42B407DB4B3D7D15A394AE84C3CDDAB1F8AB8E66 (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_2(); return L_0; } } // System.String MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_BaseUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_BaseUri_mAE92EFDD9EEA95E6B0FD707DB9C85D2EF3A85162 (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseUri_3(); return L_0; } } // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_SiblingPage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_SiblingPage_m7A8883FF04C2C7A701D96CA6974FA498A8092D6A (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageSibling_5(); return L_0; } } // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_SimilarElementPage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_SimilarElementPage_mA0F00B0549F99F33EE3ECE4CEFF42E60CE345F4A (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageSimilar_6(); return L_0; } } // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_ParentPage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_ParentPage_m0999A1E58410F76F13D2990CEBDB6E5E2AF064C6 (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageParent_4(); return L_0; } } // System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathNodeInfoAtom::get_Document() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * XPathNodeInfoAtom_get_Document_m9C3A5ABC778BE58D1FDBE0E3E624902E5866C77A (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_0 = __this->get_doc_7(); 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.Object System.Xml.XPath.XPathNodeIterator::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XPathNodeIterator_System_ICloneable_Clone_mD3F9B68C4C70E7FFFAC7AD62D3F807E65193A33E (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * __this, const RuntimeMethod* method) { { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0; L_0 = VirtualFuncInvoker0< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, __this); return L_0; } } // System.Int32 System.Xml.XPath.XPathNodeIterator::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeIterator_get_Count_m23929BEAD2A919D5445EC6917A0730D4D2112547 (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * __this, const RuntimeMethod* method) { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * V_0 = NULL; { int32_t L_0 = __this->get_count_0(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_0024; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1; L_1 = VirtualFuncInvoker0< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, __this); V_0 = L_1; } IL_0010: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_2); if (L_3) { goto IL_0010; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_4); __this->set_count_0(L_5); } IL_0024: { int32_t L_6 = __this->get_count_0(); return L_6; } } // System.Collections.IEnumerator System.Xml.XPath.XPathNodeIterator::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNodeIterator_GetEnumerator_mD22E26FABE545E9539AD2BC435E516A7FEAA7DC9 (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298 * L_0 = (Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298 *)il2cpp_codegen_object_new(Enumerator_t830EC93DBA51B78D0800A3FAB64A8C491A44F298_il2cpp_TypeInfo_var); Enumerator__ctor_m865991350BF245FC95C77524F23BD1D617B62F78(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XPath.XPathNodeIterator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351 (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * __this, const RuntimeMethod* method) { { __this->set_count_0((-1)); 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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD4648684756CFC42655A84A3FEA906AEF830B333_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1914BF96F32809437AECA3384C85A319B63B8461_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNodeList__ctor_mDA4B70FD311E6022A0C159DA09B9F2A9CBEE647F(__this, /*hidden argument*/NULL); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___nodeIterator0; __this->set_nodeIterator_1(L_0); List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * L_1 = (List_1_t1914BF96F32809437AECA3384C85A319B63B8461 *)il2cpp_codegen_object_new(List_1_t1914BF96F32809437AECA3384C85A319B63B8461_il2cpp_TypeInfo_var); List_1__ctor_mD4648684756CFC42655A84A3FEA906AEF830B333(L_1, /*hidden argument*/List_1__ctor_mD4648684756CFC42655A84A3FEA906AEF830B333_RuntimeMethod_var); __this->set_list_0(L_1); __this->set_done_2((bool)0); return; } } // System.Int32 System.Xml.XPathNodeList::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeList_get_Count_m1A625139AE8313F349E9F5EFB76C91296B74F22A (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_done_2(); if (L_0) { goto IL_0014; } } { int32_t L_1; L_1 = XPathNodeList_ReadUntil_m97BCCFC26BE4E593C917F82A5A448055F3810DCE(__this, ((int32_t)2147483647LL), /*hidden argument*/NULL); } IL_0014: { List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * L_2 = __this->get_list_0(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_inline(L_2, /*hidden argument*/List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_RuntimeMethod_var); return L_3; } } // System.Xml.XmlNode System.Xml.XPathNodeList::GetNode(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XPathNodeList_GetNode_mE246E28D20E3C86F4A3622D334B1689163AB5885 (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IHasXmlNode_t9F1F8B32EBAAF0CF9A9D523C142AF8D819235BE2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___n0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IHasXmlNode_t9F1F8B32EBAAF0CF9A9D523C142AF8D819235BE2_il2cpp_TypeInfo_var))); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_1; L_1 = InterfaceFuncInvoker0< XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * >::Invoke(0 /* System.Xml.XmlNode System.Xml.IHasXmlNode::GetNode() */, IHasXmlNode_t9F1F8B32EBAAF0CF9A9D523C142AF8D819235BE2_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IHasXmlNode_t9F1F8B32EBAAF0CF9A9D523C142AF8D819235BE2_il2cpp_TypeInfo_var))); return L_1; } } // System.Int32 System.Xml.XPathNodeList::ReadUntil(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeList_ReadUntil_m97BCCFC26BE4E593C917F82A5A448055F3810DCE (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m101731FC9AA9055E8BD0944E295A73BBF9290EAE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * V_1 = NULL; { List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * L_0 = __this->get_list_0(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_inline(L_0, /*hidden argument*/List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_RuntimeMethod_var); V_0 = L_1; goto IL_004b; } IL_000e: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = __this->get_nodeIterator_1(); NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_2); if (!L_3) { goto IL_0042; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_4 = __this->get_nodeIterator_1(); NullCheck(L_4); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5; L_5 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_4); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_6; L_6 = XPathNodeList_GetNode_mE246E28D20E3C86F4A3622D334B1689163AB5885(__this, L_5, /*hidden argument*/NULL); V_1 = L_6; XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_7 = V_1; if (!L_7) { goto IL_004b; } } { List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * L_8 = __this->get_list_0(); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_9 = V_1; NullCheck(L_8); List_1_Add_m101731FC9AA9055E8BD0944E295A73BBF9290EAE(L_8, L_9, /*hidden argument*/List_1_Add_m101731FC9AA9055E8BD0944E295A73BBF9290EAE_RuntimeMethod_var); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); goto IL_004b; } IL_0042: { __this->set_done_2((bool)1); goto IL_0057; } IL_004b: { bool L_11 = __this->get_done_2(); if (L_11) { goto IL_0057; } } { int32_t L_12 = V_0; int32_t L_13 = ___index0; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_000e; } } IL_0057: { int32_t L_14 = V_0; return L_14; } } // System.Xml.XmlNode System.Xml.XPathNodeList::Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * XPathNodeList_Item_m69B36FA51346D3BDEBE6F404050385B7F2F9CB20 (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8523C07FE6536C7B0088640C6393E2EC253B5E30_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * L_0 = __this->get_list_0(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_inline(L_0, /*hidden argument*/List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_RuntimeMethod_var); int32_t L_2 = ___index0; if ((((int32_t)L_1) > ((int32_t)L_2))) { goto IL_0016; } } { int32_t L_3 = ___index0; int32_t L_4; L_4 = XPathNodeList_ReadUntil_m97BCCFC26BE4E593C917F82A5A448055F3810DCE(__this, L_3, /*hidden argument*/NULL); } IL_0016: { int32_t L_5 = ___index0; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0028; } } { List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * L_6 = __this->get_list_0(); NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_inline(L_6, /*hidden argument*/List_1_get_Count_m6279737E402FE7D580FB238817D1FF5E8C655110_RuntimeMethod_var); int32_t L_8 = ___index0; if ((((int32_t)L_7) > ((int32_t)L_8))) { goto IL_002a; } } IL_0028: { return (XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 *)NULL; } IL_002a: { List_1_t1914BF96F32809437AECA3384C85A319B63B8461 * L_9 = __this->get_list_0(); int32_t L_10 = ___index0; NullCheck(L_9); XmlNode_t26782CDADA207DFC891B2772C8DB236DD3D324A1 * L_11; L_11 = List_1_get_Item_m8523C07FE6536C7B0088640C6393E2EC253B5E30_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_m8523C07FE6536C7B0088640C6393E2EC253B5E30_RuntimeMethod_var); return L_11; } } // System.Collections.IEnumerator System.Xml.XPathNodeList::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNodeList_GetEnumerator_m4E30D287E09FDE6D223EE0ADD0299DD141843B43 (XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A * L_0 = (XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A *)il2cpp_codegen_object_new(XmlNodeListEnumerator_t866CFDD22AB12D88A43D4CD81EBA21F059DF4B1A_il2cpp_TypeInfo_var); XmlNodeListEnumerator__ctor_mC7E0A015B8930C5AFAAD45B79E6D81CA600ED675(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XPathNodeList::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeList__cctor_mD794BA150382A96C58F61A18817DE79EFE492367 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)0); ((XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_StaticFields*)il2cpp_codegen_static_fields_for(XPathNodeList_t4A1DB4E840970E1644EC63914E811BE82E6528F9_il2cpp_TypeInfo_var))->set_nullparams_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::get_PageNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_PageNumber_m5C6A15FAED0B070B79BD588DCF48561E03835700 (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pageNum_0(); return L_0; } } // System.Int32 MS.Internal.Xml.Cache.XPathNodePageInfo::get_NodeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_NodeCount_m353B9E0EF9932CBEF1B43CA3791AD00490927642 (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nodeCount_1(); return L_0; } } // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodePageInfo::get_NextPage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodePageInfo_get_NextPage_m3B387708F855B7E42B4E01A8ACF91A7B4901B9B0 (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageNext_2(); 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 // Conversion methods for marshalling of: MS.Internal.Xml.Cache.XPathNodeRef IL2CPP_EXTERN_C void XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshal_pinvoke(const XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503& unmarshaled, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_pinvoke& marshaled) { Exception_t* ___page_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'XPathNodeRef'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___page_0Exception, NULL); } IL2CPP_EXTERN_C void XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshal_pinvoke_back(const XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_pinvoke& marshaled, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503& unmarshaled) { Exception_t* ___page_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'XPathNodeRef'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___page_0Exception, NULL); } // Conversion method for clean up from marshalling of: MS.Internal.Xml.Cache.XPathNodeRef IL2CPP_EXTERN_C void XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshal_pinvoke_cleanup(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: MS.Internal.Xml.Cache.XPathNodeRef IL2CPP_EXTERN_C void XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshal_com(const XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503& unmarshaled, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_com& marshaled) { Exception_t* ___page_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'XPathNodeRef'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___page_0Exception, NULL); } IL2CPP_EXTERN_C void XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshal_com_back(const XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_com& marshaled, XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503& unmarshaled) { Exception_t* ___page_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'XPathNodeRef'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___page_0Exception, NULL); } // Conversion method for clean up from marshalling of: MS.Internal.Xml.Cache.XPathNodeRef IL2CPP_EXTERN_C void XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshal_com_cleanup(XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503_marshaled_com& marshaled) { } // System.Void MS.Internal.Xml.Cache.XPathNodeRef::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeRef__ctor_mA73F51EC6476B02530DB4CEA0002D33B209DB020 (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___page0, int32_t ___idx1, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = ___page0; __this->set_page_0(L_0); int32_t L_1 = ___idx1; __this->set_idx_1(L_1); return; } } IL2CPP_EXTERN_C void XPathNodeRef__ctor_mA73F51EC6476B02530DB4CEA0002D33B209DB020_AdjustorThunk (RuntimeObject * __this, XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* ___page0, int32_t ___idx1, const RuntimeMethod* method) { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XPathNodeRef__ctor_mA73F51EC6476B02530DB4CEA0002D33B209DB020(_thisAdjusted, ___page0, ___idx1, method); } // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::get_Page() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeRef_get_Page_m43F46D993395AE8A88DC66C736E4BF7455DA21FA (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_page_0(); return L_0; } } IL2CPP_EXTERN_C XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeRef_get_Page_m43F46D993395AE8A88DC66C736E4BF7455DA21FA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* _returnValue; _returnValue = XPathNodeRef_get_Page_m43F46D993395AE8A88DC66C736E4BF7455DA21FA_inline(_thisAdjusted, method); return _returnValue; } // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::get_Index() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeRef_get_Index_mF6C16E1ED1AD01AC0E60E87F3485EBEC7E372B69 (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idx_1(); return L_0; } } IL2CPP_EXTERN_C int32_t XPathNodeRef_get_Index_mF6C16E1ED1AD01AC0E60E87F3485EBEC7E372B69_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XPathNodeRef_get_Index_mF6C16E1ED1AD01AC0E60E87F3485EBEC7E372B69_inline(_thisAdjusted, method); return _returnValue; } // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNodeRef_GetHashCode_m70CD5F2944EB1A2D73215FBAD5299F468D91D07A (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_page_0(); int32_t L_1 = __this->get_idx_1(); int32_t L_2; L_2 = XPathNodeHelper_GetLocation_mE614E1262C290031E48F69701F827496CC582E8A(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C int32_t XPathNodeRef_GetHashCode_m70CD5F2944EB1A2D73215FBAD5299F468D91D07A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XPathNodeRef_GetHashCode_m70CD5F2944EB1A2D73215FBAD5299F468D91D07A(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.XPathParser::.ctor(MS.Internal.Xml.XPath.XPathScanner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser__ctor_mA58F6EBAB8674307821D482C6DBE62768F113C7D (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scanner0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = ___scanner0; __this->set_scanner_0(L_0); return; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseXPathExpresion(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseXPathExpresion_m04584E978A8D3B98A4A448F881CFBB02F5DE41F8 (String_t* ___xpathExpresion0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * V_0 = NULL; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * G_B2_0 = NULL; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * G_B1_0 = NULL; { String_t* L_0 = ___xpathExpresion0; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_1 = (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 *)il2cpp_codegen_object_new(XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6_il2cpp_TypeInfo_var); XPathScanner__ctor_mB0E69019BA9F28566F6B74ABC1CDB6BB0C683E23(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = V_0; XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * L_3 = (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 *)il2cpp_codegen_object_new(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); XPathParser__ctor_mA58F6EBAB8674307821D482C6DBE62768F113C7D(L_3, L_2, /*hidden argument*/NULL); NullCheck(L_3); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4; L_4 = XPathParser_ParseExpresion_m7C41D508A5BC716F12B4AE357F073FCC7B00A119(L_3, (AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)NULL, /*hidden argument*/NULL); XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_5, /*hidden argument*/NULL); G_B1_0 = L_4; if ((((int32_t)L_6) == ((int32_t)((int32_t)69)))) { G_B2_0 = L_4; goto IL_002e; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(L_7, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_9; L_9 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B392D0CE7FFD297109C007E16EA8FFE7370B906)), L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_ParseXPathExpresion_m04584E978A8D3B98A4A448F881CFBB02F5DE41F8_RuntimeMethod_var))); } IL_002e: { return G_B2_0; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseExpresion(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseExpresion_m7C41D508A5BC716F12B4AE357F073FCC7B00A119 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_parseDepth_1(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); int32_t L_1 = V_0; __this->set_parseDepth_1(L_1); int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)((int32_t)200)))) { goto IL_0023; } } { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_3; L_3 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49861E5787768004B07E6C23F6AB9F55253AE10D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_ParseExpresion_m7C41D508A5BC716F12B4AE357F073FCC7B00A119_RuntimeMethod_var))); } IL_0023: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_5; L_5 = XPathParser_ParseOrExpr_mF1877EC2B4E50F2BE22DBB836F0438CF95617DCB(__this, L_4, /*hidden argument*/NULL); int32_t L_6 = __this->get_parseDepth_1(); __this->set_parseDepth_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); return L_5; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseOrExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseOrExpr_mF1877EC2B4E50F2BE22DBB836F0438CF95617DCB (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = XPathParser_ParseAndExpr_m14CE90A9D15879FF7057905A7C121571C45FDA3B(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: { bool L_2; L_2 = XPathParser_TestOp_mE169F7C2DADC3F8EA17700BB4145DD54F8F8FDDB(__this, _stringLiteralDEEFE2DA48C3C4F29D567569CAF0C32C979221B7, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_3 = V_0; return L_3; } IL_0017: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_5 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_6; L_6 = XPathParser_ParseAndExpr_m14CE90A9D15879FF7057905A7C121571C45FDA3B(__this, L_5, /*hidden argument*/NULL); Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_7 = (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)il2cpp_codegen_object_new(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0(L_7, 1, L_4, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0008; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseAndExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseAndExpr_m14CE90A9D15879FF7057905A7C121571C45FDA3B (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E6DBEFB654139460DE43FF2E7AE64CB366D96C3); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = XPathParser_ParseEqualityExpr_m4188760AF3FD8564FA8E332FCD94041CA0FE9422(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: { bool L_2; L_2 = XPathParser_TestOp_mE169F7C2DADC3F8EA17700BB4145DD54F8F8FDDB(__this, _stringLiteral1E6DBEFB654139460DE43FF2E7AE64CB366D96C3, /*hidden argument*/NULL); if (L_2) { goto IL_0017; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_3 = V_0; return L_3; } IL_0017: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_5 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_6; L_6 = XPathParser_ParseEqualityExpr_m4188760AF3FD8564FA8E332FCD94041CA0FE9422(__this, L_5, /*hidden argument*/NULL); Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_7 = (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)il2cpp_codegen_object_new(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0(L_7, 2, L_4, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0008; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseEqualityExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseEqualityExpr_m4188760AF3FD8564FA8E332FCD94041CA0FE9422 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; int32_t V_1 = 0; int32_t G_B6_0 = 0; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = XPathParser_ParseRelationalExpr_m00DC0B6766ECA714AD7396D79D7CCC6AF7488613(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = __this->get_scanner_0(); NullCheck(L_2); int32_t L_3; L_3 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)61)))) { goto IL_002c; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_4 = __this->get_scanner_0(); NullCheck(L_4); int32_t L_5; L_5 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)78)))) { goto IL_0029; } } { G_B6_0 = 0; goto IL_002d; } IL_0029: { G_B6_0 = 4; goto IL_002d; } IL_002c: { G_B6_0 = 3; } IL_002d: { V_1 = G_B6_0; int32_t L_6 = V_1; if (L_6) { goto IL_0033; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_7 = V_0; return L_7; } IL_0033: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); int32_t L_8 = V_1; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_9 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_10 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_11; L_11 = XPathParser_ParseRelationalExpr_m00DC0B6766ECA714AD7396D79D7CCC6AF7488613(__this, L_10, /*hidden argument*/NULL); Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_12 = (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)il2cpp_codegen_object_new(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0(L_12, L_8, L_9, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_0008; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseRelationalExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseRelationalExpr_m00DC0B6766ECA714AD7396D79D7CCC6AF7488613 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; int32_t V_1 = 0; int32_t G_B10_0 = 0; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = XPathParser_ParseAdditiveExpr_m52FF1BB4DC1C77E0DB458AF2FFD57764DFB7AB39(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = __this->get_scanner_0(); NullCheck(L_2); int32_t L_3; L_3 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)60)))) { goto IL_0050; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_4 = __this->get_scanner_0(); NullCheck(L_4); int32_t L_5; L_5 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)76)))) { goto IL_004d; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_6 = __this->get_scanner_0(); NullCheck(L_6); int32_t L_7; L_7 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)62)))) { goto IL_004a; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_8 = __this->get_scanner_0(); NullCheck(L_8); int32_t L_9; L_9 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)71)))) { goto IL_0047; } } { G_B10_0 = 0; goto IL_0051; } IL_0047: { G_B10_0 = 8; goto IL_0051; } IL_004a: { G_B10_0 = 7; goto IL_0051; } IL_004d: { G_B10_0 = 6; goto IL_0051; } IL_0050: { G_B10_0 = 5; } IL_0051: { V_1 = G_B10_0; int32_t L_10 = V_1; if (L_10) { goto IL_0057; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_11 = V_0; return L_11; } IL_0057: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); int32_t L_12 = V_1; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_13 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_14 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_15; L_15 = XPathParser_ParseAdditiveExpr_m52FF1BB4DC1C77E0DB458AF2FFD57764DFB7AB39(__this, L_14, /*hidden argument*/NULL); Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_16 = (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)il2cpp_codegen_object_new(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0(L_16, L_12, L_13, L_15, /*hidden argument*/NULL); V_0 = L_16; goto IL_0008; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseAdditiveExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseAdditiveExpr_m52FF1BB4DC1C77E0DB458AF2FFD57764DFB7AB39 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; int32_t V_1 = 0; int32_t G_B6_0 = 0; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = XPathParser_ParseMultiplicativeExpr_m72FFCED2670C97519DAD7AA7F18F26136CBF08E2(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = __this->get_scanner_0(); NullCheck(L_2); int32_t L_3; L_3 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)43)))) { goto IL_002d; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_4 = __this->get_scanner_0(); NullCheck(L_4); int32_t L_5; L_5 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)45)))) { goto IL_0029; } } { G_B6_0 = 0; goto IL_002f; } IL_0029: { G_B6_0 = ((int32_t)10); goto IL_002f; } IL_002d: { G_B6_0 = ((int32_t)9); } IL_002f: { V_1 = G_B6_0; int32_t L_6 = V_1; if (L_6) { goto IL_0035; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_7 = V_0; return L_7; } IL_0035: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); int32_t L_8 = V_1; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_9 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_10 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_11; L_11 = XPathParser_ParseMultiplicativeExpr_m72FFCED2670C97519DAD7AA7F18F26136CBF08E2(__this, L_10, /*hidden argument*/NULL); Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_12 = (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)il2cpp_codegen_object_new(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0(L_12, L_8, L_9, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_0008; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseMultiplicativeExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseMultiplicativeExpr_m72FFCED2670C97519DAD7AA7F18F26136CBF08E2 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A9B25F4DFE20C0AD18665BC9AF768F47F752B2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC125FEC0116CADDF0C94B573A3CFA709907CE3D); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; int32_t V_1 = 0; int32_t G_B8_0 = 0; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = XPathParser_ParseUnaryExpr_m76FAE176E7A2174FFD1F0CDD6D398691F8F63C3B(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = __this->get_scanner_0(); NullCheck(L_2); int32_t L_3; L_3 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)42)))) { goto IL_003c; } } { bool L_4; L_4 = XPathParser_TestOp_mE169F7C2DADC3F8EA17700BB4145DD54F8F8FDDB(__this, _stringLiteralDC125FEC0116CADDF0C94B573A3CFA709907CE3D, /*hidden argument*/NULL); if (L_4) { goto IL_0038; } } { bool L_5; L_5 = XPathParser_TestOp_mE169F7C2DADC3F8EA17700BB4145DD54F8F8FDDB(__this, _stringLiteral1A9B25F4DFE20C0AD18665BC9AF768F47F752B2D, /*hidden argument*/NULL); if (L_5) { goto IL_0034; } } { G_B8_0 = 0; goto IL_003e; } IL_0034: { G_B8_0 = ((int32_t)13); goto IL_003e; } IL_0038: { G_B8_0 = ((int32_t)12); goto IL_003e; } IL_003c: { G_B8_0 = ((int32_t)11); } IL_003e: { V_1 = G_B8_0; int32_t L_6 = V_1; if (L_6) { goto IL_0044; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_7 = V_0; return L_7; } IL_0044: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); int32_t L_8 = V_1; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_9 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_10 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_11; L_11 = XPathParser_ParseUnaryExpr_m76FAE176E7A2174FFD1F0CDD6D398691F8F63C3B(__this, L_10, /*hidden argument*/NULL); Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_12 = (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)il2cpp_codegen_object_new(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0(L_12, L_8, L_9, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_0008; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseUnaryExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseUnaryExpr_m76FAE176E7A2174FFD1F0CDD6D398691F8F63C3B (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; goto IL_000f; } IL_0004: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); bool L_0 = V_0; V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } IL_000f: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_1 = __this->get_scanner_0(); NullCheck(L_1); int32_t L_2; L_2 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)((int32_t)45)))) { goto IL_0004; } } { bool L_3 = V_0; if (!L_3) { goto IL_003e; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_5; L_5 = XPathParser_ParseUnionExpr_mA77602711FAF261179B0C9BA09E16C50CB8A8A07(__this, L_4, /*hidden argument*/NULL); Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * L_6 = (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 *)il2cpp_codegen_object_new(Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var); Operand__ctor_m9417B9F401ECA16F4915AE09FAB6ABE41265FF06(L_6, (-1.0), /*hidden argument*/NULL); Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_7 = (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)il2cpp_codegen_object_new(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0(L_7, ((int32_t)11), L_5, L_6, /*hidden argument*/NULL); return L_7; } IL_003e: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_8 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_9; L_9 = XPathParser_ParseUnionExpr_mA77602711FAF261179B0C9BA09E16C50CB8A8A07(__this, L_8, /*hidden argument*/NULL); return L_9; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseUnionExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseUnionExpr_mA77602711FAF261179B0C9BA09E16C50CB8A8A07 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_1 = NULL; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = XPathParser_ParsePathExpr_mC47BCE807E398F3A87A702DF1C791B062B53AEA8(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_0008: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = __this->get_scanner_0(); NullCheck(L_2); int32_t L_3; L_3 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)124)))) { goto IL_0019; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4 = V_0; return L_4; } IL_0019: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_5 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_6; L_6 = XPathParser_ParsePathExpr_mC47BCE807E398F3A87A702DF1C791B062B53AEA8(__this, L_5, /*hidden argument*/NULL); V_1 = L_6; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.AstNode::get_ReturnType() */, L_7); XPathParser_CheckNodeSet_m84A1F77F461ACD50B393BECF90BFB90FD783BB0D(__this, L_8, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_9 = V_1; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.AstNode::get_ReturnType() */, L_9); XPathParser_CheckNodeSet_m84A1F77F461ACD50B393BECF90BFB90FD783BB0D(__this, L_10, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_11 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_12 = V_1; Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_13 = (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)il2cpp_codegen_object_new(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); Operator__ctor_mB5ADD884FF576DA947A6F0C6E0B4B322EEB2DDA0(L_13, ((int32_t)14), L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; goto IL_0008; } } // System.Boolean MS.Internal.Xml.XPath.XPathParser::IsNodeType(MS.Internal.Xml.XPath.XPathScanner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathParser_IsNodeType_m30BA74560195D5110E90455D75251E09EEACAD20 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scaner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60FCDFD0C330A0636DB449998F8C8F58C7522826); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD04CAFBC9E6DA5318C057180A0BD0EC13B9B3FC); s_Il2CppMethodInitialized = true; } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = ___scaner0; NullCheck(L_0); String_t* L_1; L_1 = XPathScanner_get_Prefix_m815B11210475F8057B581A8D034336635E0B1479_inline(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0056; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_3 = ___scaner0; NullCheck(L_3); String_t* L_4; L_4 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_3, /*hidden argument*/NULL); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_4, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, /*hidden argument*/NULL); if (L_5) { goto IL_0054; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_6 = ___scaner0; NullCheck(L_6); String_t* L_7; L_7 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_6, /*hidden argument*/NULL); bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0, /*hidden argument*/NULL); if (L_8) { goto IL_0054; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_9 = ___scaner0; NullCheck(L_9); String_t* L_10; L_10 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_9, /*hidden argument*/NULL); bool L_11; L_11 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_10, _stringLiteralDD04CAFBC9E6DA5318C057180A0BD0EC13B9B3FC, /*hidden argument*/NULL); if (L_11) { goto IL_0054; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_12 = ___scaner0; NullCheck(L_12); String_t* L_13; L_13 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_12, /*hidden argument*/NULL); bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_13, _stringLiteral60FCDFD0C330A0636DB449998F8C8F58C7522826, /*hidden argument*/NULL); return L_14; } IL_0054: { return (bool)1; } IL_0056: { return (bool)0; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParsePathExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParsePathExpr_mC47BCE807E398F3A87A702DF1C791B062B53AEA8 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = __this->get_scanner_0(); IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); bool L_1; L_1 = XPathParser_IsPrimaryExpr_m9EB106F1DD7CF2154452060C68EC98553D67373C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0059; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_2 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_3; L_3 = XPathParser_ParseFilterExpr_m40794659351C6FD608142AEB4E3545AC35BC7189(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_4 = __this->get_scanner_0(); NullCheck(L_4); int32_t L_5; L_5 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)47))))) { goto IL_0034; } } { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_6 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_7; L_7 = XPathParser_ParseRelativeLocationPath_mE6114E7A54608C270E2C3A8F2854B7FBF4A845C4(__this, L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0061; } IL_0034: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_8 = __this->get_scanner_0(); NullCheck(L_8); int32_t L_9; L_9 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)83))))) { goto IL_0061; } } { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_10 = V_0; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_11 = (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E *)il2cpp_codegen_object_new(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); Axis__ctor_mD7A77C039726133A366708F0CFCD2BF0E0E4813D(L_11, 5, L_10, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_12; L_12 = XPathParser_ParseRelativeLocationPath_mE6114E7A54608C270E2C3A8F2854B7FBF4A845C4(__this, L_11, /*hidden argument*/NULL); V_0 = L_12; goto IL_0061; } IL_0059: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_13; L_13 = XPathParser_ParseLocationPath_m918E088EE18BCE44A9F9B06307CE20E3C9D15FDC(__this, (AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)NULL, /*hidden argument*/NULL); V_0 = L_13; } IL_0061: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_14 = V_0; return L_14; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseFilterExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseFilterExpr_m40794659351C6FD608142AEB4E3545AC35BC7189 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = XPathParser_ParsePrimaryExpr_m1DD6737152CEC54F678540758DB556DC16500403(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0018; } IL_000a: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_2 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_3 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4; L_4 = XPathParser_ParsePredicate_mA7589DD01B72DADF3D55A0BCF515434D4CD74C3B(__this, L_3, /*hidden argument*/NULL); Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * L_5 = (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 *)il2cpp_codegen_object_new(Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99_il2cpp_TypeInfo_var); Filter__ctor_mC6D0BC0CD8FABB4DC78BEF629BF4E2F5002DB350(L_5, L_2, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0018: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_6 = __this->get_scanner_0(); NullCheck(L_6); int32_t L_7; L_7 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)91)))) { goto IL_000a; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_8 = V_0; return L_8; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParsePredicate(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParsePredicate_mA7589DD01B72DADF3D55A0BCF515434D4CD74C3B (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.AstNode::get_ReturnType() */, L_0); XPathParser_CheckNodeSet_m84A1F77F461ACD50B393BECF90BFB90FD783BB0D(__this, L_1, /*hidden argument*/NULL); XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)91), /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_2 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_3; L_3 = XPathParser_ParseExpresion_m7C41D508A5BC716F12B4AE357F073FCC7B00A119(__this, L_2, /*hidden argument*/NULL); XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)93), /*hidden argument*/NULL); return L_3; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseLocationPath(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseLocationPath_m918E088EE18BCE44A9F9B06307CE20E3C9D15FDC (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Root_t809E30FF7648043829DC43D69EDE90DFBE742D72_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = __this->get_scanner_0(); NullCheck(L_0); int32_t L_1; L_1 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)47))))) { goto IL_0037; } } { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 * L_2 = (Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 *)il2cpp_codegen_object_new(Root_t809E30FF7648043829DC43D69EDE90DFBE742D72_il2cpp_TypeInfo_var); Root__ctor_m9AFDE1774593F1B6FC957C859EB4D1338DB3D29B(L_2, /*hidden argument*/NULL); V_0 = L_2; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_3 = __this->get_scanner_0(); NullCheck(L_3); int32_t L_4; L_4 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); bool L_5; L_5 = XPathParser_IsStep_mF102469046A338D7DEA191F7FB7F2791714D0BC1(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0035; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_6 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_7; L_7 = XPathParser_ParseRelativeLocationPath_mE6114E7A54608C270E2C3A8F2854B7FBF4A845C4(__this, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0035: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_8 = V_0; return L_8; } IL_0037: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_9 = __this->get_scanner_0(); NullCheck(L_9); int32_t L_10; L_10 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)83))))) { goto IL_005e; } } { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 * L_11 = (Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 *)il2cpp_codegen_object_new(Root_t809E30FF7648043829DC43D69EDE90DFBE742D72_il2cpp_TypeInfo_var); Root__ctor_m9AFDE1774593F1B6FC957C859EB4D1338DB3D29B(L_11, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_12 = (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E *)il2cpp_codegen_object_new(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); Axis__ctor_mD7A77C039726133A366708F0CFCD2BF0E0E4813D(L_12, 5, L_11, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_13; L_13 = XPathParser_ParseRelativeLocationPath_mE6114E7A54608C270E2C3A8F2854B7FBF4A845C4(__this, L_12, /*hidden argument*/NULL); return L_13; } IL_005e: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_14 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_15; L_15 = XPathParser_ParseRelativeLocationPath_mE6114E7A54608C270E2C3A8F2854B7FBF4A845C4(__this, L_14, /*hidden argument*/NULL); return L_15; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseRelativeLocationPath(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseRelativeLocationPath_mE6114E7A54608C270E2C3A8F2854B7FBF4A845C4 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___qyInput0; V_0 = L_0; } IL_0002: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_2; L_2 = XPathParser_ParseStep_mC7BAA32C5819F5F3B9ABA2C3B557E035A326E88F(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_3 = __this->get_scanner_0(); NullCheck(L_3); int32_t L_4; L_4 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)83)) == ((uint32_t)L_4)))) { goto IL_0029; } } { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_5 = V_0; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_6 = (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E *)il2cpp_codegen_object_new(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); Axis__ctor_mD7A77C039726133A366708F0CFCD2BF0E0E4813D(L_6, 5, L_5, /*hidden argument*/NULL); V_0 = L_6; goto IL_0002; } IL_0029: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_7 = __this->get_scanner_0(); NullCheck(L_7); int32_t L_8; L_8 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)47)) == ((uint32_t)L_8)))) { goto IL_0040; } } { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); goto IL_0002; } IL_0040: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_9 = V_0; return L_9; } } // System.Boolean MS.Internal.Xml.XPath.XPathParser::IsStep(MS.Internal.Xml.XPath.XPathScanner/LexKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathParser_IsStep_mF102469046A338D7DEA191F7FB7F2791714D0BC1 (int32_t ___lexKind0, const RuntimeMethod* method) { { int32_t L_0 = ___lexKind0; if ((((int32_t)L_0) == ((int32_t)((int32_t)46)))) { goto IL_001f; } } { int32_t L_1 = ___lexKind0; if ((((int32_t)L_1) == ((int32_t)((int32_t)68)))) { goto IL_001f; } } { int32_t L_2 = ___lexKind0; if ((((int32_t)L_2) == ((int32_t)((int32_t)64)))) { goto IL_001f; } } { int32_t L_3 = ___lexKind0; if ((((int32_t)L_3) == ((int32_t)((int32_t)97)))) { goto IL_001f; } } { int32_t L_4 = ___lexKind0; if ((((int32_t)L_4) == ((int32_t)((int32_t)42)))) { goto IL_001f; } } { int32_t L_5 = ___lexKind0; return (bool)((((int32_t)L_5) == ((int32_t)((int32_t)110)))? 1 : 0); } IL_001f: { return (bool)1; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseStep(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseStep_mC7BAA32C5819F5F3B9ABA2C3B557E035A326E88F (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B12_0 = 0; { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = __this->get_scanner_0(); NullCheck(L_0); int32_t L_1; L_1 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)46)) == ((uint32_t)L_1)))) { goto IL_0023; } } { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_2 = ___qyInput0; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_3 = (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E *)il2cpp_codegen_object_new(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); Axis__ctor_mD7A77C039726133A366708F0CFCD2BF0E0E4813D(L_3, ((int32_t)12), L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_00ac; } IL_0023: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_4 = __this->get_scanner_0(); NullCheck(L_4); int32_t L_5; L_5 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)68)) == ((uint32_t)L_5)))) { goto IL_0043; } } { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_6 = ___qyInput0; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_7 = (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E *)il2cpp_codegen_object_new(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); Axis__ctor_mD7A77C039726133A366708F0CFCD2BF0E0E4813D(L_7, ((int32_t)9), L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_00ac; } IL_0043: { V_1 = 3; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_8 = __this->get_scanner_0(); NullCheck(L_8); int32_t L_9; L_9 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_8, /*hidden argument*/NULL); V_3 = L_9; int32_t L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)64)))) { goto IL_005d; } } { int32_t L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)97)))) { goto IL_0067; } } { goto IL_007a; } IL_005d: { V_1 = 2; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); goto IL_007a; } IL_0067: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_12 = __this->get_scanner_0(); int32_t L_13; L_13 = XPathParser_GetAxis_mD12F8BA3CA3AD6C5EF83CF0C78400F9E0FA5A065(__this, L_12, /*hidden argument*/NULL); V_1 = L_13; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); } IL_007a: { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_0081; } } { G_B12_0 = 1; goto IL_0082; } IL_0081: { G_B12_0 = 2; } IL_0082: { V_2 = G_B12_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_15 = ___qyInput0; int32_t L_16 = V_1; int32_t L_17 = V_2; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_18; L_18 = XPathParser_ParseNodeTest_m7C196A622DDE86B953DAAE9FE4382E89BFBB090A(__this, L_15, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_009d; } IL_008f: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_19 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_20 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_21; L_21 = XPathParser_ParsePredicate_mA7589DD01B72DADF3D55A0BCF515434D4CD74C3B(__this, L_20, /*hidden argument*/NULL); Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * L_22 = (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 *)il2cpp_codegen_object_new(Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99_il2cpp_TypeInfo_var); Filter__ctor_mC6D0BC0CD8FABB4DC78BEF629BF4E2F5002DB350(L_22, L_19, L_21, /*hidden argument*/NULL); V_0 = L_22; } IL_009d: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_23 = __this->get_scanner_0(); NullCheck(L_23); int32_t L_24; L_24 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_23, /*hidden argument*/NULL); if ((((int32_t)((int32_t)91)) == ((int32_t)L_24))) { goto IL_008f; } } IL_00ac: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_25 = V_0; return L_25; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseNodeTest(MS.Internal.Xml.XPath.AstNode,MS.Internal.Xml.XPath.Axis/AxisType,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseNodeTest_m7C196A622DDE86B953DAAE9FE4382E89BFBB090A (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, int32_t ___axisType1, int32_t ___nodeType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60FCDFD0C330A0636DB449998F8C8F58C7522826); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD04CAFBC9E6DA5318C057180A0BD0EC13B9B3FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t G_B13_0 = 0; { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = __this->get_scanner_0(); NullCheck(L_0); int32_t L_1; L_1 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_0, /*hidden argument*/NULL); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)((int32_t)42)))) { goto IL_012c; } } { int32_t L_3 = V_2; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)110))))) { goto IL_0140; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_4 = __this->get_scanner_0(); NullCheck(L_4); bool L_5; L_5 = XPathScanner_get_CanBeFunction_mD8A137C674CC8B47676E4A96C0CE1E0A6657AB09_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_00f9; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_6 = __this->get_scanner_0(); IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); bool L_7; L_7 = XPathParser_IsNodeType_m30BA74560195D5110E90455D75251E09EEACAD20(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_00f9; } } { String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_8; String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_9; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_10 = __this->get_scanner_0(); NullCheck(L_10); String_t* L_11; L_11 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_10, /*hidden argument*/NULL); bool L_12; L_12 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, _stringLiteral60FCDFD0C330A0636DB449998F8C8F58C7522826, /*hidden argument*/NULL); if (L_12) { goto IL_00b1; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_13 = __this->get_scanner_0(); NullCheck(L_13); String_t* L_14; L_14 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_13, /*hidden argument*/NULL); bool L_15; L_15 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_14, _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0, /*hidden argument*/NULL); if (L_15) { goto IL_00ae; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_16 = __this->get_scanner_0(); NullCheck(L_16); String_t* L_17; L_17 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_16, /*hidden argument*/NULL); bool L_18; L_18 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_17, _stringLiteralD43B83259CBF032EB58F1BC3B3739510397D2C31, /*hidden argument*/NULL); if (L_18) { goto IL_00aa; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_19 = __this->get_scanner_0(); NullCheck(L_19); String_t* L_20; L_20 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_19, /*hidden argument*/NULL); bool L_21; L_21 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_20, _stringLiteralDD04CAFBC9E6DA5318C057180A0BD0EC13B9B3FC, /*hidden argument*/NULL); if (L_21) { goto IL_00a7; } } { G_B13_0 = 0; goto IL_00b2; } IL_00a7: { G_B13_0 = 7; goto IL_00b2; } IL_00aa: { G_B13_0 = ((int32_t)9); goto IL_00b2; } IL_00ae: { G_B13_0 = 4; goto IL_00b2; } IL_00b1: { G_B13_0 = 8; } IL_00b2: { ___nodeType2 = G_B13_0; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)40), /*hidden argument*/NULL); int32_t L_22 = ___nodeType2; if ((!(((uint32_t)L_22) == ((uint32_t)7)))) { goto IL_00ef; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_23 = __this->get_scanner_0(); NullCheck(L_23); int32_t L_24; L_24 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)((int32_t)41)))) { goto IL_00ef; } } { XPathParser_CheckToken_m72D74371B0BD920F3485A17D2037F4D3CBA7089B(__this, ((int32_t)115), /*hidden argument*/NULL); XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_25 = __this->get_scanner_0(); NullCheck(L_25); String_t* L_26; L_26 = XPathScanner_get_StringValue_m0DD0D6E38188EF9E70D4CE40BA6AF9E3B051413D_inline(L_25, /*hidden argument*/NULL); V_0 = L_26; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); } IL_00ef: { XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_0156; } IL_00f9: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_27 = __this->get_scanner_0(); NullCheck(L_27); String_t* L_28; L_28 = XPathScanner_get_Prefix_m815B11210475F8057B581A8D034336635E0B1479_inline(L_27, /*hidden argument*/NULL); V_1 = L_28; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_29 = __this->get_scanner_0(); NullCheck(L_29); String_t* L_30; L_30 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_29, /*hidden argument*/NULL); V_0 = L_30; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); String_t* L_31 = V_0; bool L_32; L_32 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_31, _stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7, /*hidden argument*/NULL); if (!L_32) { goto IL_0156; } } { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_33; goto IL_0156; } IL_012c: { String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_1 = L_34; String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); V_0 = L_35; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); goto IL_0156; } IL_0140: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_36 = __this->get_scanner_0(); NullCheck(L_36); String_t* L_37; L_37 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(L_36, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_38; L_38 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_ParseNodeTest_m7C196A622DDE86B953DAAE9FE4382E89BFBB090A_RuntimeMethod_var))); } IL_0156: { int32_t L_39 = ___axisType1; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_40 = ___qyInput0; String_t* L_41 = V_1; String_t* L_42 = V_0; int32_t L_43 = ___nodeType2; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_44 = (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E *)il2cpp_codegen_object_new(Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); Axis__ctor_m2A420EE5C96E244600F09F7ACC04C79345568CE7(L_44, L_39, L_40, L_41, L_42, L_43, /*hidden argument*/NULL); return L_44; } } // System.Boolean MS.Internal.Xml.XPath.XPathParser::IsPrimaryExpr(MS.Internal.Xml.XPath.XPathScanner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathParser_IsPrimaryExpr_m9EB106F1DD7CF2154452060C68EC98553D67373C (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scanner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = ___scanner0; NullCheck(L_0); int32_t L_1; L_1 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)115)))) { goto IL_0046; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = ___scanner0; NullCheck(L_2); int32_t L_3; L_3 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)100)))) { goto IL_0046; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_4 = ___scanner0; NullCheck(L_4); int32_t L_5; L_5 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)36)))) { goto IL_0046; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_6 = ___scanner0; NullCheck(L_6); int32_t L_7; L_7 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)40)))) { goto IL_0046; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_8 = ___scanner0; NullCheck(L_8); int32_t L_9; L_9 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)110))))) { goto IL_0044; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_10 = ___scanner0; NullCheck(L_10); bool L_11; L_11 = XPathScanner_get_CanBeFunction_mD8A137C674CC8B47676E4A96C0CE1E0A6657AB09_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0044; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_12 = ___scanner0; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); bool L_13; L_13 = XPathParser_IsNodeType_m30BA74560195D5110E90455D75251E09EEACAD20(L_12, /*hidden argument*/NULL); return (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0); } IL_0044: { return (bool)0; } IL_0046: { return (bool)1; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParsePrimaryExpr(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParsePrimaryExpr_m1DD6737152CEC54F678540758DB556DC16500403 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_0 = NULL; int32_t V_1 = 0; { V_0 = (AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)NULL; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = __this->get_scanner_0(); NullCheck(L_0); int32_t L_1; L_1 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) > ((int32_t)((int32_t)40)))) { goto IL_0025; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)36)))) { goto IL_006f; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)40)))) { goto IL_00a1; } } { goto IL_00eb; } IL_0025: { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)100)))) { goto IL_0056; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)110)))) { goto IL_00c9; } } { int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)115))))) { goto IL_00eb; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_8 = __this->get_scanner_0(); NullCheck(L_8); String_t* L_9; L_9 = XPathScanner_get_StringValue_m0DD0D6E38188EF9E70D4CE40BA6AF9E3B051413D_inline(L_8, /*hidden argument*/NULL); Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * L_10 = (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 *)il2cpp_codegen_object_new(Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var); Operand__ctor_m95AE50EB73668841D2BBE056A7D2DDEE25A7D821(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); goto IL_00eb; } IL_0056: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_11 = __this->get_scanner_0(); NullCheck(L_11); double L_12; L_12 = XPathScanner_get_NumberValue_m47772C95CEE7B1F2E4C33268F08F3441CDCD9DA3_inline(L_11, /*hidden argument*/NULL); Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * L_13 = (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 *)il2cpp_codegen_object_new(Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var); Operand__ctor_m9417B9F401ECA16F4915AE09FAB6ABE41265FF06(L_13, L_12, /*hidden argument*/NULL); V_0 = L_13; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); goto IL_00eb; } IL_006f: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); XPathParser_CheckToken_m72D74371B0BD920F3485A17D2037F4D3CBA7089B(__this, ((int32_t)110), /*hidden argument*/NULL); XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_14 = __this->get_scanner_0(); NullCheck(L_14); String_t* L_15; L_15 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_14, /*hidden argument*/NULL); XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_16 = __this->get_scanner_0(); NullCheck(L_16); String_t* L_17; L_17 = XPathScanner_get_Prefix_m815B11210475F8057B581A8D034336635E0B1479_inline(L_16, /*hidden argument*/NULL); Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * L_18 = (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 *)il2cpp_codegen_object_new(Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24_il2cpp_TypeInfo_var); Variable__ctor_mFCE0438C4FF407CAA1796F340A87967E9E724FD1(L_18, L_15, L_17, /*hidden argument*/NULL); V_0 = L_18; XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); goto IL_00eb; } IL_00a1: { XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_19 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_20; L_20 = XPathParser_ParseExpresion_m7C41D508A5BC716F12B4AE357F073FCC7B00A119(__this, L_19, /*hidden argument*/NULL); V_0 = L_20; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_21 = V_0; NullCheck(L_21); int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.AstNode::get_Type() */, L_21); if ((((int32_t)L_22) == ((int32_t)3))) { goto IL_00bf; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_23 = V_0; Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 * L_24 = (Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 *)il2cpp_codegen_object_new(Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9_il2cpp_TypeInfo_var); Group__ctor_m132A83FF818BB1DB5C4ECB43226B3A2E5D83B28C(L_24, L_23, /*hidden argument*/NULL); V_0 = L_24; } IL_00bf: { XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_00eb; } IL_00c9: { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_25 = __this->get_scanner_0(); NullCheck(L_25); bool L_26; L_26 = XPathScanner_get_CanBeFunction_mD8A137C674CC8B47676E4A96C0CE1E0A6657AB09_inline(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00eb; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_27 = __this->get_scanner_0(); IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); bool L_28; L_28 = XPathParser_IsNodeType_m30BA74560195D5110E90455D75251E09EEACAD20(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00eb; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_29; L_29 = XPathParser_ParseMethod_m947678914543C353BF73C24CE8F69BF28BFE38C7(__this, (AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)NULL, /*hidden argument*/NULL); V_0 = L_29; } IL_00eb: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_30 = V_0; return L_30; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseMethod(MS.Internal.Xml.XPath.AstNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * XPathParser_ParseMethod_m947678914543C353BF73C24CE8F69BF28BFE38C7 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___qyInput0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_6 = NULL; int32_t V_7 = 0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * V_8 = NULL; int32_t V_9 = 0; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_0, /*hidden argument*/NULL); V_0 = L_0; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_1 = __this->get_scanner_0(); NullCheck(L_1); String_t* L_2; L_2 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_1, /*hidden argument*/NULL); V_1 = L_2; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_3 = __this->get_scanner_0(); NullCheck(L_3); String_t* L_4; L_4 = XPathScanner_get_Prefix_m815B11210475F8057B581A8D034336635E0B1479_inline(L_3, /*hidden argument*/NULL); V_2 = L_4; XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)110), /*hidden argument*/NULL); XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)40), /*hidden argument*/NULL); XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_5 = __this->get_scanner_0(); NullCheck(L_5); int32_t L_6; L_6 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)((int32_t)41)))) { goto IL_0064; } } IL_003d: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = V_0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_8 = ___qyInput0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_9; L_9 = XPathParser_ParseExpresion_m7C41D508A5BC716F12B4AE357F073FCC7B00A119(__this, L_8, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_10; L_10 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_9); XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_11 = __this->get_scanner_0(); NullCheck(L_11); int32_t L_12; L_12 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_11, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)41)))) { goto IL_0064; } } { XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)44), /*hidden argument*/NULL); goto IL_003d; } IL_0064: { XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88(__this, ((int32_t)41), /*hidden argument*/NULL); String_t* L_13 = V_2; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0216; } } { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_functionTable_11(); String_t* L_16 = V_1; NullCheck(L_15); RuntimeObject * L_17; L_17 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_15, L_16); V_3 = ((ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)CastclassClass((RuntimeObject*)L_17, ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var)); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_18 = V_3; if (!L_18) { goto IL_0216; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19 = V_0; NullCheck(L_19); int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_19); V_4 = L_20; int32_t L_21 = V_4; ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_22 = V_3; NullCheck(L_22); int32_t L_23; L_23 = ParamInfo_get_Minargs_mBC448677A0F33814A68FD1EC99724D98364AD9CB_inline(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) >= ((int32_t)L_23))) { goto IL_00b7; } } { String_t* L_24 = V_1; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_25 = __this->get_scanner_0(); NullCheck(L_25); String_t* L_26; L_26 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(L_25, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_27; L_27 = XPathException_Create_m250B16EDAF8A50D2C6B8102B6F7FE74A427AA60C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6764187FC7613394A2651652ACA3B88416ABEB47)), L_24, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_ParseMethod_m947678914543C353BF73C24CE8F69BF28BFE38C7_RuntimeMethod_var))); } IL_00b7: { ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_28 = V_3; NullCheck(L_28); int32_t L_29; L_29 = ParamInfo_get_FType_m744D134D7460DF40ABB8C341B93E36C64E75B9A5_inline(L_28, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)13))))) { goto IL_0104; } } { V_5 = 0; goto IL_00f9; } IL_00c6: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_30 = V_0; int32_t L_31 = V_5; NullCheck(L_30); RuntimeObject * L_32; L_32 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_30, L_31); V_6 = ((AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)CastclassClass((RuntimeObject*)L_32, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var)); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_33 = V_6; NullCheck(L_33); int32_t L_34; L_34 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.AstNode::get_ReturnType() */, L_33); if ((((int32_t)L_34) == ((int32_t)1))) { goto IL_00e9; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_35 = V_6; Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_36 = (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 *)il2cpp_codegen_object_new(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); Function__ctor_mEF59AB708E08BDBA249BB1FA965E1FAE84513AA7(L_36, 7, L_35, /*hidden argument*/NULL); V_6 = L_36; } IL_00e9: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_37 = V_0; int32_t L_38 = V_5; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_39 = V_6; NullCheck(L_37); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_37, L_38, L_39); int32_t L_40 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00f9: { int32_t L_41 = V_5; int32_t L_42 = V_4; if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00c6; } } { goto IL_0209; } IL_0104: { ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_43 = V_3; NullCheck(L_43); int32_t L_44; L_44 = ParamInfo_get_Maxargs_m2F13DE4DE6FCE583941E81B336D5F84397518E78_inline(L_43, /*hidden argument*/NULL); int32_t L_45 = V_4; if ((((int32_t)L_44) >= ((int32_t)L_45))) { goto IL_0125; } } { String_t* L_46 = V_1; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_47 = __this->get_scanner_0(); NullCheck(L_47); String_t* L_48; L_48 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(L_47, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_49; L_49 = XPathException_Create_m250B16EDAF8A50D2C6B8102B6F7FE74A427AA60C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6764187FC7613394A2651652ACA3B88416ABEB47)), L_46, L_48, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_ParseMethod_m947678914543C353BF73C24CE8F69BF28BFE38C7_RuntimeMethod_var))); } IL_0125: { ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_50 = V_3; NullCheck(L_50); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_51; L_51 = ParamInfo_get_ArgTypes_m19DBDA67C3519B2F46AB12A6E8D1F161AD487444_inline(L_50, /*hidden argument*/NULL); NullCheck(L_51); int32_t L_52 = V_4; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))) >= ((int32_t)L_52))) { goto IL_013b; } } { ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_53 = V_3; NullCheck(L_53); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_54; L_54 = ParamInfo_get_ArgTypes_m19DBDA67C3519B2F46AB12A6E8D1F161AD487444_inline(L_53, /*hidden argument*/NULL); NullCheck(L_54); V_4 = ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length))); } IL_013b: { V_7 = 0; goto IL_0200; } IL_0143: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_55 = V_0; int32_t L_56 = V_7; NullCheck(L_55); RuntimeObject * L_57; L_57 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_55, L_56); V_8 = ((AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)CastclassClass((RuntimeObject*)L_57, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var)); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_58 = V_3; NullCheck(L_58); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_59; L_59 = ParamInfo_get_ArgTypes_m19DBDA67C3519B2F46AB12A6E8D1F161AD487444_inline(L_58, /*hidden argument*/NULL); int32_t L_60 = V_7; NullCheck(L_59); int32_t L_61 = L_60; int32_t L_62 = (int32_t)(L_59)->GetAt(static_cast(L_61)); if ((((int32_t)L_62) == ((int32_t)5))) { goto IL_01fa; } } { ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_63 = V_3; NullCheck(L_63); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_64; L_64 = ParamInfo_get_ArgTypes_m19DBDA67C3519B2F46AB12A6E8D1F161AD487444_inline(L_63, /*hidden argument*/NULL); int32_t L_65 = V_7; NullCheck(L_64); int32_t L_66 = L_65; int32_t L_67 = (int32_t)(L_64)->GetAt(static_cast(L_66)); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_68 = V_8; NullCheck(L_68); int32_t L_69; L_69 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.AstNode::get_ReturnType() */, L_68); if ((((int32_t)L_67) == ((int32_t)L_69))) { goto IL_01fa; } } { ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_70 = V_3; NullCheck(L_70); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_71; L_71 = ParamInfo_get_ArgTypes_m19DBDA67C3519B2F46AB12A6E8D1F161AD487444_inline(L_70, /*hidden argument*/NULL); int32_t L_72 = V_7; NullCheck(L_71); int32_t L_73 = L_72; int32_t L_74 = (int32_t)(L_71)->GetAt(static_cast(L_73)); V_9 = L_74; int32_t L_75 = V_9; switch (L_75) { case 0: { goto IL_01d9; } case 1: { goto IL_01cd; } case 2: { goto IL_01e6; } case 3: { goto IL_019a; } } } { goto IL_01f0; } IL_019a: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_76 = V_8; if (((Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 *)IsInstClass((RuntimeObject*)L_76, Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24_il2cpp_TypeInfo_var))) { goto IL_01f0; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_77 = V_8; if (!((Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 *)IsInstClass((RuntimeObject*)L_77, Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var))) { goto IL_01b6; } } { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_78 = V_8; NullCheck(L_78); int32_t L_79; L_79 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.AstNode::get_ReturnType() */, L_78); if ((((int32_t)L_79) == ((int32_t)5))) { goto IL_01f0; } } IL_01b6: { String_t* L_80 = V_1; XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_81 = __this->get_scanner_0(); NullCheck(L_81); String_t* L_82; L_82 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(L_81, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_83; L_83 = XPathException_Create_m250B16EDAF8A50D2C6B8102B6F7FE74A427AA60C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A3E2EB98D9DFB27900932664A80783079B8EC8B)), L_80, L_82, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_ParseMethod_m947678914543C353BF73C24CE8F69BF28BFE38C7_RuntimeMethod_var))); } IL_01cd: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_84 = V_8; Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_85 = (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 *)il2cpp_codegen_object_new(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); Function__ctor_mEF59AB708E08BDBA249BB1FA965E1FAE84513AA7(L_85, 7, L_84, /*hidden argument*/NULL); V_8 = L_85; goto IL_01f0; } IL_01d9: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_86 = V_8; Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_87 = (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 *)il2cpp_codegen_object_new(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); Function__ctor_mEF59AB708E08BDBA249BB1FA965E1FAE84513AA7(L_87, ((int32_t)9), L_86, /*hidden argument*/NULL); V_8 = L_87; goto IL_01f0; } IL_01e6: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_88 = V_8; Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_89 = (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 *)il2cpp_codegen_object_new(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); Function__ctor_mEF59AB708E08BDBA249BB1FA965E1FAE84513AA7(L_89, 8, L_88, /*hidden argument*/NULL); V_8 = L_89; } IL_01f0: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_90 = V_0; int32_t L_91 = V_7; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_92 = V_8; NullCheck(L_90); VirtualActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_90, L_91, L_92); } IL_01fa: { int32_t L_93 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_93, (int32_t)1)); } IL_0200: { int32_t L_94 = V_7; int32_t L_95 = V_4; if ((((int32_t)L_94) < ((int32_t)L_95))) { goto IL_0143; } } IL_0209: { ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_96 = V_3; NullCheck(L_96); int32_t L_97; L_97 = ParamInfo_get_FType_m744D134D7460DF40ABB8C341B93E36C64E75B9A5_inline(L_96, /*hidden argument*/NULL); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_98 = V_0; Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_99 = (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 *)il2cpp_codegen_object_new(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); Function__ctor_mD8D3EADD8B3C28EBF40469946DB815BB985CB21F(L_99, L_97, L_98, /*hidden argument*/NULL); return L_99; } IL_0216: { String_t* L_100 = V_2; String_t* L_101 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_102 = V_0; Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_103 = (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 *)il2cpp_codegen_object_new(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); Function__ctor_m63384E3EEA4B84ECB5EEA8B51B4A7A04E50EB5B0(L_103, L_100, L_101, L_102, /*hidden argument*/NULL); return L_103; } } // System.Void MS.Internal.Xml.XPath.XPathParser::CheckToken(MS.Internal.Xml.XPath.XPathScanner/LexKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser_CheckToken_m72D74371B0BD920F3485A17D2037F4D3CBA7089B (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, int32_t ___t0, const RuntimeMethod* method) { { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = __this->get_scanner_0(); NullCheck(L_0); int32_t L_1; L_1 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_0, /*hidden argument*/NULL); int32_t L_2 = ___t0; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0024; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_3 = __this->get_scanner_0(); NullCheck(L_3); String_t* L_4; L_4 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(L_3, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_5; L_5 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B392D0CE7FFD297109C007E16EA8FFE7370B906)), L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_CheckToken_m72D74371B0BD920F3485A17D2037F4D3CBA7089B_RuntimeMethod_var))); } IL_0024: { return; } } // System.Void MS.Internal.Xml.XPath.XPathParser::PassToken(MS.Internal.Xml.XPath.XPathScanner/LexKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser_PassToken_m5CACDD59262E41D0EEFA70FC4C25DEC6E8A2BE88 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, int32_t ___t0, const RuntimeMethod* method) { { int32_t L_0 = ___t0; XPathParser_CheckToken_m72D74371B0BD920F3485A17D2037F4D3CBA7089B(__this, L_0, /*hidden argument*/NULL); XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2(__this, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.XPathParser::NextLex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser_NextLex_m69A037B33AAA8D27217CEF700020BD12058576A2 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, const RuntimeMethod* method) { { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = __this->get_scanner_0(); NullCheck(L_0); bool L_1; L_1 = XPathScanner_NextLex_m9C2B85F1F89116D2041CC6D299634246D19F2933(L_0, /*hidden argument*/NULL); return; } } // System.Boolean MS.Internal.Xml.XPath.XPathParser::TestOp(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathParser_TestOp_mE169F7C2DADC3F8EA17700BB4145DD54F8F8FDDB (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, String_t* ___op0, const RuntimeMethod* method) { { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_0 = __this->get_scanner_0(); NullCheck(L_0); int32_t L_1; L_1 = XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)110))))) { goto IL_0033; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = __this->get_scanner_0(); NullCheck(L_2); String_t* L_3; L_3 = XPathScanner_get_Prefix_m815B11210475F8057B581A8D034336635E0B1479_inline(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0033; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_5 = __this->get_scanner_0(); NullCheck(L_5); String_t* L_6; L_6 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_5, /*hidden argument*/NULL); String_t* L_7 = ___op0; NullCheck(L_6); bool L_8; L_8 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0033: { return (bool)0; } } // System.Void MS.Internal.Xml.XPath.XPathParser::CheckNodeSet(System.Xml.XPath.XPathResultType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser_CheckNodeSet_m84A1F77F461ACD50B393BECF90BFB90FD783BB0D (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, int32_t ___t0, const RuntimeMethod* method) { { int32_t L_0 = ___t0; if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_001e; } } { int32_t L_1 = ___t0; if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_001e; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_2 = __this->get_scanner_0(); NullCheck(L_2); String_t* L_3; L_3 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(L_2, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_4; L_4 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_CheckNodeSet_m84A1F77F461ACD50B393BECF90BFB90FD783BB0D_RuntimeMethod_var))); } IL_001e: { return; } } // System.Collections.Hashtable MS.Internal.Xml.XPath.XPathParser::CreateFunctionTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * XPathParser_CreateFunctionTable_mEE7FE83A9E56F54285D9717BBFAAA4BFD5B370FF (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*)&ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13B1B956E2F73D7942D59A9A0BC6BAC295CC8AB3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14B7D0FA86CCA6B817FBA16866CCDC7DB4592CB1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1692DF7449672DA4F3CBA4A5036EDBC5EB910118); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral266A6E70F3BC9E04A2BC6274C2A8820535A50A1E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63FEAE5081ABFB719642D387AE43B7D4DFB3CFEB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BE96E73BB52729216A9D75FF07DA00B5F9AAB50); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71F910E4F98AD2BC9250B9F42063CE35DED545CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral816AC250ED1A01784CA5BFF5B463DE22A63B3CCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BDF3D0791A560245652E772545C49897854443); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BF4D6820BD8495CC3D356CD80F5C8185A39DCEA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DD6F91CC9627D8E824633A188628376A36468B4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA699B1B0C356859DDE0A935EF36DC503723EFA5E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC646FF329215C5A0D040CBE1C542ED06A40AA21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2CEFB286612CBA904F0640537F6E5DC700B0C7E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCFE4DD8F73FAE5DCCF950ABD64B6D976D2C07E2C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEA3F5044E13F19207D83873B64CD5C1E5385A9F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF53C2A1D0804BE802D96B7BF7C02EA86655D4D6E); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC(L_0, ((int32_t)36), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = L_0; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_2 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray1_2(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_3 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_3, 0, 0, 0, L_2, /*hidden argument*/NULL); NullCheck(L_1); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_1, _stringLiteralAC646FF329215C5A0D040CBE1C542ED06A40AA21, L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = L_1; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_5 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray1_2(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_6 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_6, 1, 0, 0, L_5, /*hidden argument*/NULL); NullCheck(L_4); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_4, _stringLiteral88BDF3D0791A560245652E772545C49897854443, L_6); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = L_4; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_8 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray2_3(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_9 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_9, 6, 0, 1, L_8, /*hidden argument*/NULL); NullCheck(L_7); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_7, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, L_9); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = L_7; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_11 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray2_3(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_12 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_12, 5, 0, 1, L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, _stringLiteral9DD6F91CC9627D8E824633A188628376A36468B4, L_12); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = L_10; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_14 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray2_3(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_15 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_15, 4, 0, 1, L_14, /*hidden argument*/NULL); NullCheck(L_13); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_13, _stringLiteralCFE4DD8F73FAE5DCCF950ABD64B6D976D2C07E2C, L_15); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = L_13; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_17 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray2_3(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_18 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_18, 2, 1, 1, L_17, /*hidden argument*/NULL); NullCheck(L_16); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_16, _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626, L_18); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19 = L_16; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_20 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray3_4(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_21 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_21, 3, 1, 1, L_20, /*hidden argument*/NULL); NullCheck(L_19); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_19, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, L_21); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = L_19; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_23 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray3_4(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_24 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_24, 7, 0, 1, L_23, /*hidden argument*/NULL); NullCheck(L_22); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_22, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, L_24); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = L_22; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_26 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray4_5(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_27 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_27, ((int32_t)13), 2, ((int32_t)100), L_26, /*hidden argument*/NULL); NullCheck(L_25); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_25, _stringLiteral71F910E4F98AD2BC9250B9F42063CE35DED545CF, L_27); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_28 = L_25; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_29 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray5_6(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_30 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_30, ((int32_t)14), 2, 2, L_29, /*hidden argument*/NULL); NullCheck(L_28); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_28, _stringLiteral14B7D0FA86CCA6B817FBA16866CCDC7DB4592CB1, L_30); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_31 = L_28; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_32 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray5_6(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_33 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_33, ((int32_t)15), 2, 2, L_32, /*hidden argument*/NULL); NullCheck(L_31); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_31, _stringLiteralF53C2A1D0804BE802D96B7BF7C02EA86655D4D6E, L_33); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_34 = L_31; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_35 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray5_6(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_36 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_36, ((int32_t)16), 2, 2, L_35, /*hidden argument*/NULL); NullCheck(L_34); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_34, _stringLiteralC2CEFB286612CBA904F0640537F6E5DC700B0C7E, L_36); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_37 = L_34; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_38 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray5_6(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_39 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_39, ((int32_t)17), 2, 2, L_38, /*hidden argument*/NULL); NullCheck(L_37); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_37, _stringLiteral816AC250ED1A01784CA5BFF5B463DE22A63B3CCA, L_39); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_40 = L_37; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_41 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray6_7(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_42 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_42, ((int32_t)18), 2, 3, L_41, /*hidden argument*/NULL); NullCheck(L_40); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_40, _stringLiteral8BF4D6820BD8495CC3D356CD80F5C8185A39DCEA, L_42); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_43 = L_40; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_44 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray4_5(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_45 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_45, ((int32_t)19), 0, 1, L_44, /*hidden argument*/NULL); NullCheck(L_43); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_43, _stringLiteralA699B1B0C356859DDE0A935EF36DC503723EFA5E, L_45); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_46 = L_43; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_47 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray4_5(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_48 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_48, ((int32_t)20), 0, 1, L_47, /*hidden argument*/NULL); NullCheck(L_46); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_46, _stringLiteral1692DF7449672DA4F3CBA4A5036EDBC5EB910118, L_48); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_49 = L_46; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_50 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray7_8(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_51 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_51, ((int32_t)21), 3, 3, L_50, /*hidden argument*/NULL); NullCheck(L_49); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_49, _stringLiteral5B88D4663F5F2F36326F88F90702A9437BA13FD2, L_51); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_52 = L_49; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_53 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray3_4(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_54 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_54, 8, 1, 1, L_53, /*hidden argument*/NULL); NullCheck(L_52); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_52, _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490, L_54); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_55 = L_52; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_56 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray8_9(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_57 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_57, ((int32_t)12), 1, 1, L_56, /*hidden argument*/NULL); NullCheck(L_55); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_55, _stringLiteral63FEAE5081ABFB719642D387AE43B7D4DFB3CFEB, L_57); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_58 = L_55; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_59 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray8_9(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_60 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_60, ((int32_t)10), 0, 0, L_59, /*hidden argument*/NULL); NullCheck(L_58); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_58, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, L_60); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_61 = L_58; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_62 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray8_9(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_63 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_63, ((int32_t)11), 0, 0, L_62, /*hidden argument*/NULL); NullCheck(L_61); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_61, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, L_63); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_64 = L_61; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_65 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray4_5(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_66 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_66, ((int32_t)22), 1, 1, L_65, /*hidden argument*/NULL); NullCheck(L_64); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_64, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, L_66); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_67 = L_64; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_68 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray3_4(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_69 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_69, ((int32_t)9), 0, 1, L_68, /*hidden argument*/NULL); NullCheck(L_67); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_67, _stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741, L_69); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_70 = L_67; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_71 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray2_3(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_72 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_72, ((int32_t)23), 1, 1, L_71, /*hidden argument*/NULL); NullCheck(L_70); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_70, _stringLiteral13B1B956E2F73D7942D59A9A0BC6BAC295CC8AB3, L_72); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_73 = L_70; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_74 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray9_10(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_75 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_75, ((int32_t)24), 1, 1, L_74, /*hidden argument*/NULL); NullCheck(L_73); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_73, _stringLiteralDEA3F5044E13F19207D83873B64CD5C1E5385A9F, L_75); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_76 = L_73; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_77 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray9_10(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_78 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_78, ((int32_t)25), 1, 1, L_77, /*hidden argument*/NULL); NullCheck(L_76); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_76, _stringLiteral6BE96E73BB52729216A9D75FF07DA00B5F9AAB50, L_78); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_79 = L_76; XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_80 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_temparray9_10(); ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * L_81 = (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A *)il2cpp_codegen_object_new(ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A_il2cpp_TypeInfo_var); ParamInfo__ctor_m1A300A95839274445A3AD425773D790194921A04(L_81, ((int32_t)26), 1, 1, L_80, /*hidden argument*/NULL); NullCheck(L_79); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_79, _stringLiteral266A6E70F3BC9E04A2BC6274C2A8820535A50A1E, L_81); return L_79; } } // System.Collections.Hashtable MS.Internal.Xml.XPath.XPathParser::CreateAxesTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * XPathParser_CreateAxesTable_m4A684F3401B6B3714AAAE26FBBCCEEB66E9C9818 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02E0591C874C7B96268DF9DC6FA19AC2E41C9980); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11755B5366F0CB9795C110660305E7AAC6089A39); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30792CEAFD09AA6658955BBAB29EF6F609B507E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral483DFA9A614472DBFD4B58265DDE1C943D92F756); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DEA0A2452C7C91E11DD034599BCF9A40441D4DB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A0BF4CB0B30A53D30B43A47F601DF042B838CA3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral804AD0583883EA822F254A6C57F7E555DD4D5AC8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB89A9E497FE060358B47BF674186310F20697B2E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA274EE8FDBC44A33E4FBC98C7B94AA44C080B76); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEBC2707039661BD61D98F991B27F2B9CB160373); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF85CDE9FE0D3B3C94F358C5F78E5E0003228D857); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9DBE8E4DB533A9CCC2A3FC2B481DA27E626B788); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE4989E76E7302C041C659048BA98BE4D3554EAD); s_Il2CppMethodInitialized = true; } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_mF6B704809ABE222280933EA170B6664286C91FDC(L_0, ((int32_t)13), /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_1 = L_0; int32_t L_2 = 0; RuntimeObject * L_3 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_2); NullCheck(L_1); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_1, _stringLiteralF85CDE9FE0D3B3C94F358C5F78E5E0003228D857, L_3); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_4 = L_1; int32_t L_5 = 1; RuntimeObject * L_6 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_5); NullCheck(L_4); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_4, _stringLiteral804AD0583883EA822F254A6C57F7E555DD4D5AC8, L_6); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = L_4; int32_t L_8 = 2; RuntimeObject * L_9 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_8); NullCheck(L_7); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_7, _stringLiteralF9DBE8E4DB533A9CCC2A3FC2B481DA27E626B788, L_9); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_10 = L_7; int32_t L_11 = 3; RuntimeObject * L_12 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_11); NullCheck(L_10); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, _stringLiteralB89A9E497FE060358B47BF674186310F20697B2E, L_12); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_13 = L_10; int32_t L_14 = 4; RuntimeObject * L_15 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_14); NullCheck(L_13); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_13, _stringLiteralCA274EE8FDBC44A33E4FBC98C7B94AA44C080B76, L_15); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_16 = L_13; int32_t L_17 = 5; RuntimeObject * L_18 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_17); NullCheck(L_16); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_16, _stringLiteral11755B5366F0CB9795C110660305E7AAC6089A39, L_18); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19 = L_16; int32_t L_20 = 6; RuntimeObject * L_21 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_20); NullCheck(L_19); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_19, _stringLiteral5DEA0A2452C7C91E11DD034599BCF9A40441D4DB, L_21); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_22 = L_19; int32_t L_23 = 7; RuntimeObject * L_24 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_23); NullCheck(L_22); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_22, _stringLiteral02E0591C874C7B96268DF9DC6FA19AC2E41C9980, L_24); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = L_22; int32_t L_26 = 8; RuntimeObject * L_27 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_26); NullCheck(L_25); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_25, _stringLiteralCEBC2707039661BD61D98F991B27F2B9CB160373, L_27); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_28 = L_25; int32_t L_29 = ((int32_t)9); RuntimeObject * L_30 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_29); NullCheck(L_28); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_28, _stringLiteral483DFA9A614472DBFD4B58265DDE1C943D92F756, L_30); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_31 = L_28; int32_t L_32 = ((int32_t)10); RuntimeObject * L_33 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_32); NullCheck(L_31); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_31, _stringLiteral7A0BF4CB0B30A53D30B43A47F601DF042B838CA3, L_33); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_34 = L_31; int32_t L_35 = ((int32_t)11); RuntimeObject * L_36 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_35); NullCheck(L_34); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_34, _stringLiteral30792CEAFD09AA6658955BBAB29EF6F609B507E0, L_36); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_37 = L_34; int32_t L_38 = ((int32_t)12); RuntimeObject * L_39 = Box(AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var, &L_38); NullCheck(L_37); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_37, _stringLiteralFE4989E76E7302C041C659048BA98BE4D3554EAD, L_39); return L_37; } } // MS.Internal.Xml.XPath.Axis/AxisType MS.Internal.Xml.XPath.XPathParser::GetAxis(MS.Internal.Xml.XPath.XPathScanner) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathParser_GetAxis_mD12F8BA3CA3AD6C5EF83CF0C78400F9E0FA5A065 (XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533 * __this, XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * ___scaner0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * G_B2_0 = NULL; RuntimeObject * G_B1_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_0 = ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->get_AxesTable_12(); XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_1 = ___scaner0; NullCheck(L_1); String_t* L_2; L_2 = XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_2); RuntimeObject * L_4 = L_3; G_B1_0 = L_4; if (L_4) { G_B2_0 = L_4; goto IL_0029; } } { XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * L_5 = __this->get_scanner_0(); NullCheck(L_5); String_t* L_6; L_6 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(L_5, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_7; L_7 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B392D0CE7FFD297109C007E16EA8FFE7370B906)), L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathParser_GetAxis_mD12F8BA3CA3AD6C5EF83CF0C78400F9E0FA5A065_RuntimeMethod_var))); } IL_0029: { return ((*(int32_t*)((int32_t*)UnBox(G_B2_0, AxisType_t440F3845A6A875D260F74142EA1E44B501B95BF2_il2cpp_TypeInfo_var)))); } } // System.Void MS.Internal.Xml.XPath.XPathParser::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathParser__cctor_m255AB06E4C02D80533157070D6A35B9F14ED4D95 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_0 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)0); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray1_2(L_0); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_1 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)1); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(0), (int32_t)3); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray2_3(L_2); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_3 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)1); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(0), (int32_t)5); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray3_4(L_4); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_5 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)1); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(0), (int32_t)1); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray4_5(L_6); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_7 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)2); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(0), (int32_t)1); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(1), (int32_t)1); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray5_6(L_9); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_10 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)3); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (int32_t)1); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray6_7(L_11); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_12 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)3); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_13 = L_12; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____5BE9DB9EEB9CBB4D22472CA9734B1FA1D36126BD_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray7_8(L_13); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_15 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)1); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(0), (int32_t)2); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray8_9(L_16); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_17 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)1); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_temparray9_10(L_17); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_18; L_18 = XPathParser_CreateFunctionTable_mEE7FE83A9E56F54285D9717BBFAAA4BFD5B370FF(/*hidden argument*/NULL); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_functionTable_11(L_18); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_19; L_19 = XPathParser_CreateAxesTable_m4A684F3401B6B3714AAAE26FBBCCEEB66E9C9818(/*hidden argument*/NULL); ((XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var))->set_AxesTable_12(L_19); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.XPathScanner::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathScanner__ctor_mB0E69019BA9F28566F6B74ABC1CDB6BB0C683E23 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, String_t* ___xpathExpr0, const RuntimeMethod* method) { { __this->set_numberValue_7((std::numeric_limits::quiet_NaN())); XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA L_0; L_0 = XmlCharType_get_Instance_mA3CFC9BC3797565FD176224C6116F41AC8BA65B5(/*hidden argument*/NULL); __this->set_xmlCharType_9(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_1 = ___xpathExpr0; if (L_1) { goto IL_0033; } } { 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(); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_3; L_3 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0663D5BE9020830BD1E4C1470B6EB5CEA4D0AA3)), L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathScanner__ctor_mB0E69019BA9F28566F6B74ABC1CDB6BB0C683E23_RuntimeMethod_var))); } IL_0033: { String_t* L_4 = ___xpathExpr0; __this->set_xpathExpr_0(L_4); bool L_5; L_5 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); bool L_6; L_6 = XPathScanner_NextLex_m9C2B85F1F89116D2041CC6D299634246D19F2933(__this, /*hidden argument*/NULL); return; } } // System.String MS.Internal.Xml.XPath.XPathScanner::get_SourceText() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xpathExpr_0(); return L_0; } } // System.Char MS.Internal.Xml.XPath.XPathScanner::get_CurerntChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get_currentChar_3(); return L_0; } } // System.Boolean MS.Internal.Xml.XPath.XPathScanner::NextChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_xpathExprIndex_1(); String_t* L_1 = __this->get_xpathExpr_0(); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_0) >= ((int32_t)L_2))) { goto IL_0037; } } { String_t* L_3 = __this->get_xpathExpr_0(); int32_t L_4 = __this->get_xpathExprIndex_1(); V_0 = L_4; int32_t L_5 = V_0; __this->set_xpathExprIndex_1(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; NullCheck(L_3); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_6, /*hidden argument*/NULL); __this->set_currentChar_3(L_7); return (bool)1; } IL_0037: { __this->set_currentChar_3(0); return (bool)0; } } // MS.Internal.Xml.XPath.XPathScanner/LexKind MS.Internal.Xml.XPath.XPathScanner::get_Kind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_kind_2(); return L_0; } } // System.String MS.Internal.Xml.XPath.XPathScanner::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_4(); return L_0; } } // System.String MS.Internal.Xml.XPath.XPathScanner::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathScanner_get_Prefix_m815B11210475F8057B581A8D034336635E0B1479 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_5(); return L_0; } } // System.String MS.Internal.Xml.XPath.XPathScanner::get_StringValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathScanner_get_StringValue_m0DD0D6E38188EF9E70D4CE40BA6AF9E3B051413D (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_stringValue_6(); return L_0; } } // System.Double MS.Internal.Xml.XPath.XPathScanner::get_NumberValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XPathScanner_get_NumberValue_m47772C95CEE7B1F2E4C33268F08F3441CDCD9DA3 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_numberValue_7(); return L_0; } } // System.Boolean MS.Internal.Xml.XPath.XPathScanner::get_CanBeFunction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathScanner_get_CanBeFunction_mD8A137C674CC8B47676E4A96C0CE1E0A6657AB09 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_canBeFunction_8(); return L_0; } } // System.Void MS.Internal.Xml.XPath.XPathScanner::SkipSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathScanner_SkipSpace_mC49961C9B513BE5EB56318C510BE23870B367154 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { IL_0000: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_0 = __this->get_address_of_xmlCharType_9(); Il2CppChar L_1; L_1 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_2; L_2 = XmlCharType_IsWhiteSpace_m4EE0C544C3C666A6BBAAE63BDD5CFB221655DDA0((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001b; } } { bool L_3; L_3 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0000; } } IL_001b: { return; } } // System.Boolean MS.Internal.Xml.XPath.XPathScanner::NextLex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathScanner_NextLex_m9C2B85F1F89116D2041CC6D299634246D19F2933 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; { XPathScanner_SkipSpace_mC49961C9B513BE5EB56318C510BE23870B367154(__this, /*hidden argument*/NULL); Il2CppChar L_0; L_0 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); V_0 = L_0; Il2CppChar L_1 = V_0; if ((!(((uint32_t)L_1) <= ((uint32_t)((int32_t)64))))) { goto IL_00a9; } } { Il2CppChar L_2 = V_0; if (!L_2) { goto IL_00bd; } } { Il2CppChar L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)33)))) { case 0: { goto IL_014e; } case 1: { goto IL_0204; } case 2: { goto IL_00c7; } case 3: { goto IL_00c7; } case 4: { goto IL_021d; } case 5: { goto IL_021d; } case 6: { goto IL_0204; } case 7: { goto IL_00c7; } case 8: { goto IL_00c7; } case 9: { goto IL_00c7; } case 10: { goto IL_00c7; } case 11: { goto IL_00c7; } case 12: { goto IL_00c7; } case 13: { goto IL_017e; } case 14: { goto IL_01d4; } case 15: { goto IL_021d; } case 16: { goto IL_021d; } case 17: { goto IL_021d; } case 18: { goto IL_021d; } case 19: { goto IL_021d; } case 20: { goto IL_021d; } case 21: { goto IL_021d; } case 22: { goto IL_021d; } case 23: { goto IL_021d; } case 24: { goto IL_021d; } case 25: { goto IL_021d; } case 26: { goto IL_021d; } case 27: { goto IL_00ee; } case 28: { goto IL_00c7; } case 29: { goto IL_011e; } case 30: { goto IL_021d; } case 31: { goto IL_00c7; } } } { goto IL_021d; } IL_00a9: { Il2CppChar L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)91)))) { goto IL_00c7; } } { Il2CppChar L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)93)))) { goto IL_00c7; } } { Il2CppChar L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)124)))) { goto IL_00c7; } } { goto IL_021d; } IL_00bd: { __this->set_kind_2(((int32_t)69)); return (bool)0; } IL_00c7: { Il2CppChar L_7; L_7 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); Il2CppChar L_8 = L_7; RuntimeObject * L_9 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10; L_10 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_11; L_11 = Convert_ToInt32_mCDD3456A0F07EF72C62EF668CF9141937D0EB041(L_9, L_10, /*hidden argument*/NULL); __this->set_kind_2(L_11); bool L_12; L_12 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); goto IL_0372; } IL_00ee: { __this->set_kind_2(((int32_t)60)); bool L_13; L_13 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); Il2CppChar L_14; L_14 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)61))))) { goto IL_0372; } } { __this->set_kind_2(((int32_t)76)); bool L_15; L_15 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); goto IL_0372; } IL_011e: { __this->set_kind_2(((int32_t)62)); bool L_16; L_16 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); Il2CppChar L_17; L_17 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)61))))) { goto IL_0372; } } { __this->set_kind_2(((int32_t)71)); bool L_18; L_18 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); goto IL_0372; } IL_014e: { __this->set_kind_2(((int32_t)33)); bool L_19; L_19 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); Il2CppChar L_20; L_20 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)61))))) { goto IL_0372; } } { __this->set_kind_2(((int32_t)78)); bool L_21; L_21 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); goto IL_0372; } IL_017e: { __this->set_kind_2(((int32_t)46)); bool L_22; L_22 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); Il2CppChar L_23; L_23 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)46))))) { goto IL_01ab; } } { __this->set_kind_2(((int32_t)68)); bool L_24; L_24 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); goto IL_0372; } IL_01ab: { Il2CppChar L_25; L_25 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_26; L_26 = XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6(L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0372; } } { __this->set_kind_2(((int32_t)100)); double L_27; L_27 = XPathScanner_ScanFraction_m33D187460A83229F9B14A98BCFCE2A9C01D27F18(__this, /*hidden argument*/NULL); __this->set_numberValue_7(L_27); goto IL_0372; } IL_01d4: { __this->set_kind_2(((int32_t)47)); bool L_28; L_28 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); Il2CppChar L_29; L_29 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)47))))) { goto IL_0372; } } { __this->set_kind_2(((int32_t)83)); bool L_30; L_30 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); goto IL_0372; } IL_0204: { __this->set_kind_2(((int32_t)115)); String_t* L_31; L_31 = XPathScanner_ScanString_m9AAFCD382C12C00F477E012AA5B2C3B77C05490D(__this, /*hidden argument*/NULL); __this->set_stringValue_6(L_31); goto IL_0372; } IL_021d: { Il2CppChar L_32; L_32 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_33; L_33 = XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6(L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0243; } } { __this->set_kind_2(((int32_t)100)); double L_34; L_34 = XPathScanner_ScanNumber_m6E8B4E2B3C70D677C4E7390B19280159D1E7E03C(__this, /*hidden argument*/NULL); __this->set_numberValue_7(L_34); goto IL_0372; } IL_0243: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_35 = __this->get_address_of_xmlCharType_9(); Il2CppChar L_36; L_36 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_37; L_37 = XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0361; } } { __this->set_kind_2(((int32_t)110)); String_t* L_38; L_38 = XPathScanner_ScanName_m4A2088FEC99BE764FDF9214423571AC974599C88(__this, /*hidden argument*/NULL); __this->set_name_4(L_38); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); __this->set_prefix_5(L_39); Il2CppChar L_40; L_40 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)58))))) { goto IL_0306; } } { bool L_41; L_41 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); Il2CppChar L_42; L_42 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)58))))) { goto IL_02aa; } } { bool L_43; L_43 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); __this->set_kind_2(((int32_t)97)); goto IL_0349; } IL_02aa: { String_t* L_44 = __this->get_name_4(); __this->set_prefix_5(L_44); Il2CppChar L_45; L_45 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)42))))) { goto IL_02d4; } } { bool L_46; L_46 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); __this->set_name_4(_stringLiteralE280D065A824A791F8305234D3E093FC9A5A90C7); goto IL_0349; } IL_02d4: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_47 = __this->get_address_of_xmlCharType_9(); Il2CppChar L_48; L_48 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_49; L_49 = XmlCharType_IsStartNCNameSingleChar_mD01A1F5180852CB6C7331B880F0A41655967C450((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_02f5; } } { String_t* L_50; L_50 = XPathScanner_ScanName_m4A2088FEC99BE764FDF9214423571AC974599C88(__this, /*hidden argument*/NULL); __this->set_name_4(L_50); goto IL_0349; } IL_02f5: { String_t* L_51; L_51 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(__this, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_52; L_52 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral663A8249BBA013A1577EB5393F05CFCC2ED7EEB3)), L_51, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathScanner_NextLex_m9C2B85F1F89116D2041CC6D299634246D19F2933_RuntimeMethod_var))); } IL_0306: { XPathScanner_SkipSpace_mC49961C9B513BE5EB56318C510BE23870B367154(__this, /*hidden argument*/NULL); Il2CppChar L_53; L_53 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)58))))) { goto IL_0349; } } { bool L_54; L_54 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); Il2CppChar L_55; L_55 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)58))))) { goto IL_0338; } } { bool L_56; L_56 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); __this->set_kind_2(((int32_t)97)); goto IL_0349; } IL_0338: { String_t* L_57; L_57 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(__this, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_58; L_58 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral663A8249BBA013A1577EB5393F05CFCC2ED7EEB3)), L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathScanner_NextLex_m9C2B85F1F89116D2041CC6D299634246D19F2933_RuntimeMethod_var))); } IL_0349: { XPathScanner_SkipSpace_mC49961C9B513BE5EB56318C510BE23870B367154(__this, /*hidden argument*/NULL); Il2CppChar L_59; L_59 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); __this->set_canBeFunction_8((bool)((((int32_t)L_59) == ((int32_t)((int32_t)40)))? 1 : 0)); goto IL_0372; } IL_0361: { String_t* L_60; L_60 = XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline(__this, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_61; L_61 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B392D0CE7FFD297109C007E16EA8FFE7370B906)), L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathScanner_NextLex_m9C2B85F1F89116D2041CC6D299634246D19F2933_RuntimeMethod_var))); } IL_0372: { return (bool)1; } } // System.Double MS.Internal.Xml.XPath.XPathScanner::ScanNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XPathScanner_ScanNumber_m6E8B4E2B3C70D677C4E7390B19280159D1E7E03C (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_xpathExprIndex_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); V_1 = 0; goto IL_0018; } IL_000d: { bool L_1; L_1 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); int32_t L_2 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0018: { Il2CppChar L_3; L_3 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_4; L_4 = XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_000d; } } { Il2CppChar L_5; L_5 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)46))))) { goto IL_0054; } } { bool L_6; L_6 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); goto IL_0047; } IL_003c: { bool L_8; L_8 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0047: { Il2CppChar L_10; L_10 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_11; L_11 = XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_003c; } } IL_0054: { String_t* L_12 = __this->get_xpathExpr_0(); int32_t L_13 = V_0; int32_t L_14 = V_1; NullCheck(L_12); String_t* L_15; L_15 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_12, L_13, L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_16; L_16 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_15, /*hidden argument*/NULL); return L_16; } } // System.Double MS.Internal.Xml.XPath.XPathScanner::ScanFraction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XPathScanner_ScanFraction_m33D187460A83229F9B14A98BCFCE2A9C01D27F18 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_xpathExprIndex_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)2)); V_1 = 1; goto IL_0018; } IL_000d: { bool L_1; L_1 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); int32_t L_2 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)); } IL_0018: { Il2CppChar L_3; L_3 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_4; L_4 = XmlCharType_IsDigit_m9ADB033610B953E142851550C2626FDAE97613C6(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_000d; } } { String_t* L_5 = __this->get_xpathExpr_0(); int32_t L_6 = V_0; int32_t L_7 = V_1; NullCheck(L_5); String_t* L_8; L_8 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_5, L_6, L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_9; L_9 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_8, /*hidden argument*/NULL); return L_9; } } // System.String MS.Internal.Xml.XPath.XPathScanner::ScanString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathScanner_ScanString_m9AAFCD382C12C00F477E012AA5B2C3B77C05490D (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; int32_t V_2 = 0; { Il2CppChar L_0; L_0 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1; L_1 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get_xpathExprIndex_1(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); V_2 = 0; goto IL_0032; } IL_001b: { bool L_3; L_3 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); if (L_3) { goto IL_002e; } } { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_4; L_4 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1882B2E39CE45AAB0F6C3274F51D780E7757C299)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathScanner_ScanString_m9AAFCD382C12C00F477E012AA5B2C3B77C05490D_RuntimeMethod_var))); } IL_002e: { int32_t L_5 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0032: { Il2CppChar L_6; L_6 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); Il2CppChar L_7 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_001b; } } { bool L_8; L_8 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); String_t* L_9 = __this->get_xpathExpr_0(); int32_t L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_9); String_t* L_12; L_12 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.String MS.Internal.Xml.XPath.XPathScanner::ScanName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathScanner_ScanName_m4A2088FEC99BE764FDF9214423571AC974599C88 (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_xpathExprIndex_1(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1)); V_1 = 0; } IL_000b: { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_1 = __this->get_address_of_xmlCharType_9(); Il2CppChar L_2; L_2 = XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline(__this, /*hidden argument*/NULL); bool L_3; L_3 = XmlCharType_IsNCNameSingleChar_m9CF3C8BE667CEB1DEDFB30047D4A169356C2423E((XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA *)L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002b; } } { bool L_4; L_4 = XPathScanner_NextChar_m4A50AAA062D10117702C92A832E2CDB4C207417F(__this, /*hidden argument*/NULL); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); goto IL_000b; } IL_002b: { String_t* L_6 = __this->get_xpathExpr_0(); int32_t L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_6); String_t* L_9; L_9 = String_Substring_m7A39A2AC0893AE940CF4CEC841326D56FFB9D86B(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.XPathSelectionIterator::.ctor(System.Xml.XPath.XPathNavigator,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelectionIterator__ctor_m2AC20683CA2452B9FAFF5ED991D2A44375B9C730 (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___query1, const RuntimeMethod* method) { { ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D(__this, /*hidden argument*/NULL); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; NullCheck(L_0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1; L_1 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_0); __this->set_nav_1(L_1); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = ___query1; __this->set_query_2(L_2); return; } } // System.Void MS.Internal.Xml.XPath.XPathSelectionIterator::.ctor(MS.Internal.Xml.XPath.XPathSelectionIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelectionIterator__ctor_mCF3150E30DA385B83B6D7D0A3CF7F7EFC021132E (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * ___it0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D(__this, /*hidden argument*/NULL); XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * L_0 = ___it0; NullCheck(L_0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = L_0->get_nav_1(); NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_1); __this->set_nav_1(L_2); XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * L_3 = ___it0; NullCheck(L_3); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = L_3->get_query_2(); NullCheck(L_4); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_5; L_5 = VirtualFuncInvoker0< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_4); __this->set_query_2(((Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)CastclassClass((RuntimeObject*)L_5, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06_il2cpp_TypeInfo_var))); XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * L_6 = ___it0; NullCheck(L_6); int32_t L_7 = L_6->get_position_3(); __this->set_position_3(L_7); return; } } // System.Void MS.Internal.Xml.XPath.XPathSelectionIterator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelectionIterator_Reset_m24855E0157A77B5B8F3E8EC991C7A31E4BDF82D3 (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_query_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_0); return; } } // System.Boolean MS.Internal.Xml.XPath.XPathSelectionIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathSelectionIterator_MoveNext_mB5BBE35FDEFD071F6923ECF0D2A0060936BC0C77 (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_query_2(); NullCheck(L_0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1; L_1 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_0); V_0 = L_1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = V_0; if (!L_2) { goto IL_0039; } } { int32_t L_3 = __this->get_position_3(); __this->set_position_3(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = __this->get_nav_1(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = V_0; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, L_4, L_5); if (L_6) { goto IL_0037; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = V_0; NullCheck(L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8; L_8 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_7); __this->set_nav_1(L_8); } IL_0037: { return (bool)1; } IL_0039: { return (bool)0; } } // System.Int32 MS.Internal.Xml.XPath.XPathSelectionIterator::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathSelectionIterator_get_Count_m08831FEF1341060291F045902FBFBB4C0534AFA2 (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_query_2(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_Count() */, L_0); return L_1; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathSelectionIterator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathSelectionIterator_get_Current_mC7948E9BE1C597C8CE9BBE7A86299FFBFFF7F24D (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = __this->get_nav_1(); return L_0; } } // System.Int32 MS.Internal.Xml.XPath.XPathSelectionIterator::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathSelectionIterator_get_CurrentPosition_m57E762F36CF1CE261DC95D16AB05AB3A3E05DDA2 (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_position_3(); return L_0; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.XPathSelectionIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathSelectionIterator_Clone_m5456078113DC1D9BCAA7EADBEE9A8CABC6148C49 (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * L_0 = (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 *)il2cpp_codegen_object_new(XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680_il2cpp_TypeInfo_var); XPathSelectionIterator__ctor_mCF3150E30DA385B83B6D7D0A3CF7F7EFC021132E(L_0, __this, /*hidden argument*/NULL); 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 MS.Internal.Xml.XPath.XPathSelfQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelfQuery__ctor_mBBFC0F825B2C4D33C1E2EB4956D8CCA640DDBE4E (XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___qyInput0; String_t* L_1 = ___Name1; String_t* L_2 = ___Prefix2; int32_t L_3 = ___Type3; BaseAxisQuery__ctor_m8BEE7B92C323F906B67BFD71F63243C38C05ED03(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.XPathSelfQuery::.ctor(MS.Internal.Xml.XPath.XPathSelfQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelfQuery__ctor_m752AD7603C13C57F1443EBCDBB8E67C8F8E1A98B (XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * __this, XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * ___other0, const RuntimeMethod* method) { { XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * L_0 = ___other0; BaseAxisQuery__ctor_mD062A94AC41E22D089BC416BC97334A4D1263556(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathSelfQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathSelfQuery_Advance_m35C3D07D9549B4C418852D6D28AE7D82F7676887 (XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * __this, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { goto IL_001e; } IL_0002: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); bool L_1; L_1 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_0); if (!L_1) { goto IL_001e; } } { ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_position_8(1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); return L_2; } IL_001e: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_3); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4; L_4 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_3); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = L_4; V_0 = L_5; ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_5); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = V_0; if (L_6) { goto IL_0002; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.XPathSelfQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathSelfQuery_Clone_m85322770A51BBEEE7259480E1A20F32995285704 (XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * L_0 = (XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 *)il2cpp_codegen_object_new(XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91_il2cpp_TypeInfo_var); XPathSelfQuery__ctor_m752AD7603C13C57F1443EBCDBB8E67C8F8E1A98B(L_0, __this, /*hidden argument*/NULL); 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 MS.Internal.Xml.XPath.XPathSingletonIterator::.ctor(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSingletonIterator__ctor_mB8C310FC976785A9BE6F862460D104FA8D955099 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, const RuntimeMethod* method) { { ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D(__this, /*hidden argument*/NULL); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; __this->set_nav_1(L_0); return; } } // System.Void MS.Internal.Xml.XPath.XPathSingletonIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSingletonIterator__ctor_m4AFF638278D4E26389846A81BE02A6B3191608F0 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, bool ___moved1, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___nav0; XPathSingletonIterator__ctor_mB8C310FC976785A9BE6F862460D104FA8D955099(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___moved1; if (!L_1) { goto IL_0011; } } { __this->set_position_2(1); } IL_0011: { return; } } // System.Void MS.Internal.Xml.XPath.XPathSingletonIterator::.ctor(MS.Internal.Xml.XPath.XPathSingletonIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSingletonIterator__ctor_m74544E6F7C3CF2FC2859F41F3AC6DAB44790E75F (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * ___it0, const RuntimeMethod* method) { { ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D(__this, /*hidden argument*/NULL); XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * L_0 = ___it0; NullCheck(L_0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = L_0->get_nav_1(); NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_1); __this->set_nav_1(L_2); XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * L_3 = ___it0; NullCheck(L_3); int32_t L_4 = L_3->get_position_2(); __this->set_position_2(L_4); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.XPathSingletonIterator::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * XPathSingletonIterator_Clone_mEC5634A17DD1E15F696EB47DDE3E2C183FC7CC54 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * L_0 = (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D *)il2cpp_codegen_object_new(XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D_il2cpp_TypeInfo_var); XPathSingletonIterator__ctor_m74544E6F7C3CF2FC2859F41F3AC6DAB44790E75F(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathSingletonIterator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XPathSingletonIterator_get_Current_mAC40E3E6AE7ACCD3B61A8ED36DB10D3E30451840 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = __this->get_nav_1(); return L_0; } } // System.Int32 MS.Internal.Xml.XPath.XPathSingletonIterator::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathSingletonIterator_get_CurrentPosition_m5036A68888CD526E71E083222104EECA60F834C8 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_position_2(); return L_0; } } // System.Int32 MS.Internal.Xml.XPath.XPathSingletonIterator::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathSingletonIterator_get_Count_mC1C11B98D2BACBDAB230094DF0DAE1E036FADBF7 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, const RuntimeMethod* method) { { return 1; } } // System.Boolean MS.Internal.Xml.XPath.XPathSingletonIterator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathSingletonIterator_MoveNext_mBDD15DAA6C1C9FF43DC7285847E842BE1F6837A0 (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_position_2(); if (L_0) { goto IL_0011; } } { __this->set_position_2(1); return (bool)1; } IL_0011: { return (bool)0; } } // System.Void MS.Internal.Xml.XPath.XPathSingletonIterator::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSingletonIterator_Reset_m8DA2DF91B0BB7B7DC6C048C942770F478C76E06D (XPathSingletonIterator_t89F111D6BFE4A078DF55F1946EC80E21EF8BF09D * __this, const RuntimeMethod* method) { { __this->set_position_2(0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlAnyConverter::.ctor(System.Xml.Schema.XmlTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyConverter__ctor_m3772D1858B7320558BA66ECE2E5C212BFF149AD4 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, int32_t ___typeCode0, 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; } { int32_t L_0 = ___typeCode0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); XmlBaseConverter__ctor_m7F59A60B5239881076B261D847C74B4CAE2857AD(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Schema.XmlAnyConverter::ToBoolean(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAnyConverter_ToBoolean_m2CD2B17160CF412C0C251CD887B1798C6BA7815C (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&XmlAnyConverter_ToBoolean_m2CD2B17160CF412C0C251CD887B1798C6BA7815C_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); 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(); 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_002c; } } { RuntimeObject * L_6 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XPath.XPathItem::get_ValueAsBoolean() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_7; } IL_002c: { RuntimeObject * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_BooleanType_26(); RuntimeObject * L_10; L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(bool*)((bool*)UnBox(L_10, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } } // System.DateTime System.Xml.Schema.XmlAnyConverter::ToDateTime(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 XmlAnyConverter_ToDateTime_mCE920B511EFF1EDD4090BCBF12B5B804DFE3101C (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&XmlAnyConverter_ToDateTime_mCE920B511EFF1EDD4090BCBF12B5B804DFE3101C_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); 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(); 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_002c; } } { RuntimeObject * L_6 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_7; } IL_002c: { RuntimeObject * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); RuntimeObject * L_10; L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_10, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); } } // System.DateTimeOffset System.Xml.Schema.XmlAnyConverter::ToDateTimeOffset(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 XmlAnyConverter_ToDateTimeOffset_mB9A17B77FD5C826AC0C630370C262D6B16A47EB2 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&XmlAnyConverter_ToDateTimeOffset_mB9A17B77FD5C826AC0C630370C262D6B16A47EB2_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); 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(); 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_0036; } } { RuntimeObject * L_6 = ___value0; 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_DateTimeOffsetType_25(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_7); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_8, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } IL_0036: { RuntimeObject * L_9 = ___value0; 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_DateTimeOffsetType_25(); RuntimeObject * L_11; L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29(__this, L_9, L_10, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_11, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } } // System.Decimal System.Xml.Schema.XmlAnyConverter::ToDecimal(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 XmlAnyConverter_ToDecimal_mA8EBDC5F0A210F840F4BFA66F49FA568F0EDEBD6 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&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; 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*)&XmlAnyConverter_ToDecimal_mA8EBDC5F0A210F840F4BFA66F49FA568F0EDEBD6_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); 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(); 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_0036; } } { RuntimeObject * L_6 = ___value0; 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_DecimalType_9(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_7); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_8, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } IL_0036: { RuntimeObject * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); RuntimeObject * L_11; L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29(__this, L_9, L_10, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_11, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); } } // System.Double System.Xml.Schema.XmlAnyConverter::ToDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlAnyConverter_ToDouble_m0CC27BCE8F42F02999922F56E09D5334B59F16DD (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&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; 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*)&XmlAnyConverter_ToDouble_m0CC27BCE8F42F02999922F56E09D5334B59F16DD_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); 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(); 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_002c; } } { RuntimeObject * L_6 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); double L_7; L_7 = VirtualFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.XPathItem::get_ValueAsDouble() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_7; } IL_002c: { RuntimeObject * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DoubleType_22(); RuntimeObject * L_10; L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(double*)((double*)UnBox(L_10, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.XmlAnyConverter::ToInt32(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAnyConverter_ToInt32_mDFF02B10FCD6D1CAF1A0F7FA8D860347DCFA5A7B (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&XmlAnyConverter_ToInt32_mDFF02B10FCD6D1CAF1A0F7FA8D860347DCFA5A7B_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); 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(); 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_002c; } } { RuntimeObject * L_6 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.XPath.XPathItem::get_ValueAsInt() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_7; } IL_002c: { RuntimeObject * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int32Type_10(); RuntimeObject * L_10; L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(int32_t*)((int32_t*)UnBox(L_10, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); } } // System.Int64 System.Xml.Schema.XmlAnyConverter::ToInt64(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlAnyConverter_ToInt64_mEB55EBE2EA6C818972068626684FB5E75BDE1F68 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&XmlAnyConverter_ToInt64_mEB55EBE2EA6C818972068626684FB5E75BDE1F68_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); 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(); 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_002c; } } { RuntimeObject * L_6 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int64_t L_7; L_7 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.Xml.XPath.XPathItem::get_ValueAsLong() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); return L_7; } IL_002c: { RuntimeObject * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_9 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_Int64Type_11(); RuntimeObject * L_10; L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29(__this, L_8, L_9, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(int64_t*)((int64_t*)UnBox(L_10, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))); } } // System.Single System.Xml.Schema.XmlAnyConverter::ToSingle(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlAnyConverter_ToSingle_m14D22E1D794D24E3AE12B121086F53AFB86DA55D (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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*)&XmlAnyConverter_ToSingle_m14D22E1D794D24E3AE12B121086F53AFB86DA55D_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); 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(); 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_0036; } } { RuntimeObject * L_6 = ___value0; 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_SingleType_23(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_8; L_8 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_7); return ((*(float*)((float*)UnBox(L_8, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } IL_0036: { RuntimeObject * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_10 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); RuntimeObject * L_11; L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29(__this, L_9, L_10, (RuntimeObject*)NULL, /*hidden argument*/NULL); return ((*(float*)((float*)UnBox(L_11, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Boolean,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m5974023A61DE8B33DF5B1325A4C3E168A1AC15FE (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, bool ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m5974023A61DE8B33DF5B1325A4C3E168A1AC15FE_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); 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_0044; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_10; L_10 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)13), /*hidden argument*/NULL); bool L_11 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_12 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_12, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0044: { bool L_13 = ___value0; bool L_14 = L_13; RuntimeObject * L_15 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_14); Type_t * L_16 = ___destinationType1; RuntimeObject * L_17; L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_17; } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.DateTime,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m95FC78819D2AAFF667A56524B9783232BD56AB92 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m95FC78819D2AAFF667A56524B9783232BD56AB92_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); 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_0044; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_10; L_10 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)18), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_12 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_12, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0044: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_13 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = L_13; RuntimeObject * L_15 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_14); Type_t * L_16 = ___destinationType1; RuntimeObject * L_17; L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_17; } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Decimal,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m4B244DAF61625C03AD5AC89B34EA1155210604AD (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m4B244DAF61625C03AD5AC89B34EA1155210604AD_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); 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_0049; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_10; L_10 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)14), /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_12 = L_11; RuntimeObject * L_13 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_12); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_14 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_14, L_10, L_13, /*hidden argument*/NULL); return L_14; } IL_0049: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_15 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_16 = L_15; RuntimeObject * L_17 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_16); Type_t * L_18 = ___destinationType1; RuntimeObject * L_19; L_19 = XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18(__this, L_17, L_18, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_19; } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Double,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m504E61FDF86EF7A59BFC012ECE23FD8C05C14F4A (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, double ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m504E61FDF86EF7A59BFC012ECE23FD8C05C14F4A_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); 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_0045; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_10; L_10 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)16), /*hidden argument*/NULL); double L_11 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_12 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_12, L_10, ((double)((double)L_11)), /*hidden argument*/NULL); return L_12; } IL_0045: { double L_13 = ___value0; double L_14 = L_13; RuntimeObject * L_15 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_14); Type_t * L_16 = ___destinationType1; RuntimeObject * L_17; L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_17; } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Int32,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m0145B7950DCE3F068F801D08D21256CFB72AC610 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, int32_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m0145B7950DCE3F068F801D08D21256CFB72AC610_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); 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_0044; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_10; L_10 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)44), /*hidden argument*/NULL); int32_t L_11 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_12 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_12, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0044: { int32_t L_13 = ___value0; int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_14); Type_t * L_16 = ___destinationType1; RuntimeObject * L_17; L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_17; } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Int64,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m4BB0C8E9C6DAC3D484C09442016A2FF960E097A0 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, int64_t ___value0, Type_t * ___destinationType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_0, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m4BB0C8E9C6DAC3D484C09442016A2FF960E097A0_RuntimeMethod_var))); } IL_0014: { Type_t * L_3 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_4 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_ObjectType_14(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_5; L_5 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { Type_t * L_6; L_6 = XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline(__this, /*hidden argument*/NULL); ___destinationType1 = L_6; } IL_0029: { Type_t * L_7 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_8 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); 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_0044; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_10; L_10 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)43), /*hidden argument*/NULL); int64_t L_11 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_12 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_12, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_0044: { int64_t L_13 = ___value0; int64_t L_14 = L_13; RuntimeObject * L_15 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_14); Type_t * L_16 = ___destinationType1; RuntimeObject * L_17; L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18(__this, L_15, L_16, (RuntimeObject*)NULL, /*hidden argument*/NULL); return L_17; } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_m17622C9FEE8FDDD11F404887C6F3E22571F1827F (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, String_t* ___value0, Type_t * ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m17622C9FEE8FDDD11F404887C6F3E22571F1827F_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*)&XmlAnyConverter_ChangeType_m17622C9FEE8FDDD11F404887C6F3E22571F1827F_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_XmlAtomicValueType_13(); 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_0052; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_12; L_12 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)12), /*hidden argument*/NULL); String_t* L_13 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_14 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_14, L_12, L_13, /*hidden argument*/NULL); return L_14; } IL_0052: { String_t* L_15 = ___value0; Type_t * L_16 = ___destinationType1; RuntimeObject* L_17 = ___nsResolver2; RuntimeObject * L_18; L_18 = XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18(__this, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeType_mCB6F8A0EF4BB9EE3B855709AE2327C6657C360A0 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __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*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_mCB6F8A0EF4BB9EE3B855709AE2327C6657C360A0_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*)&XmlAnyConverter_ChangeType_mCB6F8A0EF4BB9EE3B855709AE2327C6657C360A0_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_BooleanType_26(); 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_0069; } } { 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_XmlAtomicValueType_13(); 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_0069; } } { RuntimeObject * L_17 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_17, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); bool L_18; L_18 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XPath.XPathItem::get_ValueAsBoolean() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_17, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); bool L_19 = L_18; RuntimeObject * L_20 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_19); return L_20; } IL_0069: { Type_t * L_21 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_22 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DateTimeType_24(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_23; L_23 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0094; } } { 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_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_26; L_26 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0094; } } { RuntimeObject * L_27 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_27, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_28; L_28 = VirtualFuncInvoker0< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_27, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_29 = L_28; RuntimeObject * L_30 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_29); return L_30; } IL_0094: { 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_DateTimeOffsetType_25(); 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_00bf; } } { Type_t * L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_35 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_36; L_36 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_34, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_00bf; } } { RuntimeObject * L_37 = ___value0; 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_DateTimeOffsetType_25(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_37, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_39; L_39 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_37, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_38); return L_39; } IL_00bf: { Type_t * L_40 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_41 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_42; L_42 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_40, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_00f4; } } { Type_t * L_43 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_44 = ((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_45; L_45 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_43, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_00f4; } } { RuntimeObject * L_46 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_47 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_DecimalType_9(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_46, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_48; L_48 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_46, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_47); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_49 = ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_48, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))); RuntimeObject * L_50 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_49); return L_50; } IL_00f4: { Type_t * L_51 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_52 = ((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_53; L_53 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_51, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_011f; } } { Type_t * L_54 = V_0; 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_XmlAtomicValueType_13(); 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_011f; } } { RuntimeObject * L_57 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_57, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); double L_58; L_58 = VirtualFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.XPathItem::get_ValueAsDouble() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_57, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); double L_59 = L_58; RuntimeObject * L_60 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_59); return L_60; } IL_011f: { 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_Int32Type_10(); 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_014a; } } { 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_XmlAtomicValueType_13(); 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_014a; } } { RuntimeObject * L_67 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_67, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int32_t L_68; L_68 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.XPath.XPathItem::get_ValueAsInt() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_67, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int32_t L_69 = L_68; RuntimeObject * L_70 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_69); return L_70; } IL_014a: { Type_t * L_71 = ___destinationType1; 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_Int64Type_11(); 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_0175; } } { Type_t * L_74 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_75 = ((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_76; L_76 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_74, L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_0175; } } { RuntimeObject * L_77 = ___value0; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_77, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int64_t L_78; L_78 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.Xml.XPath.XPathItem::get_ValueAsLong() */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_77, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); int64_t L_79 = L_78; RuntimeObject * L_80 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_79); return L_80; } IL_0175: { Type_t * L_81 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_82 = ((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_83; L_83 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_81, L_82, /*hidden argument*/NULL); if (!L_83) { goto IL_01aa; } } { Type_t * L_84 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_85 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_86; L_86 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_84, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_01aa; } } { RuntimeObject * L_87 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_88 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_SingleType_23(); NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_87, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_89; L_89 = VirtualFuncInvoker1< RuntimeObject *, Type_t * >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_87, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_88); float L_90 = ((*(float*)((float*)UnBox(L_89, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))); RuntimeObject * L_91 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_90); return L_91; } IL_01aa: { Type_t * L_92 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_93 = ((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_94; L_94 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_92, L_93, /*hidden argument*/NULL); if (!L_94) { goto IL_03f8; } } { Type_t * L_95 = V_0; 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_XmlAtomicValueType_13(); 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_01ce; } } { RuntimeObject * L_98 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_98, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_01ce: { Type_t * L_99 = V_0; 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_BooleanType_26(); 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_01ee; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_102; L_102 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)13), /*hidden argument*/NULL); RuntimeObject * L_103 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_104 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mB5CB845A384D496AEFFFACB39569C5E920F305AA(L_104, L_102, ((*(bool*)((bool*)UnBox(L_103, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_104; } IL_01ee: { Type_t * L_105 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_106 = ((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_107; L_107 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_105, L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_0209; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_108; L_108 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)51), /*hidden argument*/NULL); RuntimeObject * L_109 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_110 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_110, L_108, L_109, /*hidden argument*/NULL); return L_110; } IL_0209: { Type_t * L_111 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_112 = ((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_113; L_113 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_111, L_112, /*hidden argument*/NULL); if (!L_113) { goto IL_0224; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_114; L_114 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)27), /*hidden argument*/NULL); RuntimeObject * L_115 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_116 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_116, L_114, L_115, /*hidden argument*/NULL); return L_116; } IL_0224: { Type_t * L_117 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_118 = ((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_119; L_119 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_117, L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_0244; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_120; L_120 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)18), /*hidden argument*/NULL); RuntimeObject * L_121 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_122 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m7AF4FED70D32DE3E51E24EB8F753CDA7368655C9(L_122, L_120, ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_121, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_122; } IL_0244: { Type_t * L_123 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_124 = ((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_125; L_125 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_123, L_124, /*hidden argument*/NULL); if (!L_125) { goto IL_0269; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_126; L_126 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)18), /*hidden argument*/NULL); RuntimeObject * L_127 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_128 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_127, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); RuntimeObject * L_129 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_128); XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_130 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_130, L_126, L_129, /*hidden argument*/NULL); return L_130; } IL_0269: { Type_t * L_131 = V_0; 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_DecimalType_9(); 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_0284; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_134; L_134 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)14), /*hidden argument*/NULL); RuntimeObject * L_135 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_136 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_136, L_134, L_135, /*hidden argument*/NULL); return L_136; } IL_0284: { Type_t * L_137 = V_0; 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_DoubleType_22(); 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_02a4; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_140; L_140 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)16), /*hidden argument*/NULL); RuntimeObject * L_141 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_142 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_mE7C19B5B6146AE4AE88113665DB0838AC1235CB9(L_142, L_140, ((*(double*)((double*)UnBox(L_141, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_142; } IL_02a4: { Type_t * L_143 = V_0; 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_Int16Type_16(); 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_02bf; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_146; L_146 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)45), /*hidden argument*/NULL); RuntimeObject * L_147 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_148 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_148, L_146, L_147, /*hidden argument*/NULL); return L_148; } IL_02bf: { Type_t * L_149 = V_0; 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_Int32Type_10(); 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_02df; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_152; L_152 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)44), /*hidden argument*/NULL); RuntimeObject * L_153 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_154 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m269BAC0CC815FFCD1D94901B2E35065F2CC3979D(L_154, L_152, ((*(int32_t*)((int32_t*)UnBox(L_153, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_154; } IL_02df: { Type_t * L_155 = V_0; 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_Int64Type_11(); 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_02ff; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_158; L_158 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)43), /*hidden argument*/NULL); RuntimeObject * L_159 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_160 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m084E81344290E4E2E3A792BAC6FCE90777FDDAA0(L_160, L_158, ((*(int64_t*)((int64_t*)UnBox(L_159, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_160; } IL_02ff: { Type_t * L_161 = V_0; 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_SByteType_17(); 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_031a; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_164; L_164 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)46), /*hidden argument*/NULL); RuntimeObject * L_165 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_166 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_166, L_164, L_165, /*hidden argument*/NULL); return L_166; } IL_031a: { Type_t * L_167 = V_0; 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_SingleType_23(); 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_0335; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_170; L_170 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)15), /*hidden argument*/NULL); RuntimeObject * L_171 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_172 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_172, L_170, L_171, /*hidden argument*/NULL); return L_172; } IL_0335: { Type_t * L_173 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_174 = ((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_175; L_175 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_173, L_174, /*hidden argument*/NULL); if (!L_175) { goto IL_0355; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_176; L_176 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)12), /*hidden argument*/NULL); RuntimeObject * L_177 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_178 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m10A1B0B8D03D6C25152C24904A561B1C20243863(L_178, L_176, ((String_t*)CastclassSealed((RuntimeObject*)L_177, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_178; } IL_0355: { 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_TimeSpanType_30(); 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_0370; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_182; L_182 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)17), /*hidden argument*/NULL); RuntimeObject * L_183 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_184 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_184, L_182, L_183, /*hidden argument*/NULL); return L_184; } IL_0370: { Type_t * L_185 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_186 = ((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_187; L_187 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_185, L_186, /*hidden argument*/NULL); if (!L_187) { goto IL_038b; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_188; L_188 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)50), /*hidden argument*/NULL); RuntimeObject * L_189 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_190 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_190, L_188, L_189, /*hidden argument*/NULL); return L_190; } IL_038b: { Type_t * L_191 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_192 = ((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_193; L_193 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_191, L_192, /*hidden argument*/NULL); if (!L_193) { goto IL_03a6; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_194; L_194 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)49), /*hidden argument*/NULL); RuntimeObject * L_195 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_196 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_196, L_194, L_195, /*hidden argument*/NULL); return L_196; } IL_03a6: { Type_t * L_197 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_198 = ((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_199; L_199 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_197, L_198, /*hidden argument*/NULL); if (!L_199) { goto IL_03c1; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_200; L_200 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)48), /*hidden argument*/NULL); RuntimeObject * L_201 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_202 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_202, L_200, L_201, /*hidden argument*/NULL); return L_202; } IL_03c1: { Type_t * L_203 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_204 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_UriType_29(); bool L_205; L_205 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_203, L_204, /*hidden argument*/NULL); if (!L_205) { goto IL_03dc; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_206; L_206 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)28), /*hidden argument*/NULL); RuntimeObject * L_207 = ___value0; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_208 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m94A068BC6DBF6F6B6776FC25DCFC2783A87B7D01(L_208, L_206, L_207, /*hidden argument*/NULL); return L_208; } IL_03dc: { Type_t * L_209 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_210 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlQualifiedNameType_28(); bool L_211; L_211 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_209, L_210, /*hidden argument*/NULL); if (!L_211) { goto IL_03f8; } } { XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_212; L_212 = XmlSchemaType_GetBuiltInSimpleType_m2418927CF1B7D452BE1B267901A0ECB3C3C8C6A2(((int32_t)29), /*hidden argument*/NULL); RuntimeObject * L_213 = ___value0; RuntimeObject* L_214 = ___nsResolver2; XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C * L_215 = (XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)il2cpp_codegen_object_new(XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m831AF2CEC0B180020D7FAEF0B0701039A3434D99(L_215, L_212, L_213, L_214, /*hidden argument*/NULL); return L_215; } IL_03f8: { Type_t * L_216 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_217 = ((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_218; L_218 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_216, L_217, /*hidden argument*/NULL); if (!L_218) { goto IL_042d; } } { Type_t * L_219 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_220 = ((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_221; L_221 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_219, L_220, /*hidden argument*/NULL); if (!L_221) { goto IL_0419; } } { RuntimeObject * L_222 = ___value0; return ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_222, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)); } IL_0419: { Type_t * L_223 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_224 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31(); bool L_225; L_225 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_223, L_224, /*hidden argument*/NULL); if (!L_225) { goto IL_042d; } } { RuntimeObject * L_226 = ___value0; return ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_226, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var)); } IL_042d: { Type_t * L_227 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_228 = ((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_229; L_229 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_227, L_228, /*hidden argument*/NULL); if (!L_229) { goto IL_0454; } } { Type_t * L_230 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_231 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XPathNavigatorType_31(); bool L_232; L_232 = XmlBaseConverter_IsDerivedFrom_m117274B87FC08431F3D7CF94149EF1BA772EFF65(L_230, L_231, /*hidden argument*/NULL); if (!L_232) { goto IL_0454; } } { RuntimeObject * L_233 = ___value0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_234; L_234 = XmlAnyConverter_ToNavigator_m9A741700EB0DDF11F2B964C9024404C3691A542A(__this, ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_233, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_234; } IL_0454: { Type_t * L_235 = ___destinationType1; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_236 = ((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_237; L_237 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_235, L_236, /*hidden argument*/NULL); if (!L_237) { goto IL_0474; } } { RuntimeObject * L_238 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_239 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))->get_XmlAtomicValueType_13(); RuntimeObject* L_240 = ___nsResolver2; RuntimeObject * L_241; L_241 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_238, L_239, L_240); return ((XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 *)CastclassClass((RuntimeObject*)L_241, XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701_il2cpp_TypeInfo_var)); } IL_0474: { Type_t * L_242 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var); Type_t * L_243 = ((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_244; L_244 = Type_op_Equality_mA438719A1FDF103C7BBBB08AEF564E7FAEEA0046(L_242, L_243, /*hidden argument*/NULL); if (!L_244) { goto IL_048f; } } { RuntimeObject * L_245 = ___value0; Type_t * L_246 = ___destinationType1; RuntimeObject* L_247 = ___nsResolver2; NullCheck(((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_245, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var))); RuntimeObject * L_248; L_248 = VirtualFuncInvoker2< RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C *)CastclassSealed((RuntimeObject*)L_245, XmlAtomicValue_t13A033451983767855DC016FCD9B64CBA9CC198C_il2cpp_TypeInfo_var)), L_246, L_247); return L_248; } IL_048f: { RuntimeObject * L_249 = ___value0; Type_t * L_250 = ___destinationType1; RuntimeObject* L_251 = ___nsResolver2; RuntimeObject * L_252; L_252 = VirtualFuncInvoker3< RuntimeObject *, RuntimeObject *, Type_t *, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_249, L_250, L_251); return L_252; } } // System.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeTypeWildcardDestination_mDEFDD268A346C14237E394DD68F6287C6840FE29 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __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.XmlAnyConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlAnyConverter_ChangeTypeWildcardSource_mC11DC90ADAC1E5E761FD7DE01B85372050156F18 (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __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; } } // System.Xml.XPath.XPathNavigator System.Xml.Schema.XmlAnyConverter::ToNavigator(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * XmlAnyConverter_ToNavigator_m9A741700EB0DDF11F2B964C9024404C3691A542A (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, const RuntimeMethod* method) { { int32_t L_0; L_0 = XmlBaseConverter_get_TypeCode_m0A474F881A97EE27FC731E30E04B94B9A2A57694_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_001a; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))); Type_t * L_1 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))))->get_XPathNavigatorType_31(); Type_t * L_2 = ((XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55_il2cpp_TypeInfo_var))))->get_XPathNavigatorType_31(); Exception_t * L_3; L_3 = XmlBaseConverter_CreateInvalidClrMappingException_mF6EE65AEAEFD2FE80F2829D69A6C9178C2287270(__this, L_1, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToNavigator_m9A741700EB0DDF11F2B964C9024404C3691A542A_RuntimeMethod_var))); } IL_001a: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = ___nav0; return L_4; } } // System.Void System.Xml.Schema.XmlAnyConverter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyConverter__cctor_mE7FDC38AF511C299652AA1858160FCFB15D3D35F (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * L_0 = (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB *)il2cpp_codegen_object_new(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); XmlAnyConverter__ctor_m3772D1858B7320558BA66ECE2E5C212BFF149AD4(L_0, 1, /*hidden argument*/NULL); ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->set_Item_32(L_0); XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB * L_1 = (XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB *)il2cpp_codegen_object_new(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var); XmlAnyConverter__ctor_m3772D1858B7320558BA66ECE2E5C212BFF149AD4(L_1, ((int32_t)10), /*hidden argument*/NULL); ((XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_t63B21107E546367CD411985884CA753D9B2065AB_il2cpp_TypeInfo_var))->set_AnyAtomic_33(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Datatype_m967CABF00F6B33B2EABB6522EBBBC92101F5CC74_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___value0, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___value0; __this->set_datatype_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * DatatypeImplementation_get_AnySimpleType_m8AE7FC42F80D5B17DA849008B987094727513783_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var); XmlSchemaSimpleType_tC0ABB2E0CDA541FB1D3AAF14180DF86A4C25697C * L_0 = ((DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t8243B569BC6821FF8A6C2A544BDE1C522A416B15_il2cpp_TypeInfo_var))->get_anySimpleType_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaType_get_Datatype_mDB08A7A51BE9F4EB9041EBBFB475EEC22A528414_inline (XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_3(); 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 int32_t SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_presence_3(); 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* 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 bool SchemaEntity_get_IsExternal_m2C672737BDD910497BE4AF4E25B25F4797A04A03_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isExternal_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_DeclaredInExternal_m7FB26DC9D3A1B1B4671FFD0F755B32E087F0663C_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDeclaredInExternal_10(); 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 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 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_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 int32_t SchemaEntity_get_Line_m4C57C78532808085D0F9FE1B5B98F2E846B8F470_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaEntity_get_Pos_m1F95043C9862F14827166F191BB24BF958F96B2B_inline (SchemaEntity_tB2AF75E4F6EB9722B313B5E625B1C3D50658BF8E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaElementDecl_get_HasNonCDataAttribute_mE84C8BBD8FF4C1EFDC66C8C8107229739354F31E_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasNonCDataAttribute_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SchemaElementDecl_get_DefaultAttDefs_m6CCC6299DE4592CE8D2C66CB559179AF478CAD22_inline (SchemaElementDecl_t2C010D7212311FC98219214B53CEC6084997243B * __this, const RuntimeMethod* method) { { List_1_t318F786C70BD3AB62AA4519701522818CEFE7D75 * L_0 = __this->get_defaultAttdefs_12(); 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 int32_t BitSet_get_Count_mB16C29ACC198DD2C13E9F98E88D87044CC717165_inline (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_count_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = __this->get_leftChild_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = __this->get_rightChild_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafRangeNode_set_NextIteration_mA4BC4E01B8F5722FD0C158D90FAD54A3D47E8485_inline (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___value0, const RuntimeMethod* method) { { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___value0; __this->set_nextIteration_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 LeafRangeNode_get_Min_m9ACB52885522383A21EB6FB7116DB9CC618531D6_inline (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, const RuntimeMethod* method) { { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = __this->get_min_1(); 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 NamespaceList_get_Type_m9B28FA8BE57D9748D681F8239C80B348F0A8FF02_inline (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamespaceList_get_Excluded_mF6AFE63E06E2842A9F193A6A3BC7F7C34B436A33_inline (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_targetNamespace_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeRef_get_Page_m43F46D993395AE8A88DC66C736E4BF7455DA21FA_inline (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_page_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathNodeRef_get_Index_mF6C16E1ED1AD01AC0E60E87F3485EBEC7E372B69_inline (XPathNodeRef_t2A79A2C8D785DF72D2F344E0E216A8C751D50503 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_idx_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNode_get_Value_m3FB84E6AEEE6DCBE0BA704145B092377EA9E07A6_inline (XPathNode_t8136D06F11AFD28E2F7CF363AD9198C32FA0FEF7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * XPathDocument_get_NameTable_m0EA600647554AADA766F933C9170DDED22014E09_inline (XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * __this, const RuntimeMethod* method) { { XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_0 = __this->get_nameTable_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m1314B9BFC9D6CFCC607FF1B2B748583DAEB1D1E2_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_m_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m7D4406AB9EF2F4ADE65FFC23C4F79EB1A3749BD6_inline (SerializationEntry_t33A292618975AD7AC936CB98B2F28256817A467E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_value_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_mB9E603303A0678B32684B0EEC144334BAB0E6392_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set__HResult_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_Prefix_m42B407DB4B3D7D15A394AE84C3CDDAB1F8AB8E66_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_LocalName_mD7465F5C48EDCE54972ABDE7BA78B8D9357BEABE_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_NamespaceUri_m09443195AF53EA937D16A91EB5069A98669551AC_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_namespaceUri_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * XPathNodeInfoAtom_get_Document_m9C3A5ABC778BE58D1FDBE0E3E624902E5866C77A_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathDocument_t4CC99965F59C02B7EA91F475F5B3A2BC843A7A28 * L_0 = __this->get_doc_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathNodeInfoAtom_get_BaseUri_mAE92EFDD9EEA95E6B0FD707DB9C85D2EF3A85162_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseUri_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * XPathNodeInfoAtom_get_PageInfo_mB81A5A21438257DC31AE8F1AC8535621D85206A3_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * L_0 = __this->get_pageInfo_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_ParentPage_m0999A1E58410F76F13D2990CEBDB6E5E2AF064C6_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageParent_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_SiblingPage_m7A8883FF04C2C7A701D96CA6974FA498A8092D6A_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageSibling_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodeInfoAtom_get_SimilarElementPage_mA0F00B0549F99F33EE3ECE4CEFF42E60CE345F4A_inline (XPathNodeInfoAtom_tD28503461CDC6B0676C301A1559C7530C8D129C6 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageSimilar_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_PageNumber_m5C6A15FAED0B070B79BD588DCF48561E03835700_inline (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pageNum_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathNodePageInfo_get_NodeCount_m353B9E0EF9932CBEF1B43CA3791AD00490927642_inline (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nodeCount_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* XPathNodePageInfo_get_NextPage_m3B387708F855B7E42B4E01A8ACF91A7B4901B9B0_inline (XPathNodePageInfo_t42FCE8FCA339F27BAF782D09BB4D5BA363667708 * __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_t9C12796872BE720EA06A401CEBEE89CCB2482986* L_0 = __this->get_pageNext_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathScanner_get_Kind_mE525E6EE51D13832FA21D3E21947D8615577C34C_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_kind_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathScanner_get_SourceText_mFCE14FBEFBEAA532481DBB39AC4DE59453CF0EE4_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xpathExpr_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathScanner_get_Prefix_m815B11210475F8057B581A8D034336635E0B1479_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathScanner_get_Name_m98F42DDF09588F6C47D8D171A38D975ED7C298C3_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XPathScanner_get_CanBeFunction_mD8A137C674CC8B47676E4A96C0CE1E0A6657AB09_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_canBeFunction_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XPathScanner_get_StringValue_m0DD0D6E38188EF9E70D4CE40BA6AF9E3B051413D_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_stringValue_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double XPathScanner_get_NumberValue_m47772C95CEE7B1F2E4C33268F08F3441CDCD9DA3_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { double L_0 = __this->get_numberValue_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParamInfo_get_Minargs_mBC448677A0F33814A68FD1EC99724D98364AD9CB_inline (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_minargs_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParamInfo_get_FType_m744D134D7460DF40ABB8C341B93E36C64E75B9A5_inline (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_ftype_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParamInfo_get_Maxargs_m2F13DE4DE6FCE583941E81B336D5F84397518E78_inline (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_maxargs_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* ParamInfo_get_ArgTypes_m19DBDA67C3519B2F46AB12A6E8D1F161AD487444_inline (ParamInfo_t7A9EBF07D6023E4940D08075BD40C687F395999A * __this, const RuntimeMethod* method) { { XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_0 = __this->get_argTypes_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Il2CppChar XPathScanner_get_CurerntChar_m64175238432B9E407206919E4254E50FE35F29E0_inline (XPathScanner_t5B741A9CBFABBBECAE5E459088C25F4FD94713A6 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = __this->get_currentChar_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * XmlBaseConverter_get_DefaultClrType_mEF68FF73D1C89C298241F8D7323D7F230DDDFD0C_inline (XmlBaseConverter_t4F695A2F48A15F26227A564201074D2EBF094C55 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_clrTypeDefault_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 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; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_m82489B7C6C1050B4D9988AC9A045190F030B92ED_gshared_inline (Stack_1_t4772030A3568E7AC4D98FFBD44FB94EA57F124C0 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_1(); return (int32_t)L_0; } } 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 * 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; } }