#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // MS.Internal.Xml.XPath.ClonableStack`1 struct ClonableStack_1_t759C247F6275DDBBDD0CF060078026DA8B2466D0; // MS.Internal.Xml.XPath.ClonableStack`1 struct ClonableStack_1_t65E0F65FC4FE9DEA0F43B4EF1EA0709E58012973; // MS.Internal.Xml.XPath.ClonableStack`1 struct ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t5B23185FA189C7C5CEDD68B2620821C08CCE0C8E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA3F9CEF64ED38FA56ECC5E56165286AE1376D617; // System.Collections.Generic.IList`1 struct IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2244A1557D5F76CA645CAFA1A60583DA72104A63; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E; // 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_t3C367DB0980625D829CD027696F8FA0EA0C60B2D; // System.Collections.Generic.Stack`1 struct Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B; // System.Collections.Generic.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981; // System.Collections.Generic.Stack`1 struct Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tCB259046959321FDDB15DF0C7CDA3F3F0878E56E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t117A50276A1DFDCB7A66D3DCB90525B42613F604; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[][] struct cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41; // System.Xml.Schema.BitSet[] struct BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // System.Xml.Schema.InteriorNode[] struct InteriorNodeU5BU5D_t88A9EC994264F6AB64D466B2BF66D5D270F65E4C; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // MS.Internal.Xml.XPath.Query[] struct QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3; // 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; // System.Xml.XPath.XPathResultType[] struct XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_tFE956DAEFB1D1C86A13EF247D7367BF60B55E190; // MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[] struct cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D; // MS.Internal.Xml.XPath.Operator/Op[] struct OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4D11B362C1D22E79294A2F9CB4710B02ED6D03F5; // MS.Internal.Xml.XPath.AbsoluteQuery struct AbsoluteQuery_tAABD71B163C1677956AE9C3C009BA7BBEA2F341C; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // MS.Internal.Xml.XPath.AstNode struct AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C; // MS.Internal.Xml.XPath.AttributeQuery struct AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A; // 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; // System.Xml.BitStack struct BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98; // MS.Internal.Xml.XPath.BooleanExpr struct BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD; // MS.Internal.Xml.XPath.BooleanFunctions struct BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED; // System.Xml.ByteStack struct ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28; // MS.Internal.Xml.XPath.CacheAxisQuery struct CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA; // MS.Internal.Xml.XPath.CacheChildrenQuery struct CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03; // MS.Internal.Xml.XPath.CacheOutputQuery struct CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Xml.CharEntityEncoderFallback struct CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE; // MS.Internal.Xml.XPath.ChildrenQuery struct ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF; // System.Xml.Schema.ChoiceNode struct ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C; // MS.Internal.Xml.XPath.ContextQuery struct ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A; // 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; // MS.Internal.Xml.XPath.DescendantOverDescendantQuery struct DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30; // MS.Internal.Xml.XPath.DescendantQuery struct DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29; // System.Xml.Schema.DfaContentValidator struct DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73; // MS.Internal.Xml.XPath.DocumentOrderQuery struct DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8; // System.Xml.Schema.DurationFacetsChecker struct DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66; // System.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13; // MS.Internal.Xml.XPath.EmptyQuery struct EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9; // System.Text.Encoder struct Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // 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.FilterQuery struct FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF; // MS.Internal.Xml.XPath.FollSiblingQuery struct FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84; // MS.Internal.Xml.XPath.FollowingQuery struct FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658; // MS.Internal.Xml.XPath.ForwardPositionQuery struct ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF; // MS.Internal.Xml.XPath.Function struct Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740; // MS.Internal.Xml.XPath.FunctionQuery struct FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2; // MS.Internal.Xml.XPath.Group struct Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9; // MS.Internal.Xml.XPath.GroupQuery struct GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Xml.HtmlEncodedRawTextWriter struct HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D; // System.Xml.HtmlEncodedRawTextWriterIndent struct HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2; // System.Xml.HtmlUtf8RawTextWriter struct HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA; // System.Xml.HtmlUtf8RawTextWriterIndent struct HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // MS.Internal.Xml.XPath.IDQuery struct IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Xml.IDtdParserAdapter struct IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // System.Xml.IValidationEventHandling struct IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_tE715F6572D858174C1BDCF0076B3C6415B226CD0; // System.Xml.Xsl.IXsltContextFunction struct IXsltContextFunction_tC9C31A7F3347D2F7AF66B05D5AB7FF62E9ABA599; // System.Xml.Xsl.IXsltContextVariable struct IXsltContextVariable_t54783DA4091944DC9B5FAAD21AA694685039FCA0; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984; // System.Xml.IncrementalReadDummyDecoder struct IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85; // System.Xml.Schema.InteriorNode struct InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // MS.Internal.Xml.XPath.IteratorFilter struct IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100; // System.Xml.Schema.LeafNode struct LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC; // System.Xml.Schema.LeafRangeNode struct LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155; // System.Xml.Schema.ListFacetsChecker struct ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46; // MS.Internal.Xml.XPath.LogicalExpr struct LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // MS.Internal.Xml.XPath.MergeFilterQuery struct MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Xml.Schema.MiscFacetsChecker struct MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728; // System.Xml.Schema.NamespaceList struct NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A; // System.Xml.Schema.NamespaceListNode struct NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19; // MS.Internal.Xml.XPath.NamespaceQuery struct NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B; // System.Xml.Schema.NfaContentValidator struct NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC; // MS.Internal.Xml.XPath.NodeFunctions struct NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // MS.Internal.Xml.XPath.NumberFunctions struct NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2; // System.Xml.Schema.Numeric10FacetsChecker struct Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5; // System.Xml.Schema.Numeric2FacetsChecker struct Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8; // MS.Internal.Xml.XPath.NumericExpr struct NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012; // System.Xml.OnRemoveWriter struct OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B; // System.Xml.OpenedHost struct OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D; // MS.Internal.Xml.XPath.Operand struct Operand_t15190E99FB92454259471C3636EA8F7C00BCC399; // MS.Internal.Xml.XPath.OperandQuery struct OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1; // MS.Internal.Xml.XPath.Operator struct Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9; // MS.Internal.Xml.XPath.ParentQuery struct ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920; // System.Xml.Schema.ParticleContentValidator struct ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8; // System.Xml.Schema.PlusNode struct PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979; // System.Xml.Schema.Positions struct Positions_t577D66E21F674149C5A3E68851CE88B94C37248F; // MS.Internal.Xml.XPath.PreSiblingQuery struct PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE; // MS.Internal.Xml.XPath.PrecedingQuery struct PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D; // System.Xml.Schema.QNameFacetsChecker struct QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC; // System.Xml.Schema.QmarkNode struct QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803; // MS.Internal.Xml.XPath.Query struct Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06; // MS.Internal.Xml.XPath.QueryBuilder struct QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9; // System.Xml.QueryOutputWriter struct QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB; // System.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52; // System.Xml.Schema.RangeContentValidator struct RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52; // 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.ReversePositionQuery struct ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569; // MS.Internal.Xml.XPath.Root struct Root_t809E30FF7648043829DC43D69EDE90DFBE742D72; // System.Xml.SafeAsciiDecoder struct SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF; // 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.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // System.Xml.Schema.SequenceNode struct SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8; // System.Xml.Schema.StarNode struct StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // MS.Internal.Xml.XPath.StringFunctions struct StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45; // System.Xml.Schema.SymbolsDictionary struct SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF; // System.Xml.Schema.SyntaxTreeNode struct SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389; // System.Xml.TernaryTreeReadOnly struct TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // System.Type struct Type_t; // MS.Internal.Xml.XPath.UnionExpr struct UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577; // System.Xml.Schema.UpaException struct UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // 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; // System.Xml.XPath.XPathException struct XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8; // MS.Internal.Xml.XPath.XPathSelectionIterator struct XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680; // MS.Internal.Xml.XPath.XPathSelfQuery struct XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91; // System.Xml.XmlEncodedRawTextWriter struct XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51; // System.Xml.XmlException struct XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918; // System.Xml.XmlNameTable struct XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905; // System.Xml.XmlRawWriter struct XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5; // System.Xml.XmlRawWriterBase64Encoder struct XmlRawWriterBase64Encoder_t9C3C2BA7B5405031118DAA3614D21021CCC07EFB; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_tD14BD548E370305745B6E1CAAF2572F1DBC7F3D3; // 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.Schema.DtdValidator/NamespaceManager struct NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B; // MS.Internal.Xml.XPath.LogicalExpr/cmpXslt struct cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4; // System.Xml.NameTable/Entry struct Entry_tE04CA3878430F262AD43F80C045C96A425BCE239; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_tAE9DAB0A55A64F35CCEE05D71856BAAF6C0B668E; IL2CPP_EXTERN_C RuntimeClass* AbsoluteQuery_tAABD71B163C1677956AE9C3C009BA7BBEA2F341C_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* AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Entry_tE04CA3878430F262AD43F80C045C96A425BCE239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t1ED190B41B6C37248E5B0C782DE31A379B9C0CF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t16CC618B18467037D56BDF39D4E66BBB82DC757B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXPathNavigable_tAC6018A98B487439083E4A54B655B887052293B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXsltContextFunction_tC9C31A7F3347D2F7AF66B05D5AB7FF62E9ABA599_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_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* InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1_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* OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Positions_t577D66E21F674149C5A3E68851CE88B94C37248F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803_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* Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_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_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA_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* XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_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* XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_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* XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918_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* cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____49C5BA13401986EC93E4677F52CBE2248184DFBD_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____FB0C58D8B3094F018764CC6E3094B9576DB08069_14_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral013BD4ABE4D4A1BC6D9EEF501A242AC0124ACED6; IL2CPP_EXTERN_C String_t* _stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A; IL2CPP_EXTERN_C String_t* _stringLiteral07B0D72E60D1DCCF27747782B68197ECAAAB754B; IL2CPP_EXTERN_C String_t* _stringLiteral1132B9DCD66F9A9E0A49EFD74412A40CA04058D8; IL2CPP_EXTERN_C String_t* _stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5; IL2CPP_EXTERN_C String_t* _stringLiteral3ADAAB999C40C872F1295FAF8822A6B94D90F345; IL2CPP_EXTERN_C String_t* _stringLiteral3D3A6937948B511C58F902D4F718201A18C1E9ED; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral49861E5787768004B07E6C23F6AB9F55253AE10D; IL2CPP_EXTERN_C String_t* _stringLiteral5398E74206569B2DDBCA16F7CC2E86FE16D9B529; IL2CPP_EXTERN_C String_t* _stringLiteral57DE43D7AAF6D9F023DCBB173DB2DE97E7C8159D; IL2CPP_EXTERN_C String_t* _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84; IL2CPP_EXTERN_C String_t* _stringLiteral5A4505B653F6C9898C2C0B9B53871C22AC93493D; IL2CPP_EXTERN_C String_t* _stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266; IL2CPP_EXTERN_C String_t* _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80; IL2CPP_EXTERN_C String_t* _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367; IL2CPP_EXTERN_C String_t* _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB; IL2CPP_EXTERN_C String_t* _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral72FF14B4B66FD46769A50C19BE106295D013F7FA; IL2CPP_EXTERN_C String_t* _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA; IL2CPP_EXTERN_C String_t* _stringLiteral7973743A8626AE2EB7F0F199627D3AF96B802CA4; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B; IL2CPP_EXTERN_C String_t* _stringLiteral8B6E3F95411CAB460D4400E2F3AB4C3C9960BE18; IL2CPP_EXTERN_C String_t* _stringLiteral90E2EF577EFA8D9C6BBE497FBAE408F7A9C744C0; IL2CPP_EXTERN_C String_t* _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48; IL2CPP_EXTERN_C String_t* _stringLiteral9413AC7CF6AB7E9B088B38F9FF76860CC990A952; IL2CPP_EXTERN_C String_t* _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B; IL2CPP_EXTERN_C String_t* _stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109; IL2CPP_EXTERN_C String_t* _stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D; IL2CPP_EXTERN_C String_t* _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944; IL2CPP_EXTERN_C String_t* _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780; IL2CPP_EXTERN_C String_t* _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B; IL2CPP_EXTERN_C String_t* _stringLiteralCFB1CBBB34B7078C52711DB91DEA89601CF1A886; IL2CPP_EXTERN_C String_t* _stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4; IL2CPP_EXTERN_C String_t* _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA; IL2CPP_EXTERN_C String_t* _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142; IL2CPP_EXTERN_C String_t* _stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17; IL2CPP_EXTERN_C String_t* _stringLiteralE048C911CC80F58A56909CF61926F34A8D80D097; IL2CPP_EXTERN_C String_t* _stringLiteralE2E7E0C8B04838BD9F2F8EC726E94F763A5EB694; IL2CPP_EXTERN_C String_t* _stringLiteralE6EBCEA500627777D442B13852AA318A24E7519B; IL2CPP_EXTERN_C String_t* _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6; IL2CPP_EXTERN_C String_t* _stringLiteralEEC7EDD445A803BF7283248C4CEA74FBAEF51A7D; IL2CPP_EXTERN_C String_t* _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3; IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21; IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Clone_m4995F8F1EBCE98D2B7183045DE109A1D2575F0FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Peek_m2F9290060960E73E3B780F80D8C8D03B094620D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Pop_m977565320308A1F3132C0CA2F053D066EF88ACF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Push_m7E303C263B52E8E50DDE43A9E9D9585273B583C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1__ctor_m04F171A0148672D02D20D8E8C2407AB16D726751_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mBDDF5DE759CDD21A29BFC352AFF5644D16476607_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m63D8EAFEBB1ED3529511108CD65B935E198BA698_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mBF8071F14E57C996E537F32884BC4761862BB63B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EmptyEnumerator_System_Collections_IEnumerator_get_Current_m13A95A923D46B58867AFB2C65E5BC25F28885F9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5E9B91BAA02531216513FBBB1944D9B3A300DF2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m839BDC3261EDD138C5D66713FD6BE6E4C7739BAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m743F45932E7CA3D605BDF9A10A54EC424BBAE3AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExtensionQuery_Advance_m5C567B2C7563515F9DE8D9A5889910980559B282_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExtensionQuery_get_Current_mF3D5DDEB5639F289DEB1F92E40C1EAADE60322BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FunctionQuery_Evaluate_mC5C7E59CBF56AAE7973F20EFD65E4D785C1812E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FunctionQuery_SetXsltContext_m7B184E3D4A14E87CC2BF537DFFA2B37A8C955C04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlEncodedRawTextWriter_WriteCharEntity_m72B97AF38146DE926D5F30EB0272BCC7E4F52B76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlEncodedRawTextWriter_WriteEntityRef_m623C2C4A19D6623926833797C98521C6A8CD4216_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlEncodedRawTextWriter_WriteSurrogateCharEntity_m1E86BB02473413266BCEA721E1B3492329FE6258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlUtf8RawTextWriter_WriteCharEntity_m288F2CF84847DC95D3762494312DCCF75F9BBC1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlUtf8RawTextWriter_WriteEntityRef_m8C84BA869CACFB1AFA54046D754A1C6D938F5513_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlUtf8RawTextWriter_WriteSurrogateCharEntity_mF29C8BD5E7862C1BE6CE36442F95C1BE09A9C5BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA2B3FCFA7823AAF5E408946CBEA7A454CBEA7F89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m6493841D0B5BE0B04E8F6299DD619545D9DBCE71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_mA24D42F1ACC5734ED0CD6BA75C9F6D4AEAF2F5B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1F8F8D530C75846EE59B450737DBE7DFF897B925_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBF7A2D885275BC3A48DFC31E43B48D8C0EF6E536_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE56DF98EF2A494992DBD8992A04BB599A5D322F0_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_mB4C9A484DFF2CA1E941AB55762476368BC6B8E37_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolBoolE_m4783EAFD0DFDD5F333FADD49A699AA76BB45EE4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolBoolO_m70CE8154D965EA18053E856AD6D6B48E579E13A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolNumberE_m237610EF98A141B50EE8F81BBA86703AD236318A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolNumberO_mC182EFAEBCD0B8AE69E9F5FC71FA88ECD2E3B4A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolStringE_mAF4CDC88FB46E6A924508E34E87626810ED87437_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolStringO_mD59BD08CCC4A2286B72C489A1D26474B7C931978_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpNumberNumber_m5C03B78FD0B5CD0B3EA5F21F87486EC392310378_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryBoolE_m0203581957277588F03405404859C9E34F65E157_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryBoolO_mCF02E92CB76A4F60610C349D294EC89ADCBEAC27_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryNumber_mD6E4EB83F1E56BFAE3EC85EB257845D711723713_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryQueryE_m423F9C4025E87D0CB97DA5B4FF6CD3D6248C5ECC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryQueryO_m75863E922FB15FD62D3363D1FA30FA6F70F18E57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryStringE_m03D51D6A3075D24D2E1B6D6B60E9567A7540DF98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryStringO_mE1A1BF670A66795D53F6B3C90E264CC88FCC94C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfBoolE_mCA37614D8D6270B87A8A15DBFDC549EED6D1D65F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfBoolO_m252F2D8F5EC73B0FC0F2E43F2B8EA94FDC855FB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfNumber_m33F02B2178136ECC38424945B6ADEF30D6E4F0DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfQueryE_m6AEA51E9F23BE671E34EE74D96AFF5548A49F7CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfQueryO_mA0C87B9CD6038898553B416D59F56D787528735D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfRtfE_m928B0BFAAC4706B8940F738C2414ECBBFB1DB1EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfRtfO_m2CD1BA40A5EE2341541CF59545F65C46907359EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfStringE_m430200B7D4A3DF236A96D21A9148ED25DA45CED7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfStringO_m2E417CEE222F40C10386F39781E79A2945488848_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpStringNumber_mE83D196371E6D174E35310FA9D256AD9A7702699_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpStringStringE_m04E73D35F816CF3C8815D5C2A08DD64C37C23633_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpStringStringO_mD152191E638BBB697620A525830EDB26ECB66D34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameTable_Add_mFAC405992E1A1D6249B89385195AE8EC6A9A4BCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NameTable_Get_m37C26ECD83DA1BBDA73BE202814DD1CC5CE8D9AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NamespaceListNode_ConstructPos_mA0501C5C1CCB29FCBF3FA3623A7B4B03419F7312_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NamespaceListNode_get_IsNullable_mD3115EB3CB9CE994333EEB2A726644BC5F376C66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NamespaceList_get_Enumerate_m287DD831CF2AE5099998D22EFCEA6769A9D546B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m57640135F9E9E950375B988EC29737A882B3276E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ParticleContentValidator_CheckUniqueParticleAttribution_m6C017664467EEE3561D4703FFAF0C2519A94D752_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryBuilder_ProcessAxis_m468BF6B31ED793C34C0939B4AD55BA2202342E3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryBuilder_ProcessFunction_m17F291B1CE3D3705869CECCD4FF29F8E24BC6604_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryBuilder_ProcessVariable_m6BDCDA71FC4C1BC3A1DC97460A1176DAEB2202E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryOutputWriter_Close_mB87978D18D08F2AF3F86A72082F35D082BE33B5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryOutputWriter_WriteStartElement_mFC74746483DF4728C88EACA8BEB3F5A025773A8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m6BB8692B593C2E089A65C879D006F2DDC0B6ABA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mBDB875940B99A7C33406F1340B14A0643FC0801C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m792856D4D11383D04C4E5256C519628AE9B55B84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mE3E733B3C799AD050149EB8A295C7C77102D5231_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m6C25C226B14DC67FDCB3C2853FF896274BFDF1B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mA968561DF990D7304E52EB03EAD5DB4D21D620D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m9E4380EEBA14423717213FE2C8BCAA13B65E37BE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mD1B493AD690EC374489F4BD30DACA1B208E8CB79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_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 Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; struct cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41; 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 XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254; struct cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC; struct EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D; struct OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7; 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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 : 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_t117A50276A1DFDCB7A66D3DCB90525B42613F604* ___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_t2244A1557D5F76CA645CAFA1A60583DA72104A63 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tCB259046959321FDDB15DF0C7CDA3F3F0878E56E * ___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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___entries_1)); } inline EntryU5BU5D_t117A50276A1DFDCB7A66D3DCB90525B42613F604* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t117A50276A1DFDCB7A66D3DCB90525B42613F604** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t117A50276A1DFDCB7A66D3DCB90525B42613F604* 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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___keys_7)); } inline KeyCollection_t2244A1557D5F76CA645CAFA1A60583DA72104A63 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t2244A1557D5F76CA645CAFA1A60583DA72104A63 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t2244A1557D5F76CA645CAFA1A60583DA72104A63 * 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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ___values_8)); } inline ValueCollection_tCB259046959321FDDB15DF0C7CDA3F3F0878E56E * get_values_8() const { return ___values_8; } inline ValueCollection_tCB259046959321FDDB15DF0C7CDA3F3F0878E56E ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tCB259046959321FDDB15DF0C7CDA3F3F0878E56E * 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_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6, ____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_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_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* ____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_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E, ____items_1)); } inline QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* get__items_1() const { return ____items_1; } inline QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3** get_address_of__items_1() { return &____items_1; } inline void set__items_1(QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* 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_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E, ____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_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E, ____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_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E, ____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_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E_StaticFields, ____emptyArray_5)); } inline QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* get__emptyArray_5() const { return ____emptyArray_5; } inline QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* 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_t3C367DB0980625D829CD027696F8FA0EA0C60B2D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* ____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_t3C367DB0980625D829CD027696F8FA0EA0C60B2D, ____items_1)); } inline XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* get__items_1() const { return ____items_1; } inline XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* 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_t3C367DB0980625D829CD027696F8FA0EA0C60B2D, ____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_t3C367DB0980625D829CD027696F8FA0EA0C60B2D, ____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_t3C367DB0980625D829CD027696F8FA0EA0C60B2D, ____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_t3C367DB0980625D829CD027696F8FA0EA0C60B2D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D_StaticFields, ____emptyArray_5)); } inline XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* get__emptyArray_5() const { return ____emptyArray_5; } inline XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(XmlQualifiedNameU5BU5D_tE9A62FBF4DF15B65C9A4430EBAE36CC671776E97* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Stack`1 struct Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array InteriorNodeU5BU5D_t88A9EC994264F6AB64D466B2BF66D5D270F65E4C* ____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_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B, ____array_0)); } inline InteriorNodeU5BU5D_t88A9EC994264F6AB64D466B2BF66D5D270F65E4C* get__array_0() const { return ____array_0; } inline InteriorNodeU5BU5D_t88A9EC994264F6AB64D466B2BF66D5D270F65E4C** get_address_of__array_0() { return &____array_0; } inline void set__array_0(InteriorNodeU5BU5D_t88A9EC994264F6AB64D466B2BF66D5D270F65E4C* 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_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B, ____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_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B, ____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_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B, ____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.Stack`1 struct Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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_t92AC5F573A3C00899B24B775A71B4327D588E981, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* 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_t92AC5F573A3C00899B24B775A71B4327D588E981, ____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_t92AC5F573A3C00899B24B775A71B4327D588E981, ____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_t92AC5F573A3C00899B24B775A71B4327D588E981, ____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.Stack`1 struct Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* ____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_tB22891D3672571413B3B86C9D2482C3A9D61F78F, ____array_0)); } inline XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* get__array_0() const { return ____array_0; } inline XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8** get_address_of__array_0() { return &____array_0; } inline void set__array_0(XPathNavigatorU5BU5D_tA353A28494A4B90917938F631210FB020A8E4BF8* 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_tB22891D3672571413B3B86C9D2482C3A9D61F78F, ____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_tB22891D3672571413B3B86C9D2482C3A9D61F78F, ____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_tB22891D3672571413B3B86C9D2482C3A9D61F78F, ____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 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.Xml.Schema.BaseValidator struct BaseValidator_t4ACE6491BFDD78F3B8F746885ADBA13B631AD2A9 : public RuntimeObject { public: public: }; // 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.Xml.BitStack struct BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 : public RuntimeObject { public: // System.UInt32[] System.Xml.BitStack::bitStack UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___bitStack_0; // System.Int32 System.Xml.BitStack::stackPos int32_t ___stackPos_1; // System.UInt32 System.Xml.BitStack::curr uint32_t ___curr_2; public: inline static int32_t get_offset_of_bitStack_0() { return static_cast(offsetof(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98, ___bitStack_0)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_bitStack_0() const { return ___bitStack_0; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_bitStack_0() { return &___bitStack_0; } inline void set_bitStack_0(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___bitStack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitStack_0), (void*)value); } inline static int32_t get_offset_of_stackPos_1() { return static_cast(offsetof(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98, ___stackPos_1)); } inline int32_t get_stackPos_1() const { return ___stackPos_1; } inline int32_t* get_address_of_stackPos_1() { return &___stackPos_1; } inline void set_stackPos_1(int32_t value) { ___stackPos_1 = value; } inline static int32_t get_offset_of_curr_2() { return static_cast(offsetof(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98, ___curr_2)); } inline uint32_t get_curr_2() const { return ___curr_2; } inline uint32_t* get_address_of_curr_2() { return &___curr_2; } inline void set_curr_2(uint32_t value) { ___curr_2 = value; } }; // System.Xml.ByteStack struct ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 : public RuntimeObject { public: // System.Byte[] System.Xml.ByteStack::stack ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___stack_0; // System.Int32 System.Xml.ByteStack::growthRate int32_t ___growthRate_1; // System.Int32 System.Xml.ByteStack::top int32_t ___top_2; // System.Int32 System.Xml.ByteStack::size int32_t ___size_3; public: inline static int32_t get_offset_of_stack_0() { return static_cast(offsetof(ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28, ___stack_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_stack_0() const { return ___stack_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_stack_0() { return &___stack_0; } inline void set_stack_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___stack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_0), (void*)value); } inline static int32_t get_offset_of_growthRate_1() { return static_cast(offsetof(ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28, ___growthRate_1)); } inline int32_t get_growthRate_1() const { return ___growthRate_1; } inline int32_t* get_address_of_growthRate_1() { return &___growthRate_1; } inline void set_growthRate_1(int32_t value) { ___growthRate_1 = value; } inline static int32_t get_offset_of_top_2() { return static_cast(offsetof(ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28, ___top_2)); } inline int32_t get_top_2() const { return ___top_2; } inline int32_t* get_address_of_top_2() { return &___top_2; } inline void set_top_2(int32_t value) { ___top_2 = value; } inline static int32_t get_offset_of_size_3() { return static_cast(offsetof(ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28, ___size_3)); } inline int32_t get_size_3() const { return ___size_3; } inline int32_t* get_address_of_size_3() { return &___size_3; } inline void set_size_3(int32_t value) { ___size_3 = 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.Xml.EmptyEnumerator struct EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 : public RuntimeObject { public: public: }; // 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.Xml.Schema.FacetsChecker struct FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 : public RuntimeObject { public: public: }; // System.Xml.HtmlTernaryTree struct HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3 : public RuntimeObject { public: public: }; struct HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields { public: // System.Byte[] System.Xml.HtmlTernaryTree::htmlElements ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___htmlElements_0; // System.Byte[] System.Xml.HtmlTernaryTree::htmlAttributes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___htmlAttributes_1; public: inline static int32_t get_offset_of_htmlElements_0() { return static_cast(offsetof(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields, ___htmlElements_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_htmlElements_0() const { return ___htmlElements_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_htmlElements_0() { return &___htmlElements_0; } inline void set_htmlElements_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___htmlElements_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___htmlElements_0), (void*)value); } inline static int32_t get_offset_of_htmlAttributes_1() { return static_cast(offsetof(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields, ___htmlAttributes_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_htmlAttributes_1() const { return ___htmlAttributes_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_htmlAttributes_1() { return &___htmlAttributes_1; } inline void set_htmlAttributes_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___htmlAttributes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___htmlAttributes_1), (void*)value); } }; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 : public RuntimeObject { public: public: }; // System.LocalAppContextSwitches struct LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF : public RuntimeObject { public: public: }; struct LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF_StaticFields { public: // System.Boolean System.LocalAppContextSwitches::DontThrowOnInvalidSurrogatePairs bool ___DontThrowOnInvalidSurrogatePairs_0; public: inline static int32_t get_offset_of_DontThrowOnInvalidSurrogatePairs_0() { return static_cast(offsetof(LocalAppContextSwitches_t7DE7089D88737BF60BDED34A745482CFE05266BF_StaticFields, ___DontThrowOnInvalidSurrogatePairs_0)); } inline bool get_DontThrowOnInvalidSurrogatePairs_0() const { return ___DontThrowOnInvalidSurrogatePairs_0; } inline bool* get_address_of_DontThrowOnInvalidSurrogatePairs_0() { return &___DontThrowOnInvalidSurrogatePairs_0; } inline void set_DontThrowOnInvalidSurrogatePairs_0(bool value) { ___DontThrowOnInvalidSurrogatePairs_0 = value; } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.Xml.OpenedHost struct OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D : public RuntimeObject { public: // System.Int32 System.Xml.OpenedHost::nonCachedConnectionsCount int32_t ___nonCachedConnectionsCount_0; public: inline static int32_t get_offset_of_nonCachedConnectionsCount_0() { return static_cast(offsetof(OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D, ___nonCachedConnectionsCount_0)); } inline int32_t get_nonCachedConnectionsCount_0() const { return ___nonCachedConnectionsCount_0; } inline int32_t* get_address_of_nonCachedConnectionsCount_0() { return &___nonCachedConnectionsCount_0; } inline void set_nonCachedConnectionsCount_0(int32_t value) { ___nonCachedConnectionsCount_0 = value; } }; // 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.Collections.Queue struct Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 : public RuntimeObject { public: // System.Object[] System.Collections.Queue::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Queue::_head int32_t ____head_1; // System.Int32 System.Collections.Queue::_tail int32_t ____tail_2; // System.Int32 System.Collections.Queue::_size int32_t ____size_3; // System.Int32 System.Collections.Queue::_growFactor int32_t ____growFactor_4; // System.Int32 System.Collections.Queue::_version int32_t ____version_5; // System.Object System.Collections.Queue::_syncRoot RuntimeObject * ____syncRoot_6; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__growFactor_4() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____growFactor_4)); } inline int32_t get__growFactor_4() const { return ____growFactor_4; } inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; } inline void set__growFactor_4(int32_t value) { ____growFactor_4 = value; } inline static int32_t get_offset_of__version_5() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____version_5)); } inline int32_t get__version_5() const { return ____version_5; } inline int32_t* get_address_of__version_5() { return &____version_5; } inline void set__version_5(int32_t value) { ____version_5 = value; } inline static int32_t get_offset_of__syncRoot_6() { return static_cast(offsetof(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52, ____syncRoot_6)); } inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; } inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; } inline void set__syncRoot_6(RuntimeObject * value) { ____syncRoot_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_6), (void*)value); } }; // System.Xml.Ref struct Ref_tD484B5079EAC88353069B2F1326BF349A71AF2B2 : public RuntimeObject { public: public: }; // System.Xml.Res struct Res_t8707C30091CC714404BA967631E1F74B8ACBB1E4 : public RuntimeObject { public: public: }; // SR struct SR_t18DDAC0A0AC9B7F52E81CFEC14051580FFAAB957 : public RuntimeObject { public: public: }; // System.Collections.Stack struct Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::_array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____array_0; // System.Int32 System.Collections.Stack::_size int32_t ____size_1; // System.Int32 System.Collections.Stack::_version int32_t ____version_2; // System.Object System.Collections.Stack::_syncRoot RuntimeObject * ____syncRoot_3; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8, ____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.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.XPathItem struct XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 : public RuntimeObject { public: public: }; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 : public RuntimeObject { public: // System.Int32 System.Xml.XPath.XPathNodeIterator::count int32_t ___count_0; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } }; // System.Xml.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.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.NameTable/Entry struct Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 : public RuntimeObject { public: // System.String System.Xml.NameTable/Entry::str String_t* ___str_0; // System.Int32 System.Xml.NameTable/Entry::hashCode int32_t ___hashCode_1; // System.Xml.NameTable/Entry System.Xml.NameTable/Entry::next Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * ___next_2; public: inline static int32_t get_offset_of_str_0() { return static_cast(offsetof(Entry_tE04CA3878430F262AD43F80C045C96A425BCE239, ___str_0)); } inline String_t* get_str_0() const { return ___str_0; } inline String_t** get_address_of_str_0() { return &___str_0; } inline void set_str_0(String_t* value) { ___str_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_0), (void*)value); } inline static int32_t get_offset_of_hashCode_1() { return static_cast(offsetof(Entry_tE04CA3878430F262AD43F80C045C96A425BCE239, ___hashCode_1)); } inline int32_t get_hashCode_1() const { return ___hashCode_1; } inline int32_t* get_address_of_hashCode_1() { return &___hashCode_1; } inline void set_hashCode_1(int32_t value) { ___hashCode_1 = value; } inline static int32_t get_offset_of_next_2() { return static_cast(offsetof(Entry_tE04CA3878430F262AD43F80C045C96A425BCE239, ___next_2)); } inline Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * get_next_2() const { return ___next_2; } inline Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 ** get_address_of_next_2() { return &___next_2; } inline void set_next_2(Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * value) { ___next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___next_2), (void*)value); } }; // MS.Internal.Xml.XPath.ClonableStack`1 struct ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 : public List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 { public: public: }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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_tB6009981BD4E3881E3EC83627255A24198F902D6, ___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_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7, ___list_0)); } inline List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * get_list_0() const { return ___list_0; } inline List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7, ___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_tF41CC87AB953D63B9CB279803170EBECF7551AC7, ___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_current_3() { return static_cast(offsetof(Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7, ___current_3)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_current_3() const { return ___current_3; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_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); } }; // 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.Xml.Schema.DtdValidator struct DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3 : public BaseValidator_t4ACE6491BFDD78F3B8F746885ADBA13B631AD2A9 { public: public: }; struct DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_StaticFields { public: // System.Xml.Schema.DtdValidator/NamespaceManager System.Xml.Schema.DtdValidator::namespaceManager NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B * ___namespaceManager_0; public: inline static int32_t get_offset_of_namespaceManager_0() { return static_cast(offsetof(DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_StaticFields, ___namespaceManager_0)); } inline NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B * get_namespaceManager_0() const { return ___namespaceManager_0; } inline NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B ** get_address_of_namespaceManager_0() { return &___namespaceManager_0; } inline void set_namespaceManager_0(NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B * value) { ___namespaceManager_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceManager_0), (void*)value); } }; // System.Xml.Schema.DurationFacetsChecker struct DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // 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.Xml.IncrementalReadDummyDecoder struct IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85 : public IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 { public: public: }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Xml.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); } }; // MS.Internal.Xml.XPath.IteratorFilter struct IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 : public XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 { public: // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.IteratorFilter::innerIterator XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___innerIterator_1; // System.String MS.Internal.Xml.XPath.IteratorFilter::name String_t* ___name_2; // System.Int32 MS.Internal.Xml.XPath.IteratorFilter::position int32_t ___position_3; public: inline static int32_t get_offset_of_innerIterator_1() { return static_cast(offsetof(IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100, ___innerIterator_1)); } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * get_innerIterator_1() const { return ___innerIterator_1; } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 ** get_address_of_innerIterator_1() { return &___innerIterator_1; } inline void set_innerIterator_1(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * value) { ___innerIterator_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___innerIterator_1), (void*)value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100, ___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_position_3() { return static_cast(offsetof(IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100, ___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; } }; // 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.Xml.LineInfo struct LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE { public: // System.Int32 System.Xml.LineInfo::lineNo int32_t ___lineNo_0; // System.Int32 System.Xml.LineInfo::linePos int32_t ___linePos_1; public: inline static int32_t get_offset_of_lineNo_0() { return static_cast(offsetof(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE, ___lineNo_0)); } inline int32_t get_lineNo_0() const { return ___lineNo_0; } inline int32_t* get_address_of_lineNo_0() { return &___lineNo_0; } inline void set_lineNo_0(int32_t value) { ___lineNo_0 = value; } inline static int32_t get_offset_of_linePos_1() { return static_cast(offsetof(LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE, ___linePos_1)); } inline int32_t get_linePos_1() const { return ___linePos_1; } inline int32_t* get_address_of_linePos_1() { return &___linePos_1; } inline void set_linePos_1(int32_t value) { ___linePos_1 = value; } }; // System.Xml.Schema.ListFacetsChecker struct ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Xml.Schema.MiscFacetsChecker struct MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Xml.NameTable struct NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 : public XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 { public: // System.Xml.NameTable/Entry[] System.Xml.NameTable::entries EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* ___entries_0; // System.Int32 System.Xml.NameTable::count int32_t ___count_1; // System.Int32 System.Xml.NameTable::mask int32_t ___mask_2; // System.Int32 System.Xml.NameTable::hashCodeRandomizer int32_t ___hashCodeRandomizer_3; public: inline static int32_t get_offset_of_entries_0() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___entries_0)); } inline EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* get_entries_0() const { return ___entries_0; } inline EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D** get_address_of_entries_0() { return &___entries_0; } inline void set_entries_0(EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* value) { ___entries_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } inline static int32_t get_offset_of_mask_2() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___mask_2)); } inline int32_t get_mask_2() const { return ___mask_2; } inline int32_t* get_address_of_mask_2() { return &___mask_2; } inline void set_mask_2(int32_t value) { ___mask_2 = value; } inline static int32_t get_offset_of_hashCodeRandomizer_3() { return static_cast(offsetof(NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728, ___hashCodeRandomizer_3)); } inline int32_t get_hashCodeRandomizer_3() const { return ___hashCodeRandomizer_3; } inline int32_t* get_address_of_hashCodeRandomizer_3() { return &___hashCodeRandomizer_3; } inline void set_hashCodeRandomizer_3(int32_t value) { ___hashCodeRandomizer_3 = value; } }; // System.Xml.Schema.NamespaceListNode struct NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 : public SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 { public: // System.Xml.Schema.NamespaceList System.Xml.Schema.NamespaceListNode::namespaceList NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList_0; // System.Object System.Xml.Schema.NamespaceListNode::particle RuntimeObject * ___particle_1; public: inline static int32_t get_offset_of_namespaceList_0() { return static_cast(offsetof(NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19, ___namespaceList_0)); } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * get_namespaceList_0() const { return ___namespaceList_0; } inline NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A ** get_address_of_namespaceList_0() { return &___namespaceList_0; } inline void set_namespaceList_0(NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * value) { ___namespaceList_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___namespaceList_0), (void*)value); } inline static int32_t get_offset_of_particle_1() { return static_cast(offsetof(NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19, ___particle_1)); } inline RuntimeObject * get_particle_1() const { return ___particle_1; } inline RuntimeObject ** get_address_of_particle_1() { return &___particle_1; } inline void set_particle_1(RuntimeObject * value) { ___particle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___particle_1), (void*)value); } }; // System.Xml.Schema.Numeric2FacetsChecker struct Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: public: }; // System.Xml.Schema.Position struct Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 { public: // System.Int32 System.Xml.Schema.Position::symbol int32_t ___symbol_0; // System.Object System.Xml.Schema.Position::particle RuntimeObject * ___particle_1; public: inline static int32_t get_offset_of_symbol_0() { return static_cast(offsetof(Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866, ___symbol_0)); } inline int32_t get_symbol_0() const { return ___symbol_0; } inline int32_t* get_address_of_symbol_0() { return &___symbol_0; } inline void set_symbol_0(int32_t value) { ___symbol_0 = value; } inline static int32_t get_offset_of_particle_1() { return static_cast(offsetof(Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866, ___particle_1)); } inline RuntimeObject * get_particle_1() const { return ___particle_1; } inline RuntimeObject ** get_address_of_particle_1() { return &___particle_1; } inline void set_particle_1(RuntimeObject * value) { ___particle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___particle_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Xml.Schema.Position struct Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshaled_pinvoke { int32_t ___symbol_0; Il2CppIUnknown* ___particle_1; }; // Native definition for COM marshalling of System.Xml.Schema.Position struct Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshaled_com { int32_t ___symbol_0; Il2CppIUnknown* ___particle_1; }; // System.Xml.Schema.QNameFacetsChecker struct QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { 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.Xml.SafeAsciiDecoder struct SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF : public Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 { public: public: }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // 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: }; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 : public XPathItem_t053B6F865E42EB40BFD03AE958B99844501E5701 { public: public: }; struct XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields { public: // System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * ___comparer_0; // System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___NodeTypeLetter_1; // System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___UniqueIdTbl_2; // System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___ContentKindMasks_3; public: inline static int32_t get_offset_of_comparer_0() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___comparer_0)); } inline XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * get_comparer_0() const { return ___comparer_0; } inline XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A ** get_address_of_comparer_0() { return &___comparer_0; } inline void set_comparer_0(XPathNavigatorKeyComparer_tE86B3B19B683A126542CC0AE8531465FFE4DDA2A * value) { ___comparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_0), (void*)value); } inline static int32_t get_offset_of_NodeTypeLetter_1() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___NodeTypeLetter_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_NodeTypeLetter_1() const { return ___NodeTypeLetter_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_NodeTypeLetter_1() { return &___NodeTypeLetter_1; } inline void set_NodeTypeLetter_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___NodeTypeLetter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NodeTypeLetter_1), (void*)value); } inline static int32_t get_offset_of_UniqueIdTbl_2() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___UniqueIdTbl_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_UniqueIdTbl_2() const { return ___UniqueIdTbl_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_UniqueIdTbl_2() { return &___UniqueIdTbl_2; } inline void set_UniqueIdTbl_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___UniqueIdTbl_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdTbl_2), (void*)value); } inline static int32_t get_offset_of_ContentKindMasks_3() { return static_cast(offsetof(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_StaticFields, ___ContentKindMasks_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_ContentKindMasks_3() const { return ___ContentKindMasks_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_ContentKindMasks_3() { return &___ContentKindMasks_3; } inline void set_ContentKindMasks_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___ContentKindMasks_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContentKindMasks_3), (void*)value); } }; // System.Xml.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.DtdValidator/NamespaceManager struct NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B : public XmlNamespaceManager_t6A4FCF4236F34CF069932BF51B62FD2E62402465 { public: public: }; // MS.Internal.Xml.XPath.LogicalExpr/NodeSet struct NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.LogicalExpr/NodeSet::opnd Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd_0; // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.LogicalExpr/NodeSet::current XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___current_1; public: inline static int32_t get_offset_of_opnd_0() { return static_cast(offsetof(NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7, ___opnd_0)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_opnd_0() const { return ___opnd_0; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_opnd_0() { return &___opnd_0; } inline void set_opnd_0(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___opnd_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd_0), (void*)value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7, ___current_1)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_current_1() const { return ___current_1; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_current_1() { return &___current_1; } inline void set_current_1(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_1), (void*)value); } }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.XPath.LogicalExpr/NodeSet struct NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7_marshaled_pinvoke { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___current_1; }; // Native definition for COM marshalling of MS.Internal.Xml.XPath.LogicalExpr/NodeSet struct NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7_marshaled_com { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___current_1; }; // 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.Xml.AttributeProperties struct AttributeProperties_t929F27AD70762926F979DC7FA7E50E7C32A09104 { public: // System.UInt32 System.Xml.AttributeProperties::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AttributeProperties_t929F27AD70762926F979DC7FA7E50E7C32A09104, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.Schema.ChoiceNode struct ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C : public InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 { public: public: }; // System.Xml.ConformanceLevel struct ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConformanceLevel_tDDD7A5E189C7A150AB656A9070173CD8C2A5B653, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Xml.DtdProcessing struct DtdProcessing_t25005AA22D71FA607D010E88CBB7299378A455F5 { public: // System.Int32 System.Xml.DtdProcessing::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DtdProcessing_t25005AA22D71FA607D010E88CBB7299378A455F5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Xml.ElementProperties struct ElementProperties_t4359A8F0411720677253B4B6206F2B2DD78D9C21 { public: // System.UInt32 System.Xml.ElementProperties::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ElementProperties_t4359A8F0411720677253B4B6206F2B2DD78D9C21, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // System.Xml.EntityHandling struct EntityHandling_t0675E831FDCD3EBD42A6E4EDEE14C32C58F74B90 { public: // System.Int32 System.Xml.EntityHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EntityHandling_t0675E831FDCD3EBD42A6E4EDEE14C32C58F74B90, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Xml.ExceptionType struct ExceptionType_t7FE8075D25307AFE6AA02C34899023BC4C9B7B23 { public: // System.Int32 System.Xml.ExceptionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExceptionType_t7FE8075D25307AFE6AA02C34899023BC4C9B7B23, ___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.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.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.Xml.Schema.Numeric10FacetsChecker struct Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 : public FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 { public: // System.Decimal System.Xml.Schema.Numeric10FacetsChecker::maxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___maxValue_1; // System.Decimal System.Xml.Schema.Numeric10FacetsChecker::minValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___minValue_2; public: inline static int32_t get_offset_of_maxValue_1() { return static_cast(offsetof(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5, ___maxValue_1)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_maxValue_1() const { return ___maxValue_1; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_maxValue_1() { return &___maxValue_1; } inline void set_maxValue_1(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___maxValue_1 = value; } inline static int32_t get_offset_of_minValue_2() { return static_cast(offsetof(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5, ___minValue_2)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_minValue_2() const { return ___minValue_2; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_minValue_2() { return &___minValue_2; } inline void set_minValue_2(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___minValue_2 = value; } }; struct Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_StaticFields { public: // System.Char[] System.Xml.Schema.Numeric10FacetsChecker::signs CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___signs_0; public: inline static int32_t get_offset_of_signs_0() { return static_cast(offsetof(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_StaticFields, ___signs_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_signs_0() const { return ___signs_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_signs_0() { return &___signs_0; } inline void set_signs_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___signs_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___signs_0), (void*)value); } }; // System.Xml.Schema.PlusNode struct PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979 : public InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 { public: public: }; // System.Xml.Schema.QmarkNode struct QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803 : public InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 { public: public: }; // MS.Internal.Xml.XPath.Query struct Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 : public ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 { public: public: }; // System.Xml.QueryOutputWriter struct QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB : public XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 { public: // System.Xml.XmlRawWriter System.Xml.QueryOutputWriter::wrapped XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___wrapped_2; // System.Boolean System.Xml.QueryOutputWriter::inCDataSection bool ___inCDataSection_3; // System.Collections.Generic.Dictionary`2 System.Xml.QueryOutputWriter::lookupCDataElems Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * ___lookupCDataElems_4; // System.Xml.BitStack System.Xml.QueryOutputWriter::bitsCData BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * ___bitsCData_5; // System.Xml.XmlQualifiedName System.Xml.QueryOutputWriter::qnameCData XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___qnameCData_6; // System.Boolean System.Xml.QueryOutputWriter::outputDocType bool ___outputDocType_7; // System.Boolean System.Xml.QueryOutputWriter::checkWellFormedDoc bool ___checkWellFormedDoc_8; // System.Boolean System.Xml.QueryOutputWriter::hasDocElem bool ___hasDocElem_9; // System.Boolean System.Xml.QueryOutputWriter::inAttr bool ___inAttr_10; // System.String System.Xml.QueryOutputWriter::systemId String_t* ___systemId_11; // System.String System.Xml.QueryOutputWriter::publicId String_t* ___publicId_12; // System.Int32 System.Xml.QueryOutputWriter::depth int32_t ___depth_13; public: inline static int32_t get_offset_of_wrapped_2() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___wrapped_2)); } inline XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * get_wrapped_2() const { return ___wrapped_2; } inline XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 ** get_address_of_wrapped_2() { return &___wrapped_2; } inline void set_wrapped_2(XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * value) { ___wrapped_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___wrapped_2), (void*)value); } inline static int32_t get_offset_of_inCDataSection_3() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___inCDataSection_3)); } inline bool get_inCDataSection_3() const { return ___inCDataSection_3; } inline bool* get_address_of_inCDataSection_3() { return &___inCDataSection_3; } inline void set_inCDataSection_3(bool value) { ___inCDataSection_3 = value; } inline static int32_t get_offset_of_lookupCDataElems_4() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___lookupCDataElems_4)); } inline Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * get_lookupCDataElems_4() const { return ___lookupCDataElems_4; } inline Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 ** get_address_of_lookupCDataElems_4() { return &___lookupCDataElems_4; } inline void set_lookupCDataElems_4(Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * value) { ___lookupCDataElems_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___lookupCDataElems_4), (void*)value); } inline static int32_t get_offset_of_bitsCData_5() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___bitsCData_5)); } inline BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * get_bitsCData_5() const { return ___bitsCData_5; } inline BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 ** get_address_of_bitsCData_5() { return &___bitsCData_5; } inline void set_bitsCData_5(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * value) { ___bitsCData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bitsCData_5), (void*)value); } inline static int32_t get_offset_of_qnameCData_6() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___qnameCData_6)); } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * get_qnameCData_6() const { return ___qnameCData_6; } inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 ** get_address_of_qnameCData_6() { return &___qnameCData_6; } inline void set_qnameCData_6(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * value) { ___qnameCData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___qnameCData_6), (void*)value); } inline static int32_t get_offset_of_outputDocType_7() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___outputDocType_7)); } inline bool get_outputDocType_7() const { return ___outputDocType_7; } inline bool* get_address_of_outputDocType_7() { return &___outputDocType_7; } inline void set_outputDocType_7(bool value) { ___outputDocType_7 = value; } inline static int32_t get_offset_of_checkWellFormedDoc_8() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___checkWellFormedDoc_8)); } inline bool get_checkWellFormedDoc_8() const { return ___checkWellFormedDoc_8; } inline bool* get_address_of_checkWellFormedDoc_8() { return &___checkWellFormedDoc_8; } inline void set_checkWellFormedDoc_8(bool value) { ___checkWellFormedDoc_8 = value; } inline static int32_t get_offset_of_hasDocElem_9() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___hasDocElem_9)); } inline bool get_hasDocElem_9() const { return ___hasDocElem_9; } inline bool* get_address_of_hasDocElem_9() { return &___hasDocElem_9; } inline void set_hasDocElem_9(bool value) { ___hasDocElem_9 = value; } inline static int32_t get_offset_of_inAttr_10() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___inAttr_10)); } inline bool get_inAttr_10() const { return ___inAttr_10; } inline bool* get_address_of_inAttr_10() { return &___inAttr_10; } inline void set_inAttr_10(bool value) { ___inAttr_10 = value; } inline static int32_t get_offset_of_systemId_11() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___systemId_11)); } inline String_t* get_systemId_11() const { return ___systemId_11; } inline String_t** get_address_of_systemId_11() { return &___systemId_11; } inline void set_systemId_11(String_t* value) { ___systemId_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemId_11), (void*)value); } inline static int32_t get_offset_of_publicId_12() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___publicId_12)); } inline String_t* get_publicId_12() const { return ___publicId_12; } inline String_t** get_address_of_publicId_12() { return &___publicId_12; } inline void set_publicId_12(String_t* value) { ___publicId_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicId_12), (void*)value); } inline static int32_t get_offset_of_depth_13() { return static_cast(offsetof(QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB, ___depth_13)); } inline int32_t get_depth_13() const { return ___depth_13; } inline int32_t* get_address_of_depth_13() { return &___depth_13; } inline void set_depth_13(int32_t value) { ___depth_13 = value; } }; // 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.Xml.ReadState struct ReadState_tD89BBF06656CA45737179919236BDA5EC69D2FEF { public: // System.Int32 System.Xml.ReadState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadState_tD89BBF06656CA45737179919236BDA5EC69D2FEF, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.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.SequenceNode struct SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD : public InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 { public: public: }; // System.Xml.Schema.StarNode struct StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68 : public InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 { public: public: }; // 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.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; } }; // 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.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.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; } }; // 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.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.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.XmlTokenizedType struct XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4 { public: // System.Int32 System.Xml.XmlTokenizedType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XmlTokenizedType_t920EB9FDDB3F1BF66147159D679D1BF84CB6ECD4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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; } }; // MS.Internal.Xml.XPath.QueryBuilder/Flags struct Flags_tF966E0A080007CD43AC7F1ABAD7689E2AB3085F2 { public: // System.Int32 MS.Internal.Xml.XPath.QueryBuilder/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tF966E0A080007CD43AC7F1ABAD7689E2AB3085F2, ___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.QueryBuilder/Props struct Props_tF86C1CC55482A6E23B49FA8D30DC148BA7CC1F30 { public: // System.Int32 MS.Internal.Xml.XPath.QueryBuilder/Props::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Props_tF86C1CC55482A6E23B49FA8D30DC148BA7CC1F30, ___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.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; } }; // MS.Internal.Xml.XPath.CacheOutputQuery struct CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 : public Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.CacheOutputQuery::input Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input_1; // System.Collections.Generic.List`1 MS.Internal.Xml.XPath.CacheOutputQuery::outputBuffer List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * ___outputBuffer_2; public: inline static int32_t get_offset_of_input_1() { return static_cast(offsetof(CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841, ___input_1)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_input_1() const { return ___input_1; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_input_1() { return &___input_1; } inline void set_input_1(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___input_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_1), (void*)value); } inline static int32_t get_offset_of_outputBuffer_2() { return static_cast(offsetof(CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841, ___outputBuffer_2)); } inline List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * get_outputBuffer_2() const { return ___outputBuffer_2; } inline List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 ** get_address_of_outputBuffer_2() { return &___outputBuffer_2; } inline void set_outputBuffer_2(List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * value) { ___outputBuffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputBuffer_2), (void*)value); } }; // System.Xml.Schema.ContentValidator struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C : public RuntimeObject { public: // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::contentType int32_t ___contentType_0; // System.Boolean System.Xml.Schema.ContentValidator::isOpen bool ___isOpen_1; // System.Boolean System.Xml.Schema.ContentValidator::isEmptiable bool ___isEmptiable_2; public: inline static int32_t get_offset_of_contentType_0() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___contentType_0)); } inline int32_t get_contentType_0() const { return ___contentType_0; } inline int32_t* get_address_of_contentType_0() { return &___contentType_0; } inline void set_contentType_0(int32_t value) { ___contentType_0 = value; } inline static int32_t get_offset_of_isOpen_1() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isOpen_1)); } inline bool get_isOpen_1() const { return ___isOpen_1; } inline bool* get_address_of_isOpen_1() { return &___isOpen_1; } inline void set_isOpen_1(bool value) { ___isOpen_1 = value; } inline static int32_t get_offset_of_isEmptiable_2() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C, ___isEmptiable_2)); } inline bool get_isEmptiable_2() const { return ___isEmptiable_2; } inline bool* get_address_of_isEmptiable_2() { return &___isEmptiable_2; } inline void set_isEmptiable_2(bool value) { ___isEmptiable_2 = value; } }; struct ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields { public: // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Empty ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Empty_3; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::TextOnly ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___TextOnly_4; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Mixed ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Mixed_5; // System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Any ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ___Any_6; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Empty_3)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Empty_3() const { return ___Empty_3; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } inline static int32_t get_offset_of_TextOnly_4() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___TextOnly_4)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_TextOnly_4() const { return ___TextOnly_4; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_TextOnly_4() { return &___TextOnly_4; } inline void set_TextOnly_4(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___TextOnly_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___TextOnly_4), (void*)value); } inline static int32_t get_offset_of_Mixed_5() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Mixed_5)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Mixed_5() const { return ___Mixed_5; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Mixed_5() { return &___Mixed_5; } inline void set_Mixed_5(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Mixed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Mixed_5), (void*)value); } inline static int32_t get_offset_of_Any_6() { return static_cast(offsetof(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields, ___Any_6)); } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * get_Any_6() const { return ___Any_6; } inline ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C ** get_address_of_Any_6() { return &___Any_6; } inline void set_Any_6(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * value) { ___Any_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_6), (void*)value); } }; // MS.Internal.Xml.XPath.ContextQuery struct ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A : public Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 { public: // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ContextQuery::contextNode XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___contextNode_1; public: inline static int32_t get_offset_of_contextNode_1() { return static_cast(offsetof(ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A, ___contextNode_1)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_contextNode_1() const { return ___contextNode_1; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_contextNode_1() { return &___contextNode_1; } inline void set_contextNode_1(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___contextNode_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___contextNode_1), (void*)value); } }; // MS.Internal.Xml.XPath.EmptyQuery struct EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 : public Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 { public: public: }; // 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); } }; // 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.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); } }; // MS.Internal.Xml.XPath.ValueQuery struct ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB : public Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 { public: public: }; // System.Xml.XmlEncodedRawTextWriter struct XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 : public XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 { public: // System.Boolean System.Xml.XmlEncodedRawTextWriter::useAsync bool ___useAsync_2; // System.Byte[] System.Xml.XmlEncodedRawTextWriter::bufBytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bufBytes_3; // System.IO.Stream System.Xml.XmlEncodedRawTextWriter::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_4; // System.Text.Encoding System.Xml.XmlEncodedRawTextWriter::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_5; // System.Xml.XmlCharType System.Xml.XmlEncodedRawTextWriter::xmlCharType XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA ___xmlCharType_6; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufPos int32_t ___bufPos_7; // System.Int32 System.Xml.XmlEncodedRawTextWriter::textPos int32_t ___textPos_8; // System.Int32 System.Xml.XmlEncodedRawTextWriter::contentPos int32_t ___contentPos_9; // System.Int32 System.Xml.XmlEncodedRawTextWriter::cdataPos int32_t ___cdataPos_10; // System.Int32 System.Xml.XmlEncodedRawTextWriter::attrEndPos int32_t ___attrEndPos_11; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufLen int32_t ___bufLen_12; // System.Boolean System.Xml.XmlEncodedRawTextWriter::writeToNull bool ___writeToNull_13; // System.Boolean System.Xml.XmlEncodedRawTextWriter::hadDoubleBracket bool ___hadDoubleBracket_14; // System.Boolean System.Xml.XmlEncodedRawTextWriter::inAttributeValue bool ___inAttributeValue_15; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufBytesUsed int32_t ___bufBytesUsed_16; // System.Char[] System.Xml.XmlEncodedRawTextWriter::bufChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___bufChars_17; // System.Text.Encoder System.Xml.XmlEncodedRawTextWriter::encoder Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * ___encoder_18; // System.IO.TextWriter System.Xml.XmlEncodedRawTextWriter::writer TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer_19; // System.Boolean System.Xml.XmlEncodedRawTextWriter::trackTextContent bool ___trackTextContent_20; // System.Boolean System.Xml.XmlEncodedRawTextWriter::inTextContent bool ___inTextContent_21; // System.Int32 System.Xml.XmlEncodedRawTextWriter::lastMarkPos int32_t ___lastMarkPos_22; // System.Int32[] System.Xml.XmlEncodedRawTextWriter::textContentMarks Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___textContentMarks_23; // System.Xml.CharEntityEncoderFallback System.Xml.XmlEncodedRawTextWriter::charEntityFallback CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * ___charEntityFallback_24; // System.Xml.NewLineHandling System.Xml.XmlEncodedRawTextWriter::newLineHandling int32_t ___newLineHandling_25; // System.Boolean System.Xml.XmlEncodedRawTextWriter::closeOutput bool ___closeOutput_26; // System.Boolean System.Xml.XmlEncodedRawTextWriter::omitXmlDeclaration bool ___omitXmlDeclaration_27; // System.String System.Xml.XmlEncodedRawTextWriter::newLineChars String_t* ___newLineChars_28; // System.Boolean System.Xml.XmlEncodedRawTextWriter::checkCharacters bool ___checkCharacters_29; // System.Xml.XmlStandalone System.Xml.XmlEncodedRawTextWriter::standalone int32_t ___standalone_30; // System.Xml.XmlOutputMethod System.Xml.XmlEncodedRawTextWriter::outputMethod int32_t ___outputMethod_31; // System.Boolean System.Xml.XmlEncodedRawTextWriter::autoXmlDeclaration bool ___autoXmlDeclaration_32; // System.Boolean System.Xml.XmlEncodedRawTextWriter::mergeCDataSections bool ___mergeCDataSections_33; public: inline static int32_t get_offset_of_useAsync_2() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___useAsync_2)); } inline bool get_useAsync_2() const { return ___useAsync_2; } inline bool* get_address_of_useAsync_2() { return &___useAsync_2; } inline void set_useAsync_2(bool value) { ___useAsync_2 = value; } inline static int32_t get_offset_of_bufBytes_3() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufBytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bufBytes_3() const { return ___bufBytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bufBytes_3() { return &___bufBytes_3; } inline void set_bufBytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bufBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bufBytes_3), (void*)value); } inline static int32_t get_offset_of_stream_4() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___stream_4)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_4() const { return ___stream_4; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_4() { return &___stream_4; } inline void set_stream_4(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_4), (void*)value); } inline static int32_t get_offset_of_encoding_5() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_5() const { return ___encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_5() { return &___encoding_5; } inline void set_encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_5), (void*)value); } inline static int32_t get_offset_of_xmlCharType_6() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___xmlCharType_6)); } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA get_xmlCharType_6() const { return ___xmlCharType_6; } inline XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * get_address_of_xmlCharType_6() { return &___xmlCharType_6; } inline void set_xmlCharType_6(XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA value) { ___xmlCharType_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_6))->___charProperties_2), (void*)NULL); } inline static int32_t get_offset_of_bufPos_7() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufPos_7)); } inline int32_t get_bufPos_7() const { return ___bufPos_7; } inline int32_t* get_address_of_bufPos_7() { return &___bufPos_7; } inline void set_bufPos_7(int32_t value) { ___bufPos_7 = value; } inline static int32_t get_offset_of_textPos_8() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___textPos_8)); } inline int32_t get_textPos_8() const { return ___textPos_8; } inline int32_t* get_address_of_textPos_8() { return &___textPos_8; } inline void set_textPos_8(int32_t value) { ___textPos_8 = value; } inline static int32_t get_offset_of_contentPos_9() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___contentPos_9)); } inline int32_t get_contentPos_9() const { return ___contentPos_9; } inline int32_t* get_address_of_contentPos_9() { return &___contentPos_9; } inline void set_contentPos_9(int32_t value) { ___contentPos_9 = value; } inline static int32_t get_offset_of_cdataPos_10() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___cdataPos_10)); } inline int32_t get_cdataPos_10() const { return ___cdataPos_10; } inline int32_t* get_address_of_cdataPos_10() { return &___cdataPos_10; } inline void set_cdataPos_10(int32_t value) { ___cdataPos_10 = value; } inline static int32_t get_offset_of_attrEndPos_11() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___attrEndPos_11)); } inline int32_t get_attrEndPos_11() const { return ___attrEndPos_11; } inline int32_t* get_address_of_attrEndPos_11() { return &___attrEndPos_11; } inline void set_attrEndPos_11(int32_t value) { ___attrEndPos_11 = value; } inline static int32_t get_offset_of_bufLen_12() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufLen_12)); } inline int32_t get_bufLen_12() const { return ___bufLen_12; } inline int32_t* get_address_of_bufLen_12() { return &___bufLen_12; } inline void set_bufLen_12(int32_t value) { ___bufLen_12 = value; } inline static int32_t get_offset_of_writeToNull_13() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___writeToNull_13)); } inline bool get_writeToNull_13() const { return ___writeToNull_13; } inline bool* get_address_of_writeToNull_13() { return &___writeToNull_13; } inline void set_writeToNull_13(bool value) { ___writeToNull_13 = value; } inline static int32_t get_offset_of_hadDoubleBracket_14() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___hadDoubleBracket_14)); } inline bool get_hadDoubleBracket_14() const { return ___hadDoubleBracket_14; } inline bool* get_address_of_hadDoubleBracket_14() { return &___hadDoubleBracket_14; } inline void set_hadDoubleBracket_14(bool value) { ___hadDoubleBracket_14 = value; } inline static int32_t get_offset_of_inAttributeValue_15() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___inAttributeValue_15)); } inline bool get_inAttributeValue_15() const { return ___inAttributeValue_15; } inline bool* get_address_of_inAttributeValue_15() { return &___inAttributeValue_15; } inline void set_inAttributeValue_15(bool value) { ___inAttributeValue_15 = value; } inline static int32_t get_offset_of_bufBytesUsed_16() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufBytesUsed_16)); } inline int32_t get_bufBytesUsed_16() const { return ___bufBytesUsed_16; } inline int32_t* get_address_of_bufBytesUsed_16() { return &___bufBytesUsed_16; } inline void set_bufBytesUsed_16(int32_t value) { ___bufBytesUsed_16 = value; } inline static int32_t get_offset_of_bufChars_17() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___bufChars_17)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_bufChars_17() const { return ___bufChars_17; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_bufChars_17() { return &___bufChars_17; } inline void set_bufChars_17(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___bufChars_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___bufChars_17), (void*)value); } inline static int32_t get_offset_of_encoder_18() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___encoder_18)); } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * get_encoder_18() const { return ___encoder_18; } inline Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A ** get_address_of_encoder_18() { return &___encoder_18; } inline void set_encoder_18(Encoder_t5095F24D3B1D0F70D08762B980731B9F1ADEE56A * value) { ___encoder_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoder_18), (void*)value); } inline static int32_t get_offset_of_writer_19() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___writer_19)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_writer_19() const { return ___writer_19; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_writer_19() { return &___writer_19; } inline void set_writer_19(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___writer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_19), (void*)value); } inline static int32_t get_offset_of_trackTextContent_20() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___trackTextContent_20)); } inline bool get_trackTextContent_20() const { return ___trackTextContent_20; } inline bool* get_address_of_trackTextContent_20() { return &___trackTextContent_20; } inline void set_trackTextContent_20(bool value) { ___trackTextContent_20 = value; } inline static int32_t get_offset_of_inTextContent_21() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___inTextContent_21)); } inline bool get_inTextContent_21() const { return ___inTextContent_21; } inline bool* get_address_of_inTextContent_21() { return &___inTextContent_21; } inline void set_inTextContent_21(bool value) { ___inTextContent_21 = value; } inline static int32_t get_offset_of_lastMarkPos_22() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___lastMarkPos_22)); } inline int32_t get_lastMarkPos_22() const { return ___lastMarkPos_22; } inline int32_t* get_address_of_lastMarkPos_22() { return &___lastMarkPos_22; } inline void set_lastMarkPos_22(int32_t value) { ___lastMarkPos_22 = value; } inline static int32_t get_offset_of_textContentMarks_23() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___textContentMarks_23)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_textContentMarks_23() const { return ___textContentMarks_23; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_textContentMarks_23() { return &___textContentMarks_23; } inline void set_textContentMarks_23(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___textContentMarks_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___textContentMarks_23), (void*)value); } inline static int32_t get_offset_of_charEntityFallback_24() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___charEntityFallback_24)); } inline CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * get_charEntityFallback_24() const { return ___charEntityFallback_24; } inline CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE ** get_address_of_charEntityFallback_24() { return &___charEntityFallback_24; } inline void set_charEntityFallback_24(CharEntityEncoderFallback_t4D5B1863C30C436F12B2BE9E8EE22193E27960EE * value) { ___charEntityFallback_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___charEntityFallback_24), (void*)value); } inline static int32_t get_offset_of_newLineHandling_25() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___newLineHandling_25)); } inline int32_t get_newLineHandling_25() const { return ___newLineHandling_25; } inline int32_t* get_address_of_newLineHandling_25() { return &___newLineHandling_25; } inline void set_newLineHandling_25(int32_t value) { ___newLineHandling_25 = value; } inline static int32_t get_offset_of_closeOutput_26() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___closeOutput_26)); } inline bool get_closeOutput_26() const { return ___closeOutput_26; } inline bool* get_address_of_closeOutput_26() { return &___closeOutput_26; } inline void set_closeOutput_26(bool value) { ___closeOutput_26 = value; } inline static int32_t get_offset_of_omitXmlDeclaration_27() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___omitXmlDeclaration_27)); } inline bool get_omitXmlDeclaration_27() const { return ___omitXmlDeclaration_27; } inline bool* get_address_of_omitXmlDeclaration_27() { return &___omitXmlDeclaration_27; } inline void set_omitXmlDeclaration_27(bool value) { ___omitXmlDeclaration_27 = value; } inline static int32_t get_offset_of_newLineChars_28() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___newLineChars_28)); } inline String_t* get_newLineChars_28() const { return ___newLineChars_28; } inline String_t** get_address_of_newLineChars_28() { return &___newLineChars_28; } inline void set_newLineChars_28(String_t* value) { ___newLineChars_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___newLineChars_28), (void*)value); } inline static int32_t get_offset_of_checkCharacters_29() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___checkCharacters_29)); } inline bool get_checkCharacters_29() const { return ___checkCharacters_29; } inline bool* get_address_of_checkCharacters_29() { return &___checkCharacters_29; } inline void set_checkCharacters_29(bool value) { ___checkCharacters_29 = value; } inline static int32_t get_offset_of_standalone_30() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___standalone_30)); } inline int32_t get_standalone_30() const { return ___standalone_30; } inline int32_t* get_address_of_standalone_30() { return &___standalone_30; } inline void set_standalone_30(int32_t value) { ___standalone_30 = value; } inline static int32_t get_offset_of_outputMethod_31() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___outputMethod_31)); } inline int32_t get_outputMethod_31() const { return ___outputMethod_31; } inline int32_t* get_address_of_outputMethod_31() { return &___outputMethod_31; } inline void set_outputMethod_31(int32_t value) { ___outputMethod_31 = value; } inline static int32_t get_offset_of_autoXmlDeclaration_32() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___autoXmlDeclaration_32)); } inline bool get_autoXmlDeclaration_32() const { return ___autoXmlDeclaration_32; } inline bool* get_address_of_autoXmlDeclaration_32() { return &___autoXmlDeclaration_32; } inline void set_autoXmlDeclaration_32(bool value) { ___autoXmlDeclaration_32 = value; } inline static int32_t get_offset_of_mergeCDataSections_33() { return static_cast(offsetof(XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51, ___mergeCDataSections_33)); } inline bool get_mergeCDataSections_33() const { return ___mergeCDataSections_33; } inline bool* get_address_of_mergeCDataSections_33() { return &___mergeCDataSections_33; } inline void set_mergeCDataSections_33(bool value) { ___mergeCDataSections_33 = value; } }; // System.Xml.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.AbsoluteQuery struct AbsoluteQuery_tAABD71B163C1677956AE9C3C009BA7BBEA2F341C : public ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // System.ArithmeticException struct ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // MS.Internal.Xml.XPath.AttributeQuery struct AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // System.Boolean MS.Internal.Xml.XPath.AttributeQuery::onAttribute bool ___onAttribute_9; public: inline static int32_t get_offset_of_onAttribute_9() { return static_cast(offsetof(AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A, ___onAttribute_9)); } inline bool get_onAttribute_9() const { return ___onAttribute_9; } inline bool* get_address_of_onAttribute_9() { return &___onAttribute_9; } inline void set_onAttribute_9(bool value) { ___onAttribute_9 = value; } }; // MS.Internal.Xml.XPath.BooleanExpr struct BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD : public ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.BooleanExpr::opnd1 Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd1_1; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.BooleanExpr::opnd2 Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd2_2; // System.Boolean MS.Internal.Xml.XPath.BooleanExpr::isOr bool ___isOr_3; public: inline static int32_t get_offset_of_opnd1_1() { return static_cast(offsetof(BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD, ___opnd1_1)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_opnd1_1() const { return ___opnd1_1; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_opnd1_1() { return &___opnd1_1; } inline void set_opnd1_1(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___opnd1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd1_1), (void*)value); } inline static int32_t get_offset_of_opnd2_2() { return static_cast(offsetof(BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD, ___opnd2_2)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_opnd2_2() const { return ___opnd2_2; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_opnd2_2() { return &___opnd2_2; } inline void set_opnd2_2(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___opnd2_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd2_2), (void*)value); } inline static int32_t get_offset_of_isOr_3() { return static_cast(offsetof(BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD, ___isOr_3)); } inline bool get_isOr_3() const { return ___isOr_3; } inline bool* get_address_of_isOr_3() { return &___isOr_3; } inline void set_isOr_3(bool value) { ___isOr_3 = value; } }; // MS.Internal.Xml.XPath.BooleanFunctions struct BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED : public ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.BooleanFunctions::arg Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg_1; // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.BooleanFunctions::funcType int32_t ___funcType_2; public: inline static int32_t get_offset_of_arg_1() { return static_cast(offsetof(BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED, ___arg_1)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_arg_1() const { return ___arg_1; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_arg_1() { return &___arg_1; } inline void set_arg_1(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___arg_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg_1), (void*)value); } inline static int32_t get_offset_of_funcType_2() { return static_cast(offsetof(BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED, ___funcType_2)); } inline int32_t get_funcType_2() const { return ___funcType_2; } inline int32_t* get_address_of_funcType_2() { return &___funcType_2; } inline void set_funcType_2(int32_t value) { ___funcType_2 = 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); } }; // MS.Internal.Xml.XPath.ChildrenQuery struct ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.ChildrenQuery::iterator XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___iterator_9; public: inline static int32_t get_offset_of_iterator_9() { return static_cast(offsetof(ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF, ___iterator_9)); } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * get_iterator_9() const { return ___iterator_9; } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 ** get_address_of_iterator_9() { return &___iterator_9; } inline void set_iterator_9(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * value) { ___iterator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___iterator_9), (void*)value); } }; // MS.Internal.Xml.XPath.DescendantBaseQuery struct DescendantBaseQuery_t0F767CDC4743D22E1E4EE07FAA2E9D0823BD2810 : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // System.Boolean MS.Internal.Xml.XPath.DescendantBaseQuery::matchSelf bool ___matchSelf_9; // System.Boolean MS.Internal.Xml.XPath.DescendantBaseQuery::abbrAxis bool ___abbrAxis_10; public: inline static int32_t get_offset_of_matchSelf_9() { return static_cast(offsetof(DescendantBaseQuery_t0F767CDC4743D22E1E4EE07FAA2E9D0823BD2810, ___matchSelf_9)); } inline bool get_matchSelf_9() const { return ___matchSelf_9; } inline bool* get_address_of_matchSelf_9() { return &___matchSelf_9; } inline void set_matchSelf_9(bool value) { ___matchSelf_9 = value; } inline static int32_t get_offset_of_abbrAxis_10() { return static_cast(offsetof(DescendantBaseQuery_t0F767CDC4743D22E1E4EE07FAA2E9D0823BD2810, ___abbrAxis_10)); } inline bool get_abbrAxis_10() const { return ___abbrAxis_10; } inline bool* get_address_of_abbrAxis_10() { return &___abbrAxis_10; } inline void set_abbrAxis_10(bool value) { ___abbrAxis_10 = value; } }; // System.Xml.Schema.DfaContentValidator struct DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73 : public ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C { public: // System.Int32[][] System.Xml.Schema.DfaContentValidator::transitionTable Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___transitionTable_7; // System.Xml.Schema.SymbolsDictionary System.Xml.Schema.DfaContentValidator::symbols SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols_8; public: inline static int32_t get_offset_of_transitionTable_7() { return static_cast(offsetof(DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73, ___transitionTable_7)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get_transitionTable_7() const { return ___transitionTable_7; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of_transitionTable_7() { return &___transitionTable_7; } inline void set_transitionTable_7(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ___transitionTable_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___transitionTable_7), (void*)value); } inline static int32_t get_offset_of_symbols_8() { return static_cast(offsetof(DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73, ___symbols_8)); } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * get_symbols_8() const { return ___symbols_8; } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF ** get_address_of_symbols_8() { return &___symbols_8; } inline void set_symbols_8(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * value) { ___symbols_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___symbols_8), (void*)value); } }; // MS.Internal.Xml.XPath.DocumentOrderQuery struct DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 : public CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 { public: public: }; // MS.Internal.Xml.XPath.FilterQuery struct FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.FilterQuery::cond Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___cond_9; // System.Boolean MS.Internal.Xml.XPath.FilterQuery::noPosition bool ___noPosition_10; public: inline static int32_t get_offset_of_cond_9() { return static_cast(offsetof(FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF, ___cond_9)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_cond_9() const { return ___cond_9; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_cond_9() { return &___cond_9; } inline void set_cond_9(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___cond_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cond_9), (void*)value); } inline static int32_t get_offset_of_noPosition_10() { return static_cast(offsetof(FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF, ___noPosition_10)); } inline bool get_noPosition_10() const { return ___noPosition_10; } inline bool* get_address_of_noPosition_10() { return &___noPosition_10; } inline void set_noPosition_10(bool value) { ___noPosition_10 = value; } }; // MS.Internal.Xml.XPath.FollSiblingQuery struct FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // MS.Internal.Xml.XPath.ClonableStack`1 MS.Internal.Xml.XPath.FollSiblingQuery::elementStk ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * ___elementStk_9; // System.Collections.Generic.List`1 MS.Internal.Xml.XPath.FollSiblingQuery::parentStk List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * ___parentStk_10; // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollSiblingQuery::nextInput XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nextInput_11; public: inline static int32_t get_offset_of_elementStk_9() { return static_cast(offsetof(FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84, ___elementStk_9)); } inline ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * get_elementStk_9() const { return ___elementStk_9; } inline ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 ** get_address_of_elementStk_9() { return &___elementStk_9; } inline void set_elementStk_9(ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * value) { ___elementStk_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementStk_9), (void*)value); } inline static int32_t get_offset_of_parentStk_10() { return static_cast(offsetof(FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84, ___parentStk_10)); } inline List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * get_parentStk_10() const { return ___parentStk_10; } inline List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 ** get_address_of_parentStk_10() { return &___parentStk_10; } inline void set_parentStk_10(List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * value) { ___parentStk_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___parentStk_10), (void*)value); } inline static int32_t get_offset_of_nextInput_11() { return static_cast(offsetof(FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84, ___nextInput_11)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_nextInput_11() const { return ___nextInput_11; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_nextInput_11() { return &___nextInput_11; } inline void set_nextInput_11(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___nextInput_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextInput_11), (void*)value); } }; // MS.Internal.Xml.XPath.FollowingQuery struct FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollowingQuery::input XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___input_9; // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FollowingQuery::iterator XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___iterator_10; public: inline static int32_t get_offset_of_input_9() { return static_cast(offsetof(FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658, ___input_9)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_input_9() const { return ___input_9; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_input_9() { return &___input_9; } inline void set_input_9(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___input_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_9), (void*)value); } inline static int32_t get_offset_of_iterator_10() { return static_cast(offsetof(FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658, ___iterator_10)); } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * get_iterator_10() const { return ___iterator_10; } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 ** get_address_of_iterator_10() { return &___iterator_10; } inline void set_iterator_10(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * value) { ___iterator_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___iterator_10), (void*)value); } }; // MS.Internal.Xml.XPath.ForwardPositionQuery struct ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF : public CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 { public: public: }; // MS.Internal.Xml.XPath.FunctionQuery struct FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 : public ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 { public: // System.Collections.Generic.IList`1 MS.Internal.Xml.XPath.FunctionQuery::args RuntimeObject* ___args_5; // System.Xml.Xsl.IXsltContextFunction MS.Internal.Xml.XPath.FunctionQuery::function RuntimeObject* ___function_6; public: inline static int32_t get_offset_of_args_5() { return static_cast(offsetof(FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2, ___args_5)); } inline RuntimeObject* get_args_5() const { return ___args_5; } inline RuntimeObject** get_address_of_args_5() { return &___args_5; } inline void set_args_5(RuntimeObject* value) { ___args_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___args_5), (void*)value); } inline static int32_t get_offset_of_function_6() { return static_cast(offsetof(FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2, ___function_6)); } inline RuntimeObject* get_function_6() const { return ___function_6; } inline RuntimeObject** get_address_of_function_6() { return &___function_6; } inline void set_function_6(RuntimeObject* value) { ___function_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___function_6), (void*)value); } }; // MS.Internal.Xml.XPath.GroupQuery struct GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: public: }; // System.Xml.HtmlEncodedRawTextWriter struct HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D : public XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 { public: // System.Xml.ByteStack System.Xml.HtmlEncodedRawTextWriter::elementScope ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * ___elementScope_34; // System.Xml.ElementProperties System.Xml.HtmlEncodedRawTextWriter::currentElementProperties uint32_t ___currentElementProperties_35; // System.Xml.AttributeProperties System.Xml.HtmlEncodedRawTextWriter::currentAttributeProperties uint32_t ___currentAttributeProperties_36; // System.Boolean System.Xml.HtmlEncodedRawTextWriter::endsWithAmpersand bool ___endsWithAmpersand_37; // System.Byte[] System.Xml.HtmlEncodedRawTextWriter::uriEscapingBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___uriEscapingBuffer_38; // System.String System.Xml.HtmlEncodedRawTextWriter::mediaType String_t* ___mediaType_39; // System.Boolean System.Xml.HtmlEncodedRawTextWriter::doNotEscapeUriAttributes bool ___doNotEscapeUriAttributes_40; public: inline static int32_t get_offset_of_elementScope_34() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D, ___elementScope_34)); } inline ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * get_elementScope_34() const { return ___elementScope_34; } inline ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 ** get_address_of_elementScope_34() { return &___elementScope_34; } inline void set_elementScope_34(ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * value) { ___elementScope_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementScope_34), (void*)value); } inline static int32_t get_offset_of_currentElementProperties_35() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D, ___currentElementProperties_35)); } inline uint32_t get_currentElementProperties_35() const { return ___currentElementProperties_35; } inline uint32_t* get_address_of_currentElementProperties_35() { return &___currentElementProperties_35; } inline void set_currentElementProperties_35(uint32_t value) { ___currentElementProperties_35 = value; } inline static int32_t get_offset_of_currentAttributeProperties_36() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D, ___currentAttributeProperties_36)); } inline uint32_t get_currentAttributeProperties_36() const { return ___currentAttributeProperties_36; } inline uint32_t* get_address_of_currentAttributeProperties_36() { return &___currentAttributeProperties_36; } inline void set_currentAttributeProperties_36(uint32_t value) { ___currentAttributeProperties_36 = value; } inline static int32_t get_offset_of_endsWithAmpersand_37() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D, ___endsWithAmpersand_37)); } inline bool get_endsWithAmpersand_37() const { return ___endsWithAmpersand_37; } inline bool* get_address_of_endsWithAmpersand_37() { return &___endsWithAmpersand_37; } inline void set_endsWithAmpersand_37(bool value) { ___endsWithAmpersand_37 = value; } inline static int32_t get_offset_of_uriEscapingBuffer_38() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D, ___uriEscapingBuffer_38)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_uriEscapingBuffer_38() const { return ___uriEscapingBuffer_38; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_uriEscapingBuffer_38() { return &___uriEscapingBuffer_38; } inline void set_uriEscapingBuffer_38(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___uriEscapingBuffer_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___uriEscapingBuffer_38), (void*)value); } inline static int32_t get_offset_of_mediaType_39() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D, ___mediaType_39)); } inline String_t* get_mediaType_39() const { return ___mediaType_39; } inline String_t** get_address_of_mediaType_39() { return &___mediaType_39; } inline void set_mediaType_39(String_t* value) { ___mediaType_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_39), (void*)value); } inline static int32_t get_offset_of_doNotEscapeUriAttributes_40() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D, ___doNotEscapeUriAttributes_40)); } inline bool get_doNotEscapeUriAttributes_40() const { return ___doNotEscapeUriAttributes_40; } inline bool* get_address_of_doNotEscapeUriAttributes_40() { return &___doNotEscapeUriAttributes_40; } inline void set_doNotEscapeUriAttributes_40(bool value) { ___doNotEscapeUriAttributes_40 = value; } }; struct HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields { public: // System.Xml.TernaryTreeReadOnly System.Xml.HtmlEncodedRawTextWriter::elementPropertySearch TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * ___elementPropertySearch_41; // System.Xml.TernaryTreeReadOnly System.Xml.HtmlEncodedRawTextWriter::attributePropertySearch TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * ___attributePropertySearch_42; public: inline static int32_t get_offset_of_elementPropertySearch_41() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields, ___elementPropertySearch_41)); } inline TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * get_elementPropertySearch_41() const { return ___elementPropertySearch_41; } inline TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF ** get_address_of_elementPropertySearch_41() { return &___elementPropertySearch_41; } inline void set_elementPropertySearch_41(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * value) { ___elementPropertySearch_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementPropertySearch_41), (void*)value); } inline static int32_t get_offset_of_attributePropertySearch_42() { return static_cast(offsetof(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields, ___attributePropertySearch_42)); } inline TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * get_attributePropertySearch_42() const { return ___attributePropertySearch_42; } inline TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF ** get_address_of_attributePropertySearch_42() { return &___attributePropertySearch_42; } inline void set_attributePropertySearch_42(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * value) { ___attributePropertySearch_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributePropertySearch_42), (void*)value); } }; // System.Xml.HtmlUtf8RawTextWriter struct HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA : public XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 { public: // System.Xml.ByteStack System.Xml.HtmlUtf8RawTextWriter::elementScope ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * ___elementScope_25; // System.Xml.ElementProperties System.Xml.HtmlUtf8RawTextWriter::currentElementProperties uint32_t ___currentElementProperties_26; // System.Xml.AttributeProperties System.Xml.HtmlUtf8RawTextWriter::currentAttributeProperties uint32_t ___currentAttributeProperties_27; // System.Boolean System.Xml.HtmlUtf8RawTextWriter::endsWithAmpersand bool ___endsWithAmpersand_28; // System.Byte[] System.Xml.HtmlUtf8RawTextWriter::uriEscapingBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___uriEscapingBuffer_29; // System.String System.Xml.HtmlUtf8RawTextWriter::mediaType String_t* ___mediaType_30; // System.Boolean System.Xml.HtmlUtf8RawTextWriter::doNotEscapeUriAttributes bool ___doNotEscapeUriAttributes_31; public: inline static int32_t get_offset_of_elementScope_25() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA, ___elementScope_25)); } inline ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * get_elementScope_25() const { return ___elementScope_25; } inline ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 ** get_address_of_elementScope_25() { return &___elementScope_25; } inline void set_elementScope_25(ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * value) { ___elementScope_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementScope_25), (void*)value); } inline static int32_t get_offset_of_currentElementProperties_26() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA, ___currentElementProperties_26)); } inline uint32_t get_currentElementProperties_26() const { return ___currentElementProperties_26; } inline uint32_t* get_address_of_currentElementProperties_26() { return &___currentElementProperties_26; } inline void set_currentElementProperties_26(uint32_t value) { ___currentElementProperties_26 = value; } inline static int32_t get_offset_of_currentAttributeProperties_27() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA, ___currentAttributeProperties_27)); } inline uint32_t get_currentAttributeProperties_27() const { return ___currentAttributeProperties_27; } inline uint32_t* get_address_of_currentAttributeProperties_27() { return &___currentAttributeProperties_27; } inline void set_currentAttributeProperties_27(uint32_t value) { ___currentAttributeProperties_27 = value; } inline static int32_t get_offset_of_endsWithAmpersand_28() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA, ___endsWithAmpersand_28)); } inline bool get_endsWithAmpersand_28() const { return ___endsWithAmpersand_28; } inline bool* get_address_of_endsWithAmpersand_28() { return &___endsWithAmpersand_28; } inline void set_endsWithAmpersand_28(bool value) { ___endsWithAmpersand_28 = value; } inline static int32_t get_offset_of_uriEscapingBuffer_29() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA, ___uriEscapingBuffer_29)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_uriEscapingBuffer_29() const { return ___uriEscapingBuffer_29; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_uriEscapingBuffer_29() { return &___uriEscapingBuffer_29; } inline void set_uriEscapingBuffer_29(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___uriEscapingBuffer_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___uriEscapingBuffer_29), (void*)value); } inline static int32_t get_offset_of_mediaType_30() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA, ___mediaType_30)); } inline String_t* get_mediaType_30() const { return ___mediaType_30; } inline String_t** get_address_of_mediaType_30() { return &___mediaType_30; } inline void set_mediaType_30(String_t* value) { ___mediaType_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_30), (void*)value); } inline static int32_t get_offset_of_doNotEscapeUriAttributes_31() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA, ___doNotEscapeUriAttributes_31)); } inline bool get_doNotEscapeUriAttributes_31() const { return ___doNotEscapeUriAttributes_31; } inline bool* get_address_of_doNotEscapeUriAttributes_31() { return &___doNotEscapeUriAttributes_31; } inline void set_doNotEscapeUriAttributes_31(bool value) { ___doNotEscapeUriAttributes_31 = value; } }; struct HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields { public: // System.Xml.TernaryTreeReadOnly System.Xml.HtmlUtf8RawTextWriter::elementPropertySearch TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * ___elementPropertySearch_32; // System.Xml.TernaryTreeReadOnly System.Xml.HtmlUtf8RawTextWriter::attributePropertySearch TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * ___attributePropertySearch_33; public: inline static int32_t get_offset_of_elementPropertySearch_32() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields, ___elementPropertySearch_32)); } inline TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * get_elementPropertySearch_32() const { return ___elementPropertySearch_32; } inline TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF ** get_address_of_elementPropertySearch_32() { return &___elementPropertySearch_32; } inline void set_elementPropertySearch_32(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * value) { ___elementPropertySearch_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementPropertySearch_32), (void*)value); } inline static int32_t get_offset_of_attributePropertySearch_33() { return static_cast(offsetof(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields, ___attributePropertySearch_33)); } inline TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * get_attributePropertySearch_33() const { return ___attributePropertySearch_33; } inline TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF ** get_address_of_attributePropertySearch_33() { return &___attributePropertySearch_33; } inline void set_attributePropertySearch_33(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * value) { ___attributePropertySearch_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributePropertySearch_33), (void*)value); } }; // MS.Internal.Xml.XPath.IDQuery struct IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E : public CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // MS.Internal.Xml.XPath.LogicalExpr struct LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF : public ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB { public: // MS.Internal.Xml.XPath.Operator/Op MS.Internal.Xml.XPath.LogicalExpr::op int32_t ___op_1; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.LogicalExpr::opnd1 Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd1_2; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.LogicalExpr::opnd2 Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd2_3; public: inline static int32_t get_offset_of_op_1() { return static_cast(offsetof(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF, ___op_1)); } inline int32_t get_op_1() const { return ___op_1; } inline int32_t* get_address_of_op_1() { return &___op_1; } inline void set_op_1(int32_t value) { ___op_1 = value; } inline static int32_t get_offset_of_opnd1_2() { return static_cast(offsetof(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF, ___opnd1_2)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_opnd1_2() const { return ___opnd1_2; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_opnd1_2() { return &___opnd1_2; } inline void set_opnd1_2(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___opnd1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd1_2), (void*)value); } inline static int32_t get_offset_of_opnd2_3() { return static_cast(offsetof(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF, ___opnd2_3)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_opnd2_3() const { return ___opnd2_3; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_opnd2_3() { return &___opnd2_3; } inline void set_opnd2_3(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___opnd2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd2_3), (void*)value); } }; struct LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_StaticFields { public: // MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[][] MS.Internal.Xml.XPath.LogicalExpr::CompXsltE cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* ___CompXsltE_4; // MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[][] MS.Internal.Xml.XPath.LogicalExpr::CompXsltO cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* ___CompXsltO_5; public: inline static int32_t get_offset_of_CompXsltE_4() { return static_cast(offsetof(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_StaticFields, ___CompXsltE_4)); } inline cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* get_CompXsltE_4() const { return ___CompXsltE_4; } inline cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41** get_address_of_CompXsltE_4() { return &___CompXsltE_4; } inline void set_CompXsltE_4(cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* value) { ___CompXsltE_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompXsltE_4), (void*)value); } inline static int32_t get_offset_of_CompXsltO_5() { return static_cast(offsetof(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_StaticFields, ___CompXsltO_5)); } inline cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* get_CompXsltO_5() const { return ___CompXsltO_5; } inline cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41** get_address_of_CompXsltO_5() { return &___CompXsltO_5; } inline void set_CompXsltO_5(cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* value) { ___CompXsltO_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompXsltO_5), (void*)value); } }; // MS.Internal.Xml.XPath.MergeFilterQuery struct MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 : public CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.MergeFilterQuery::child Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___child_3; public: inline static int32_t get_offset_of_child_3() { return static_cast(offsetof(MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315, ___child_3)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_child_3() const { return ___child_3; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_child_3() { return &___child_3; } inline void set_child_3(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___child_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___child_3), (void*)value); } }; // MS.Internal.Xml.XPath.NamespaceQuery struct NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // System.Boolean MS.Internal.Xml.XPath.NamespaceQuery::onNamespace bool ___onNamespace_9; public: inline static int32_t get_offset_of_onNamespace_9() { return static_cast(offsetof(NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B, ___onNamespace_9)); } inline bool get_onNamespace_9() const { return ___onNamespace_9; } inline bool* get_address_of_onNamespace_9() { return &___onNamespace_9; } inline void set_onNamespace_9(bool value) { ___onNamespace_9 = value; } }; // System.Xml.Schema.NfaContentValidator struct NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC : public ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C { public: // System.Xml.Schema.BitSet System.Xml.Schema.NfaContentValidator::firstpos BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos_7; // System.Xml.Schema.BitSet[] System.Xml.Schema.NfaContentValidator::followpos BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos_8; // System.Xml.Schema.SymbolsDictionary System.Xml.Schema.NfaContentValidator::symbols SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols_9; // System.Xml.Schema.Positions System.Xml.Schema.NfaContentValidator::positions Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions_10; // System.Int32 System.Xml.Schema.NfaContentValidator::endMarkerPos int32_t ___endMarkerPos_11; public: inline static int32_t get_offset_of_firstpos_7() { return static_cast(offsetof(NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC, ___firstpos_7)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_firstpos_7() const { return ___firstpos_7; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_firstpos_7() { return &___firstpos_7; } inline void set_firstpos_7(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___firstpos_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstpos_7), (void*)value); } inline static int32_t get_offset_of_followpos_8() { return static_cast(offsetof(NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC, ___followpos_8)); } inline BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* get_followpos_8() const { return ___followpos_8; } inline BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD** get_address_of_followpos_8() { return &___followpos_8; } inline void set_followpos_8(BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* value) { ___followpos_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___followpos_8), (void*)value); } inline static int32_t get_offset_of_symbols_9() { return static_cast(offsetof(NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC, ___symbols_9)); } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * get_symbols_9() const { return ___symbols_9; } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF ** get_address_of_symbols_9() { return &___symbols_9; } inline void set_symbols_9(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * value) { ___symbols_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___symbols_9), (void*)value); } inline static int32_t get_offset_of_positions_10() { return static_cast(offsetof(NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC, ___positions_10)); } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * get_positions_10() const { return ___positions_10; } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F ** get_address_of_positions_10() { return &___positions_10; } inline void set_positions_10(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * value) { ___positions_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_10), (void*)value); } inline static int32_t get_offset_of_endMarkerPos_11() { return static_cast(offsetof(NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC, ___endMarkerPos_11)); } inline int32_t get_endMarkerPos_11() const { return ___endMarkerPos_11; } inline int32_t* get_address_of_endMarkerPos_11() { return &___endMarkerPos_11; } inline void set_endMarkerPos_11(int32_t value) { ___endMarkerPos_11 = value; } }; // MS.Internal.Xml.XPath.NodeFunctions struct NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A : public ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.NodeFunctions::arg Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg_1; // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.NodeFunctions::funcType int32_t ___funcType_2; // System.Xml.Xsl.XsltContext MS.Internal.Xml.XPath.NodeFunctions::xsltContext XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___xsltContext_3; public: inline static int32_t get_offset_of_arg_1() { return static_cast(offsetof(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A, ___arg_1)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_arg_1() const { return ___arg_1; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_arg_1() { return &___arg_1; } inline void set_arg_1(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___arg_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg_1), (void*)value); } inline static int32_t get_offset_of_funcType_2() { return static_cast(offsetof(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A, ___funcType_2)); } inline int32_t get_funcType_2() const { return ___funcType_2; } inline int32_t* get_address_of_funcType_2() { return &___funcType_2; } inline void set_funcType_2(int32_t value) { ___funcType_2 = value; } inline static int32_t get_offset_of_xsltContext_3() { return static_cast(offsetof(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A, ___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); } }; // MS.Internal.Xml.XPath.NumberFunctions struct NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 : public ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB { public: // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.NumberFunctions::arg Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg_1; // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.NumberFunctions::ftype int32_t ___ftype_2; public: inline static int32_t get_offset_of_arg_1() { return static_cast(offsetof(NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2, ___arg_1)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_arg_1() const { return ___arg_1; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_arg_1() { return &___arg_1; } inline void set_arg_1(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___arg_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___arg_1), (void*)value); } inline static int32_t get_offset_of_ftype_2() { return static_cast(offsetof(NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2, ___ftype_2)); } inline int32_t get_ftype_2() const { return ___ftype_2; } inline int32_t* get_address_of_ftype_2() { return &___ftype_2; } inline void set_ftype_2(int32_t value) { ___ftype_2 = value; } }; // MS.Internal.Xml.XPath.NumericExpr struct NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 : public ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB { public: // MS.Internal.Xml.XPath.Operator/Op MS.Internal.Xml.XPath.NumericExpr::op int32_t ___op_1; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.NumericExpr::opnd1 Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd1_2; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.NumericExpr::opnd2 Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd2_3; public: inline static int32_t get_offset_of_op_1() { return static_cast(offsetof(NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012, ___op_1)); } inline int32_t get_op_1() const { return ___op_1; } inline int32_t* get_address_of_op_1() { return &___op_1; } inline void set_op_1(int32_t value) { ___op_1 = value; } inline static int32_t get_offset_of_opnd1_2() { return static_cast(offsetof(NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012, ___opnd1_2)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_opnd1_2() const { return ___opnd1_2; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_opnd1_2() { return &___opnd1_2; } inline void set_opnd1_2(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___opnd1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd1_2), (void*)value); } inline static int32_t get_offset_of_opnd2_3() { return static_cast(offsetof(NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012, ___opnd2_3)); } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * get_opnd2_3() const { return ___opnd2_3; } inline Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 ** get_address_of_opnd2_3() { return &___opnd2_3; } inline void set_opnd2_3(Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * value) { ___opnd2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___opnd2_3), (void*)value); } }; // System.Xml.OnRemoveWriter struct OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B : public MulticastDelegate_t { public: public: }; // MS.Internal.Xml.XPath.OperandQuery struct OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1 : public ValueQuery_tA81C824BD61892209DF8D9E9ED8155B3669BA6AB { public: // System.Object MS.Internal.Xml.XPath.OperandQuery::val RuntimeObject * ___val_1; public: inline static int32_t get_offset_of_val_1() { return static_cast(offsetof(OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1, ___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); } }; // System.Xml.Schema.ParticleContentValidator struct ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 : public ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C { public: // System.Xml.Schema.SymbolsDictionary System.Xml.Schema.ParticleContentValidator::symbols SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols_7; // System.Xml.Schema.Positions System.Xml.Schema.ParticleContentValidator::positions Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions_8; // System.Collections.Stack System.Xml.Schema.ParticleContentValidator::stack Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * ___stack_9; // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.ParticleContentValidator::contentNode SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___contentNode_10; // System.Boolean System.Xml.Schema.ParticleContentValidator::isPartial bool ___isPartial_11; // System.Int32 System.Xml.Schema.ParticleContentValidator::minMaxNodesCount int32_t ___minMaxNodesCount_12; // System.Boolean System.Xml.Schema.ParticleContentValidator::enableUpaCheck bool ___enableUpaCheck_13; public: inline static int32_t get_offset_of_symbols_7() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___symbols_7)); } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * get_symbols_7() const { return ___symbols_7; } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF ** get_address_of_symbols_7() { return &___symbols_7; } inline void set_symbols_7(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * value) { ___symbols_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___symbols_7), (void*)value); } inline static int32_t get_offset_of_positions_8() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___positions_8)); } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * get_positions_8() const { return ___positions_8; } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F ** get_address_of_positions_8() { return &___positions_8; } inline void set_positions_8(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * value) { ___positions_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_8), (void*)value); } inline static int32_t get_offset_of_stack_9() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___stack_9)); } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * get_stack_9() const { return ___stack_9; } inline Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 ** get_address_of_stack_9() { return &___stack_9; } inline void set_stack_9(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * value) { ___stack_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___stack_9), (void*)value); } inline static int32_t get_offset_of_contentNode_10() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___contentNode_10)); } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * get_contentNode_10() const { return ___contentNode_10; } inline SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 ** get_address_of_contentNode_10() { return &___contentNode_10; } inline void set_contentNode_10(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * value) { ___contentNode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___contentNode_10), (void*)value); } inline static int32_t get_offset_of_isPartial_11() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___isPartial_11)); } inline bool get_isPartial_11() const { return ___isPartial_11; } inline bool* get_address_of_isPartial_11() { return &___isPartial_11; } inline void set_isPartial_11(bool value) { ___isPartial_11 = value; } inline static int32_t get_offset_of_minMaxNodesCount_12() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___minMaxNodesCount_12)); } inline int32_t get_minMaxNodesCount_12() const { return ___minMaxNodesCount_12; } inline int32_t* get_address_of_minMaxNodesCount_12() { return &___minMaxNodesCount_12; } inline void set_minMaxNodesCount_12(int32_t value) { ___minMaxNodesCount_12 = value; } inline static int32_t get_offset_of_enableUpaCheck_13() { return static_cast(offsetof(ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8, ___enableUpaCheck_13)); } inline bool get_enableUpaCheck_13() const { return ___enableUpaCheck_13; } inline bool* get_address_of_enableUpaCheck_13() { return &___enableUpaCheck_13; } inline void set_enableUpaCheck_13(bool value) { ___enableUpaCheck_13 = value; } }; // MS.Internal.Xml.XPath.PrecedingQuery struct PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D : public BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A { public: // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.PrecedingQuery::workIterator XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___workIterator_9; // MS.Internal.Xml.XPath.ClonableStack`1 MS.Internal.Xml.XPath.PrecedingQuery::ancestorStk ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * ___ancestorStk_10; public: inline static int32_t get_offset_of_workIterator_9() { return static_cast(offsetof(PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D, ___workIterator_9)); } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * get_workIterator_9() const { return ___workIterator_9; } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 ** get_address_of_workIterator_9() { return &___workIterator_9; } inline void set_workIterator_9(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * value) { ___workIterator_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___workIterator_9), (void*)value); } inline static int32_t get_offset_of_ancestorStk_10() { return static_cast(offsetof(PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D, ___ancestorStk_10)); } inline ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * get_ancestorStk_10() const { return ___ancestorStk_10; } inline ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 ** get_address_of_ancestorStk_10() { return &___ancestorStk_10; } inline void set_ancestorStk_10(ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * value) { ___ancestorStk_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ancestorStk_10), (void*)value); } }; // System.Xml.Schema.RangeContentValidator struct RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52 : public ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C { public: // System.Xml.Schema.BitSet System.Xml.Schema.RangeContentValidator::firstpos BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos_7; // System.Xml.Schema.BitSet[] System.Xml.Schema.RangeContentValidator::followpos BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos_8; // System.Xml.Schema.BitSet System.Xml.Schema.RangeContentValidator::positionsWithRangeTerminals BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___positionsWithRangeTerminals_9; // System.Xml.Schema.SymbolsDictionary System.Xml.Schema.RangeContentValidator::symbols SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols_10; // System.Xml.Schema.Positions System.Xml.Schema.RangeContentValidator::positions Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions_11; // System.Int32 System.Xml.Schema.RangeContentValidator::minMaxNodesCount int32_t ___minMaxNodesCount_12; // System.Int32 System.Xml.Schema.RangeContentValidator::endMarkerPos int32_t ___endMarkerPos_13; public: inline static int32_t get_offset_of_firstpos_7() { return static_cast(offsetof(RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52, ___firstpos_7)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_firstpos_7() const { return ___firstpos_7; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_firstpos_7() { return &___firstpos_7; } inline void set_firstpos_7(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___firstpos_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstpos_7), (void*)value); } inline static int32_t get_offset_of_followpos_8() { return static_cast(offsetof(RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52, ___followpos_8)); } inline BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* get_followpos_8() const { return ___followpos_8; } inline BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD** get_address_of_followpos_8() { return &___followpos_8; } inline void set_followpos_8(BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* value) { ___followpos_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___followpos_8), (void*)value); } inline static int32_t get_offset_of_positionsWithRangeTerminals_9() { return static_cast(offsetof(RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52, ___positionsWithRangeTerminals_9)); } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * get_positionsWithRangeTerminals_9() const { return ___positionsWithRangeTerminals_9; } inline BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** get_address_of_positionsWithRangeTerminals_9() { return &___positionsWithRangeTerminals_9; } inline void set_positionsWithRangeTerminals_9(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * value) { ___positionsWithRangeTerminals_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionsWithRangeTerminals_9), (void*)value); } inline static int32_t get_offset_of_symbols_10() { return static_cast(offsetof(RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52, ___symbols_10)); } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * get_symbols_10() const { return ___symbols_10; } inline SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF ** get_address_of_symbols_10() { return &___symbols_10; } inline void set_symbols_10(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * value) { ___symbols_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___symbols_10), (void*)value); } inline static int32_t get_offset_of_positions_11() { return static_cast(offsetof(RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52, ___positions_11)); } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * get_positions_11() const { return ___positions_11; } inline Positions_t577D66E21F674149C5A3E68851CE88B94C37248F ** get_address_of_positions_11() { return &___positions_11; } inline void set_positions_11(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * value) { ___positions_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___positions_11), (void*)value); } inline static int32_t get_offset_of_minMaxNodesCount_12() { return static_cast(offsetof(RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52, ___minMaxNodesCount_12)); } inline int32_t get_minMaxNodesCount_12() const { return ___minMaxNodesCount_12; } inline int32_t* get_address_of_minMaxNodesCount_12() { return &___minMaxNodesCount_12; } inline void set_minMaxNodesCount_12(int32_t value) { ___minMaxNodesCount_12 = value; } inline static int32_t get_offset_of_endMarkerPos_13() { return static_cast(offsetof(RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52, ___endMarkerPos_13)); } inline int32_t get_endMarkerPos_13() const { return ___endMarkerPos_13; } inline int32_t* get_address_of_endMarkerPos_13() { return &___endMarkerPos_13; } inline void set_endMarkerPos_13(int32_t value) { ___endMarkerPos_13 = value; } }; // 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); } }; // 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); } }; // 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); } }; // 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.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.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); } }; // MS.Internal.Xml.XPath.LogicalExpr/cmpXslt struct cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // MS.Internal.Xml.XPath.CacheChildrenQuery struct CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03 : public ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF { public: // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheChildrenQuery::nextInput XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nextInput_10; // MS.Internal.Xml.XPath.ClonableStack`1 MS.Internal.Xml.XPath.CacheChildrenQuery::elementStk ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * ___elementStk_11; // MS.Internal.Xml.XPath.ClonableStack`1 MS.Internal.Xml.XPath.CacheChildrenQuery::positionStk ClonableStack_1_t759C247F6275DDBBDD0CF060078026DA8B2466D0 * ___positionStk_12; // System.Boolean MS.Internal.Xml.XPath.CacheChildrenQuery::needInput bool ___needInput_13; public: inline static int32_t get_offset_of_nextInput_10() { return static_cast(offsetof(CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03, ___nextInput_10)); } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * get_nextInput_10() const { return ___nextInput_10; } inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 ** get_address_of_nextInput_10() { return &___nextInput_10; } inline void set_nextInput_10(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * value) { ___nextInput_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextInput_10), (void*)value); } inline static int32_t get_offset_of_elementStk_11() { return static_cast(offsetof(CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03, ___elementStk_11)); } inline ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * get_elementStk_11() const { return ___elementStk_11; } inline ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 ** get_address_of_elementStk_11() { return &___elementStk_11; } inline void set_elementStk_11(ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * value) { ___elementStk_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___elementStk_11), (void*)value); } inline static int32_t get_offset_of_positionStk_12() { return static_cast(offsetof(CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03, ___positionStk_12)); } inline ClonableStack_1_t759C247F6275DDBBDD0CF060078026DA8B2466D0 * get_positionStk_12() const { return ___positionStk_12; } inline ClonableStack_1_t759C247F6275DDBBDD0CF060078026DA8B2466D0 ** get_address_of_positionStk_12() { return &___positionStk_12; } inline void set_positionStk_12(ClonableStack_1_t759C247F6275DDBBDD0CF060078026DA8B2466D0 * value) { ___positionStk_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionStk_12), (void*)value); } inline static int32_t get_offset_of_needInput_13() { return static_cast(offsetof(CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03, ___needInput_13)); } inline bool get_needInput_13() const { return ___needInput_13; } inline bool* get_address_of_needInput_13() { return &___needInput_13; } inline void set_needInput_13(bool value) { ___needInput_13 = value; } }; // MS.Internal.Xml.XPath.DescendantOverDescendantQuery struct DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30 : public DescendantBaseQuery_t0F767CDC4743D22E1E4EE07FAA2E9D0823BD2810 { public: // System.Int32 MS.Internal.Xml.XPath.DescendantOverDescendantQuery::level int32_t ___level_11; public: inline static int32_t get_offset_of_level_11() { return static_cast(offsetof(DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30, ___level_11)); } inline int32_t get_level_11() const { return ___level_11; } inline int32_t* get_address_of_level_11() { return &___level_11; } inline void set_level_11(int32_t value) { ___level_11 = value; } }; // MS.Internal.Xml.XPath.DescendantQuery struct DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29 : public DescendantBaseQuery_t0F767CDC4743D22E1E4EE07FAA2E9D0823BD2810 { public: // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.DescendantQuery::nodeIterator XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator_11; public: inline static int32_t get_offset_of_nodeIterator_11() { return static_cast(offsetof(DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29, ___nodeIterator_11)); } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * get_nodeIterator_11() const { return ___nodeIterator_11; } inline XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 ** get_address_of_nodeIterator_11() { return &___nodeIterator_11; } inline void set_nodeIterator_11(XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * value) { ___nodeIterator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodeIterator_11), (void*)value); } }; // System.Xml.HtmlEncodedRawTextWriterIndent struct HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 : public HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D { public: // System.Int32 System.Xml.HtmlEncodedRawTextWriterIndent::indentLevel int32_t ___indentLevel_43; // System.Int32 System.Xml.HtmlEncodedRawTextWriterIndent::endBlockPos int32_t ___endBlockPos_44; // System.String System.Xml.HtmlEncodedRawTextWriterIndent::indentChars String_t* ___indentChars_45; // System.Boolean System.Xml.HtmlEncodedRawTextWriterIndent::newLineOnAttributes bool ___newLineOnAttributes_46; public: inline static int32_t get_offset_of_indentLevel_43() { return static_cast(offsetof(HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2, ___indentLevel_43)); } inline int32_t get_indentLevel_43() const { return ___indentLevel_43; } inline int32_t* get_address_of_indentLevel_43() { return &___indentLevel_43; } inline void set_indentLevel_43(int32_t value) { ___indentLevel_43 = value; } inline static int32_t get_offset_of_endBlockPos_44() { return static_cast(offsetof(HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2, ___endBlockPos_44)); } inline int32_t get_endBlockPos_44() const { return ___endBlockPos_44; } inline int32_t* get_address_of_endBlockPos_44() { return &___endBlockPos_44; } inline void set_endBlockPos_44(int32_t value) { ___endBlockPos_44 = value; } inline static int32_t get_offset_of_indentChars_45() { return static_cast(offsetof(HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2, ___indentChars_45)); } inline String_t* get_indentChars_45() const { return ___indentChars_45; } inline String_t** get_address_of_indentChars_45() { return &___indentChars_45; } inline void set_indentChars_45(String_t* value) { ___indentChars_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___indentChars_45), (void*)value); } inline static int32_t get_offset_of_newLineOnAttributes_46() { return static_cast(offsetof(HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2, ___newLineOnAttributes_46)); } inline bool get_newLineOnAttributes_46() const { return ___newLineOnAttributes_46; } inline bool* get_address_of_newLineOnAttributes_46() { return &___newLineOnAttributes_46; } inline void set_newLineOnAttributes_46(bool value) { ___newLineOnAttributes_46 = value; } }; // System.Xml.HtmlUtf8RawTextWriterIndent struct HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 : public HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA { public: // System.Int32 System.Xml.HtmlUtf8RawTextWriterIndent::indentLevel int32_t ___indentLevel_34; // System.Int32 System.Xml.HtmlUtf8RawTextWriterIndent::endBlockPos int32_t ___endBlockPos_35; // System.String System.Xml.HtmlUtf8RawTextWriterIndent::indentChars String_t* ___indentChars_36; // System.Boolean System.Xml.HtmlUtf8RawTextWriterIndent::newLineOnAttributes bool ___newLineOnAttributes_37; public: inline static int32_t get_offset_of_indentLevel_34() { return static_cast(offsetof(HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296, ___indentLevel_34)); } inline int32_t get_indentLevel_34() const { return ___indentLevel_34; } inline int32_t* get_address_of_indentLevel_34() { return &___indentLevel_34; } inline void set_indentLevel_34(int32_t value) { ___indentLevel_34 = value; } inline static int32_t get_offset_of_endBlockPos_35() { return static_cast(offsetof(HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296, ___endBlockPos_35)); } inline int32_t get_endBlockPos_35() const { return ___endBlockPos_35; } inline int32_t* get_address_of_endBlockPos_35() { return &___endBlockPos_35; } inline void set_endBlockPos_35(int32_t value) { ___endBlockPos_35 = value; } inline static int32_t get_offset_of_indentChars_36() { return static_cast(offsetof(HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296, ___indentChars_36)); } inline String_t* get_indentChars_36() const { return ___indentChars_36; } inline String_t** get_address_of_indentChars_36() { return &___indentChars_36; } inline void set_indentChars_36(String_t* value) { ___indentChars_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___indentChars_36), (void*)value); } inline static int32_t get_offset_of_newLineOnAttributes_37() { return static_cast(offsetof(HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296, ___newLineOnAttributes_37)); } inline bool get_newLineOnAttributes_37() const { return ___newLineOnAttributes_37; } inline bool* get_address_of_newLineOnAttributes_37() { return &___newLineOnAttributes_37; } inline void set_newLineOnAttributes_37(bool value) { ___newLineOnAttributes_37 = value; } }; // System.OverflowException struct OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 : public ArithmeticException_t8E5F44FABC7FAE0966CBA6DE9BFD545F2660ED47 { public: public: }; // MS.Internal.Xml.XPath.ParentQuery struct ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 : public CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA { public: public: }; // MS.Internal.Xml.XPath.PreSiblingQuery struct PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE : public CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA { public: public: }; // MS.Internal.Xml.XPath.ReversePositionQuery struct ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 : public ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF { 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // 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.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; } }; // 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.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.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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); } }; // MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[] struct cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC : public RuntimeArray { public: ALIGN_FIELD (8) cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * m_Items[1]; public: inline cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 ** 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, cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[][] struct cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41 : public RuntimeArray { public: ALIGN_FIELD (8) cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* m_Items[1]; public: inline cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC** 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, cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D : public RuntimeArray { public: ALIGN_FIELD (8) Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * m_Items[1]; public: inline Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 ** 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, Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * 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.XPath.Operator/Op[] struct OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7 : 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.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.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF : public RuntimeArray { public: ALIGN_FIELD (8) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* m_Items[1]; public: inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** 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, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void MS.Internal.Xml.XPath.ClonableStack`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClonableStack_1__ctor_m537BE6E805248E0F4FB976436CBDB50496281F31_gshared (ClonableStack_1_t65E0F65FC4FE9DEA0F43B4EF1EA0709E58012973 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.ClonableStack`1 MS.Internal.Xml.XPath.ClonableStack`1::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClonableStack_1_t65E0F65FC4FE9DEA0F43B4EF1EA0709E58012973 * ClonableStack_1_Clone_m4E891240EF72D965D4AA9C9755375AE7B65B9479_gshared (ClonableStack_1_t65E0F65FC4FE9DEA0F43B4EF1EA0709E58012973 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, 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.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::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // T MS.Internal.Xml.XPath.ClonableStack`1::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ClonableStack_1_Pop_m07E96526068CE090429B36AC51B643CF2C92AFBB_gshared (ClonableStack_1_t65E0F65FC4FE9DEA0F43B4EF1EA0709E58012973 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ClonableStack`1::Push(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClonableStack_1_Push_m04E2A252E098DA51619948DA55B7F5097C3AB134_gshared (ClonableStack_1_t65E0F65FC4FE9DEA0F43B4EF1EA0709E58012973 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mD782ADAC3AB9809F63B681213A7A39784A9A169A_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m8FFF613733BF88B54FCD4498B1E97DE296E27757_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, RuntimeObject * ___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_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m883C5DEF33CA2E556AC710A9BE26F8BD2D4B182C_gshared (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __this, const RuntimeMethod* method); // T MS.Internal.Xml.XPath.ClonableStack`1::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ClonableStack_1_Peek_mECA21D0E15BC770BA56E28F421949E1825BE9C38_gshared (ClonableStack_1_t65E0F65FC4FE9DEA0F43B4EF1EA0709E58012973 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_mAF0CC2EDCA42FFDA178E720B4D907F19DBF91D11_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, RuntimeObject * ___item1, 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.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC9E7381F0B0B82E0320B2523835DAFC9CB3D1C8D_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA113B07C4C03A7CFBA37EE72824E5795AF960BE0_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m6B0D36DF5FAE8766ACB4727C05AC4766633A6FA7_gshared (Dictionary_2_t1DDD2F48B87E022F599DF2452A49BB70BE95A7F8 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaAttDef::get_DefaultValueExpanded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_get_DefaultValueExpanded_m3DD4309DBF57E2E9C4C2EBA74EE54365C51A88C5 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.SchemaDeclBase::set_DefaultValueTyped(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_mC5B1F78E7F6E018074AA8E7672C24E7C844E8A7A_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.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.Void System.Xml.Schema.DtdValidator/NamespaceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceManager__ctor_m5878388A545016DC48058A23E985AECBB1EE86CF (NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B * __this, 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.Int32 System.TimeSpan::Compare(System.TimeSpan,System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_Compare_mE9C51B8B890F201716E4EC24DF2C2E858B588C3A (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t10, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___t21, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.TimeSpan,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_m782B0F54BB42686A3652E3108B22B827605E1FBB (DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, 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.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887 (String_t* ___name0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __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.XPathNodeIterator MS.Internal.Xml.XPath.Query::Clone(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * Query_Clone_m30C906BEAC7D4E15A82A41ADBFC7DD639CA6DEC9 (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___input0, 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.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); // System.Double System.Decimal::op_Explicit(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Decimal_op_Explicit_mE02704467D0CB7436E13614114A725E05321FAEC (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, 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.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.Void System.Xml.Schema.FacetsChecker::CheckWhitespaceFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker_CheckWhitespaceFacets_m5529819D0BFF09F083BAED53C1805ECC22E03101 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, String_t** ___s0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method); // System.Exception System.Xml.Schema.FacetsChecker::CheckPatternFacets(System.Xml.Schema.RestrictionFacets,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckPatternFacets_mC488D9F160CC92EA2A5CE5B94017FB7F9AFA4854 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * ___restriction0, String_t* ___value1, const RuntimeMethod* method); // System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m095AF331754C6871D04517D834476D64C29070DA (String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m167922708046B32256D7AE8B4AE71804AF7A0532 (String_t* ___value0, 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.Decimal System.Decimal::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_mBF8AF3AB5D38844C35C02A2E4B98E9337D9E43BA (int32_t ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int32_t ___lo0, int32_t ___mid1, int32_t ___hi2, bool ___isNegative3, uint8_t ___scale4, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Multiply(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Multiply_mD941918A97C8534FDA1B2E1B26288F0FA7224E26 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, 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.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_m08A31C63F86561337C02ECD1DC768B36C63D1A97 (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, 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); // 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.Void MS.Internal.Xml.XPath.BaseAxisQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery_Reset_m93D0540BFA0885DFC651373D6E74AA166CA98750 (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.BaseAxisQuery::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery_SetXsltContext_m986994DFB851F58A3B2843609FF90F8E1BBFB067 (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.FilterQuery::EvaluatePredicate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterQuery_EvaluatePredicate_mEE8D8C60DE1303A53285DC588854ED55C8089B7B (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.FilterQuery::.ctor(MS.Internal.Xml.XPath.FilterQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery__ctor_m2474843A382B8D84E897BD43C00B52606C818976 (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * ___other0, 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.ClonableStack`1::.ctor() inline void ClonableStack_1__ctor_m04F171A0148672D02D20D8E8C2407AB16D726751 (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * __this, const RuntimeMethod* method) { (( void (*) (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 *, const RuntimeMethod*))ClonableStack_1__ctor_m537BE6E805248E0F4FB976436CBDB50496281F31_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m1F8F8D530C75846EE59B450737DBE7DFF897B925 (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // MS.Internal.Xml.XPath.ClonableStack`1 MS.Internal.Xml.XPath.ClonableStack`1::Clone() inline ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * ClonableStack_1_Clone_m4995F8F1EBCE98D2B7183045DE109A1D2575F0FB (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * __this, const RuntimeMethod* method) { return (( ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * (*) (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 *, const RuntimeMethod*))ClonableStack_1_Clone_m4E891240EF72D965D4AA9C9755375AE7B65B9479_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_mBF7A2D885275BC3A48DFC31E43B48D8C0EF6E536 (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mBA0F95BC28DD65AA86AEA87839C278D24CDF43DF_gshared)(__this, ___collection0, 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 System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_inline (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * (*) (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, 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); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50 (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean MS.Internal.Xml.XPath.FollSiblingQuery::Visited(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FollSiblingQuery_Visited_m9D24427CC5C369900B75FACC2018EC9E2FBD52F6 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, const RuntimeMethod* method); // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollSiblingQuery::FetchInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * FollSiblingQuery_FetchInput_m29B3885BFA4FBE0D616B7C6CBEB25B84002E43D7 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, const RuntimeMethod* method); // T MS.Internal.Xml.XPath.ClonableStack`1::Pop() inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ClonableStack_1_Pop_m977565320308A1F3132C0CA2F053D066EF88ACF4 (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * __this, const RuntimeMethod* method) { return (( XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * (*) (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 *, const RuntimeMethod*))ClonableStack_1_Pop_m07E96526068CE090429B36AC51B643CF2C92AFBB_gshared)(__this, method); } // System.Void MS.Internal.Xml.XPath.ClonableStack`1::Push(T) inline void ClonableStack_1_Push_m7E303C263B52E8E50DDE43A9E9D9585273B583C6 (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___value0, const RuntimeMethod* method) { (( void (*) (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 *, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *, const RuntimeMethod*))ClonableStack_1_Push_m04E2A252E098DA51619948DA55B7F5097C3AB134_gshared)(__this, ___value0, method); } // System.Void MS.Internal.Xml.XPath.FollSiblingQuery::.ctor(MS.Internal.Xml.XPath.FollSiblingQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery__ctor_m3F9FF409E25576A31C0D89EFD3A5C1000648E2E8 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * ___other0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::get_NameTest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseAxisQuery_get_NameTest_m04CD0C979261C341F0D1C6086DD6D040FBAB4ED9_inline (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.BaseAxisQuery::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Name_mFBB1183BE8D05388ED48B2BE17EE6689D64EF5F9_inline (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.BaseAxisQuery::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Namespace_m0B98EEF9ADAC7A01C9E366ED59E958B6C7743E0A_inline (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method); // System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.BaseAxisQuery::get_TypeTest() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BaseAxisQuery_get_TypeTest_m25F4BC2DC526BD23BACDF63AD561A541685F4A58_inline (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.FollowingQuery::.ctor(MS.Internal.Xml.XPath.FollowingQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery__ctor_mEC2FD5D9D96DA8728ADC244EF4524E693B7AA886 (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * __this, FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * ___other0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.CacheOutputQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery__ctor_m28AF812945D9F3DD5532E9612067705BF373625A (CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.CacheOutputQuery::.ctor(MS.Internal.Xml.XPath.CacheOutputQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery__ctor_m99F0EF1C788904FF2BED9AD9191D89F4AA941214 (CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 * __this, CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 * ___other0, const RuntimeMethod* method); // System.Object MS.Internal.Xml.XPath.CacheOutputQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CacheOutputQuery_Evaluate_m73270520E1C94F6B14313B01C9D87EDDEAF7816F (CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ForwardPositionQuery::.ctor(MS.Internal.Xml.XPath.ForwardPositionQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardPositionQuery__ctor_m23745B7F58B843D572CE5081998AC2BE327431C5 (ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * __this, ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * ___other0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035 (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * __this, RuntimeObject* ___c0, 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.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.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.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.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.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); // System.Void MS.Internal.Xml.XPath.FunctionQuery::.ctor(MS.Internal.Xml.XPath.FunctionQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery__ctor_mC4E30C6B1CD04749101E48C615A356009DA2A5E8 (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * __this, FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * ___other0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.GroupQuery::.ctor(MS.Internal.Xml.XPath.GroupQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupQuery__ctor_m8F937AF0B1FA8DD11452D5C9A8C6DBF4CAD6FA8E (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * ___other0, 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.HtmlEncodedRawTextWriter::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_Init_m3888903436971B6D466B85AAEFDCAD0A09CF2BEE (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m91D1897CFEEA3DA159C64DDE123CDEA02943899C (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::ChangeTextContentMark(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___s0, const RuntimeMethod* method); // System.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 System.Xml.ByteStack::Push(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteStack_Push_m725C45DEC874ED4C9E9A391D88B109AF3D1BF9D0 (ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * __this, uint8_t ___data0, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartElement_m3D92CC6A40AA8A117183C074F2C2F8C4F1450878 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteMetaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteMetaElement_m3BCD12C938CDDAB07E75057BCEEF0B0E434E29D1 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEndElement_m08A199C4E69584D34243788833035B855999C7ED (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Byte System.Xml.ByteStack::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteStack_Pop_m06E3EA847665F571DB7475C694D5B0C77B6475A3 (ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteFullEndElement_mFD99546FB0303E282872C724FF7DB866D48117D4 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartAttribute_mC47DBF553BE09A2DA37E8567E6479223F6B51CF5 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::OutputRestAmps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_OutputRestAmps_m7B0639D17CC41C1D84360E13CD84734364D69726 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCommentOrPi(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCommentOrPi_mEEDCD7012F1B5569C13BC555A089ADEC60273E2A (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, String_t* ___text0, int32_t ___stopChar1, const RuntimeMethod* method); // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42 (const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteHtmlAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteHtmlAttributeTextBlock_m267F42E65E0729669606CFE4DC821C93369631BE (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteHtmlElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteHtmlElementTextBlock_mBB1FA7161F0B855E9DD770DEF92F68E0670414DA (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteAttributeTextBlock_m1A071EEE52E8D207B71E15A840AC441EC5F52B13 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteElementTextBlock_mE015D1A62401272BC365FA42D37F6271455C548C (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.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); // System.Void System.Xml.ByteStack::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteStack__ctor_m313F37D6A194FE687F7E3C6E6FB99F0994A4C992 (ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * __this, int32_t ___growthRate0, const RuntimeMethod* method); // System.String System.Xml.XmlWriterSettings::get_MediaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_MediaType_m785D282068B62319966B1550B565093334A16BD2_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_DoNotEscapeUriAttributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_DoNotEscapeUriAttributes_m3274570A8B798823684DF3C9C0F744F72502CE97_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_m82E9509CAAD47ABE665B46830EEE58C0281D80EF (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar* ___pSrcBegin0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteUriAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteUriAttributeText_m94E78115B43B663F2F8676BC61FEBDB3BAF0867D (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteHtmlAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteHtmlAttributeText_m17DE8CAE632FBC89E4B018BD7B14D6BC9D93169D (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::AmpEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_AmpEntity_m05C1E8E66451824B396AB6B6BAA9A1BBAB2F9919 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::QuoteEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_QuoteEntity_mA18D68D7D13ECE08BDFA327A6305C553954A4A71 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::CarriageReturnEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CarriageReturnEntity_mBE668DC42E8424A0609D81BD401C47E673926B95 (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Char* System.Xml.XmlEncodedRawTextWriter::LineFeedEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LineFeedEntity_mB0F1265EF1027455FAA65422F4D3D600876F462A (Il2CppChar* ___pDst0, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::EncodeChar(System.Char*&,System.Char*,System.Char*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_EncodeChar_m398F6E83053B407E2CBAFF7D925808BBDD9AAED3 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, Il2CppChar** ___pSrc0, Il2CppChar* ___pSrcEnd1, Il2CppChar** ___pDst2, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::CharToUTF8(System.Char*&,System.Char*,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_CharToUTF8_m2069550B79E9D62B702B5D8640B4743BDFF48E16 (Il2CppChar** ___pSrc0, Il2CppChar* ___pSrcEnd1, uint8_t** ___pDst2, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter__ctor_mCA1065C4B8C7916DE51E5391797F4211FBE0F1BA (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_Init_m5BE65DD52A4C64774BE494C6F5B52716AF73280C (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter__ctor_mB2B8D779CAAEB039EA7BE4E6EED9F9B899A7397E (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteDocType_m4747EB77B83E5C59B0517281BB92108EA245CA15 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_WriteIndent_m3907AF09F93DFF5626F8B2A4575E345E56CD23DF (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteEndElement_m8E4DF2BEC2924615C4C5FDEB6CDF71C477C57ECA (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteStartAttribute_mA651F18F8F437B653D3946E36DA6E73D318FE1A9 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_FlushBuffer_m0509953DC6A3CCC5217838BF840C4EC53AF7ADF2 (XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlWriterSettings::get_IndentChars() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_IndentChars_mCE3B39C83C32982B89ED6615ABA6EEAF95F3E549_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_NewLineOnAttributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_NewLineOnAttributes_mA8C3C3A7E78EB3C7BE431D3980035410200E59F3_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Void System.Xml.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.HtmlUtf8RawTextWriter::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_Init_m631362024E4D88218FFA5328CB5E7877CC97E7A0 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::RawText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteStartElement_m58B199B0C3052B78A0FA1398A1F3266CB40923AD (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteMetaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteMetaElement_m1D639B5331FA4D1F9D743A7569FAACFD0FEFA4AA (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteEndElement_m0FAD5BFD6F4F4F8E72F1D798D10F95DAF160517C (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteFullEndElement_mDDB2211747E15B9B6240CAC2A52D66455F53E679 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteStartAttribute_mF74737F690D767D352BDEC4D5A25AC5DC04C3966 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::OutputRestAmps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_OutputRestAmps_m1D0CB96C007566199920820D04CEC1C698306776 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteCommentOrPi(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteCommentOrPi_m725E5EA9972BCBD0B895D618FEA284A57BA48BA6 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, String_t* ___text0, int32_t ___stopChar1, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlAttributeTextBlock_m3A38BD6E4DA3DC41E891D4B1DD1B8163867F6BF6 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlElementTextBlock_m5F0E24B83983925BFE6CA829F69FC390F0CD57A9 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteAttributeTextBlock_m6EB92F45F1DB0E84629187A7D8FEF3DDE29F44E7 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::WriteElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteElementTextBlock_mFDF907AF24F128111592DC8BC926387EBC829C1E (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::RawText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_RawText_m038C3E8B89E7FB134AED089CBBB089E20C2230E5 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, Il2CppChar* ___pSrcBegin0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteUriAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteUriAttributeText_mF5BEB303015A74EA4364317E8B78EB38B2F6937D (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlAttributeText_mE856F961AEB3A6877E89B20CA69B936440D150F9 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method); // System.Byte* System.Xml.XmlUtf8RawTextWriter::AmpEntity(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* XmlUtf8RawTextWriter_AmpEntity_mE62AD6ADA93F1C598954817A0A578AAE07C34198 (uint8_t* ___pDst0, const RuntimeMethod* method); // System.Byte* System.Xml.XmlUtf8RawTextWriter::QuoteEntity(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* XmlUtf8RawTextWriter_QuoteEntity_m1CE3B1994D8CC0DE8F291BB5819A7CA24B891095 (uint8_t* ___pDst0, const RuntimeMethod* method); // System.Byte* System.Xml.XmlUtf8RawTextWriter::CarriageReturnEntity(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* XmlUtf8RawTextWriter_CarriageReturnEntity_m6EEEEC2A8BB53358AE31D8462F6F6A6E9CE9F0D3 (uint8_t* ___pDst0, const RuntimeMethod* method); // System.Byte* System.Xml.XmlUtf8RawTextWriter::LineFeedEntity(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* XmlUtf8RawTextWriter_LineFeedEntity_m1237306E45640BFFB52FE5A72B1E7680C3FE6283 (uint8_t* ___pDst0, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::EncodeChar(System.Char*&,System.Char*,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_EncodeChar_mA25AF08F5EC608E4B00AC722CC566B576EEF7D31 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, Il2CppChar** ___pSrc0, Il2CppChar* ___pSrcEnd1, uint8_t** ___pDst2, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter__ctor_m90AA6C7ABF5D87DA3816A96DDDCDBD1F834316BF (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_Init_m5454BDB173F9F68DA749C7F1FFF625FF4986C9B0 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteDocType_mFC1CBDE072875B0DDCF9AFA75241C4E4154B2D06 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteIndent_m3D328C02FA8D915D6AA8FDFCC6A1FE9B21135744 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteEndElement_mBE2033A5EE36A74670A87D593152A0B77127B858 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteStartAttribute_mB50D443FADE92FF00AD5FE5518B492B345F17ADF (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlUtf8RawTextWriter::FlushBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_FlushBuffer_mA37D83FF1125326929B5EAD135D165F17EE43873 (XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 * __this, 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.Void MS.Internal.Xml.XPath.IDQuery::ProcessIds(System.Xml.XPath.XPathNavigator,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery_ProcessIds_mDA710D13EF60B01F82FFA66E60160AA8BF5560F6 (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___contextNode0, String_t* ___val1, 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.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); // System.String[] System.Xml.XmlConvert::SplitString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* XmlConvert_SplitString_m4E1B4AB4C95F6E6DF137F5312D161F945E2FD617 (String_t* ___value0, const RuntimeMethod* method); // System.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.IDQuery::.ctor(MS.Internal.Xml.XPath.IDQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery__ctor_m413F1A758EFCA7DE430C427FC2A2425E160C6D6E (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * __this, IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * ___other0, const RuntimeMethod* method); // System.Void System.Xml.IncrementalReadDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementalReadDecoder__ctor_m1FD169509E6AF91895E97ABC89B2575BE7E3F71D (IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() inline void Stack_1__ctor_mA968561DF990D7304E52EB03EAD5DB4D21D620D6 (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * __this, const RuntimeMethod* method) { (( void (*) (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B *, const RuntimeMethod*))Stack_1__ctor_mD782ADAC3AB9809F63B681213A7A39784A9A169A_gshared)(__this, method); } // System.Void System.Collections.Generic.Stack`1::Push(!0) inline void Stack_1_Push_mE3E733B3C799AD050149EB8A295C7C77102D5231 (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___item0, const RuntimeMethod* method) { (( void (*) (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B *, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *, const RuntimeMethod*))Stack_1_Push_m8FFF613733BF88B54FCD4498B1E97DE296E27757_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.Stack`1::get_Count() inline int32_t Stack_1_get_Count_mD1B493AD690EC374489F4BD30DACA1B208E8CB79_inline (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * __this, const RuntimeMethod* method) { return (( int32_t (*) (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B *, const RuntimeMethod*))Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline)(__this, method); } // !0 System.Collections.Generic.Stack`1::Pop() inline InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * Stack_1_Pop_m6BB8692B593C2E089A65C879D006F2DDC0B6ABA9 (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * __this, const RuntimeMethod* method) { return (( InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * (*) (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B *, const RuntimeMethod*))Stack_1_Pop_m883C5DEF33CA2E556AC710A9BE26F8BD2D4B182C_gshared)(__this, method); } // System.Void System.Xml.Schema.SyntaxTreeNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyntaxTreeNode__ctor_m317889346E8C58842102DA39C8D783CCC2C098AD (SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * __this, 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.IteratorFilter::.ctor(MS.Internal.Xml.XPath.IteratorFilter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorFilter__ctor_mD08D6826D10C8DCD5B6451D2939DCC3DBD4197D4 (IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * __this, IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * ___it0, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::Set(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Set_m537E6F3B227408BA917DD58BAE786DCD659E6F77 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Xml.LineInfo::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91 (LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Void System.Xml.LineInfo::Set(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99 (LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method); // System.Int32 System.Array::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10 (RuntimeArray * __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.Operator/Op MS.Internal.Xml.XPath.Operator::InvertOperator(MS.Internal.Xml.XPath.Operator/Op) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Operator_InvertOperator_m65399C78267807B4ECC89C60412DA22207E247BB (int32_t ___op0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.LogicalExpr/cmpXslt::Invoke(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool cmpXslt_Invoke_mC9E793B6D4AEE464619EAAAC1CC663433CB98695 (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * __this, int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.LogicalExpr/NodeSet::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8 (NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 * __this, RuntimeObject * ___opnd0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.LogicalExpr/NodeSet::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550 (NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.LogicalExpr/NodeSet::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72 (NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.LogicalExpr/NodeSet::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeSet_Reset_mF8AEBE99EEB9981DB30770CD821B386CA9C368CF (NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 * __this, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6 (String_t* ___arg0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumber(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumber_m69647AFCC6C94EB1CE55EF0443BE4C087B647D52 (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringStringE(MS.Internal.Xml.XPath.Operator/Op,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringStringE_m816BADE9F5430E907D82CACEB523AEB2F31F03D6 (int32_t ___op0, String_t* ___n11, String_t* ___n22, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumberO(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0 (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.LogicalExpr::Rtf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67 (RuntimeObject * ___o0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolBoolE_mF10ACDD9CAE273FCC5CDA98878E5E639208031C9 (int32_t ___op0, bool ___n11, bool ___n22, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364 (bool ___arg0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::toBoolean(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_toBoolean_m0ACCF7F08C4273EAEE062C5CA0C267C2B9D7AD91 (double ___number0, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::toBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_toBoolean_m786CB387FB7EEE333BD27793534AB15E0C5A6B55 (String_t* ___str0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.LogicalExpr::.ctor(MS.Internal.Xml.XPath.LogicalExpr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__ctor_mAF539E7E11EFC298FD41C9C18158A0AA1E4A1BCB (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * __this, LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * ___other0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.LogicalExpr/cmpXslt::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3 (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.CacheOutputQuery::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery_SetXsltContext_mC5CCAF3596912CAC3C5B051D7A9CB991273DACD5 (CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.MergeFilterQuery::.ctor(MS.Internal.Xml.XPath.MergeFilterQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery__ctor_mF4BF1858DD2F6F0F97C074EAAA218E44125919D1 (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * __this, MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XmlNameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameTable__ctor_mB3D038C2C7617EC6321F39FEF5FE0B98100C1F22 (XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * __this, const RuntimeMethod* method); // System.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E (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::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.NameTable::AddEntry(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameTable_AddEntry_m16A7B739127C773E57A5DB1B8FA530A65B9CF249 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, String_t* ___str0, int32_t ___hashCode1, const RuntimeMethod* method); // System.Boolean System.Xml.NameTable::TextEquals(System.String,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameTable_TextEquals_m3905E4B7A8BE7A5839F040401EC1B96F73A4A95D (String_t* ___str10, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___str21, int32_t ___str2Start2, int32_t ___str2Length3, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Xml.NameTable/Entry::.ctor(System.String,System.Int32,System.Xml.NameTable/Entry) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_m81F1EF4CD01E86FB47FBBE7910E0D462408DA46A (Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * __this, String_t* ___str0, int32_t ___hashCode1, Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * ___next2, const RuntimeMethod* method); // System.Void System.Xml.NameTable::Grow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable_Grow_mFA0DDBFC07DC55BA7CC3CE4E5E28110A3610FAE7 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91 (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * __this, const RuntimeMethod* method); // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB (String_t* ___s0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96 (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, 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.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.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.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); // 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); // System.Void System.Xml.Schema.SymbolsDictionary::set_IsUpaEnforced(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_mE9490686782C4AFB2146299CD8EECD5B061FADBE_inline (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.Positions::Add(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_Add_mEC7D6654760E4112DF78A37BE117A81C3352C6B6 (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method); // System.Void System.Xml.Schema.LeafNode::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode__ctor_mB2913A5E0A097153A953EF35C4160512ECC4EB15 (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ChoiceNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode__ctor_mA0FF108CA99E7EB7BCEC10203E05004938640FEF (ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.InteriorNode::set_LeftChild(System.Xml.Schema.SyntaxTreeNode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.InteriorNode::set_RightChild(System.Xml.Schema.SyntaxTreeNode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___value0, 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.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFirstNamespace_m0315027D206B5A3340B2627F62B593F2165004F9 (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * __this, 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 MS.Internal.Xml.XPath.NamespaceQuery::.ctor(MS.Internal.Xml.XPath.NamespaceQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery__ctor_mB4F2DB314E57C1422357B7F79D00648A4023EC27 (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * __this, NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m70BBAD5BF4E84F43ABC115AE8F14B47F9C357435 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, int32_t ___contentType0, bool ___isOpen1, bool ___isEmptiable2, const RuntimeMethod* method); // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.NodeFunctions::EvaluateArg(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * NodeFunctions_EvaluateArg_mF90278A544CAC376EF9D67526FE3ABB1B7080DCE (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.NodeFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * __this, int32_t ___funcType0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg1, 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 MS.Internal.Xml.XPath.NumberFunctions::Number(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m2BF5E18BEFECF50D664B68E10E36AC5A15C706AA (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.NumberFunctions::Sum(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Sum_mC351178D7AEB84832E75FEF062EF4C7C25E7FE3D (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.NumberFunctions::Floor(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Floor_m162A12EF20E81A04B2B63562868CADF066EC2C19 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.NumberFunctions::Ceiling(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Ceiling_m8892377B68BCBA759B76AB07E9A0D1ABC7712601 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.NumberFunctions::Round(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Round_m44BCB7198FCACB3F531414A376549B9121F5DDD4 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, 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.Void MS.Internal.Xml.XPath.NumberFunctions::.ctor(MS.Internal.Xml.XPath.NumberFunctions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions__ctor_m3419E88CC600CEA5010B4199C203770898D9E7A1 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * ___other0, const RuntimeMethod* method); // System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m2FE17DEB014FB5D2B0A45E13D3140F3C3B8A9C10 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.String System.Decimal::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mCD1BF444FBBA99D53FBADBB834CBFBB857598C24 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaDatatype::get_TypeCodeString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_get_TypeCodeString_m5D03CB7A34F32BE3AE1B3F38AC28310575BFB332 (XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * __this, const RuntimeMethod* method); // 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.OverflowException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Decimal::op_GreaterThanOrEqual(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThanOrEqual_m5A41C18955592447AE1A4C61575AF1BB3FB111A4 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Boolean System.Decimal::op_LessThanOrEqual(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThanOrEqual_m28805548C35DAB5E7431BD7260367074B929B1A8 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Decimal,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m083615E23A96C3CD40C73B4FFF5FD15395890D80 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___valueConverter2, const RuntimeMethod* method); // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckTotalAndFractionDigits(System.Decimal,System.Int32,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckTotalAndFractionDigits_m19E426DAC8B94548619BF63ED200DDA53F866F00 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, int32_t ___totalDigits1, int32_t ___fractionDigits2, bool ___checkTotal3, bool ___checkFraction4, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_m7D587E5075FE7DFCCF1337140BD7404CFFD1655B (int64_t ___value0, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Implicit_m7772059C9D7443F52934A15AF317D61D0903B0AA (int16_t ___value0, 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.Decimal System.Xml.Schema.FacetsChecker::Power(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 FacetsChecker_Power_m4BE414500D44C0C1987A6D950CAC8B4E71361761 (int32_t ___x0, int32_t ___y1, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_op_Subtraction_m59CBDEC71B87BE511743AD5B46BD9A4458C3EBDE (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Decimal System.Decimal::Negate(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Negate_m69D0F8D48BB6CC7872AFF9DEAE4CC21199737A06 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Decimal System.Decimal::Truncate(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Decimal_Truncate_mC8618AC08AEB088BD6A0E1F6B00158FC78030644 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d0, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m1524E424F030A184C95FA1AF24C76487E612E296 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___d21, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Double,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_m6FFA4E73536D4AC16674AEB2CD77F0A0D3C47CE4 (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * __this, double ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___valueConverter2, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.NumberFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions__ctor_mFF9A9EB65C682AF317534D6C81E183A5FE790BBC (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, int32_t ___ftype0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg1, const RuntimeMethod* method); // System.Double MS.Internal.Xml.XPath.NumericExpr::GetValue(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumericExpr_GetValue_m9933F00E69EEB0DE0CA95D47BFB38CDC43F00308 (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.NumericExpr::.ctor(MS.Internal.Xml.XPath.NumericExpr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr__ctor_m8B7536150DA43ED31FCC0E8A092017CFAD87F380 (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * __this, NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * ___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.Void MS.Internal.Xml.XPath.ParentQuery::.ctor(MS.Internal.Xml.XPath.ParentQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentQuery__ctor_m41E273E7EAA9D5947F85E53ABA918145EC772BC7 (ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * __this, ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_mFF55C49F124E558C01141456CAA7023C1A76D328 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, int32_t ___contentType0, bool ___enableUpaCheck1, const RuntimeMethod* method); // System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m972153C21852C146EA8BB1E35015E7AFE0ACA400 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, int32_t ___contentType0, const RuntimeMethod* method); // System.Void System.Xml.Schema.SymbolsDictionary::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary__ctor_mAED079A4E8AB0F4514D208514898D871EC72DF19 (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.Positions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Positions__ctor_m714DAA090730CD4CE65ED6EDD4B8673AF3415A9F (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * __this, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70 (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * __this, const RuntimeMethod* method); // 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); // 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); // System.Void System.Xml.Schema.ParticleContentValidator::AddLeafNode(System.Xml.Schema.SyntaxTreeNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddLeafNode_m1112C83E162029FBC1C926D99E9AE613C59162AC (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___node0, const RuntimeMethod* method); // 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); // System.Void System.Xml.Schema.NamespaceListNode::.ctor(System.Xml.Schema.NamespaceList,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceListNode__ctor_m440B6F48BB5C47F8FF2CAEFDC5B2FC17579B72FA (NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 * __this, NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList0, RuntimeObject * ___particle1, const RuntimeMethod* method); // System.Void System.Xml.Schema.SequenceNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNode__ctor_mB5DF9B11AE58300BE3B457BA36E79F8AB635D8F2 (SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.StarNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StarNode__ctor_mF305B4DE3DE9504E4D4B0C132350AD2917FA67B4 (StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::Closure(System.Xml.Schema.InteriorNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Closure_mC02722EC7DC8B99F076DAC32DC43704156D87E92 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___node0, const RuntimeMethod* method); // System.Void System.Xml.Schema.PlusNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlusNode__ctor_m8842D4AF6D999A5A62BF512ACD52718CF10B1930 (PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.QmarkNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QmarkNode__ctor_m84C424AEB93C7854333A5928A67C09C9BACA6C26 (QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803 * __this, const RuntimeMethod* 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.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::get_ContentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.ContentValidator::get_IsOpen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ContentValidator_get_IsOpen_m5FB7F989F339D5D84EB296766D73FB6D64198F53 (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, const RuntimeMethod* method); // 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); // System.Int32 System.Xml.Schema.Positions::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_get_Count_mA8FAAADEACD8AAC36B9EB1B90A1562181E905AE8 (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * __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.BitSet[] System.Xml.Schema.ParticleContentValidator::CalculateTotalFollowposForRangeNodes(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.BitSet&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ParticleContentValidator_CalculateTotalFollowposForRangeNodes_mB5CD62FE0663A05A2F3C7EDEC3ED7B5ACEBAAAC1 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** ___posWithRangeTerminals2, const RuntimeMethod* method); // System.Xml.Schema.BitSet System.Xml.Schema.ParticleContentValidator::GetApplicableMinMaxFollowPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ParticleContentValidator_GetApplicableMinMaxFollowPos_m0E6FAFE2FF50F19E3AB0926EA018E6A792DB1D3B (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___curpos0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___posWithRangeTerminals1, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___minmaxFollowPos2, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::CheckCMUPAWithLeafRangeNodes(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m57640135F9E9E950375B988EC29737A882B3276E (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___curpos0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.LeafNode::get_Pos() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LeafNode_get_Pos_mE1FCC54CA980EE7E6E9D8E0BA16EF6889FF18E5A_inline (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.RangeContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Xml.Schema.BitSet,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RangeContentValidator__ctor_mF49D45F7C208508F8A648DFE1BA00AA3DC9E7261 (RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols2, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isEmptiable6, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___positionsWithRangeTerminals7, int32_t ___minmaxNodesCount8, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.SymbolsDictionary::get_IsUpaEnforced() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SymbolsDictionary_get_IsUpaEnforced_mF1CB53D944864D03F27D99ED7EB9F6F3012B28C2_inline (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m20D1BC069D23A2FB347CE62A49B0B545B05A5357 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, const RuntimeMethod* method); // System.Int32[][] System.Xml.Schema.ParticleContentValidator::BuildTransitionTable(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ParticleContentValidator_BuildTransitionTable_m6B384EC2BC803DD3C4D335740807ABE5DFDE766C (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, int32_t ___endMarkerPos2, const RuntimeMethod* method); // System.Void System.Xml.Schema.DfaContentValidator::.ctor(System.Int32[][],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DfaContentValidator__ctor_mF130EA6E741D96E57DAAA298A31051ADF7608C12 (DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73 * __this, Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ___transitionTable0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, int32_t ___contentType2, bool ___isOpen3, bool ___isEmptiable4, const RuntimeMethod* method); // System.Void System.Xml.Schema.NfaContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NfaContentValidator__ctor_m507762DC326C895250C7D66F3D021A51B80985FA (NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols2, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isOpen6, bool ___isEmptiable7, const RuntimeMethod* method); // System.Xml.Schema.Position System.Xml.Schema.Positions::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7 (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * __this, int32_t ___pos0, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Clear_mDEB2E185167940AF35FED9A5788A53554A061DE9 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __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.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.Decimal System.Xml.Schema.LeafRangeNode::get_Max() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 LeafRangeNode_get_Max_m6A46C79DF4AE663EAC3FF0C57F34D08A24258A95_inline (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, const RuntimeMethod* method); // System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::get_NextIteration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * LeafRangeNode_get_NextIteration_m4913B769997A91093E84E01B29E836E6F5C7C601_inline (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, 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.Void System.Xml.Schema.LeafNode::set_Pos(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafNode_set_Pos_m3FE6DE6E690AFE747A6898DD4C6FBD5B1B8C3B0E_inline (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, int32_t ___value0, const RuntimeMethod* method); // 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); // System.Boolean System.Xml.Schema.BitSet::Intersects(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Intersects_mE58DAE3469C94CC56347E78DA0042E65A6F74DD7 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.Schema.BitSet::And(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_And_m0EF78E42083185D739F209094F2116E8B22B7C30 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___other0, 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.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m6C017664467EEE3561D4703FFAF0C2519A94D752 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___curpos0, const RuntimeMethod* method); // System.Void System.Collections.Queue::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_m9844D111CC69802C62565C05109A2557FD21C127 (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.BitSet::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_get_Item_m2695BC4DFBA9F8E1517F7F5D344C5FE012EC29E4 (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * __this, int32_t ___index0, 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.Schema.Position::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Position__ctor_m3F6A5C351510265E5FCE79C95B2F4CF15BB21F35 (Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() inline void Stack_1__ctor_m6C25C226B14DC67FDCB3C2853FF896274BFDF1B9 (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * __this, const RuntimeMethod* method) { (( void (*) (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F *, const RuntimeMethod*))Stack_1__ctor_mD782ADAC3AB9809F63B681213A7A39784A9A169A_gshared)(__this, method); } // System.Void System.Collections.Generic.Stack`1::Push(!0) inline void Stack_1_Push_m792856D4D11383D04C4E5256C519628AE9B55B84 (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___item0, const RuntimeMethod* method) { (( void (*) (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F *, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *, const RuntimeMethod*))Stack_1_Push_m8FFF613733BF88B54FCD4498B1E97DE296E27757_gshared)(__this, ___item0, method); } // !0 System.Collections.Generic.Stack`1::Pop() inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * Stack_1_Pop_mBDB875940B99A7C33406F1340B14A0643FC0801C (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * __this, const RuntimeMethod* method) { return (( XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * (*) (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F *, const RuntimeMethod*))Stack_1_Pop_m883C5DEF33CA2E556AC710A9BE26F8BD2D4B182C_gshared)(__this, method); } // System.Boolean MS.Internal.Xml.XPath.PreSiblingQuery::NotVisited(System.Xml.XPath.XPathNavigator,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PreSiblingQuery_NotVisited_m112123D82ABCCD924222E174418C4D84A6AA771E (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * ___parentStk1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Stack`1::get_Count() inline int32_t Stack_1_get_Count_m9E4380EEBA14423717213FE2C8BCAA13B65E37BE_inline (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * __this, const RuntimeMethod* method) { return (( int32_t (*) (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F *, const RuntimeMethod*))Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline)(__this, method); } // System.Void MS.Internal.Xml.XPath.PreSiblingQuery::.ctor(MS.Internal.Xml.XPath.PreSiblingQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreSiblingQuery__ctor_m0B9A84752B918742A836A4CF6489FB5E6482B32F (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __this, PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * ___other0, const RuntimeMethod* 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); // T MS.Internal.Xml.XPath.ClonableStack`1::Peek() inline XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ClonableStack_1_Peek_m2F9290060960E73E3B780F80D8C8D03B094620D4 (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * __this, const RuntimeMethod* method) { return (( XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * (*) (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 *, const RuntimeMethod*))ClonableStack_1_Peek_mECA21D0E15BC770BA56E28F421949E1825BE9C38_gshared)(__this, method); } // System.Void MS.Internal.Xml.XPath.PrecedingQuery::.ctor(MS.Internal.Xml.XPath.PrecedingQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrecedingQuery__ctor_mF1DB2DEE92BA20EE52DF05EB7807E0C9C40C9126 (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * __this, PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * ___other0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.Query::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_get_Properties_mBA407F97604FFB3A2200EAE7EBF3050AE12C2E37 (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Xml.XmlQualifiedName,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_m7C4FF6FCC7D85863C1F7065DF07469C8C2E3E1CD (QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, 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.ResetableIterator::.ctor(MS.Internal.Xml.XPath.ResetableIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetableIterator__ctor_m9DB66BACFFA94011F36AA6069DEC7A94F7BEC1D6 (ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * __this, ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * ___other0, 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.Int32 MS.Internal.Xml.XPath.Query::GetMedian(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_GetMedian_m05304BAC1CC129D231ADB7DCA7B3583E9DFF046C (int32_t ___l0, int32_t ___r1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Insert(System.Int32,!0) inline void List_1_Insert_mA24D42F1ACC5734ED0CD6BA75C9F6D4AEAF2F5B0 (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * __this, int32_t ___index0, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___item1, const RuntimeMethod* method) { (( void (*) (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *, int32_t, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *, const RuntimeMethod*))List_1_Insert_mAF0CC2EDCA42FFDA178E720B4D907F19DBF91D11_gshared)(__this, ___index0, ___item1, method); } // System.Int32 System.String::CompareOrdinal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m1C7F94040504F35C89EBC8826D77FEA81B9C2C0E (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.Axis::get_Prefix() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Axis::get_Input() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Axis_get_Input_m74EB33B775BE74B2F659671B4522C0BF28FC5741_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Axis/AxisType MS.Internal.Xml.XPath.Axis::get_TypeOfAxis() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Axis_get_TypeOfAxis_m14A76541B695D03A83967DE990C6CDCEF3D2E92D_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method); // System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.Axis::get_NodeType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessNode(MS.Internal.Xml.XPath.AstNode,MS.Internal.Xml.XPath.QueryBuilder/Flags,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___root0, int32_t ___flags1, int32_t* ___props2, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ContextQuery::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextQuery__ctor_m8BCF77C3DDA6AD2D0634F44891F78FD7ED3A4D19 (ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.Axis::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.Axis::get_AbbrAxis() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Axis_get_AbbrAxis_m93098A9734715F92E1365665E4E7D5586963A7FC_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.DescendantQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantQuery__ctor_m1FB1163CA152D2EE6D5060EC6634819C00A22B0C (DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, bool ___matchSelf4, bool ___abbrAxis5, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.DocumentOrderQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DocumentOrderQuery__ctor_mFE555D443BFC990F4D82AA427B6848ED6C445854 (DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyParent0, const RuntimeMethod* method); // 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); // System.Void MS.Internal.Xml.XPath.CacheChildrenQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheChildrenQuery__ctor_m75CAD208E5EE424E468AE1CD6DA566EFEB0E9268 (CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___type3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ChildrenQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChildrenQuery__ctor_mA5A72DB24C2408439D5176B7D42CE887F02783F3 (ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___type3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ParentQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentQuery__ctor_mAD2208D2C39FF4110317CF466335CC845617102E (ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.DescendantOverDescendantQuery::.ctor(MS.Internal.Xml.XPath.Query,System.Boolean,System.String,System.String,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantOverDescendantQuery__ctor_m3A82A8503C139CF18B176063E489FCAEFB9F112D (DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyParent0, bool ___matchSelf1, String_t* ___name2, String_t* ___prefix3, int32_t ___typeTest4, bool ___abbrAxis5, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.PrecedingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrecedingQuery__ctor_m1A3FF8685E5823030871969BED2E869AE58002DF (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.FollowingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery__ctor_mE0658BFC34D565A1D92B32EC52AF556C5823E522 (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.FollSiblingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery__ctor_m67B6E318EE929D85A40FA4BBAAA2706C3E3F25F4 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___type3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.PreSiblingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreSiblingQuery__ctor_mB2BC5D756BAEEA5F51B59CAC6ECF6B8A1C37E089 (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.AttributeQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeQuery__ctor_mB8C78C55479822B645E7C20D5BBE5CCD8B4E6454 (AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, const RuntimeMethod* method); // 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); // System.Void MS.Internal.Xml.XPath.NamespaceQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery__ctor_mB4F45052816EAD062A1CE179DFA3EB73458E759E (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.EmptyQuery::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyQuery__ctor_m04160CF1698E99DED623122C12A39DB66A4B10E4 (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::get_Condition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Filter_get_Condition_mCEFD78E25577CFEC163CCBF21ED87AE7B398D9A5_inline (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, const RuntimeMethod* method); // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::CanBeNumber(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueryBuilder_CanBeNumber_m2416893141B1301E8A83B1ED598669F624685BF4 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___q0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::get_Input() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Filter_get_Input_m1A54C57D63396809C6C97B5C46622E170701FC41_inline (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.FilterQuery::get_Condition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * FilterQuery_get_Condition_m5426A1DB8A449811AD0B7C8C4E9D7F162491671E_inline (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.LogicalExpr::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__ctor_m23FCBD75D5154A4F4E686DA8D10DE1AE380AEDE3 (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * __this, int32_t ___op0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd11, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd22, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.BooleanExpr::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanExpr__ctor_mBDCFD1CFDF007398DE1972BF3769CD3AC6AB76B9 (BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD * __this, int32_t ___op0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd11, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd22, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ReversePositionQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversePositionQuery__ctor_mB39A01AAFD985AF2C45F0E12D2020AE69291B651 (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ForwardPositionQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardPositionQuery__ctor_mEC1C3D9D94C6C6AE240EEC083BB3BE1DF2FCBA5C (ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.FilterQuery::.ctor(MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery__ctor_m1BC1295D007E02803E4B9EF29DCF18A3C86DD356 (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyParent0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___cond1, bool ___noPosition2, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.MergeFilterQuery::.ctor(MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery__ctor_m1E1A1A87261ACFF6E5EBB27AA496C8CED3C8D12F (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___child1, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Operator::get_Operand1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Operator_get_Operand1_mE2955557D1117E077815E8FAA909623C93951EC1_inline (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Operator::get_Operand2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Operator_get_Operand2_m86AFF6D68C162BC982E000E8BCAD7FA1EA9E7253_inline (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Operator/Op MS.Internal.Xml.XPath.Operator::get_OperatorType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Operator_get_OperatorType_m4E601438B4045B971CF3619567277DF7765D2B76_inline (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.NumericExpr::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr__ctor_m99FE9BDC4114747FEFBB8ECE08E452A0FD8C9E56 (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * __this, int32_t ___op0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd11, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd22, const RuntimeMethod* method); // 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); // System.String MS.Internal.Xml.XPath.Variable::get_Localname() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Variable_get_Localname_m5AA7C97CBA7653BFC808FF81D8FB139B527D5EBD_inline (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.Variable::get_Prefix() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Variable_get_Prefix_m42250539DD318AB4531273FC772AC1E4CC1D0214_inline (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, const RuntimeMethod* method); // 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); // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.Function::get_TypeOfFunction() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method); // System.Collections.ArrayList MS.Internal.Xml.XPath.Function::get_ArgumentList() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.IDQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery__ctor_mE87C04E48E43A6928EF5B5BCC08FA9827F995D92 (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg0, const RuntimeMethod* method); // System.Collections.Generic.List`1 MS.Internal.Xml.XPath.QueryBuilder::ProcessArguments(System.Collections.ArrayList,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * QueryBuilder_ProcessArguments_m74F3F22E65753D4490BDB9E466278038DAC6EE9C (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___args0, int32_t* ___props1, const RuntimeMethod* method); // 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); // System.Void MS.Internal.Xml.XPath.BooleanFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanFunctions__ctor_mC97FA577A1A6869FAA566B585D0715D03741020E (BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED * __this, int32_t ___funcType0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg1, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.Function::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Function_get_Name_m9C5348C637FF8AD44AED380AF936AA2B5507955D_inline (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method); // System.String MS.Internal.Xml.XPath.Function::get_Prefix() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Function_get_Prefix_mCCE7930AE358FE9B7C40DF610B520F837D17DA61_inline (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.FunctionQuery::.ctor(System.String,System.String,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery__ctor_m40C02C59FAF074657358B69FA7D96B5A6A7AAB06 (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * __this, String_t* ___prefix0, String_t* ___name1, List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * ___args2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor(System.Int32) inline void List_1__ctor_mE56DF98EF2A494992DBD8992A04BB599A5D322F0 (List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * __this, int32_t ___capacity0, const RuntimeMethod* method) { (( void (*) (List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E *, 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_mA2B3FCFA7823AAF5E408946CBEA7A454CBEA7F89 (List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E *, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessAxis(MS.Internal.Xml.XPath.Axis,MS.Internal.Xml.XPath.QueryBuilder/Flags,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessAxis_m468BF6B31ED793C34C0939B4AD55BA2202342E3F (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * ___root0, int32_t ___flags1, int32_t* ___props2, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessOperator(MS.Internal.Xml.XPath.Operator,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessOperator_mB7FAAA45E1349EF7723504516E2E2F58463BA81A (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * ___root0, int32_t* ___props1, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessFilter(MS.Internal.Xml.XPath.Filter,MS.Internal.Xml.XPath.QueryBuilder/Flags,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessFilter_mCDEAF3AFEF86FCAFF2D7A3DECC92BD66A159BC04 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * ___root0, int32_t ___flags1, int32_t* ___props2, const RuntimeMethod* method); // System.Object MS.Internal.Xml.XPath.Operand::get_OperandValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Operand_get_OperandValue_mC1228DBB3BCF7045431F0652689C127652577A14_inline (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.OperandQuery::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperandQuery__ctor_mBC05B7C4E0A2282E66AB83F5F8B4B68860DB6B68 (OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1 * __this, RuntimeObject * ___val0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessVariable(MS.Internal.Xml.XPath.Variable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessVariable_m6BDCDA71FC4C1BC3A1DC97460A1176DAEB2202E0 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * ___root0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessFunction(MS.Internal.Xml.XPath.Function,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessFunction_m17F291B1CE3D3705869CECCD4FF29F8E24BC6604 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * ___root0, int32_t* ___props1, const RuntimeMethod* method); // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Group::get_GroupNode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Group_get_GroupNode_m080AB32CC73AB58E0E419D59BC329AB9D261DD1B_inline (Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.GroupQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupQuery__ctor_m2ABB39B534D12CBD01596B69600DA919BC2AE957 (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qy0, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.AbsoluteQuery::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbsoluteQuery__ctor_m5C36327761CAE66F8491E4EAA14A241C04BA0AED (AbsoluteQuery_tAABD71B163C1677956AE9C3C009BA7BBEA2F341C * __this, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.QueryBuilder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryBuilder_Reset_m63E844268AFEEC0DB5FC2B7C91BBC383D6C4FE92 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, const RuntimeMethod* method); // 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); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::Build(MS.Internal.Xml.XPath.AstNode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_Build_m0790FE8A6A6D827BF8EEE095874A6D1C09FF845A (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___root0, String_t* ___query1, const RuntimeMethod* method); // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::Build(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_Build_mFD1FAD95D2E26DA017B46739432ED930CF2D426F (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, String_t* ___query0, bool ___allowVar1, bool ___allowKey2, const RuntimeMethod* method); // System.Void System.Xml.XmlRawWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter__ctor_mA2DC536DF02E2F33EB74D66CE039D330EBBE4F33 (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlWriterSettings::get_DocTypeSystem() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_DocTypeSystem_m1B38BA9FEB9F607E713C70656209FC808451C772_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlWriterSettings::get_DocTypePublic() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_DocTypePublic_mB1F29E4F1AA340138079B0A2BA355B4242DAAEAD_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Xml.XmlOutputMethod System.Xml.XmlWriterSettings::get_OutputMethod() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_OutputMethod_mB66D206D5F27115B29E89B878F8105F9353D8CD4_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_AutoXmlDeclaration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_AutoXmlDeclaration_m12CF17F4516BFD28346BD85E6374F3AA221B6CC5_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Xml.XmlStandalone System.Xml.XmlWriterSettings::get_Standalone() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_Standalone_m70CB5E49F6B25B87C65613D1D8AF8D78B9CF2E23_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 System.Xml.XmlWriterSettings::get_CDataSectionElements() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * XmlWriterSettings_get_CDataSectionElements_m0B20ED9AEECC898E926313CDCDD8074BBDB213F9_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mB4C9A484DFF2CA1E941AB55762476368BC6B8E37_inline (List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void System.Xml.BitStack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitStack__ctor_mBA8CA47A8233563799783F70F09BBA442F66F5C6 (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m63D8EAFEBB1ED3529511108CD65B935E198BA698 (Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 *, const RuntimeMethod*))Dictionary_2__ctor_mC9E7381F0B0B82E0320B2523835DAFC9CB3D1C8D_gshared)(__this, method); } // System.Void System.Xml.XmlQualifiedName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m19B864A34BC30E948EA81104CCA5E09646463E64 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 List_1_GetEnumerator_m6493841D0B5BE0B04E8F6299DD619545D9DBCE71 (List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * __this, const RuntimeMethod* method) { return (( Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 (*) (List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * Enumerator_get_Current_m743F45932E7CA3D605BDF9A10A54EC424BBAE3AC_inline (Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 * __this, const RuntimeMethod* method) { return (( XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * (*) (Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mBF8071F14E57C996E537F32884BC4761862BB63B (Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_mA113B07C4C03A7CFBA37EE72824E5795AF960BE0_gshared)(__this, ___key0, ___value1, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m839BDC3261EDD138C5D66713FD6BE6E4C7739BAA (Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m5E9B91BAA02531216513FBBB1944D9B3A300DF2F (Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Xml.BitStack::PushBit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitStack_PushBit_mA8687765F153AF75D44D4DDD2C778B7CFC8AD795 (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * __this, bool ___bit0, const RuntimeMethod* method); // System.Void System.Xml.QueryOutputWriter::EndCDataSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m113008AE4B646E85154C99B3CBB55D536CBEFEB9 (XmlException_tBD65EFA0B5CA26D7D8F4906BEC7C83A76394C918 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::Init(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName_Init_mBFB813930307420CB952CC65B52A1EF3564CA862 (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_mBDDF5DE759CDD21A29BFC352AFF5644D16476607 (Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, const RuntimeMethod*))Dictionary_2_ContainsKey_m6B0D36DF5FAE8766ACB4727C05AC4766633A6FA7_gshared)(__this, ___key0, method); } // System.Boolean System.Xml.BitStack::PopBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitStack_PopBit_m84C75FC508ACE07B2E3E7AA45B9CFB91279553C3 (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.QueryOutputWriter::StartCDataSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueryOutputWriter_StartCDataSection_mB4E124F892B8C89AC50DA92E38DFE9C0EBDECAFF (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method); // System.Boolean System.Xml.BitStack::PeekBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitStack_PeekBit_m1290989B251A2D0C7D1360F7893BAAD01AA1B42A (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * __this, const RuntimeMethod* method); // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m846F567D256240B005CADDBE65D4793920B6474E (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void MS.Internal.Xml.XPath.ReversePositionQuery::.ctor(MS.Internal.Xml.XPath.ReversePositionQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversePositionQuery__ctor_mAE4CD682FF6C6C57C366434D86425C63707C7538 (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * __this, ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * ___other0, const RuntimeMethod* method); // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.CacheOutputQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheOutputQuery_get_Properties_mA9BB0CDC71BEF7BAD4D35B884A515313D94B97F0 (CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 * __this, const RuntimeMethod* method); // System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m6B94153BBBDF13B55321A1E0290B6E82FC8AD248 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, String_t* ___name1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21 (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, 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.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.SchemaDeclBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase__ctor_m1635E4DACD551DC1FA3CA6B426B8E2E78627F28F (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.SchemaDeclBase::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.SchemaAttDef::get_LineNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LineNumber_m59313EBBBEB7825F74471D37390A359200BE323F_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.SchemaAttDef::get_LinePosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LinePosition_m319A452C4316D5428A237EE28BA0345D96D16D4D_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Xml.XmlTokenizedType System.Xml.Schema.SchemaAttDef::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_TokenizedType_mFB396F9F1E6D2FCBE5190C46CCAD49AC4FFA1A67 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.SchemaDeclBase::get_IsDeclaredInExternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaDeclBase_get_IsDeclaredInExternal_m1B7033680C64843BC8F62EAE9B47B7FC521E4F2E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Xml.Schema.SchemaAttDef/Reserve System.Xml.Schema.SchemaAttDef::get_Reserved() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_Reserved_mB2889E74F8D76DB2B9BF6DA7F6280058AE1C4E67_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.SchemaDeclBase::get_DefaultValueTyped() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SchemaDeclBase_get_DefaultValueTyped_m181BCA469B286D8325144D11547D51F3BC2BA10F_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLineNumber() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m4D2187BB1AA525C3FEA4D4131BF143B7569860BA_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLinePosition() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m5392A796775EB83D96511989ECCF49A14EF4C064_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaDatatype::FromXmlTokenizedType(System.Xml.XmlTokenizedType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * XmlSchemaDatatype_FromXmlTokenizedType_mC1D4EBF5FFE89C56A81D77D8F9630121AADB840E (int32_t ___token0, const RuntimeMethod* method); // 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.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); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline String_t* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Void System.Xml.Schema.SchemaAttDef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef__ctor_m40A902B1FF7D8A59AC8FF7380C53C78E2C72585B (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, 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.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 #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.DtdValidator::SetDefaultTypedValue(System.Xml.Schema.SchemaAttDef,System.Xml.IDtdParserAdapter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_SetDefaultTypedValue_m0A9B3F804CFF51E38CDE1B370782DC10EFDDEFBE (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * ___attdef0, RuntimeObject* ___readerAdapter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_0 = ___attdef0; NullCheck(L_0); String_t* L_1; L_1 = SchemaAttDef_get_DefaultValueExpanded_m3DD4309DBF57E2E9C4C2EBA74EE54365C51A88C5(L_0, /*hidden argument*/NULL); V_0 = L_1; SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_2 = ___attdef0; NullCheck(L_2); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_3; L_3 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(L_2, /*hidden argument*/NULL); V_1 = L_3; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_4 = V_1; if (L_4) { goto IL_0013; } } IL_0011: { goto IL_006d; } IL_0013: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = V_1; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_5); if (!L_6) { goto IL_0022; } } IL_001b: { String_t* L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_7, /*hidden argument*/NULL); V_0 = L_8; } IL_0022: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_9 = ___attdef0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_10 = V_1; String_t* L_11 = V_0; RuntimeObject* L_12 = ___readerAdapter1; NullCheck(L_12); XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * L_13; L_13 = InterfaceFuncInvoker0< XmlNameTable_t5A8AA505CA799E0DC25E9815E4106817D2E1E280 * >::Invoke(0 /* System.Xml.XmlNameTable System.Xml.IDtdParserAdapter::get_NameTable() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_12); RuntimeObject* L_14 = ___readerAdapter1; NullCheck(L_14); RuntimeObject* L_15; L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IXmlNamespaceResolver System.Xml.IDtdParserAdapter::get_NamespaceResolver() */, IDtdParserAdapter_tBA7B070C0FD127A0E042A26EB4011F3E14AE3287_il2cpp_TypeInfo_var, L_14); NullCheck(L_10); RuntimeObject * L_16; L_16 = 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_10, L_11, L_13, L_15); NullCheck(L_9); SchemaDeclBase_set_DefaultValueTyped_mC5B1F78E7F6E018074AA8E7672C24E7C844E8A7A_inline(L_9, L_16, /*hidden argument*/NULL); goto IL_006d; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_003d; } throw e; } CATCH_003d: {// begin catch(System.Exception) { RuntimeObject* L_17 = ___readerAdapter1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var))))); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var)), ((RuntimeObject*)Castclass((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_t0F14B9DF8870776AF06060024076C7E824C13439_il2cpp_TypeInfo_var))))); V_2 = L_18; RuntimeObject* L_19 = V_2; if (!L_19) { goto IL_006b; } } IL_004d: { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_20 = ___attdef0; NullCheck(L_20); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21; L_21 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_inline(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22; L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_23 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var))); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ADAAB999C40C872F1295FAF8822A6B94D90F345)), L_22, /*hidden argument*/NULL); V_3 = L_23; RuntimeObject* L_24 = V_2; XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_25 = V_3; NullCheck(L_24); InterfaceActionInvoker2< Exception_t *, int32_t >::Invoke(0 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var)), L_24, L_25, 0); } IL_006b: { IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_006d; } }// end catch (depth: 1) IL_006d: { return; } } // System.Void System.Xml.Schema.DtdValidator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator__cctor_m5B06F923F663AEEA527AD6F30A221423EC1DAD1A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B * L_0 = (NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B *)il2cpp_codegen_object_new(NamespaceManager_t090926196C62C096BAD453E54CDED79D8E71720B_il2cpp_TypeInfo_var); NamespaceManager__ctor_m5878388A545016DC48058A23E985AECBB1EE86CF(L_0, /*hidden argument*/NULL); ((DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_StaticFields*)il2cpp_codegen_static_fields_for(DtdValidator_t1C9F048BF92EEAA4AD43A151F34D5B6DF96F38D3_il2cpp_TypeInfo_var))->set_namespaceManager_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.Exception System.Xml.Schema.DurationFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DurationFacetsChecker_CheckValueFacets_mCC15F81F4E3665452494811E59CAF7146ED470BC (DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_0; memset((&V_0), 0, sizeof(V_0)); { 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; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_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_1); RuntimeObject * L_5; L_5 = VirtualFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4); V_0 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_5, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_7 = ___datatype1; Exception_t * L_8; L_8 = VirtualFuncInvoker2< Exception_t *, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_6, L_7); return L_8; } } // System.Exception System.Xml.Schema.DurationFacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * DurationFacetsChecker_CheckValueFacets_mA3E77FB77A59F8FC623006B92994E5EEC0B8511E (DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___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*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944); s_Il2CppMethodInitialized = true; } RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_0 = NULL; int32_t V_1 = 0; 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: { V_1 = G_B3_0; int32_t L_5 = V_1; if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)64)))) { goto IL_003e; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_6 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_7 = V_0; NullCheck(L_7); RuntimeObject * L_8 = L_7->get_MaxInclusive_6(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); int32_t L_9; L_9 = TimeSpan_Compare_mE9C51B8B890F201716E4EC24DF2C2E858B588C3A(L_6, ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_8, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_003e; } } { 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, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_10, /*hidden argument*/NULL); return L_11; } IL_003e: { int32_t L_12 = V_1; if (!((int32_t)((int32_t)L_12&(int32_t)((int32_t)128)))) { goto IL_006b; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_13 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15 = L_14->get_MaxExclusive_7(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); int32_t L_16; L_16 = TimeSpan_Compare_mE9C51B8B890F201716E4EC24DF2C2E858B588C3A(L_13, ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_15, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)0))) { goto IL_006b; } } { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_18 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_18, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_17, /*hidden argument*/NULL); return L_18; } IL_006b: { int32_t L_19 = V_1; if (!((int32_t)((int32_t)L_19&(int32_t)((int32_t)256)))) { goto IL_0098; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_20 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_21 = V_0; NullCheck(L_21); RuntimeObject * L_22 = L_21->get_MinInclusive_8(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); int32_t L_23; L_23 = TimeSpan_Compare_mE9C51B8B890F201716E4EC24DF2C2E858B588C3A(L_20, ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_22, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); if ((((int32_t)L_23) >= ((int32_t)0))) { goto IL_0098; } } { String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_25 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_25, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_24, /*hidden argument*/NULL); return L_25; } IL_0098: { int32_t L_26 = V_1; if (!((int32_t)((int32_t)L_26&(int32_t)((int32_t)512)))) { goto IL_00c5; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_27 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_28 = V_0; NullCheck(L_28); RuntimeObject * L_29 = L_28->get_MinExclusive_9(); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); int32_t L_30; L_30 = TimeSpan_Compare_mE9C51B8B890F201716E4EC24DF2C2E858B588C3A(L_27, ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_29, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); if ((((int32_t)L_30) > ((int32_t)0))) { goto IL_00c5; } } { 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, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_31, /*hidden argument*/NULL); return L_32; } IL_00c5: { int32_t L_33 = V_1; if (!((int32_t)((int32_t)L_33&(int32_t)((int32_t)16)))) { goto IL_00ea; } } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_34 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_35 = V_0; NullCheck(L_35); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_36 = L_35->get_Enumeration_4(); bool L_37; L_37 = DurationFacetsChecker_MatchEnumeration_m782B0F54BB42686A3652E3108B22B827605E1FBB(__this, L_34, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_00ea; } } { String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_39 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_39, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_38, /*hidden argument*/NULL); return L_39; } IL_00ea: { return (Exception_t *)NULL; } } // System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_m901429F77EF11D02233177D3D7999ACB71613E79 (DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 * __this, RuntimeObject * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___enumeration1; bool L_2; L_2 = DurationFacetsChecker_MatchEnumeration_m782B0F54BB42686A3652E3108B22B827605E1FBB(__this, ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_0, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.TimeSpan,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_m782B0F54BB42686A3652E3108B22B827605E1FBB (DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001e; } IL_0004: { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___enumeration1; int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2); IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); int32_t L_4; L_4 = TimeSpan_Compare_mE9C51B8B890F201716E4EC24DF2C2E858B588C3A(L_0, ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_3, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); if (L_4) { goto IL_001a; } } { return (bool)1; } IL_001a: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = ___enumeration1; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.DurationFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DurationFacetsChecker__ctor_m438A86050C11C8861B1955ED73C63C2AB460FC82 (DurationFacetsChecker_t07ED22E97357EFF20653F05A7E5388050B066A66 * __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 #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.EmptyEnumerator::System.Collections.IEnumerator.MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyEnumerator_System_Collections_IEnumerator_MoveNext_m0E2DBE90BA534260590E7EB0FEE396DB3C19D3B7 (EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.EmptyEnumerator::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator_System_Collections_IEnumerator_Reset_m354E07DEE54514D96C6DD7F453126AA996FA742C (EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * __this, const RuntimeMethod* method) { { return; } } // System.Object System.Xml.EmptyEnumerator::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyEnumerator_System_Collections_IEnumerator_get_Current_m13A95A923D46B58867AFB2C65E5BC25F28885F9D (EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EmptyEnumerator_System_Collections_IEnumerator_get_Current_m13A95A923D46B58867AFB2C65E5BC25F28885F9D_RuntimeMethod_var))); } } // System.Void System.Xml.EmptyEnumerator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_mD2C6EAC8EB181ECB0E6D7D33FC6AEAB25465CF27 (EmptyEnumerator_t138901A02D453E19CDE87DFD96981F8A98928E13 * __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.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.EmptyQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * EmptyQuery_Advance_mE3AF19E4EB99E7607C858B526B8CBEA1F68E6CC5 (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.EmptyQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * EmptyQuery_Clone_m45C2E67047ECFAC8645F3D1BA84A0DA322DBD405 (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { return __this; } } // System.Object MS.Internal.Xml.XPath.EmptyQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EmptyQuery_Evaluate_mFA7F2DC4E618D0D728E702F2D1F04B8596C92DAB (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method) { { return __this; } } // System.Int32 MS.Internal.Xml.XPath.EmptyQuery::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyQuery_get_CurrentPosition_m21E7703D97A3CA292EE59195778DF1C8C1A486EB (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { return 0; } } // System.Int32 MS.Internal.Xml.XPath.EmptyQuery::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyQuery_get_Count_mD1AB8C09EF406A10746CBD0B85EA5253AFE27876 (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { return 0; } } // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.EmptyQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyQuery_get_Properties_m15E657BBB8122004A57486CE86CB4F7548167C41 (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)23)); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.EmptyQuery::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyQuery_get_StaticType_m83FEBD4A8A24C72043304D3A4AC61C58A2472F54 (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Void MS.Internal.Xml.XPath.EmptyQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyQuery_Reset_m98B2ACAFA9A48FFAD12F3AECB73EF1CB5469450A (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.EmptyQuery::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * EmptyQuery_get_Current_mD6EB28D8C2D2503BE20A2D080EF91F9D9D81D72D (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } } // System.Void MS.Internal.Xml.XPath.EmptyQuery::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyQuery__ctor_m04160CF1698E99DED623122C12A39DB66A4B10E4 (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * __this, const RuntimeMethod* method) { { Query__ctor_m1EC491C2B27B23CE8D1393228BA83AA3DD2AF574(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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) { { Query__ctor_m1EC491C2B27B23CE8D1393228BA83AA3DD2AF574(__this, /*hidden argument*/NULL); String_t* L_0 = ___prefix0; __this->set_prefix_1(L_0); String_t* L_1 = ___name1; __this->set_name_2(L_1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * L_0 = ___other0; Query__ctor_m7259F6D561678E24DA2C8B6D21AB3316C8C10510(__this, L_0, /*hidden argument*/NULL); ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * L_1 = ___other0; NullCheck(L_1); String_t* L_2 = L_1->get_prefix_1(); __this->set_prefix_1(L_2); ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * L_3 = ___other0; NullCheck(L_3); String_t* L_4 = L_3->get_name_2(); __this->set_name_2(L_4); ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * L_5 = ___other0; NullCheck(L_5); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_6 = L_5->get_xsltContext_3(); __this->set_xsltContext_3(L_6); ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * L_7 = ___other0; NullCheck(L_7); ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_8 = L_7->get_queryIterator_4(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_9; L_9 = Query_Clone_m30C906BEAC7D4E15A82A41ADBFC7DD639CA6DEC9(L_8, /*hidden argument*/NULL); __this->set_queryIterator_4(((ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 *)CastclassClass((RuntimeObject*)L_9, ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67_il2cpp_TypeInfo_var))); return; } } // System.Void MS.Internal.Xml.XPath.ExtensionQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionQuery_Reset_m1DF26A558B4AD3ABE76E4D09D5F2C78A0881D7D5 (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, const RuntimeMethod* method) { { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_0 = __this->get_queryIterator_4(); if (!L_0) { goto IL_0013; } } { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_1 = __this->get_queryIterator_4(); NullCheck(L_1); VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_1); } IL_0013: { return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ExtensionQuery::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ExtensionQuery_get_Current_mF3D5DDEB5639F289DEB1F92E40C1EAADE60322BA (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, const RuntimeMethod* method) { { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_0 = __this->get_queryIterator_4(); 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*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExtensionQuery_get_Current_mF3D5DDEB5639F289DEB1F92E40C1EAADE60322BA_RuntimeMethod_var))); } IL_0013: { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_2 = __this->get_queryIterator_4(); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_2); if (L_3) { goto IL_0027; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4; L_4 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, __this); } IL_0027: { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_5 = __this->get_queryIterator_4(); NullCheck(L_5); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6; L_6 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_5); return L_6; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ExtensionQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ExtensionQuery_Advance_m5C567B2C7563515F9DE8D9A5889910980559B282 (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, const RuntimeMethod* method) { { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_0 = __this->get_queryIterator_4(); 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*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExtensionQuery_Advance_m5C567B2C7563515F9DE8D9A5889910980559B282_RuntimeMethod_var))); } IL_0013: { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_2 = __this->get_queryIterator_4(); 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_002c; } } { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_4 = __this->get_queryIterator_4(); 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); return L_5; } IL_002c: { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } } // System.Int32 MS.Internal.Xml.XPath.ExtensionQuery::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtensionQuery_get_CurrentPosition_mAD39783C74E81C4530CE7F8349231E1B10D38B58 (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, const RuntimeMethod* method) { { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_0 = __this->get_queryIterator_4(); if (!L_0) { goto IL_0014; } } { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_1 = __this->get_queryIterator_4(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_1); return L_2; } IL_0014: { return 0; } } // 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) { 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*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXPathNavigable_tAC6018A98B487439083E4A54B655B887052293B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67_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*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * V_0 = NULL; XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * V_1 = NULL; RuntimeObject* V_2 = NULL; { RuntimeObject * L_0 = ___value0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_000a; } } { RuntimeObject * L_1 = ___value0; return L_1; } IL_000a: { RuntimeObject * L_2 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_0014; } } { RuntimeObject * L_3 = ___value0; return L_3; } IL_0014: { RuntimeObject * L_4 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))) { goto IL_001e; } } { RuntimeObject * L_5 = ___value0; return L_5; } IL_001e: { RuntimeObject * L_6 = ___value0; if (!((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)IsInstClass((RuntimeObject*)L_6, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))) { goto IL_0028; } } { RuntimeObject * L_7 = ___value0; return L_7; } IL_0028: { RuntimeObject * L_8 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_003d; } } { RuntimeObject * L_9 = ___value0; double L_10 = ((double)((double)((*(int32_t*)((int32_t*)UnBox(L_9, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))))); RuntimeObject * L_11 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_10); return L_11; } IL_003d: { RuntimeObject * L_12 = ___value0; if (L_12) { goto IL_004d; } } { IL2CPP_RUNTIME_CLASS_INIT(XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var); XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * L_13 = ((XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_StaticFields*)il2cpp_codegen_static_fields_for(XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var))->get_Instance_1(); __this->set_queryIterator_4(L_13); return __this; } IL_004d: { RuntimeObject * L_14 = ___value0; V_0 = ((ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 *)IsInstClass((RuntimeObject*)L_14, ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67_il2cpp_TypeInfo_var)); ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_15 = V_0; if (!L_15) { goto IL_006a; } } { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_16 = V_0; NullCheck(L_16); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_17; L_17 = VirtualFuncInvoker0< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_16); __this->set_queryIterator_4(((ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 *)CastclassClass((RuntimeObject*)L_17, ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67_il2cpp_TypeInfo_var))); return __this; } IL_006a: { RuntimeObject * L_18 = ___value0; V_1 = ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)IsInstClass((RuntimeObject*)L_18, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var)); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_19 = V_1; if (!L_19) { goto IL_0082; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_20 = V_1; XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD * L_21 = (XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD *)il2cpp_codegen_object_new(XPathArrayIterator_t41CCD996703BA681E5D54A8504BA08455CE417DD_il2cpp_TypeInfo_var); XPathArrayIterator__ctor_mBA30661975593E5828FDF69E8014AFA4FC4A7E86(L_21, L_20, /*hidden argument*/NULL); __this->set_queryIterator_4(L_21); return __this; } IL_0082: { RuntimeObject * L_22 = ___value0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IXPathNavigable_tAC6018A98B487439083E4A54B655B887052293B4_il2cpp_TypeInfo_var)); RuntimeObject* L_23 = V_2; if (!L_23) { goto IL_0093; } } { RuntimeObject* L_24 = V_2; NullCheck(L_24); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_25; L_25 = InterfaceFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(0 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.IXPathNavigable::CreateNavigator() */, IXPathNavigable_tAC6018A98B487439083E4A54B655B887052293B4_il2cpp_TypeInfo_var, L_24); return L_25; } IL_0093: { RuntimeObject * L_26 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_26, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))) { goto IL_00a8; } } { RuntimeObject * L_27 = ___value0; double L_28 = ((double)((double)((*(int16_t*)((int16_t*)UnBox(L_27, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))))); RuntimeObject * L_29 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_28); return L_29; } IL_00a8: { RuntimeObject * L_30 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_30, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))) { goto IL_00bd; } } { RuntimeObject * L_31 = ___value0; double L_32 = ((double)((double)((*(int64_t*)((int64_t*)UnBox(L_31, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))))); RuntimeObject * L_33 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_32); return L_33; } IL_00bd: { RuntimeObject * L_34 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_34, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))) { goto IL_00d3; } } { RuntimeObject * L_35 = ___value0; double L_36 = ((double)((double)((double)((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_35, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_37 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_36); return L_37; } IL_00d3: { RuntimeObject * L_38 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_38, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))) { goto IL_00e8; } } { RuntimeObject * L_39 = ___value0; double L_40 = ((double)((double)((*(uint16_t*)((uint16_t*)UnBox(L_39, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))))); RuntimeObject * L_41 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_40); return L_41; } IL_00e8: { RuntimeObject * L_42 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_42, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))) { goto IL_00fe; } } { RuntimeObject * L_43 = ___value0; double L_44 = ((double)((double)((double)((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_43, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))))))); RuntimeObject * L_45 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_44); return L_45; } IL_00fe: { RuntimeObject * L_46 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_46, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_0113; } } { RuntimeObject * L_47 = ___value0; double L_48 = ((double)((double)((*(float*)((float*)UnBox(L_47, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var)))))); RuntimeObject * L_49 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_48); return L_49; } IL_0113: { RuntimeObject * L_50 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_50, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_012d; } } { RuntimeObject * L_51 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); double L_52; L_52 = Decimal_op_Explicit_mE02704467D0CB7436E13614114A725E05321FAEC(((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_51, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); double L_53 = ((double)((double)L_52)); RuntimeObject * L_54 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_53); return L_54; } IL_012d: { RuntimeObject * L_55 = ___value0; NullCheck(L_55); String_t* L_56; L_56 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_55); return L_56; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_prefix_1(); 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 = __this->get_name_2(); return L_2; } IL_0014: { String_t* L_3 = __this->get_prefix_1(); String_t* L_4 = __this->get_name_2(); String_t* L_5; L_5 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_3, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_4, /*hidden argument*/NULL); return L_5; } } // System.Int32 MS.Internal.Xml.XPath.ExtensionQuery::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtensionQuery_get_Count_mD59A0A4E6A2AECEE25F5902AA59144ADBD319CC8 (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, const RuntimeMethod* method) { { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_0 = __this->get_queryIterator_4(); if (!L_0) { goto IL_0014; } } { ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_1 = __this->get_queryIterator_4(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_Count() */, L_1); return L_2; } IL_0014: { return 1; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.ExtensionQuery::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtensionQuery_get_StaticType_m126AA27E4FE627382EC06E0B2CA5D7CAC260F619 (ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 * __this, const RuntimeMethod* method) { { return (int32_t)(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.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckLexicalFacets_mAB440D27CCF341D1E574995DAF236DE38B9E8513 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, String_t** ___parseString0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { String_t** L_0 = ___parseString0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1 = ___datatype1; FacetsChecker_CheckWhitespaceFacets_m5529819D0BFF09F083BAED53C1805ECC22E03101(__this, (String_t**)L_0, L_1, /*hidden argument*/NULL); 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); String_t** L_4 = ___parseString0; String_t* L_5 = *((String_t**)L_4); Exception_t * L_6; L_6 = FacetsChecker_CheckPatternFacets_mC488D9F160CC92EA2A5CE5B94017FB7F9AFA4854(__this, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m5C0035B0949CDA77154C8D83A6278255EBD34CEC (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m7518F71DBD41DD04A52721D5DD5FC16EAA7A8E01 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m2D9F70F85A6BCF36F8DD83197490CFB465EB5149 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, int64_t ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m9D4FACFA098694E6B227E1DB03C073223447545B (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, int32_t ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_mD24A4A5E020B2B7EEA7F2282D158E64DD6ECB7E1 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, int16_t ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m9032E2E2E44A68E7FD5426FFF02BFC99E3A21BAD (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m660D30FD7317EAAC73C3F56A9853A45E7EE505AC (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, double ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_mA6F5E963B09109D07C87A8AFBE9252C09D4DD76F (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, float ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_mEAA86ABBC5F7F7D8483C38D4060354A33C03F886 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, String_t* ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_mE00EE3D5EAB603887D560D42D13DB8B3085C2726 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m9DC8F28DD31711E099A61EA05A2B2F480D26CC5F (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckValueFacets_m6D7DB56EBE94EA611CD5B84006DDCC65DFCBAA31 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { { return (Exception_t *)NULL; } } // System.Void System.Xml.Schema.FacetsChecker::CheckWhitespaceFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker_CheckWhitespaceFacets_m5529819D0BFF09F083BAED53C1805ECC22E03101 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, String_t** ___s0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_0 = NULL; int32_t V_1 = 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; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = ___datatype1; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_2); V_1 = L_3; int32_t L_4 = V_1; if (!L_4) { goto IL_001f; } } { int32_t L_5 = V_1; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_0078; } } { String_t** L_6 = ___s0; String_t** L_7 = ___s0; String_t* L_8 = *((String_t**)L_7); NullCheck(L_8); String_t* L_9; L_9 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_8, /*hidden argument*/NULL); *((RuntimeObject **)L_6) = (RuntimeObject *)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_6, (void*)(RuntimeObject *)L_9); return; } IL_001f: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_10 = ___datatype1; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_10); if ((!(((uint32_t)L_11) == ((uint32_t)2)))) { goto IL_0032; } } { String_t** L_12 = ___s0; String_t** L_13 = ___s0; String_t* L_14 = *((String_t**)L_13); String_t* L_15; L_15 = XmlComplianceUtil_NonCDataNormalize_m095AF331754C6871D04517D834476D64C29070DA(L_14, /*hidden argument*/NULL); *((RuntimeObject **)L_12) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_12, (void*)(RuntimeObject *)L_15); return; } IL_0032: { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_16 = ___datatype1; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_16); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_0045; } } { String_t** L_18 = ___s0; String_t** L_19 = ___s0; String_t* L_20 = *((String_t**)L_19); String_t* L_21; L_21 = XmlComplianceUtil_CDataNormalize_m167922708046B32256D7AE8B4AE71804AF7A0532(L_20, /*hidden argument*/NULL); *((RuntimeObject **)L_18) = (RuntimeObject *)L_21; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_18, (void*)(RuntimeObject *)L_21); return; } IL_0045: { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_22 = V_0; if (!L_22) { goto IL_0078; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_23 = V_0; NullCheck(L_23); int32_t L_24 = L_23->get_Flags_12(); if (!((int32_t)((int32_t)L_24&(int32_t)((int32_t)32)))) { goto IL_0078; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_25 = V_0; NullCheck(L_25); int32_t L_26 = L_25->get_WhiteSpace_5(); if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_0066; } } { String_t** L_27 = ___s0; String_t** L_28 = ___s0; String_t* L_29 = *((String_t**)L_28); String_t* L_30; L_30 = XmlComplianceUtil_CDataNormalize_m167922708046B32256D7AE8B4AE71804AF7A0532(L_29, /*hidden argument*/NULL); *((RuntimeObject **)L_27) = (RuntimeObject *)L_30; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_27, (void*)(RuntimeObject *)L_30); return; } IL_0066: { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_31 = V_0; NullCheck(L_31); int32_t L_32 = L_31->get_WhiteSpace_5(); if ((!(((uint32_t)L_32) == ((uint32_t)2)))) { goto IL_0078; } } { String_t** L_33 = ___s0; String_t** L_34 = ___s0; String_t* L_35 = *((String_t**)L_34); String_t* L_36; L_36 = XmlComplianceUtil_NonCDataNormalize_m095AF331754C6871D04517D834476D64C29070DA(L_35, /*hidden argument*/NULL); *((RuntimeObject **)L_33) = (RuntimeObject *)L_36; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_33, (void*)(RuntimeObject *)L_36); } IL_0078: { return; } } // System.Exception System.Xml.Schema.FacetsChecker::CheckPatternFacets(System.Xml.Schema.RestrictionFacets,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FacetsChecker_CheckPatternFacets_mC488D9F160CC92EA2A5CE5B94017FB7F9AFA4854 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * ___restriction0, String_t* ___value1, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_0 = ___restriction0; if (!L_0) { goto IL_004c; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_1 = ___restriction0; NullCheck(L_1); int32_t L_2 = L_1->get_Flags_12(); if (!((int32_t)((int32_t)L_2&(int32_t)8))) { goto IL_004c; } } { V_0 = 0; goto IL_003e; } IL_0011: { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_3 = ___restriction0; NullCheck(L_3); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = L_3->get_Patterns_3(); int32_t L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); String_t* L_7 = ___value1; NullCheck(((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)CastclassClass((RuntimeObject*)L_6, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var))); bool L_8; L_8 = Regex_IsMatch_m872C1D85AC5BF891AC3C3FC789BBC4E2393FB859(((Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)CastclassClass((RuntimeObject*)L_6, Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003a; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_10 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_10, _stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5, L_9, /*hidden argument*/NULL); return L_10; } IL_003a: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003e: { int32_t L_12 = V_0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_13 = ___restriction0; NullCheck(L_13); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_14 = L_13->get_Patterns_3(); NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14); if ((((int32_t)L_12) < ((int32_t)L_15))) { goto IL_0011; } } IL_004c: { return (Exception_t *)NULL; } } // System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FacetsChecker_MatchEnumeration_mEFCF54A0C5AB831A7FDFCA3DD10A1C62993F4FD1 (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __this, RuntimeObject * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, const RuntimeMethod* method) { { return (bool)0; } } // System.Decimal System.Xml.Schema.FacetsChecker::Power(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 FacetsChecker_Power_m4BE414500D44C0C1987A6D950CAC8B4E71361761 (int32_t ___x0, int32_t ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; { IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_One_8(); V_0 = L_0; int32_t L_1 = ___x0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2; L_2 = Decimal_op_Implicit_mBF8AF3AB5D38844C35C02A2E4B98E9337D9E43BA(L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = ___y1; if ((((int32_t)L_3) <= ((int32_t)((int32_t)28)))) { goto IL_001d; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4; memset((&L_4), 0, sizeof(L_4)); Decimal__ctor_mB9DFF414FB23863B982F9D863D6E57867995C7F3((&L_4), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); return L_4; } IL_001d: { V_2 = 0; goto IL_002d; } IL_0021: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5 = V_0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7; L_7 = Decimal_op_Multiply_mD941918A97C8534FDA1B2E1B26288F0FA7224E26(L_5, L_6, /*hidden argument*/NULL); V_0 = L_7; int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_002d: { int32_t L_9 = V_2; int32_t L_10 = ___y1; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0021; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11 = V_0; return L_11; } } // System.Void System.Xml.Schema.FacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker__ctor_m9866E167E1A380C2278C0B37898E6E13552F61CF (FacetsChecker_t7E7724953E7F8DD59B86B4EE87387120395C7DF8 * __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 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) { { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___input0; __this->set_input_0(L_0); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1 = ___condition1; __this->set_condition_1(L_1); return; } } // MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Filter::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Filter_get_Type_m711536E3C0E992D49B7C92AC49ECD3281DDCAF3C (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Filter::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Filter_get_ReturnType_mF5336A24A38143A783698D04593F4172A2653EE6 (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::get_Input() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Filter_get_Input_m1A54C57D63396809C6C97B5C46622E170701FC41 (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_input_0(); return L_0; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::get_Condition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Filter_get_Condition_mCEFD78E25577CFEC163CCBF21ED87AE7B398D9A5 (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_condition_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.FilterQuery::.ctor(MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery__ctor_m1BC1295D007E02803E4B9EF29DCF18A3C86DD356 (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyParent0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___cond1, bool ___noPosition2, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___qyParent0; BaseAxisQuery__ctor_m08A31C63F86561337C02ECD1DC768B36C63D1A97(__this, L_0, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ___cond1; __this->set_cond_9(L_1); bool L_2 = ___noPosition2; __this->set_noPosition_10(L_2); return; } } // System.Void MS.Internal.Xml.XPath.FilterQuery::.ctor(MS.Internal.Xml.XPath.FilterQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery__ctor_m2474843A382B8D84E897BD43C00B52606C818976 (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * ___other0, const RuntimeMethod* method) { { FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_0 = ___other0; BaseAxisQuery__ctor_mD062A94AC41E22D089BC416BC97334A4D1263556(__this, L_0, /*hidden argument*/NULL); FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_1 = ___other0; NullCheck(L_1); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = L_1->get_cond_9(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_2, /*hidden argument*/NULL); __this->set_cond_9(L_3); FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_4 = ___other0; NullCheck(L_4); bool L_5 = L_4->get_noPosition_10(); __this->set_noPosition_10(L_5); return; } } // System.Void MS.Internal.Xml.XPath.FilterQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery_Reset_m7869BFBF3E5E2772B8B0E4A19D1690F393D71FEC (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_cond_9(); NullCheck(L_0); VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_0); BaseAxisQuery_Reset_m93D0540BFA0885DFC651373D6E74AA166CA98750(__this, /*hidden argument*/NULL); return; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.FilterQuery::get_Condition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * FilterQuery_get_Condition_m5426A1DB8A449811AD0B7C8C4E9D7F162491671E (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_cond_9(); return L_0; } } // System.Void MS.Internal.Xml.XPath.FilterQuery::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery_SetXsltContext_m9492E0C1EB420A3EC26429CBBA2079F10C0F15F3 (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * V_0 = NULL; { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_0 = ___input0; BaseAxisQuery_SetXsltContext_m986994DFB851F58A3B2843609FF90F8E1BBFB067(__this, L_0, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = __this->get_cond_9(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_2 = ___input0; NullCheck(L_1); VirtualActionInvoker1< XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_1, L_2); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3 = __this->get_cond_9(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_3); if (!L_4) { goto IL_0051; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5 = __this->get_cond_9(); NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_5); if ((((int32_t)L_6) == ((int32_t)5))) { goto IL_0051; } } { bool L_7 = __this->get_noPosition_10(); if (!L_7) { goto IL_0051; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_8 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); V_0 = ((ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 *)IsInstSealed((RuntimeObject*)L_8, ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569_il2cpp_TypeInfo_var)); ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * L_9 = V_0; if (!L_9) { goto IL_0051; } } { ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * L_10 = V_0; NullCheck(L_10); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_11 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)L_10)->get_input_1(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_qyInput_1(L_11); } IL_0051: { return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FilterQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * FilterQuery_Advance_m8103FAAB50BADF6208D26B0EA9A6A5B09FC2341B (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { goto IL_001f; } IL_0002: { bool L_0; L_0 = FilterQuery_EvaluatePredicate_mEE8D8C60DE1303A53285DC588854ED55C8089B7B(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001f; } } { int32_t L_1 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_position_8(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_position_8(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); return L_2; } IL_001f: { 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.Boolean MS.Internal.Xml.XPath.FilterQuery::EvaluatePredicate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterQuery_EvaluatePredicate_mEE8D8C60DE1303A53285DC588854ED55C8089B7B (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_cond_9(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); 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); V_0 = L_2; RuntimeObject * L_3 = V_0; if (!((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)IsInstClass((RuntimeObject*)L_3, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var))) { goto IL_0029; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = __this->get_cond_9(); NullCheck(L_4); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5; L_5 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_4); return (bool)((!(((RuntimeObject*)(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)L_5) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0029: { RuntimeObject * L_6 = V_0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var))) { goto IL_0040; } } { RuntimeObject * L_7 = V_0; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var))); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0); } IL_0040: { RuntimeObject * L_9 = V_0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_005d; } } { RuntimeObject * L_10 = V_0; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_11 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_11); return (bool)((((double)((*(double*)((double*)UnBox(L_10, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))) == ((double)((double)((double)L_12))))? 1 : 0); } IL_005d: { RuntimeObject * L_13 = V_0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_13, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))) { goto IL_006c; } } { RuntimeObject * L_14 = V_0; return ((*(bool*)((bool*)UnBox(L_14, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); } IL_006c: { return (bool)1; } } // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.FilterQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterQuery_get_Properties_m7B1B75138FFAA1A181CFD445A8D44C5BA1887213 (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.Query::get_Properties() */, L_0); return (int32_t)(((int32_t)((int32_t)1|(int32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)24)))))); } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FilterQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * FilterQuery_Clone_m4548427F424CA6C0EA6E6D04CEA5963AC286A486 (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_0 = (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF *)il2cpp_codegen_object_new(FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF_il2cpp_TypeInfo_var); FilterQuery__ctor_m2474843A382B8D84E897BD43C00B52606C818976(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.FollSiblingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery__ctor_m67B6E318EE929D85A40FA4BBAAA2706C3E3F25F4 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___type3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1__ctor_m04F171A0148672D02D20D8E8C2407AB16D726751_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1F8F8D530C75846EE59B450737DBE7DFF897B925_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_4 = (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 *)il2cpp_codegen_object_new(ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1_il2cpp_TypeInfo_var); ClonableStack_1__ctor_m04F171A0148672D02D20D8E8C2407AB16D726751(L_4, /*hidden argument*/ClonableStack_1__ctor_m04F171A0148672D02D20D8E8C2407AB16D726751_RuntimeMethod_var); __this->set_elementStk_9(L_4); List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_5 = (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *)il2cpp_codegen_object_new(List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_il2cpp_TypeInfo_var); List_1__ctor_m1F8F8D530C75846EE59B450737DBE7DFF897B925(L_5, /*hidden argument*/List_1__ctor_m1F8F8D530C75846EE59B450737DBE7DFF897B925_RuntimeMethod_var); __this->set_parentStk_10(L_5); return; } } // System.Void MS.Internal.Xml.XPath.FollSiblingQuery::.ctor(MS.Internal.Xml.XPath.FollSiblingQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery__ctor_m3F9FF409E25576A31C0D89EFD3A5C1000648E2E8 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Clone_m4995F8F1EBCE98D2B7183045DE109A1D2575F0FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBF7A2D885275BC3A48DFC31E43B48D8C0EF6E536_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * L_0 = ___other0; BaseAxisQuery__ctor_mD062A94AC41E22D089BC416BC97334A4D1263556(__this, L_0, /*hidden argument*/NULL); FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * L_1 = ___other0; NullCheck(L_1); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_2 = L_1->get_elementStk_9(); NullCheck(L_2); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_3; L_3 = ClonableStack_1_Clone_m4995F8F1EBCE98D2B7183045DE109A1D2575F0FB(L_2, /*hidden argument*/ClonableStack_1_Clone_m4995F8F1EBCE98D2B7183045DE109A1D2575F0FB_RuntimeMethod_var); __this->set_elementStk_9(L_3); FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * L_4 = ___other0; NullCheck(L_4); List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_5 = L_4->get_parentStk_10(); List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_6 = (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *)il2cpp_codegen_object_new(List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_il2cpp_TypeInfo_var); List_1__ctor_mBF7A2D885275BC3A48DFC31E43B48D8C0EF6E536(L_6, L_5, /*hidden argument*/List_1__ctor_mBF7A2D885275BC3A48DFC31E43B48D8C0EF6E536_RuntimeMethod_var); __this->set_parentStk_10(L_6); FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * L_7 = ___other0; NullCheck(L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = L_7->get_nextInput_11(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9; L_9 = Query_Clone_m46A167BD8A767782AA8B4D61B87BC8D22756353D(L_8, /*hidden argument*/NULL); __this->set_nextInput_11(L_9); return; } } // System.Void MS.Internal.Xml.XPath.FollSiblingQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery_Reset_m5E0AB3AC03CC0CDBDF2D169C150C305C576FD172 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_0 = __this->get_elementStk_9(); NullCheck(L_0); List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D(L_0, /*hidden argument*/List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D_RuntimeMethod_var); List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_1 = __this->get_parentStk_10(); NullCheck(L_1); List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D(L_1, /*hidden argument*/List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D_RuntimeMethod_var); __this->set_nextInput_11((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL); BaseAxisQuery_Reset_m93D0540BFA0885DFC651373D6E74AA166CA98750(__this, /*hidden argument*/NULL); return; } } // System.Boolean MS.Internal.Xml.XPath.FollSiblingQuery::Visited(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FollSiblingQuery_Visited_m9D24427CC5C369900B75FACC2018EC9E2FBD52F6 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; int32_t V_1 = 0; { 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); V_0 = L_1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_2); V_1 = 0; goto IL_002c; } IL_0012: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = V_0; List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_5 = __this->get_parentStk_10(); int32_t L_6 = V_1; NullCheck(L_5); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7; L_7 = List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_RuntimeMethod_var); NullCheck(L_4); bool L_8; L_8 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_4, L_7); if (!L_8) { goto IL_0028; } } { return (bool)1; } IL_0028: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002c: { int32_t L_10 = V_1; List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_11 = __this->get_parentStk_10(); NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_inline(L_11, /*hidden argument*/List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0012; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_13 = __this->get_parentStk_10(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_0; NullCheck(L_13); List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50(L_13, L_14, /*hidden argument*/List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var); return (bool)0; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollSiblingQuery::FetchInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * FollSiblingQuery_FetchInput_m29B3885BFA4FBE0D616B7C6CBEB25B84002E43D7 (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; IL_0000: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); 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_0011; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_0011: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = V_0; bool L_4; L_4 = FollSiblingQuery_Visited_m9D24427CC5C369900B75FACC2018EC9E2FBD52F6(__this, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0000; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = V_0; 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); return L_6; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollSiblingQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * FollSiblingQuery_Advance_m8056CEDE6023CBCE61A78AFC89F21ADE97515E3E (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Pop_m977565320308A1F3132C0CA2F053D066EF88ACF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Push_m7E303C263B52E8E50DDE43A9E9D9585273B583C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } IL_0000: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); if (L_0) { goto IL_00aa; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = __this->get_nextInput_11(); if (L_1) { goto IL_001f; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = FollSiblingQuery_FetchInput_m29B3885BFA4FBE0D616B7C6CBEB25B84002E43D7(__this, /*hidden argument*/NULL); __this->set_nextInput_11(L_2); } IL_001f: { ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_3 = __this->get_elementStk_9(); NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_inline(L_3, /*hidden argument*/List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); if (L_4) { goto IL_0050; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = __this->get_nextInput_11(); if (L_5) { goto IL_0036; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_0036: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = __this->get_nextInput_11(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_6); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7; L_7 = FollSiblingQuery_FetchInput_m29B3885BFA4FBE0D616B7C6CBEB25B84002E43D7(__this, /*hidden argument*/NULL); __this->set_nextInput_11(L_7); goto IL_00aa; } IL_0050: { ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_8 = __this->get_elementStk_9(); NullCheck(L_8); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9; L_9 = ClonableStack_1_Pop_m977565320308A1F3132C0CA2F053D066EF88ACF4(L_8, /*hidden argument*/ClonableStack_1_Pop_m977565320308A1F3132C0CA2F053D066EF88ACF4_RuntimeMethod_var); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_9); goto IL_00aa; } IL_0063: { ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_10 = __this->get_elementStk_9(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); NullCheck(L_10); ClonableStack_1_Push_m7E303C263B52E8E50DDE43A9E9D9585273B583C6(L_10, L_11, /*hidden argument*/ClonableStack_1_Push_m7E303C263B52E8E50DDE43A9E9D9585273B583C6_RuntimeMethod_var); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12 = __this->get_nextInput_11(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_12); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_13 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_13); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14; L_14 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_13); __this->set_nextInput_11(L_14); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_15 = __this->get_nextInput_11(); if (!L_15) { goto IL_00aa; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_16 = __this->get_nextInput_11(); NullCheck(L_16); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_17; L_17 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_16); __this->set_nextInput_11(L_17); } IL_00aa: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_18 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = __this->get_nextInput_11(); NullCheck(L_18); bool L_20; L_20 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(51 /* System.Boolean System.Xml.XPath.XPathNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) */, L_18, L_19); if (L_20) { goto IL_0063; } } { goto IL_00e2; } IL_00bf: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_21 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); bool L_22; L_22 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_21); if (!L_22) { goto IL_00e2; } } { int32_t L_23 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_position_8(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_position_8(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_24 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); return L_24; } IL_00e2: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_25 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); NullCheck(L_25); bool L_26; L_26 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_25); if (L_26) { goto IL_00bf; } } { ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL); goto IL_0000; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FollSiblingQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * FollSiblingQuery_Clone_m30C9B8213A74420851530A6072FDA7FF09C90F2C (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * L_0 = (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 *)il2cpp_codegen_object_new(FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84_il2cpp_TypeInfo_var); FollSiblingQuery__ctor_m3F9FF409E25576A31C0D89EFD3A5C1000648E2E8(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.FollowingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery__ctor_mE0658BFC34D565A1D92B32EC52AF556C5823E522 (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___qyInput0; String_t* L_1 = ___name1; String_t* L_2 = ___prefix2; int32_t L_3 = ___typeTest3; BaseAxisQuery__ctor_m8BEE7B92C323F906B67BFD71F63243C38C05ED03(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.FollowingQuery::.ctor(MS.Internal.Xml.XPath.FollowingQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery__ctor_mEC2FD5D9D96DA8728ADC244EF4524E693B7AA886 (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * __this, FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * ___other0, const RuntimeMethod* method) { { FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * L_0 = ___other0; BaseAxisQuery__ctor_mD062A94AC41E22D089BC416BC97334A4D1263556(__this, L_0, /*hidden argument*/NULL); FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * L_1 = ___other0; NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = L_1->get_input_9(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3; L_3 = Query_Clone_m46A167BD8A767782AA8B4D61B87BC8D22756353D(L_2, /*hidden argument*/NULL); __this->set_input_9(L_3); FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * L_4 = ___other0; NullCheck(L_4); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_5 = L_4->get_iterator_10(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_6; L_6 = Query_Clone_m30C906BEAC7D4E15A82A41ADBFC7DD639CA6DEC9(L_5, /*hidden argument*/NULL); __this->set_iterator_10(L_6); return; } } // System.Void MS.Internal.Xml.XPath.FollowingQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery_Reset_mDFE51E15556E7BB7D2EDC41DAA74260B30BDF6EC (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * __this, const RuntimeMethod* method) { { __this->set_iterator_10((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)NULL); BaseAxisQuery_Reset_m93D0540BFA0885DFC651373D6E74AA166CA98750(__this, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollowingQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * FollowingQuery_Advance_mB6F2DB1D6F6B53E73F0CAE84452DBBD099895637 (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * __this, 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; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; bool V_1 = false; { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = __this->get_iterator_10(); if (L_0) { goto IL_00f2; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_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); __this->set_input_9(L_2); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = __this->get_input_9(); if (L_3) { goto IL_0026; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_0026: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = __this->get_input_9(); 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_0 = L_5; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_6); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7; L_7 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_6); __this->set_input_9(L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = __this->get_input_9(); NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(51 /* System.Boolean System.Xml.XPath.XPathNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) */, L_8, L_9); if (L_10) { goto IL_0026; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11 = V_0; __this->set_input_9(L_11); IL2CPP_RUNTIME_CLASS_INIT(XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var); XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5 * L_12 = ((XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_StaticFields*)il2cpp_codegen_static_fields_for(XPathEmptyIterator_t5B57E4273854CA7B99CC5C4B262221D0B37B11D5_il2cpp_TypeInfo_var))->get_Instance_1(); __this->set_iterator_10(L_12); goto IL_00f2; } IL_0068: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13 = __this->get_input_9(); 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); if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_0084; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_15 = __this->get_input_9(); NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_00a3; } } IL_0084: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_17 = __this->get_input_9(); NullCheck(L_17); bool L_18; L_18 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_17); V_1 = (bool)0; goto IL_00b2; } IL_0094: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = __this->get_input_9(); 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_00a3; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_00a3: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_21 = __this->get_input_9(); NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_21); if (!L_22) { goto IL_0094; } } { V_1 = (bool)1; } IL_00b2: { bool L_23; L_23 = BaseAxisQuery_get_NameTest_m04CD0C979261C341F0D1C6086DD6D040FBAB4ED9_inline(__this, /*hidden argument*/NULL); if (!L_23) { goto IL_00da; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_24 = __this->get_input_9(); String_t* L_25; L_25 = BaseAxisQuery_get_Name_mFBB1183BE8D05388ED48B2BE17EE6689D64EF5F9_inline(__this, /*hidden argument*/NULL); String_t* L_26; L_26 = BaseAxisQuery_get_Namespace_m0B98EEF9ADAC7A01C9E366ED59E958B6C7743E0A_inline(__this, /*hidden argument*/NULL); bool L_27 = V_1; NullCheck(L_24); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_28; L_28 = VirtualFuncInvoker3< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *, String_t*, String_t*, bool >::Invoke(61 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.String,System.String,System.Boolean) */, L_24, L_25, L_26, L_27); __this->set_iterator_10(L_28); goto IL_00f2; } IL_00da: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_29 = __this->get_input_9(); int32_t L_30; L_30 = BaseAxisQuery_get_TypeTest_m25F4BC2DC526BD23BACDF63AD561A541685F4A58_inline(__this, /*hidden argument*/NULL); bool L_31 = V_1; NullCheck(L_29); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_32; L_32 = VirtualFuncInvoker2< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *, int32_t, bool >::Invoke(60 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean) */, L_29, L_30, L_31); __this->set_iterator_10(L_32); } IL_00f2: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_33 = __this->get_iterator_10(); NullCheck(L_33); bool L_34; L_34 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_33); if (!L_34) { goto IL_0068; } } { int32_t L_35 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_position_8(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_position_8(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1))); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_36 = __this->get_iterator_10(); NullCheck(L_36); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_37; L_37 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_36); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_37); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_38 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); return L_38; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FollowingQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * FollowingQuery_Clone_mE989EBC85BEAE55AD9F83EA25CFD2D9C82F3FBFE (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * L_0 = (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 *)il2cpp_codegen_object_new(FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658_il2cpp_TypeInfo_var); FollowingQuery__ctor_mEC2FD5D9D96DA8728ADC244EF4524E693B7AA886(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.ForwardPositionQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardPositionQuery__ctor_mEC1C3D9D94C6C6AE240EEC083BB3BE1DF2FCBA5C (ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___input0; CacheOutputQuery__ctor_m28AF812945D9F3DD5532E9612067705BF373625A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.ForwardPositionQuery::.ctor(MS.Internal.Xml.XPath.ForwardPositionQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardPositionQuery__ctor_m23745B7F58B843D572CE5081998AC2BE327431C5 (ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * __this, ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * ___other0, const RuntimeMethod* method) { { ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * L_0 = ___other0; CacheOutputQuery__ctor_m99F0EF1C788904FF2BED9AD9191D89F4AA941214(__this, L_0, /*hidden argument*/NULL); return; } } // System.Object MS.Internal.Xml.XPath.ForwardPositionQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ForwardPositionQuery_Evaluate_m59660642F2B99F33CECE41C4BA13C8C3BA9AAF7E (ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___context0; RuntimeObject * L_1; L_1 = CacheOutputQuery_Evaluate_m73270520E1C94F6B14313B01C9D87EDDEAF7816F(__this, L_0, /*hidden argument*/NULL); goto IL_001b; } IL_000a: { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_2 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)__this)->get_outputBuffer_2(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = V_0; 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_2); List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50(L_2, L_4, /*hidden argument*/List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var); } IL_001b: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)__this)->get_input_1(); 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); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = L_6; V_0 = L_7; if (L_7) { goto IL_000a; } } { return __this; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.ForwardPositionQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ForwardPositionQuery_Clone_m9F59AB4A7C53B983062D8C5D69263676DBAA1A62 (ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * L_0 = (ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF *)il2cpp_codegen_object_new(ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF_il2cpp_TypeInfo_var); ForwardPositionQuery__ctor_m23745B7F58B843D572CE5081998AC2BE327431C5(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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); int32_t L_0 = ___ftype0; __this->set_functionType_0(L_0); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___argumentList1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_2, L_1, /*hidden argument*/NULL); __this->set_argumentList_1(L_2); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); __this->set_functionType_0(((int32_t)27)); String_t* L_0 = ___prefix0; __this->set_prefix_3(L_0); String_t* L_1 = ___name1; __this->set_name_2(L_1); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = ___argumentList2; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_3 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m77974C35DD788BA972324A11F57EAD56BE36A035(L_3, L_2, /*hidden argument*/NULL); __this->set_argumentList_1(L_3); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); int32_t L_0 = ___ftype0; __this->set_functionType_0(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_argumentList_1(L_1); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_2 = __this->get_argumentList_1(); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_3 = ___arg1; NullCheck(L_2); int32_t L_4; L_4 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3); return; } } // MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Function::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Function_get_Type_m6C7A0D22FE47C33C1B175EBAE0B063E2F1F208C8 (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Function::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Function_get_ReturnType_m9659627146FB9D8C7C5FB88B2FEDB716B9FA2748 (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_0 = ((Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_StaticFields*)il2cpp_codegen_static_fields_for(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var))->get_ReturnTypes_4(); int32_t L_1 = __this->get_functionType_0(); NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (int32_t)(L_0)->GetAt(static_cast(L_2)); return (int32_t)(L_3); } } // MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.Function::get_TypeOfFunction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988 (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_functionType_0(); return L_0; } } // System.Collections.ArrayList MS.Internal.Xml.XPath.Function::get_ArgumentList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20 (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_argumentList_1(); return L_0; } } // System.String MS.Internal.Xml.XPath.Function::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Function_get_Prefix_mCCE7930AE358FE9B7C40DF610B520F837D17DA61 (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_3(); return L_0; } } // System.String MS.Internal.Xml.XPath.Function::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Function_get_Name_m9C5348C637FF8AD44AED380AF936AA2B5507955D (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } // System.Void MS.Internal.Xml.XPath.Function::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__cctor_mF1CA778379FFEDD2576B2DED955850B2A8FFADA4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____49C5BA13401986EC93E4677F52CBE2248184DFBD_0_FieldInfo_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)((int32_t)28)); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____49C5BA13401986EC93E4677F52CBE2248184DFBD_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_StaticFields*)il2cpp_codegen_static_fields_for(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var))->set_ReturnTypes_4(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.FunctionQuery::.ctor(System.String,System.String,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery__ctor_m40C02C59FAF074657358B69FA7D96B5A6A7AAB06 (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * __this, String_t* ___prefix0, String_t* ___name1, List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * ___args2, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = ___name1; ExtensionQuery__ctor_mEDD24265A6E44C4922FF9313603C053963FD1CC9(__this, L_0, L_1, /*hidden argument*/NULL); List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * L_2 = ___args2; __this->set_args_5(L_2); return; } } // System.Void MS.Internal.Xml.XPath.FunctionQuery::.ctor(MS.Internal.Xml.XPath.FunctionQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery__ctor_mC4E30C6B1CD04749101E48C615A356009DA2A5E8 (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * __this, FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * ___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; { FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * L_0 = ___other0; ExtensionQuery__ctor_mB5427EC490BF7E8706F60F31C6C39B5ED6241004(__this, L_0, /*hidden argument*/NULL); FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * L_1 = ___other0; NullCheck(L_1); RuntimeObject* L_2 = L_1->get_function_6(); __this->set_function_6(L_2); FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * L_3 = ___other0; NullCheck(L_3); RuntimeObject* L_4 = L_3->get_args_5(); 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; FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * L_9 = ___other0; NullCheck(L_9); RuntimeObject* L_10 = L_9->get_args_5(); 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_args_5((RuntimeObject*)L_17); QueryU5BU5D_t67EF3DB6962F95600AF3C7265C545B31F61382E3* L_18 = V_0; __this->set_args_5((RuntimeObject*)L_18); return; } } // System.Void MS.Internal.Xml.XPath.FunctionQuery::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery_SetXsltContext_m7B184E3D4A14E87CC2BF537DFFA2B37A8C955C04 (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * __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*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t1ED190B41B6C37248E5B0C782DE31A379B9C0CF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t16CC618B18467037D56BDF39D4E66BBB82DC757B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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*)&FunctionQuery_SetXsltContext_m7B184E3D4A14E87CC2BF537DFFA2B37A8C955C04_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_00c1; } } { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_4 = ___context0; ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->set_xsltContext_3(L_4); RuntimeObject* L_5 = __this->get_args_5(); NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t1ED190B41B6C37248E5B0C782DE31A379B9C0CF6_il2cpp_TypeInfo_var, L_5); V_1 = L_6; } IL_002d: try {// begin try (depth: 1) { goto IL_003b; } IL_002f: { RuntimeObject* L_7 = V_1; NullCheck(L_7); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_8; L_8 = InterfaceFuncInvoker0< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t16CC618B18467037D56BDF39D4E66BBB82DC757B_il2cpp_TypeInfo_var, L_7); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_9 = ___context0; NullCheck(L_8); VirtualActionInvoker1< XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_8, L_9); } IL_003b: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_002f; } } IL_0043: { IL2CPP_LEAVE(0x4F, FINALLY_0045); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: {// begin finally (depth: 1) { RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_004e; } } IL_0048: { RuntimeObject* L_13 = V_1; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_004e: { IL2CPP_END_FINALLY(69) } }// end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4F, IL_004f) } IL_004f: { RuntimeObject* L_14 = __this->get_args_5(); NullCheck(L_14); int32_t L_15; L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_14); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_16 = (XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254*)SZArrayNew(XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254_il2cpp_TypeInfo_var, (uint32_t)L_15); V_0 = L_16; V_2 = 0; goto IL_007c; } IL_0064: { XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_17 = V_0; int32_t L_18 = V_2; RuntimeObject* L_19 = __this->get_args_5(); int32_t L_20 = V_2; NullCheck(L_19); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_21; L_21 = 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, L_20); NullCheck(L_21); int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_21); NullCheck(L_17); (L_17)->SetAt(static_cast(L_18), (int32_t)L_22); int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_007c: { int32_t L_24 = V_2; RuntimeObject* L_25 = __this->get_args_5(); NullCheck(L_25); int32_t L_26; L_26 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_25); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_0064; } } { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_27 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_xsltContext_3(); String_t* L_28 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_prefix_1(); String_t* L_29 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_name_2(); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_30 = V_0; NullCheck(L_27); RuntimeObject* L_31; L_31 = VirtualFuncInvoker3< RuntimeObject*, String_t*, String_t*, XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* >::Invoke(17 /* System.Xml.Xsl.IXsltContextFunction System.Xml.Xsl.XsltContext::ResolveFunction(System.String,System.String,System.Xml.XPath.XPathResultType[]) */, L_27, L_28, L_29, L_30); __this->set_function_6(L_31); RuntimeObject* L_32 = __this->get_function_6(); if (L_32) { goto IL_00c1; } } { String_t* L_33; L_33 = ExtensionQuery_get_QName_mDC02D2D6B11830A4F3C1441AE65EE75A751B6E3D(__this, /*hidden argument*/NULL); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_34; L_34 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6EBCEA500627777D442B13852AA318A24E7519B)), L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FunctionQuery_SetXsltContext_m7B184E3D4A14E87CC2BF537DFFA2B37A8C955C04_RuntimeMethod_var))); } IL_00c1: { return; } } // System.Object MS.Internal.Xml.XPath.FunctionQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FunctionQuery_Evaluate_mC5C7E59CBF56AAE7973F20EFD65E4D785C1812E6 (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * __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*)&IXsltContextFunction_tC9C31A7F3347D2F7AF66B05D5AB7FF62E9ABA599_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_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); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; Exception_t * V_3 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { 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*)&FunctionQuery_Evaluate_mC5C7E59CBF56AAE7973F20EFD65E4D785C1812E6_RuntimeMethod_var))); } IL_0013: { RuntimeObject* L_2 = __this->get_args_5(); NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_3); V_0 = L_4; V_1 = 0; goto IL_0065; } IL_0028: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = V_0; int32_t L_6 = V_1; RuntimeObject* L_7 = __this->get_args_5(); int32_t L_8 = V_1; NullCheck(L_7); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_9; L_9 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_7, L_8); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_10 = ___nodeIterator0; 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); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_11); (L_5)->SetAt(static_cast(L_6), (RuntimeObject *)L_11); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; RuntimeObject * L_15 = (L_12)->GetAt(static_cast(L_14)); if (!((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)IsInstClass((RuntimeObject*)L_15, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var))) { goto IL_0061; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_16 = V_0; int32_t L_17 = V_1; XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_18 = ___nodeIterator0; NullCheck(L_18); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19; L_19 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_18); RuntimeObject* L_20 = __this->get_args_5(); int32_t L_21 = V_1; NullCheck(L_20); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_22; L_22 = InterfaceFuncInvoker1< Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t7F7278F413A9A5DC040C0067543E8A9834A8B5B7_il2cpp_TypeInfo_var, L_20, L_21); XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 * L_23 = (XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680 *)il2cpp_codegen_object_new(XPathSelectionIterator_t8D3951E35CF8E3563329EB93FDF823FBF1927680_il2cpp_TypeInfo_var); XPathSelectionIterator__ctor_m2AC20683CA2452B9FAFF5ED991D2A44375B9C730(L_23, L_19, L_22, /*hidden argument*/NULL); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_23); (L_16)->SetAt(static_cast(L_17), (RuntimeObject *)L_23); } IL_0061: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0065: { int32_t L_25 = V_1; RuntimeObject* L_26 = __this->get_args_5(); NullCheck(L_26); int32_t L_27; L_27 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_tCE579445962E0393E2BC10F47E91B38869974519_il2cpp_TypeInfo_var, L_26); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0028; } } { } IL_0074: try {// begin try (depth: 1) RuntimeObject* L_28 = __this->get_function_6(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_29 = ((ExtensionQuery_tCEAFE1F469A857900DE78C14D5DF824E85204855 *)__this)->get_xsltContext_3(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_30 = V_0; XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_31 = ___nodeIterator0; NullCheck(L_31); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_32; L_32 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_31); NullCheck(L_28); RuntimeObject * L_33; L_33 = InterfaceFuncInvoker3< RuntimeObject *, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(1 /* System.Object System.Xml.Xsl.IXsltContextFunction::Invoke(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator) */, IXsltContextFunction_tC9C31A7F3347D2F7AF66B05D5AB7FF62E9ABA599_il2cpp_TypeInfo_var, L_28, L_29, L_30, L_32); RuntimeObject * L_34; L_34 = ExtensionQuery_ProcessResult_m74E8E4F85DF3C45104557057F5266DE6B798BDFA(__this, L_33, /*hidden argument*/NULL); V_2 = L_34; goto IL_00a8; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0095; } throw e; } CATCH_0095: {// begin catch(System.Exception) V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); String_t* L_35; L_35 = ExtensionQuery_get_QName_mDC02D2D6B11830A4F3C1441AE65EE75A751B6E3D(__this, /*hidden argument*/NULL); Exception_t * L_36 = V_3; XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_37; L_37 = XPathException_Create_m9864C61E7EC647E0789739510E4C689756679949(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1132B9DCD66F9A9E0A49EFD74412A40CA04058D8)), L_35, L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FunctionQuery_Evaluate_mC5C7E59CBF56AAE7973F20EFD65E4D785C1812E6_RuntimeMethod_var))); }// end catch (depth: 1) IL_00a8: { RuntimeObject * L_38 = V_2; return L_38; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.FunctionQuery::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FunctionQuery_get_StaticType_m752F0D3AA2019E87E9327155BF82EC5A3177DDF6 (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXsltContextFunction_tC9C31A7F3347D2F7AF66B05D5AB7FF62E9ABA599_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_function_6(); if (L_0) { goto IL_000b; } } { G_B3_0 = 5; goto IL_0016; } IL_000b: { RuntimeObject* L_1 = __this->get_function_6(); NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XPath.XPathResultType System.Xml.Xsl.IXsltContextFunction::get_ReturnType() */, IXsltContextFunction_tC9C31A7F3347D2F7AF66B05D5AB7FF62E9ABA599_il2cpp_TypeInfo_var, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_0016: { V_0 = G_B3_0; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)6)))) { goto IL_001d; } } { V_0 = 5; } IL_001d: { int32_t L_4 = V_0; return L_4; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FunctionQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * FunctionQuery_Clone_m0F47B75822D11FBA5541DB9DDF5FBA9799AE2454 (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * L_0 = (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 *)il2cpp_codegen_object_new(FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2_il2cpp_TypeInfo_var); FunctionQuery__ctor_mC4E30C6B1CD04749101E48C615A356009DA2A5E8(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.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) { { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = ___groupNode0; __this->set_groupNode_0(L_0); return; } } // MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Group::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Group_get_Type_m5140F79ED48ECDE76F17DFF2247CB2BFAE022D9D (Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Group::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Group_get_ReturnType_m0932A5CA4816F9B0E93F63A8E9E301AFDA64E9D3 (Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Group::get_GroupNode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Group_get_GroupNode_m080AB32CC73AB58E0E419D59BC329AB9D261DD1B (Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_groupNode_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.GroupQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupQuery__ctor_m2ABB39B534D12CBD01596B69600DA919BC2AE957 (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qy0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___qy0; BaseAxisQuery__ctor_m08A31C63F86561337C02ECD1DC768B36C63D1A97(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.GroupQuery::.ctor(MS.Internal.Xml.XPath.GroupQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupQuery__ctor_m8F937AF0B1FA8DD11452D5C9A8C6DBF4CAD6FA8E (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * ___other0, const RuntimeMethod* method) { { GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * L_0 = ___other0; BaseAxisQuery__ctor_mD062A94AC41E22D089BC416BC97334A4D1263556(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.GroupQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * GroupQuery_Advance_mE020BC2F0EA9EFC575B3C4CB549DB90CD6297991 (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); 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); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); if (!L_2) { goto IL_0027; } } { int32_t L_3 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_position_8(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_position_8(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); } IL_0027: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); return L_4; } } // System.Object MS.Internal.Xml.XPath.GroupQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GroupQuery_Evaluate_m7B234B9AD34BD2C095F5DC3D66184CCFDC6581F1 (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___nodeIterator0; 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); return L_2; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.GroupQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * GroupQuery_Clone_mCD3F4E17388708FDE57A72CEE91E680B059E398E (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * L_0 = (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 *)il2cpp_codegen_object_new(GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5_il2cpp_TypeInfo_var); GroupQuery__ctor_m8F937AF0B1FA8DD11452D5C9A8C6DBF4CAD6FA8E(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.GroupQuery::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GroupQuery_get_StaticType_mB77ADA327AFAACF26D7DE87B4730FD1F453625B2 (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_0); return L_1; } } // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.GroupQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GroupQuery_get_Properties_mA73FE5E267559EF35000F041238D4B857D78A80E (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.HtmlEncodedRawTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter__ctor_mCA1065C4B8C7916DE51E5391797F4211FBE0F1BA (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ___writer0; XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; XmlEncodedRawTextWriter__ctor_m8D1DDCA57FF8395D089EBC16BB9BD26E66148C91(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; HtmlEncodedRawTextWriter_Init_m3888903436971B6D466B85AAEFDCAD0A09CF2BEE(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter__ctor_mB2B8D779CAAEB039EA7BE4E6EED9F9B899A7397E (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; XmlEncodedRawTextWriter__ctor_m91D1897CFEEA3DA159C64DDE123CDEA02943899C(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; HtmlEncodedRawTextWriter_Init_m3888903436971B6D466B85AAEFDCAD0A09CF2BEE(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteXmlDeclaration_m8E98418A683383164634BBC9587EB376EFCDA858 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, int32_t ___standalone0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteXmlDeclaration_m80E9906BF55512D541C992D2E45277EE45C09FA3 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteDocType_m4747EB77B83E5C59B0517281BB92108EA245CA15 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B, /*hidden argument*/NULL); String_t* L_2 = ___name0; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, _stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D, /*hidden argument*/NULL); if (!L_3) { goto IL_003c; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D, /*hidden argument*/NULL); goto IL_0047; } IL_003c: { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4, /*hidden argument*/NULL); } IL_0047: { String_t* L_4 = ___pubid1; if (!L_4) { goto IL_008d; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA, /*hidden argument*/NULL); String_t* L_5 = ___pubid1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_5, /*hidden argument*/NULL); String_t* L_6 = ___sysid2; if (!L_6) { goto IL_0071; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B, /*hidden argument*/NULL); String_t* L_7 = ___sysid2; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_7, /*hidden argument*/NULL); } IL_0071: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_9 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_9; int32_t L_10 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (Il2CppChar)((int32_t)34)); goto IL_00d8; } IL_008d: { String_t* L_12 = ___sysid2; if (!L_12) { goto IL_00be; } } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3, /*hidden argument*/NULL); String_t* L_13 = ___sysid2; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_13, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_15 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_15; int32_t L_16 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)34)); goto IL_00d8; } IL_00be: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_18 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_19 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_19; int32_t L_20 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); int32_t L_21 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(L_21), (Il2CppChar)((int32_t)32)); } IL_00d8: { String_t* L_22 = ___subset3; if (!L_22) { goto IL_0118; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_23 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_24 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_24; int32_t L_25 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1))); int32_t L_26 = V_0; NullCheck(L_23); (L_23)->SetAt(static_cast(L_26), (Il2CppChar)((int32_t)91)); String_t* L_27 = ___subset3; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_27, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_29 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_29; int32_t L_30 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1))); int32_t L_31 = V_0; NullCheck(L_28); (L_28)->SetAt(static_cast(L_31), (Il2CppChar)((int32_t)93)); } IL_0118: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_32 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_33 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_33; int32_t L_34 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))); int32_t L_35 = V_0; NullCheck(L_32); (L_32)->SetAt(static_cast(L_35), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteStartElement_m05AE0715A29B8B19B16898A28BFA19E7716F1125 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_0 = __this->get_elementScope_34(); uint32_t L_1 = __this->get_currentElementProperties_35(); NullCheck(L_0); ByteStack_Push_m725C45DEC874ED4C9E9A391D88B109AF3D1BF9D0(L_0, (uint8_t)((int32_t)((uint8_t)L_1)), /*hidden argument*/NULL); String_t* L_2 = ___ns2; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0070; } } { bool L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_4) { goto IL_0031; } } { bool L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (!L_5) { goto IL_0031; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0031: { TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_6 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields*)il2cpp_codegen_static_fields_for(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var))->get_elementPropertySearch_41(); String_t* L_7 = ___localName1; NullCheck(L_6); uint8_t L_8; L_8 = TernaryTreeReadOnly_FindCaseInsensitiveString_m67DBCEAC55C1D0849AA68D18C8646BCCF3D49EAC(L_6, L_7, /*hidden argument*/NULL); __this->set_currentElementProperties_35(L_8); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_10; int32_t L_11 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (Il2CppChar)((int32_t)60)); String_t* L_13 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_13, /*hidden argument*/NULL); int32_t L_14 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_attrEndPos_11(L_14); return; } IL_0070: { __this->set_currentElementProperties_35(((int32_t)128)); String_t* L_15 = ___prefix0; String_t* L_16 = ___localName1; String_t* L_17 = ___ns2; XmlEncodedRawTextWriter_WriteStartElement_m3D92CC6A40AA8A117183C074F2C2F8C4F1450878(__this, L_15, L_16, L_17, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_StartElementContent_m1D135C08D0FB6CAA185D41D2BCC015BB2AF0AF31 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_1; int32_t L_2 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (Il2CppChar)((int32_t)62)); int32_t L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_contentPos_9(L_4); uint32_t L_5 = __this->get_currentElementProperties_35(); if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)32)))) { goto IL_0037; } } { HtmlEncodedRawTextWriter_WriteMetaElement_m3BCD12C938CDDAB07E75057BCEEF0B0E434E29D1(__this, /*hidden argument*/NULL); } IL_0037: { return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteEndElement_m8E4DF2BEC2924615C4C5FDEB6CDF71C477C57ECA (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___ns2; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0080; } } { bool L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_2) { goto IL_001f; } } { bool L_3 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (!L_3) { goto IL_001f; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_001f: { uint32_t L_4 = __this->get_currentElementProperties_35(); if (((int32_t)((int32_t)L_4&(int32_t)8))) { goto IL_0089; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_6 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_6; int32_t L_7 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_10; int32_t L_11 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (Il2CppChar)((int32_t)47)); String_t* L_13 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_13, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_15 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_15; int32_t L_16 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)62)); goto IL_0089; } IL_0080: { String_t* L_18 = ___prefix0; String_t* L_19 = ___localName1; String_t* L_20 = ___ns2; XmlEncodedRawTextWriter_WriteEndElement_m08A199C4E69584D34243788833035B855999C7ED(__this, L_18, L_19, L_20, /*hidden argument*/NULL); } IL_0089: { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_21 = __this->get_elementScope_34(); NullCheck(L_21); uint8_t L_22; L_22 = ByteStack_Pop_m06E3EA847665F571DB7475C694D5B0C77B6475A3(L_21, /*hidden argument*/NULL); __this->set_currentElementProperties_35(L_22); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteFullEndElement_m1BE7691918526CA43CD8C76F17A6DA7A1010DF88 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___ns2; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0080; } } { bool L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_2) { goto IL_001f; } } { bool L_3 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (!L_3) { goto IL_001f; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_001f: { uint32_t L_4 = __this->get_currentElementProperties_35(); if (((int32_t)((int32_t)L_4&(int32_t)8))) { goto IL_0089; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_6 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_6; int32_t L_7 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_10; int32_t L_11 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (Il2CppChar)((int32_t)47)); String_t* L_13 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_13, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_14 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_15 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_15; int32_t L_16 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)62)); goto IL_0089; } IL_0080: { String_t* L_18 = ___prefix0; String_t* L_19 = ___localName1; String_t* L_20 = ___ns2; XmlEncodedRawTextWriter_WriteFullEndElement_mFD99546FB0303E282872C724FF7DB866D48117D4(__this, L_18, L_19, L_20, /*hidden argument*/NULL); } IL_0089: { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_21 = __this->get_elementScope_34(); NullCheck(L_21); uint8_t L_22; L_22 = ByteStack_Pop_m06E3EA847665F571DB7475C694D5B0C77B6475A3(L_21, /*hidden argument*/NULL); __this->set_currentElementProperties_35(L_22); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteStartAttribute_mA651F18F8F437B653D3946E36DA6E73D318FE1A9 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___ns2; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_00c2; } } { bool L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_2) { goto IL_0022; } } { bool L_3 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (!L_3) { goto IL_0022; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0022: { int32_t L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_attrEndPos_11(); int32_t L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_004a; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_7 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_7; int32_t L_8 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)32)); } IL_004a: { String_t* L_10 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_10, /*hidden argument*/NULL); uint32_t L_11 = __this->get_currentElementProperties_35(); if (!((int32_t)((int32_t)L_11&(int32_t)7))) { goto IL_0085; } } { TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_12 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields*)il2cpp_codegen_static_fields_for(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var))->get_attributePropertySearch_42(); String_t* L_13 = ___localName1; NullCheck(L_12); uint8_t L_14; L_14 = TernaryTreeReadOnly_FindCaseInsensitiveString_m67DBCEAC55C1D0849AA68D18C8646BCCF3D49EAC(L_12, L_13, /*hidden argument*/NULL); uint32_t L_15 = __this->get_currentElementProperties_35(); __this->set_currentAttributeProperties_36(((int32_t)((int32_t)L_14&(int32_t)L_15))); uint32_t L_16 = __this->get_currentAttributeProperties_36(); if (!((int32_t)((int32_t)L_16&(int32_t)2))) { goto IL_008c; } } { ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_inAttributeValue_15((bool)1); return; } IL_0085: { __this->set_currentAttributeProperties_36(0); } IL_008c: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_17 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_18 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_18; int32_t L_19 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); int32_t L_20 = V_0; NullCheck(L_17); (L_17)->SetAt(static_cast(L_20), (Il2CppChar)((int32_t)61)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_21 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_22 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_22; int32_t L_23 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); int32_t L_24 = V_0; NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (Il2CppChar)((int32_t)34)); goto IL_00d2; } IL_00c2: { String_t* L_25 = ___prefix0; String_t* L_26 = ___localName1; String_t* L_27 = ___ns2; XmlEncodedRawTextWriter_WriteStartAttribute_mC47DBF553BE09A2DA37E8567E6479223F6B51CF5(__this, L_25, L_26, L_27, /*hidden argument*/NULL); __this->set_currentAttributeProperties_36(0); } IL_00d2: { ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_inAttributeValue_15((bool)1); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteEndAttribute_m93F8F2D0919FA3C616DD1540F4CCC84EC6E79632 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0 = __this->get_currentAttributeProperties_36(); if (!((int32_t)((int32_t)L_0&(int32_t)2))) { goto IL_0018; } } { int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_attrEndPos_11(L_1); goto IL_005e; } IL_0018: { bool L_2 = __this->get_endsWithAmpersand_37(); if (!L_2) { goto IL_002d; } } { HtmlEncodedRawTextWriter_OutputRestAmps_m7B0639D17CC41C1D84360E13CD84734364D69726(__this, /*hidden argument*/NULL); __this->set_endsWithAmpersand_37((bool)0); } IL_002d: { bool L_3 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_3) { goto IL_0044; } } { bool L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (!L_4) { goto IL_0044; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0044: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_6 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_6; int32_t L_7 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (Il2CppChar)((int32_t)34)); } IL_005e: { ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_inAttributeValue_15((bool)0); int32_t L_9 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_attrEndPos_11(L_9); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteProcessingInstruction_m53FD9218F146179A304BAABD26506D6801D72F11 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___target0, String_t* ___text1, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_3 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_3; int32_t L_4 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_7 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_7; int32_t L_8 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)63)); String_t* L_10 = ___target0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_10, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_11 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_12 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_12; int32_t L_13 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (Il2CppChar)((int32_t)32)); String_t* L_15 = ___text1; XmlEncodedRawTextWriter_WriteCommentOrPi_mEEDCD7012F1B5569C13BC555A089ADEC60273E2A(__this, L_15, ((int32_t)63), /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_17 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_17; int32_t L_18 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (Il2CppChar)((int32_t)62)); int32_t L_20 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); int32_t L_21 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufLen_12(); if ((((int32_t)L_20) <= ((int32_t)L_21))) { goto IL_00a3; } } { VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_00a3: { return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteString_m9F5D5AAF729A22FDC8FDFE61FBDF1D24D1B2938E (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___text0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)1, /*hidden argument*/NULL); } IL_0017: { String_t* L_2 = ___text0; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0027; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6)); } IL_0027: { Il2CppChar* L_7 = V_0; String_t* L_8 = ___text0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_9), (int32_t)2)))); bool L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inAttributeValue_15(); if (!L_10) { goto IL_0045; } } { Il2CppChar* L_11 = V_0; Il2CppChar* L_12 = V_2; HtmlEncodedRawTextWriter_WriteHtmlAttributeTextBlock_m267F42E65E0729669606CFE4DC821C93369631BE(__this, (Il2CppChar*)(Il2CppChar*)L_11, (Il2CppChar*)(Il2CppChar*)L_12, /*hidden argument*/NULL); goto IL_004d; } IL_0045: { Il2CppChar* L_13 = V_0; Il2CppChar* L_14 = V_2; HtmlEncodedRawTextWriter_WriteHtmlElementTextBlock_mBB1FA7161F0B855E9DD770DEF92F68E0670414DA(__this, (Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, /*hidden argument*/NULL); } IL_004d: { V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteEntityRef_m623C2C4A19D6623926833797C98521C6A8CD4216 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlEncodedRawTextWriter_WriteEntityRef_m623C2C4A19D6623926833797C98521C6A8CD4216_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteCharEntity_m72B97AF38146DE926D5F30EB0272BCC7E4F52B76 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlEncodedRawTextWriter_WriteCharEntity_m72B97AF38146DE926D5F30EB0272BCC7E4F52B76_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteSurrogateCharEntity_m1E86BB02473413266BCEA721E1B3492329FE6258 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlEncodedRawTextWriter_WriteSurrogateCharEntity_m1E86BB02473413266BCEA721E1B3492329FE6258_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteChars_m8A09F1BA3AC02D02765347A9C96B8BBE81EE4176 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)1, /*hidden argument*/NULL); } IL_0017: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___buffer0; int32_t L_3 = ___index1; NullCheck(L_2); V_1 = (Il2CppChar*)((L_2)->GetAddressAt(static_cast(L_3))); Il2CppChar* L_4 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_4); bool L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inAttributeValue_15(); if (!L_5) { goto IL_0039; } } { Il2CppChar* L_6 = V_0; Il2CppChar* L_7 = V_0; int32_t L_8 = ___count2; XmlEncodedRawTextWriter_WriteAttributeTextBlock_m1A071EEE52E8D207B71E15A840AC441EC5F52B13(__this, (Il2CppChar*)(Il2CppChar*)L_6, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)2)))), /*hidden argument*/NULL); goto IL_0046; } IL_0039: { Il2CppChar* L_9 = V_0; Il2CppChar* L_10 = V_0; int32_t L_11 = ___count2; XmlEncodedRawTextWriter_WriteElementTextBlock_mE015D1A62401272BC365FA42D37F6271455C548C(__this, (Il2CppChar*)(Il2CppChar*)L_9, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_11), (int32_t)2)))), /*hidden argument*/NULL); } IL_0046: { V_1 = (Il2CppChar*)((uintptr_t)0); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_Init_m3888903436971B6D466B85AAEFDCAD0A09CF2BEE (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_0 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields*)il2cpp_codegen_static_fields_for(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var))->get_elementPropertySearch_41(); if (L_0) { goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var))->get_htmlAttributes_1(); TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_2 = (TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF *)il2cpp_codegen_object_new(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF_il2cpp_TypeInfo_var); TernaryTreeReadOnly__ctor_m5C1453D747D85180B3BC70C8D224D78C4EE85038(L_2, L_1, /*hidden argument*/NULL); ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields*)il2cpp_codegen_static_fields_for(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var))->set_attributePropertySearch_42(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var))->get_htmlElements_0(); TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_4 = (TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF *)il2cpp_codegen_object_new(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF_il2cpp_TypeInfo_var); TernaryTreeReadOnly__ctor_m5C1453D747D85180B3BC70C8D224D78C4EE85038(L_4, L_3, /*hidden argument*/NULL); ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields*)il2cpp_codegen_static_fields_for(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var))->set_elementPropertySearch_41(L_4); } IL_0025: { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_5 = (ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 *)il2cpp_codegen_object_new(ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28_il2cpp_TypeInfo_var); ByteStack__ctor_m313F37D6A194FE687F7E3C6E6FB99F0994A4C992(L_5, ((int32_t)10), /*hidden argument*/NULL); __this->set_elementScope_34(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)5); __this->set_uriEscapingBuffer_38(L_6); __this->set_currentElementProperties_35(0); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_7 = ___settings0; NullCheck(L_7); String_t* L_8; L_8 = XmlWriterSettings_get_MediaType_m785D282068B62319966B1550B565093334A16BD2_inline(L_7, /*hidden argument*/NULL); __this->set_mediaType_39(L_8); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_9 = ___settings0; NullCheck(L_9); bool L_10; L_10 = XmlWriterSettings_get_DoNotEscapeUriAttributes_m3274570A8B798823684DF3C9C0F744F72502CE97_inline(L_9, /*hidden argument*/NULL); __this->set_doNotEscapeUriAttributes_40(L_10); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteMetaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteMetaElement_m3BCD12C938CDDAB07E75057BCEEF0B0E434E29D1 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5398E74206569B2DDBCA16F7CC2E86FE16D9B529); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4505B653F6C9898C2C0B9B53871C22AC93493D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B6E3F95411CAB460D4400E2F3AB4C3C9960BE18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109); s_Il2CppMethodInitialized = true; } { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral8B6E3F95411CAB460D4400E2F3AB4C3C9960BE18, /*hidden argument*/NULL); String_t* L_0 = __this->get_mediaType_39(); if (L_0) { goto IL_001e; } } { __this->set_mediaType_39(_stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109); } IL_001e: { XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral5A4505B653F6C9898C2C0B9B53871C22AC93493D, /*hidden argument*/NULL); String_t* L_1 = __this->get_mediaType_39(); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_1, /*hidden argument*/NULL); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral5398E74206569B2DDBCA16F7CC2E86FE16D9B529, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_encoding_5(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_2); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_3, /*hidden argument*/NULL); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteHtmlElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteHtmlElementTextBlock_mBB1FA7161F0B855E9DD770DEF92F68E0670414DA (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_currentElementProperties_35(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_0014; } } { Il2CppChar* L_1 = ___pSrc0; Il2CppChar* L_2 = ___pSrcEnd1; XmlEncodedRawTextWriter_RawText_m82E9509CAAD47ABE665B46830EEE58C0281D80EF(__this, (Il2CppChar*)(Il2CppChar*)L_1, (Il2CppChar*)(Il2CppChar*)L_2, /*hidden argument*/NULL); return; } IL_0014: { Il2CppChar* L_3 = ___pSrc0; Il2CppChar* L_4 = ___pSrcEnd1; XmlEncodedRawTextWriter_WriteElementTextBlock_mE015D1A62401272BC365FA42D37F6271455C548C(__this, (Il2CppChar*)(Il2CppChar*)L_3, (Il2CppChar*)(Il2CppChar*)L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteHtmlAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteHtmlAttributeTextBlock_m267F42E65E0729669606CFE4DC821C93369631BE (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_currentAttributeProperties_36(); if (!((int32_t)((int32_t)L_0&(int32_t)7))) { goto IL_0039; } } { uint32_t L_1 = __this->get_currentAttributeProperties_36(); if (!((int32_t)((int32_t)L_1&(int32_t)2))) { goto IL_0015; } } { return; } IL_0015: { uint32_t L_2 = __this->get_currentAttributeProperties_36(); if (!((int32_t)((int32_t)L_2&(int32_t)5))) { goto IL_0030; } } { bool L_3 = __this->get_doNotEscapeUriAttributes_40(); if (L_3) { goto IL_0030; } } { Il2CppChar* L_4 = ___pSrc0; Il2CppChar* L_5 = ___pSrcEnd1; HtmlEncodedRawTextWriter_WriteUriAttributeText_m94E78115B43B663F2F8676BC61FEBDB3BAF0867D(__this, (Il2CppChar*)(Il2CppChar*)L_4, (Il2CppChar*)(Il2CppChar*)L_5, /*hidden argument*/NULL); return; } IL_0030: { Il2CppChar* L_6 = ___pSrc0; Il2CppChar* L_7 = ___pSrcEnd1; HtmlEncodedRawTextWriter_WriteHtmlAttributeText_m17DE8CAE632FBC89E4B018BD7B14D6BC9D93169D(__this, (Il2CppChar*)(Il2CppChar*)L_6, (Il2CppChar*)(Il2CppChar*)L_7, /*hidden argument*/NULL); return; } IL_0039: { uint32_t L_8 = __this->get_currentElementProperties_35(); if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)128)))) { goto IL_0050; } } { Il2CppChar* L_9 = ___pSrc0; Il2CppChar* L_10 = ___pSrcEnd1; XmlEncodedRawTextWriter_WriteAttributeTextBlock_m1A071EEE52E8D207B71E15A840AC441EC5F52B13(__this, (Il2CppChar*)(Il2CppChar*)L_9, (Il2CppChar*)(Il2CppChar*)L_10, /*hidden argument*/NULL); return; } IL_0050: { Il2CppChar* L_11 = ___pSrc0; Il2CppChar* L_12 = ___pSrcEnd1; HtmlEncodedRawTextWriter_WriteHtmlAttributeText_m17DE8CAE632FBC89E4B018BD7B14D6BC9D93169D(__this, (Il2CppChar*)(Il2CppChar*)L_11, (Il2CppChar*)(Il2CppChar*)L_12, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteHtmlAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteHtmlAttributeText_m17DE8CAE632FBC89E4B018BD7B14D6BC9D93169D (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar V_3 = 0x0; Il2CppChar* V_4 = NULL; { bool L_0 = __this->get_endsWithAmpersand_37(); if (!L_0) { goto IL_0025; } } { Il2CppChar* L_1 = ___pSrcEnd1; Il2CppChar* L_2 = ___pSrc0; if ((((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/(int32_t)2))))) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001e; } } { Il2CppChar* L_3 = ___pSrc0; int32_t L_4 = *((uint16_t*)L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)123)))) { goto IL_001e; } } { HtmlEncodedRawTextWriter_OutputRestAmps_m7B0639D17CC41C1D84360E13CD84734364D69726(__this, /*hidden argument*/NULL); } IL_001e: { __this->set_endsWithAmpersand_37((bool)0); } IL_0025: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5; V_1 = L_6; if (!L_6) { goto IL_0034; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = V_1; NullCheck(L_7); if (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) { goto IL_0039; } } IL_0034: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_0042; } IL_0039: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = V_1; NullCheck(L_8); V_0 = (Il2CppChar*)((uintptr_t)((L_8)->GetAddressAt(static_cast(0)))); } IL_0042: { Il2CppChar* L_9 = V_0; int32_t L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)2)))); V_3 = 0; } IL_0050: { Il2CppChar* L_11 = V_2; Il2CppChar* L_12 = ___pSrcEnd1; Il2CppChar* L_13 = ___pSrc0; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/(int32_t)2)))), (int64_t)((int64_t)((int64_t)2))))))); Il2CppChar* L_14 = V_4; Il2CppChar* L_15 = V_0; int32_t L_16 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufLen_12(); if ((!(((uintptr_t)L_14) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_16), (int32_t)2)))))))) { goto IL_0088; } } { Il2CppChar* L_17 = V_0; int32_t L_18 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufLen_12(); V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_18), (int32_t)2)))); goto IL_0088; } IL_007c: { Il2CppChar* L_19 = V_2; Il2CppChar* L_20 = (Il2CppChar*)L_19; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)2)); Il2CppChar L_21 = V_3; *((int16_t*)L_20) = (int16_t)L_21; Il2CppChar* L_22 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); } IL_0088: { Il2CppChar* L_23 = V_2; Il2CppChar* L_24 = V_4; if ((!(((uintptr_t)L_23) < ((uintptr_t)L_24)))) { goto IL_00a5; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_25 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = L_25->get_charProperties_2(); Il2CppChar* L_27 = ___pSrc0; int32_t L_28 = *((uint16_t*)L_27); int32_t L_29 = L_28; V_3 = L_29; NullCheck(L_26); int32_t L_30 = L_29; uint8_t L_31 = (L_26)->GetAt(static_cast(L_30)); if (((int32_t)((int32_t)L_31&(int32_t)((int32_t)128)))) { goto IL_007c; } } IL_00a5: { Il2CppChar* L_32 = ___pSrc0; Il2CppChar* L_33 = ___pSrcEnd1; if ((!(((uintptr_t)L_32) < ((uintptr_t)L_33)))) { goto IL_0170; } } { Il2CppChar* L_34 = V_2; Il2CppChar* L_35 = V_4; if ((!(((uintptr_t)L_34) >= ((uintptr_t)L_35)))) { goto IL_00ca; } } { Il2CppChar* L_36 = V_2; Il2CppChar* L_37 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/(int32_t)2))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_38 = V_0; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (int32_t)2)); goto IL_0050; } IL_00ca: { Il2CppChar L_39 = V_3; if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)38))))) { goto IL_00f8; } } { Il2CppChar L_40 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)((int32_t)9)))) { case 0: { goto IL_013b; } case 1: { goto IL_014d; } case 2: { goto IL_0156; } case 3: { goto IL_0156; } case 4: { goto IL_0144; } } } { Il2CppChar L_41 = V_3; if ((((int32_t)L_41) == ((int32_t)((int32_t)34)))) { goto IL_0132; } } { Il2CppChar L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)((int32_t)38)))) { goto IL_0109; } } { goto IL_0156; } IL_00f8: { Il2CppChar L_43 = V_3; if ((((int32_t)L_43) == ((int32_t)((int32_t)39)))) { goto IL_013b; } } { Il2CppChar L_44 = V_3; if ((((int32_t)L_44) == ((int32_t)((int32_t)60)))) { goto IL_013b; } } { Il2CppChar L_45 = V_3; if ((((int32_t)L_45) == ((int32_t)((int32_t)62)))) { goto IL_013b; } } { goto IL_0156; } IL_0109: { Il2CppChar* L_46 = ___pSrc0; Il2CppChar* L_47 = ___pSrcEnd1; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2))) == ((uintptr_t)L_47)))) { goto IL_0118; } } { __this->set_endsWithAmpersand_37((bool)1); goto IL_0129; } IL_0118: { Il2CppChar* L_48 = ___pSrc0; int32_t L_49 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, (int32_t)2))); if ((((int32_t)L_49) == ((int32_t)((int32_t)123)))) { goto IL_0129; } } { Il2CppChar* L_50 = V_2; Il2CppChar* L_51; L_51 = XmlEncodedRawTextWriter_AmpEntity_m05C1E8E66451824B396AB6B6BAA9A1BBAB2F9919((Il2CppChar*)(Il2CppChar*)L_50, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_51; goto IL_0166; } IL_0129: { Il2CppChar* L_52 = V_2; Il2CppChar* L_53 = (Il2CppChar*)L_52; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, (int32_t)2)); Il2CppChar L_54 = V_3; *((int16_t*)L_53) = (int16_t)L_54; goto IL_0166; } IL_0132: { Il2CppChar* L_55 = V_2; Il2CppChar* L_56; L_56 = XmlEncodedRawTextWriter_QuoteEntity_mA18D68D7D13ECE08BDFA327A6305C553954A4A71((Il2CppChar*)(Il2CppChar*)L_55, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_56; goto IL_0166; } IL_013b: { Il2CppChar* L_57 = V_2; Il2CppChar* L_58 = (Il2CppChar*)L_57; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)2)); Il2CppChar L_59 = V_3; *((int16_t*)L_58) = (int16_t)L_59; goto IL_0166; } IL_0144: { Il2CppChar* L_60 = V_2; Il2CppChar* L_61; L_61 = XmlEncodedRawTextWriter_CarriageReturnEntity_mBE668DC42E8424A0609D81BD401C47E673926B95((Il2CppChar*)(Il2CppChar*)L_60, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_61; goto IL_0166; } IL_014d: { Il2CppChar* L_62 = V_2; Il2CppChar* L_63; L_63 = XmlEncodedRawTextWriter_LineFeedEntity_mB0F1265EF1027455FAA65422F4D3D600876F462A((Il2CppChar*)(Il2CppChar*)L_62, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_63; goto IL_0166; } IL_0156: { Il2CppChar* L_64 = ___pSrcEnd1; XmlEncodedRawTextWriter_EncodeChar_m398F6E83053B407E2CBAFF7D925808BBDD9AAED3(__this, (Il2CppChar**)(&___pSrc0), (Il2CppChar*)(Il2CppChar*)L_64, (Il2CppChar**)(&V_2), /*hidden argument*/NULL); goto IL_0050; } IL_0166: { Il2CppChar* L_65 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_65, (int32_t)2)); goto IL_0050; } IL_0170: { Il2CppChar* L_66 = V_2; Il2CppChar* L_67 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_66, (intptr_t)L_67))/(int32_t)2))))))); V_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::WriteUriAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_WriteUriAttributeText_m94E78115B43B663F2F8676BC61FEBDB3BAF0867D (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); s_Il2CppMethodInitialized = true; } Il2CppChar* V_0 = NULL; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar V_3 = 0x0; Il2CppChar* V_4 = NULL; uint8_t* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; uint8_t* V_7 = NULL; uint8_t* V_8 = NULL; { bool L_0 = __this->get_endsWithAmpersand_37(); if (!L_0) { goto IL_0025; } } { Il2CppChar* L_1 = ___pSrcEnd1; Il2CppChar* L_2 = ___pSrc0; if ((((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/(int32_t)2))))) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001e; } } { Il2CppChar* L_3 = ___pSrc0; int32_t L_4 = *((uint16_t*)L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)123)))) { goto IL_001e; } } { HtmlEncodedRawTextWriter_OutputRestAmps_m7B0639D17CC41C1D84360E13CD84734364D69726(__this, /*hidden argument*/NULL); } IL_001e: { __this->set_endsWithAmpersand_37((bool)0); } IL_0025: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = L_5; V_1 = L_6; if (!L_6) { goto IL_0034; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_7 = V_1; NullCheck(L_7); if (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) { goto IL_0039; } } IL_0034: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_0042; } IL_0039: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = V_1; NullCheck(L_8); V_0 = (Il2CppChar*)((uintptr_t)((L_8)->GetAddressAt(static_cast(0)))); } IL_0042: { Il2CppChar* L_9 = V_0; int32_t L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)2)))); V_3 = 0; } IL_0050: { Il2CppChar* L_11 = V_2; Il2CppChar* L_12 = ___pSrcEnd1; Il2CppChar* L_13 = ___pSrc0; V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)((int64_t)il2cpp_codegen_multiply((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/(int32_t)2)))), (int64_t)((int64_t)((int64_t)2))))))); Il2CppChar* L_14 = V_4; Il2CppChar* L_15 = V_0; int32_t L_16 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufLen_12(); if ((!(((uintptr_t)L_14) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_16), (int32_t)2)))))))) { goto IL_0088; } } { Il2CppChar* L_17 = V_0; int32_t L_18 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufLen_12(); V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_18), (int32_t)2)))); goto IL_0088; } IL_007c: { Il2CppChar* L_19 = V_2; Il2CppChar* L_20 = (Il2CppChar*)L_19; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)2)); Il2CppChar L_21 = V_3; *((int16_t*)L_20) = (int16_t)L_21; Il2CppChar* L_22 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); } IL_0088: { Il2CppChar* L_23 = V_2; Il2CppChar* L_24 = V_4; if ((!(((uintptr_t)L_23) < ((uintptr_t)L_24)))) { goto IL_00ad; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_25 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = L_25->get_charProperties_2(); Il2CppChar* L_27 = ___pSrc0; int32_t L_28 = *((uint16_t*)L_27); int32_t L_29 = L_28; V_3 = L_29; NullCheck(L_26); int32_t L_30 = L_29; uint8_t L_31 = (L_26)->GetAt(static_cast(L_30)); if (!((int32_t)((int32_t)L_31&(int32_t)((int32_t)128)))) { goto IL_00ad; } } { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) < ((int32_t)((int32_t)128)))) { goto IL_007c; } } IL_00ad: { Il2CppChar* L_33 = ___pSrc0; Il2CppChar* L_34 = ___pSrcEnd1; if ((!(((uintptr_t)L_33) < ((uintptr_t)L_34)))) { goto IL_01f7; } } { Il2CppChar* L_35 = V_2; Il2CppChar* L_36 = V_4; if ((!(((uintptr_t)L_35) >= ((uintptr_t)L_36)))) { goto IL_00d5; } } { Il2CppChar* L_37 = V_2; Il2CppChar* L_38 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)2))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_39 = V_0; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)2)); goto IL_0050; } IL_00d5: { Il2CppChar L_40 = V_3; if ((!(((uint32_t)L_40) <= ((uint32_t)((int32_t)38))))) { goto IL_0103; } } { Il2CppChar L_41 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)((int32_t)9)))) { case 0: { goto IL_014f; } case 1: { goto IL_0167; } case 2: { goto IL_0170; } case 3: { goto IL_0170; } case 4: { goto IL_015b; } } } { Il2CppChar L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)((int32_t)34)))) { goto IL_0143; } } { Il2CppChar L_43 = V_3; if ((((int32_t)L_43) == ((int32_t)((int32_t)38)))) { goto IL_0114; } } { goto IL_0170; } IL_0103: { Il2CppChar L_44 = V_3; if ((((int32_t)L_44) == ((int32_t)((int32_t)39)))) { goto IL_014f; } } { Il2CppChar L_45 = V_3; if ((((int32_t)L_45) == ((int32_t)((int32_t)60)))) { goto IL_014f; } } { Il2CppChar L_46 = V_3; if ((((int32_t)L_46) == ((int32_t)((int32_t)62)))) { goto IL_014f; } } { goto IL_0170; } IL_0114: { Il2CppChar* L_47 = ___pSrc0; Il2CppChar* L_48 = ___pSrcEnd1; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2))) == ((uintptr_t)L_48)))) { goto IL_0123; } } { __this->set_endsWithAmpersand_37((bool)1); goto IL_0137; } IL_0123: { Il2CppChar* L_49 = ___pSrc0; int32_t L_50 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)2))); if ((((int32_t)L_50) == ((int32_t)((int32_t)123)))) { goto IL_0137; } } { Il2CppChar* L_51 = V_2; Il2CppChar* L_52; L_52 = XmlEncodedRawTextWriter_AmpEntity_m05C1E8E66451824B396AB6B6BAA9A1BBAB2F9919((Il2CppChar*)(Il2CppChar*)L_51, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_52; goto IL_01ed; } IL_0137: { Il2CppChar* L_53 = V_2; Il2CppChar* L_54 = (Il2CppChar*)L_53; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)2)); Il2CppChar L_55 = V_3; *((int16_t*)L_54) = (int16_t)L_55; goto IL_01ed; } IL_0143: { Il2CppChar* L_56 = V_2; Il2CppChar* L_57; L_57 = XmlEncodedRawTextWriter_QuoteEntity_mA18D68D7D13ECE08BDFA327A6305C553954A4A71((Il2CppChar*)(Il2CppChar*)L_56, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_57; goto IL_01ed; } IL_014f: { Il2CppChar* L_58 = V_2; Il2CppChar* L_59 = (Il2CppChar*)L_58; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)2)); Il2CppChar L_60 = V_3; *((int16_t*)L_59) = (int16_t)L_60; goto IL_01ed; } IL_015b: { Il2CppChar* L_61 = V_2; Il2CppChar* L_62; L_62 = XmlEncodedRawTextWriter_CarriageReturnEntity_mBE668DC42E8424A0609D81BD401C47E673926B95((Il2CppChar*)(Il2CppChar*)L_61, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_62; goto IL_01ed; } IL_0167: { Il2CppChar* L_63 = V_2; Il2CppChar* L_64; L_64 = XmlEncodedRawTextWriter_LineFeedEntity_mB0F1265EF1027455FAA65422F4D3D600876F462A((Il2CppChar*)(Il2CppChar*)L_63, /*hidden argument*/NULL); V_2 = (Il2CppChar*)L_64; goto IL_01ed; } IL_0170: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = __this->get_uriEscapingBuffer_38(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = L_65; V_6 = L_66; if (!L_66) { goto IL_0181; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_6; NullCheck(L_67); if (((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))) { goto IL_0187; } } IL_0181: { V_5 = (uint8_t*)((uintptr_t)0); goto IL_0192; } IL_0187: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_6; NullCheck(L_68); V_5 = (uint8_t*)((uintptr_t)((L_68)->GetAddressAt(static_cast(0)))); } IL_0192: { uint8_t* L_69 = V_5; V_7 = (uint8_t*)L_69; uint8_t* L_70 = V_7; V_8 = (uint8_t*)L_70; Il2CppChar* L_71 = ___pSrcEnd1; XmlUtf8RawTextWriter_CharToUTF8_m2069550B79E9D62B702B5D8640B4743BDFF48E16((Il2CppChar**)(&___pSrc0), (Il2CppChar*)(Il2CppChar*)L_71, (uint8_t**)(&V_8), /*hidden argument*/NULL); goto IL_01df; } IL_01a6: { Il2CppChar* L_72 = V_2; Il2CppChar* L_73 = (Il2CppChar*)L_72; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_73, (int32_t)2)); *((int16_t*)L_73) = (int16_t)((int32_t)37); Il2CppChar* L_74 = V_2; Il2CppChar* L_75 = (Il2CppChar*)L_74; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, (int32_t)2)); uint8_t* L_76 = V_7; int32_t L_77 = *((uint8_t*)L_76); NullCheck(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); Il2CppChar L_78; L_78 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84, ((int32_t)((int32_t)L_77>>(int32_t)4)), /*hidden argument*/NULL); *((int16_t*)L_75) = (int16_t)L_78; Il2CppChar* L_79 = V_2; Il2CppChar* L_80 = (Il2CppChar*)L_79; V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_80, (int32_t)2)); uint8_t* L_81 = V_7; int32_t L_82 = *((uint8_t*)L_81); NullCheck(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); Il2CppChar L_83; L_83 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84, ((int32_t)((int32_t)L_82&(int32_t)((int32_t)15))), /*hidden argument*/NULL); *((int16_t*)L_80) = (int16_t)L_83; uint8_t* L_84 = V_7; V_7 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)1)); } IL_01df: { uint8_t* L_85 = V_7; uint8_t* L_86 = V_8; if ((!(((uintptr_t)L_85) >= ((uintptr_t)L_86)))) { goto IL_01a6; } } { V_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; goto IL_0050; } IL_01ed: { Il2CppChar* L_87 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, (int32_t)2)); goto IL_0050; } IL_01f7: { Il2CppChar* L_88 = V_2; Il2CppChar* L_89 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_88, (intptr_t)L_89))/(int32_t)2))))))); V_1 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; return; } } // System.Void System.Xml.HtmlEncodedRawTextWriter::OutputRestAmps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriter_OutputRestAmps_m7B0639D17CC41C1D84360E13CD84734364D69726 (HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_1; int32_t L_2 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (Il2CppChar)((int32_t)97)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_5; int32_t L_6 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)((int32_t)109)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_8 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_9 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_9; int32_t L_10 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (Il2CppChar)((int32_t)112)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_12 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_13 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_13; int32_t L_14 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (Il2CppChar)((int32_t)59)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent__ctor_m1DA9CFE27FFCAC50365D1B4DB4C22216CAB77D5B (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_0 = ___writer0; XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; HtmlEncodedRawTextWriter__ctor_mCA1065C4B8C7916DE51E5391797F4211FBE0F1BA(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; HtmlEncodedRawTextWriterIndent_Init_m5BE65DD52A4C64774BE494C6F5B52716AF73280C(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent__ctor_m86015579060F033300447972959A0F392CB9307A (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; HtmlEncodedRawTextWriter__ctor_mB2B8D779CAAEB039EA7BE4E6EED9F9B899A7397E(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; HtmlEncodedRawTextWriterIndent_Init_m5BE65DD52A4C64774BE494C6F5B52716AF73280C(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_WriteDocType_mC7D2D83D8C1BAECB3803054AE6998904D32145E9 (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___pubid1; String_t* L_2 = ___sysid2; String_t* L_3 = ___subset3; HtmlEncodedRawTextWriter_WriteDocType_m4747EB77B83E5C59B0517281BB92108EA245CA15(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); __this->set_endBlockPos_44(L_4); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_WriteStartElement_m6AA7904916ED6E5E98F60DB81A1E56601FABC37F (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_trackTextContent_20(); if (!L_0) { goto IL_0017; } } { bool L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_inTextContent_21(); if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_mEF4D16ADDA4990B1B146E1C6743FEB923F3D1C41(__this, (bool)0, /*hidden argument*/NULL); } IL_0017: { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_2 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D *)__this)->get_elementScope_34(); uint32_t L_3 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D *)__this)->get_currentElementProperties_35(); NullCheck(L_2); ByteStack_Push_m725C45DEC874ED4C9E9A391D88B109AF3D1BF9D0(L_2, (uint8_t)((int32_t)((uint8_t)L_3)), /*hidden argument*/NULL); String_t* L_4 = ___ns2; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_008b; } } { TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_6 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_StaticFields*)il2cpp_codegen_static_fields_for(HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D_il2cpp_TypeInfo_var))->get_elementPropertySearch_41(); String_t* L_7 = ___localName1; NullCheck(L_6); uint8_t L_8; L_8 = TernaryTreeReadOnly_FindCaseInsensitiveString_m67DBCEAC55C1D0849AA68D18C8646BCCF3D49EAC(L_6, L_7, /*hidden argument*/NULL); ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D *)__this)->set_currentElementProperties_35(L_8); int32_t L_9 = __this->get_endBlockPos_44(); int32_t L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_0061; } } { uint32_t L_11 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D *)__this)->get_currentElementProperties_35(); if (!((int32_t)((int32_t)L_11&(int32_t)((int32_t)64)))) { goto IL_0061; } } { HtmlEncodedRawTextWriterIndent_WriteIndent_m3907AF09F93DFF5626F8B2A4575E345E56CD23DF(__this, /*hidden argument*/NULL); } IL_0061: { int32_t L_12 = __this->get_indentLevel_43(); __this->set_indentLevel_43(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_13 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_14 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_14; int32_t L_15 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); int32_t L_16 = V_0; NullCheck(L_13); (L_13)->SetAt(static_cast(L_16), (Il2CppChar)((int32_t)60)); goto IL_00fb; } IL_008b: { ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D *)__this)->set_currentElementProperties_35(((int32_t)192)); int32_t L_17 = __this->get_endBlockPos_44(); int32_t L_18 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_00aa; } } { HtmlEncodedRawTextWriterIndent_WriteIndent_m3907AF09F93DFF5626F8B2A4575E345E56CD23DF(__this, /*hidden argument*/NULL); } IL_00aa: { int32_t L_19 = __this->get_indentLevel_43(); __this->set_indentLevel_43(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_20 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_21 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_21; int32_t L_22 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))); int32_t L_23 = V_0; NullCheck(L_20); (L_20)->SetAt(static_cast(L_23), (Il2CppChar)((int32_t)60)); String_t* L_24 = ___prefix0; NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00fb; } } { String_t* L_26 = ___prefix0; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_26, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_28 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_28; int32_t L_29 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1))); int32_t L_30 = V_0; NullCheck(L_27); (L_27)->SetAt(static_cast(L_30), (Il2CppChar)((int32_t)58)); } IL_00fb: { String_t* L_31 = ___localName1; XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_31, /*hidden argument*/NULL); int32_t L_32 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_attrEndPos_11(L_32); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_StartElementContent_m5CBE3F3CE154A50F6D6951677AD6CE24A2A84091 (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufChars_17(); int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); V_0 = L_1; int32_t L_2 = V_0; ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (Il2CppChar)((int32_t)62)); int32_t L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_contentPos_9(L_4); uint32_t L_5 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D *)__this)->get_currentElementProperties_35(); if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)32)))) { goto IL_004a; } } { HtmlEncodedRawTextWriterIndent_WriteIndent_m3907AF09F93DFF5626F8B2A4575E345E56CD23DF(__this, /*hidden argument*/NULL); HtmlEncodedRawTextWriter_WriteMetaElement_m3BCD12C938CDDAB07E75057BCEEF0B0E434E29D1(__this, /*hidden argument*/NULL); int32_t L_6 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); __this->set_endBlockPos_44(L_6); return; } IL_004a: { uint32_t L_7 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D *)__this)->get_currentElementProperties_35(); if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)64)))) { goto IL_0061; } } { int32_t L_8 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); __this->set_endBlockPos_44(L_8); } IL_0061: { return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_WriteEndElement_m766967E48FD3379399B5041B1EB775F257B6D911 (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B1_0 = 0; int32_t G_B2_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_indentLevel_43(); __this->set_indentLevel_43(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); uint32_t L_1 = ((HtmlEncodedRawTextWriter_tBEC705B8CB48EDF17487E1313179C22459ED987D *)__this)->get_currentElementProperties_35(); int32_t L_2 = ((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); G_B1_0 = L_2; if (!L_2) { G_B4_0 = L_2; goto IL_003f; } } { int32_t L_3 = __this->get_endBlockPos_44(); int32_t L_4 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); G_B2_0 = G_B1_0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { G_B4_0 = G_B1_0; goto IL_003f; } } { int32_t L_5 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_contentPos_9(); int32_t L_6 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); G_B3_0 = G_B2_0; if ((((int32_t)L_5) == ((int32_t)L_6))) { G_B4_0 = G_B2_0; goto IL_003f; } } { HtmlEncodedRawTextWriterIndent_WriteIndent_m3907AF09F93DFF5626F8B2A4575E345E56CD23DF(__this, /*hidden argument*/NULL); G_B4_0 = G_B3_0; } IL_003f: { String_t* L_7 = ___prefix0; String_t* L_8 = ___localName1; String_t* L_9 = ___ns2; HtmlEncodedRawTextWriter_WriteEndElement_m8E4DF2BEC2924615C4C5FDEB6CDF71C477C57ECA(__this, L_7, L_8, L_9, /*hidden argument*/NULL); ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->set_contentPos_9(0); if (!G_B4_0) { goto IL_005d; } } { int32_t L_10 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); __this->set_endBlockPos_44(L_10); } IL_005d: { return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_WriteStartAttribute_mDF9DE293ABC988B4A7DF89DCFF258411B7037707 (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { bool L_0 = __this->get_newLineOnAttributes_46(); if (!L_0) { goto IL_0036; } } { String_t* L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_newLineChars_28(); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = __this->get_indentLevel_43(); __this->set_indentLevel_43(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); HtmlEncodedRawTextWriterIndent_WriteIndent_m3907AF09F93DFF5626F8B2A4575E345E56CD23DF(__this, /*hidden argument*/NULL); int32_t L_3 = __this->get_indentLevel_43(); __this->set_indentLevel_43(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); } IL_0036: { String_t* L_4 = ___prefix0; String_t* L_5 = ___localName1; String_t* L_6 = ___ns2; HtmlEncodedRawTextWriter_WriteStartAttribute_mA651F18F8F437B653D3946E36DA6E73D318FE1A9(__this, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::FlushBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_FlushBuffer_m1955E52A1CA58AB63F20CE1D4A09F2414EA99F51 (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, const RuntimeMethod* method) { HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * G_B2_0 = NULL; HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * G_B1_0 = NULL; int32_t G_B3_0 = 0; HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * G_B3_1 = NULL; { int32_t L_0 = __this->get_endBlockPos_44(); int32_t L_1 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_bufPos_7(); G_B1_0 = __this; if ((((int32_t)L_0) == ((int32_t)L_1))) { G_B2_0 = __this; goto IL_0012; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0013; } IL_0012: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0013: { NullCheck(G_B3_1); G_B3_1->set_endBlockPos_44(G_B3_0); XmlEncodedRawTextWriter_FlushBuffer_m0509953DC6A3CCC5217838BF840C4EC53AF7ADF2(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_Init_m5BE65DD52A4C64774BE494C6F5B52716AF73280C (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method) { { __this->set_indentLevel_43(0); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = ___settings0; NullCheck(L_0); String_t* L_1; L_1 = XmlWriterSettings_get_IndentChars_mCE3B39C83C32982B89ED6615ABA6EEAF95F3E549_inline(L_0, /*hidden argument*/NULL); __this->set_indentChars_45(L_1); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings0; NullCheck(L_2); bool L_3; L_3 = XmlWriterSettings_get_NewLineOnAttributes_mA8C3C3A7E78EB3C7BE431D3980035410200E59F3_inline(L_2, /*hidden argument*/NULL); __this->set_newLineOnAttributes_46(L_3); return; } } // System.Void System.Xml.HtmlEncodedRawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlEncodedRawTextWriterIndent_WriteIndent_m3907AF09F93DFF5626F8B2A4575E345E56CD23DF (HtmlEncodedRawTextWriterIndent_t7613FADCC979522B40B2AAFE3B243DB269E04CF2 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ((XmlEncodedRawTextWriter_t82EB6C4258593D394E3F5196ECBBBA7A08D47C51 *)__this)->get_newLineChars_28(); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get_indentLevel_43(); V_0 = L_1; goto IL_0025; } IL_0015: { String_t* L_2 = __this->get_indentChars_45(); XmlEncodedRawTextWriter_RawText_m1A0B94A7A7377E369B4685225949970F808281B1(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); } IL_0025: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0015; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.HtmlTernaryTree::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlTernaryTree__cctor_m45CAA1A4FAF5E3624151B5778AA5D96168E109CD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____FB0C58D8B3094F018764CC6E3094B9576DB08069_14_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1212)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____FB0C58D8B3094F018764CC6E3094B9576DB08069_14_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var))->set_htmlElements_0(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)((int32_t)664)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = L_3; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____68D0F86889D5D656483EEE829BCEECDFEC91D8EA_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var))->set_htmlAttributes_1(L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.HtmlUtf8RawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter__ctor_m90AA6C7ABF5D87DA3816A96DDDCDBD1F834316BF (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __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); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; HtmlUtf8RawTextWriter_Init_m631362024E4D88218FFA5328CB5E7877CC97E7A0(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteXmlDeclaration_mA567E1EE92288E4094A2B262F8C5FAC9D53A7EFE (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, int32_t ___standalone0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteXmlDeclaration_mDF99C228E63437B24E3DB8667080549B78A89803 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteDocType_mFC1CBDE072875B0DDCF9AFA75241C4E4154B2D06 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B, /*hidden argument*/NULL); String_t* L_0 = ___name0; bool L_1; L_1 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_0, _stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D, /*hidden argument*/NULL); if (!L_1) { goto IL_0025; } } { XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D, /*hidden argument*/NULL); goto IL_0030; } IL_0025: { XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4, /*hidden argument*/NULL); } IL_0030: { String_t* L_2 = ___pubid1; if (!L_2) { goto IL_0076; } } { XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA, /*hidden argument*/NULL); String_t* L_3 = ___pubid1; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_3, /*hidden argument*/NULL); String_t* L_4 = ___sysid2; if (!L_4) { goto IL_005a; } } { XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B, /*hidden argument*/NULL); String_t* L_5 = ___sysid2; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_5, /*hidden argument*/NULL); } IL_005a: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_7 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_7; int32_t L_8 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)((int32_t)34)); goto IL_00c1; } IL_0076: { String_t* L_10 = ___sysid2; if (!L_10) { goto IL_00a7; } } { XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3, /*hidden argument*/NULL); String_t* L_11 = ___sysid2; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_11, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_13 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_13; int32_t L_14 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)34)); goto IL_00c1; } IL_00a7: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_16 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_17 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_17; int32_t L_18 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); int32_t L_19 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (uint8_t)((int32_t)32)); } IL_00c1: { String_t* L_20 = ___subset3; if (!L_20) { goto IL_0101; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_21 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_22 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_22; int32_t L_23 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); int32_t L_24 = V_0; NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (uint8_t)((int32_t)91)); String_t* L_25 = ___subset3; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_25, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_27 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_27; int32_t L_28 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1))); int32_t L_29 = V_0; NullCheck(L_26); (L_26)->SetAt(static_cast(L_29), (uint8_t)((int32_t)93)); } IL_0101: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_31 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_31; int32_t L_32 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1))); int32_t L_33 = V_0; NullCheck(L_30); (L_30)->SetAt(static_cast(L_33), (uint8_t)((int32_t)62)); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteStartElement_mCF4438EBA6F0F0C724E60667371C1CE1822EDD3F (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_0 = __this->get_elementScope_25(); uint32_t L_1 = __this->get_currentElementProperties_26(); NullCheck(L_0); ByteStack_Push_m725C45DEC874ED4C9E9A391D88B109AF3D1BF9D0(L_0, (uint8_t)((int32_t)((uint8_t)L_1)), /*hidden argument*/NULL); String_t* L_2 = ___ns2; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0059; } } { TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_4 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var))->get_elementPropertySearch_32(); String_t* L_5 = ___localName1; NullCheck(L_4); uint8_t L_6; L_6 = TernaryTreeReadOnly_FindCaseInsensitiveString_m67DBCEAC55C1D0849AA68D18C8646BCCF3D49EAC(L_4, L_5, /*hidden argument*/NULL); __this->set_currentElementProperties_26(L_6); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_8 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_8; int32_t L_9 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)((int32_t)60)); String_t* L_11 = ___localName1; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_11, /*hidden argument*/NULL); int32_t L_12 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_attrEndPos_11(L_12); return; } IL_0059: { __this->set_currentElementProperties_26(((int32_t)128)); String_t* L_13 = ___prefix0; String_t* L_14 = ___localName1; String_t* L_15 = ___ns2; XmlUtf8RawTextWriter_WriteStartElement_m58B199B0C3052B78A0FA1398A1F3266CB40923AD(__this, L_13, L_14, L_15, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_StartElementContent_m272AF0D41B387E21271B1D3D44B2E74F3346FF5A (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_1 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_1; int32_t L_2 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)((int32_t)62)); int32_t L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_contentPos_9(L_4); uint32_t L_5 = __this->get_currentElementProperties_26(); if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)32)))) { goto IL_0037; } } { HtmlUtf8RawTextWriter_WriteMetaElement_m1D639B5331FA4D1F9D743A7569FAACFD0FEFA4AA(__this, /*hidden argument*/NULL); } IL_0037: { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteEndElement_mBE2033A5EE36A74670A87D593152A0B77127B858 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___ns2; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0069; } } { uint32_t L_2 = __this->get_currentElementProperties_26(); if (((int32_t)((int32_t)L_2&(int32_t)8))) { goto IL_0072; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_4; int32_t L_5 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)((int32_t)60)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_8 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_8; int32_t L_9 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)((int32_t)47)); String_t* L_11 = ___localName1; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_11, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_13 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_13; int32_t L_14 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)62)); goto IL_0072; } IL_0069: { String_t* L_16 = ___prefix0; String_t* L_17 = ___localName1; String_t* L_18 = ___ns2; XmlUtf8RawTextWriter_WriteEndElement_m0FAD5BFD6F4F4F8E72F1D798D10F95DAF160517C(__this, L_16, L_17, L_18, /*hidden argument*/NULL); } IL_0072: { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_19 = __this->get_elementScope_25(); NullCheck(L_19); uint8_t L_20; L_20 = ByteStack_Pop_m06E3EA847665F571DB7475C694D5B0C77B6475A3(L_19, /*hidden argument*/NULL); __this->set_currentElementProperties_26(L_20); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteFullEndElement_mDBA0B60D078D4997C4F565DA4836B620EF18602B (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___ns2; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0069; } } { uint32_t L_2 = __this->get_currentElementProperties_26(); if (((int32_t)((int32_t)L_2&(int32_t)8))) { goto IL_0072; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_4; int32_t L_5 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)((int32_t)60)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_8 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_8; int32_t L_9 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)((int32_t)47)); String_t* L_11 = ___localName1; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_11, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_13 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_13; int32_t L_14 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)62)); goto IL_0072; } IL_0069: { String_t* L_16 = ___prefix0; String_t* L_17 = ___localName1; String_t* L_18 = ___ns2; XmlUtf8RawTextWriter_WriteFullEndElement_mDDB2211747E15B9B6240CAC2A52D66455F53E679(__this, L_16, L_17, L_18, /*hidden argument*/NULL); } IL_0072: { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_19 = __this->get_elementScope_25(); NullCheck(L_19); uint8_t L_20; L_20 = ByteStack_Pop_m06E3EA847665F571DB7475C694D5B0C77B6475A3(L_19, /*hidden argument*/NULL); __this->set_currentElementProperties_26(L_20); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteStartAttribute_mB50D443FADE92FF00AD5FE5518B492B345F17ADF (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___ns2; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_00ab; } } { int32_t L_2 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_attrEndPos_11(); int32_t L_3 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0033; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_5 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_5; int32_t L_6 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (uint8_t)((int32_t)32)); } IL_0033: { String_t* L_8 = ___localName1; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_8, /*hidden argument*/NULL); uint32_t L_9 = __this->get_currentElementProperties_26(); if (!((int32_t)((int32_t)L_9&(int32_t)7))) { goto IL_006e; } } { TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_10 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var))->get_attributePropertySearch_33(); String_t* L_11 = ___localName1; NullCheck(L_10); uint8_t L_12; L_12 = TernaryTreeReadOnly_FindCaseInsensitiveString_m67DBCEAC55C1D0849AA68D18C8646BCCF3D49EAC(L_10, L_11, /*hidden argument*/NULL); uint32_t L_13 = __this->get_currentElementProperties_26(); __this->set_currentAttributeProperties_27(((int32_t)((int32_t)L_12&(int32_t)L_13))); uint32_t L_14 = __this->get_currentAttributeProperties_27(); if (!((int32_t)((int32_t)L_14&(int32_t)2))) { goto IL_0075; } } { ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_inAttributeValue_15((bool)1); return; } IL_006e: { __this->set_currentAttributeProperties_27(0); } IL_0075: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_15 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_16 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_16; int32_t L_17 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); int32_t L_18 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (uint8_t)((int32_t)61)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_19 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_20 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_20; int32_t L_21 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1))); int32_t L_22 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (uint8_t)((int32_t)34)); goto IL_00bb; } IL_00ab: { String_t* L_23 = ___prefix0; String_t* L_24 = ___localName1; String_t* L_25 = ___ns2; XmlUtf8RawTextWriter_WriteStartAttribute_mF74737F690D767D352BDEC4D5A25AC5DC04C3966(__this, L_23, L_24, L_25, /*hidden argument*/NULL); __this->set_currentAttributeProperties_27(0); } IL_00bb: { ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_inAttributeValue_15((bool)1); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteEndAttribute_m3CF1FC3888082F3CAF0E8D2CB4C6E0D7B36C6057 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0 = __this->get_currentAttributeProperties_27(); if (!((int32_t)((int32_t)L_0&(int32_t)2))) { goto IL_0018; } } { int32_t L_1 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_attrEndPos_11(L_1); goto IL_0047; } IL_0018: { bool L_2 = __this->get_endsWithAmpersand_28(); if (!L_2) { goto IL_002d; } } { HtmlUtf8RawTextWriter_OutputRestAmps_m1D0CB96C007566199920820D04CEC1C698306776(__this, /*hidden argument*/NULL); __this->set_endsWithAmpersand_28((bool)0); } IL_002d: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_4; int32_t L_5 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); int32_t L_6 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)((int32_t)34)); } IL_0047: { ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_inAttributeValue_15((bool)0); int32_t L_7 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_attrEndPos_11(L_7); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteProcessingInstruction_mC9F00E30B66C77302B4DB4E5D9A378AB994FFEF0 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___target0, String_t* ___text1, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_1 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_1; int32_t L_2 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)((int32_t)60)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_5 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_5; int32_t L_6 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (uint8_t)((int32_t)63)); String_t* L_8 = ___target0; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_8, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_9 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_10 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_10; int32_t L_11 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (uint8_t)((int32_t)32)); String_t* L_13 = ___text1; XmlUtf8RawTextWriter_WriteCommentOrPi_m725E5EA9972BCBD0B895D618FEA284A57BA48BA6(__this, L_13, ((int32_t)63), /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_14 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_15 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_15; int32_t L_16 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (uint8_t)((int32_t)62)); int32_t L_18 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); int32_t L_19 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufLen_12(); if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_008c; } } { VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlUtf8RawTextWriter::FlushBuffer() */, __this); } IL_008c: { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteString_m1D52522CF07B283AF4E36B9E04FFA0B4EB64D99C (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___text0, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; { String_t* L_0 = ___text0; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_mEB8E6EAEBAFAB7CD7F7A915B3081785AABB9FC42(/*hidden argument*/NULL); V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)L_4)); } IL_0010: { Il2CppChar* L_5 = V_0; String_t* L_6 = ___text0; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_6, /*hidden argument*/NULL); V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_7), (int32_t)2)))); bool L_8 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_inAttributeValue_15(); if (!L_8) { goto IL_002e; } } { Il2CppChar* L_9 = V_0; Il2CppChar* L_10 = V_2; HtmlUtf8RawTextWriter_WriteHtmlAttributeTextBlock_m3A38BD6E4DA3DC41E891D4B1DD1B8163867F6BF6(__this, (Il2CppChar*)(Il2CppChar*)L_9, (Il2CppChar*)(Il2CppChar*)L_10, /*hidden argument*/NULL); goto IL_0036; } IL_002e: { Il2CppChar* L_11 = V_0; Il2CppChar* L_12 = V_2; HtmlUtf8RawTextWriter_WriteHtmlElementTextBlock_m5F0E24B83983925BFE6CA829F69FC390F0CD57A9(__this, (Il2CppChar*)(Il2CppChar*)L_11, (Il2CppChar*)(Il2CppChar*)L_12, /*hidden argument*/NULL); } IL_0036: { V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteEntityRef_m8C84BA869CACFB1AFA54046D754A1C6D938F5513 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlUtf8RawTextWriter_WriteEntityRef_m8C84BA869CACFB1AFA54046D754A1C6D938F5513_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteCharEntity_m288F2CF84847DC95D3762494312DCCF75F9BBC1B (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlUtf8RawTextWriter_WriteCharEntity_m288F2CF84847DC95D3762494312DCCF75F9BBC1B_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteSurrogateCharEntity_mF29C8BD5E7862C1BE6CE36442F95C1BE09A9C5BD (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlUtf8RawTextWriter_WriteSurrogateCharEntity_mF29C8BD5E7862C1BE6CE36442F95C1BE09A9C5BD_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteChars_m589BA6291FB3C02B88FE0ED0B563F7D3E6909229 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = ___buffer0; int32_t L_1 = ___index1; NullCheck(L_0); V_1 = (Il2CppChar*)((L_0)->GetAddressAt(static_cast(L_1))); Il2CppChar* L_2 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_2); bool L_3 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_inAttributeValue_15(); if (!L_3) { goto IL_0022; } } { Il2CppChar* L_4 = V_0; Il2CppChar* L_5 = V_0; int32_t L_6 = ___count2; XmlUtf8RawTextWriter_WriteAttributeTextBlock_m6EB92F45F1DB0E84629187A7D8FEF3DDE29F44E7(__this, (Il2CppChar*)(Il2CppChar*)L_4, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)2)))), /*hidden argument*/NULL); goto IL_002f; } IL_0022: { Il2CppChar* L_7 = V_0; Il2CppChar* L_8 = V_0; int32_t L_9 = ___count2; XmlUtf8RawTextWriter_WriteElementTextBlock_mFDF907AF24F128111592DC8BC926387EBC829C1E(__this, (Il2CppChar*)(Il2CppChar*)L_7, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_9), (int32_t)2)))), /*hidden argument*/NULL); } IL_002f: { V_1 = (Il2CppChar*)((uintptr_t)0); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_Init_m631362024E4D88218FFA5328CB5E7877CC97E7A0 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_0 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var))->get_elementPropertySearch_32(); if (L_0) { goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ((HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var))->get_htmlAttributes_1(); TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_2 = (TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF *)il2cpp_codegen_object_new(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF_il2cpp_TypeInfo_var); TernaryTreeReadOnly__ctor_m5C1453D747D85180B3BC70C8D224D78C4EE85038(L_2, L_1, /*hidden argument*/NULL); ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var))->set_attributePropertySearch_33(L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = ((HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_tA911EABEFDBDB7B9F38696ADF3E3FE7FFCAD29B3_il2cpp_TypeInfo_var))->get_htmlElements_0(); TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_4 = (TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF *)il2cpp_codegen_object_new(TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF_il2cpp_TypeInfo_var); TernaryTreeReadOnly__ctor_m5C1453D747D85180B3BC70C8D224D78C4EE85038(L_4, L_3, /*hidden argument*/NULL); ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var))->set_elementPropertySearch_32(L_4); } IL_0025: { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_5 = (ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 *)il2cpp_codegen_object_new(ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28_il2cpp_TypeInfo_var); ByteStack__ctor_m313F37D6A194FE687F7E3C6E6FB99F0994A4C992(L_5, ((int32_t)10), /*hidden argument*/NULL); __this->set_elementScope_25(L_5); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)5); __this->set_uriEscapingBuffer_29(L_6); __this->set_currentElementProperties_26(0); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_7 = ___settings0; NullCheck(L_7); String_t* L_8; L_8 = XmlWriterSettings_get_MediaType_m785D282068B62319966B1550B565093334A16BD2_inline(L_7, /*hidden argument*/NULL); __this->set_mediaType_30(L_8); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_9 = ___settings0; NullCheck(L_9); bool L_10; L_10 = XmlWriterSettings_get_DoNotEscapeUriAttributes_m3274570A8B798823684DF3C9C0F744F72502CE97_inline(L_9, /*hidden argument*/NULL); __this->set_doNotEscapeUriAttributes_31(L_10); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteMetaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteMetaElement_m1D639B5331FA4D1F9D743A7569FAACFD0FEFA4AA (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5398E74206569B2DDBCA16F7CC2E86FE16D9B529); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4505B653F6C9898C2C0B9B53871C22AC93493D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B6E3F95411CAB460D4400E2F3AB4C3C9960BE18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109); s_Il2CppMethodInitialized = true; } { XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteral8B6E3F95411CAB460D4400E2F3AB4C3C9960BE18, /*hidden argument*/NULL); String_t* L_0 = __this->get_mediaType_30(); if (L_0) { goto IL_001e; } } { __this->set_mediaType_30(_stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109); } IL_001e: { XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteral5A4505B653F6C9898C2C0B9B53871C22AC93493D, /*hidden argument*/NULL); String_t* L_1 = __this->get_mediaType_30(); XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_1, /*hidden argument*/NULL); XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteral5398E74206569B2DDBCA16F7CC2E86FE16D9B529, /*hidden argument*/NULL); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_encoding_5(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_2); XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_3, /*hidden argument*/NULL); XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlElementTextBlock_m5F0E24B83983925BFE6CA829F69FC390F0CD57A9 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_currentElementProperties_26(); if (!((int32_t)((int32_t)L_0&(int32_t)((int32_t)16)))) { goto IL_0014; } } { Il2CppChar* L_1 = ___pSrc0; Il2CppChar* L_2 = ___pSrcEnd1; XmlUtf8RawTextWriter_RawText_m038C3E8B89E7FB134AED089CBBB089E20C2230E5(__this, (Il2CppChar*)(Il2CppChar*)L_1, (Il2CppChar*)(Il2CppChar*)L_2, /*hidden argument*/NULL); return; } IL_0014: { Il2CppChar* L_3 = ___pSrc0; Il2CppChar* L_4 = ___pSrcEnd1; XmlUtf8RawTextWriter_WriteElementTextBlock_mFDF907AF24F128111592DC8BC926387EBC829C1E(__this, (Il2CppChar*)(Il2CppChar*)L_3, (Il2CppChar*)(Il2CppChar*)L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlAttributeTextBlock_m3A38BD6E4DA3DC41E891D4B1DD1B8163867F6BF6 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { { uint32_t L_0 = __this->get_currentAttributeProperties_27(); if (!((int32_t)((int32_t)L_0&(int32_t)7))) { goto IL_0039; } } { uint32_t L_1 = __this->get_currentAttributeProperties_27(); if (!((int32_t)((int32_t)L_1&(int32_t)2))) { goto IL_0015; } } { return; } IL_0015: { uint32_t L_2 = __this->get_currentAttributeProperties_27(); if (!((int32_t)((int32_t)L_2&(int32_t)5))) { goto IL_0030; } } { bool L_3 = __this->get_doNotEscapeUriAttributes_31(); if (L_3) { goto IL_0030; } } { Il2CppChar* L_4 = ___pSrc0; Il2CppChar* L_5 = ___pSrcEnd1; HtmlUtf8RawTextWriter_WriteUriAttributeText_mF5BEB303015A74EA4364317E8B78EB38B2F6937D(__this, (Il2CppChar*)(Il2CppChar*)L_4, (Il2CppChar*)(Il2CppChar*)L_5, /*hidden argument*/NULL); return; } IL_0030: { Il2CppChar* L_6 = ___pSrc0; Il2CppChar* L_7 = ___pSrcEnd1; HtmlUtf8RawTextWriter_WriteHtmlAttributeText_mE856F961AEB3A6877E89B20CA69B936440D150F9(__this, (Il2CppChar*)(Il2CppChar*)L_6, (Il2CppChar*)(Il2CppChar*)L_7, /*hidden argument*/NULL); return; } IL_0039: { uint32_t L_8 = __this->get_currentElementProperties_26(); if (!((int32_t)((int32_t)L_8&(int32_t)((int32_t)128)))) { goto IL_0050; } } { Il2CppChar* L_9 = ___pSrc0; Il2CppChar* L_10 = ___pSrcEnd1; XmlUtf8RawTextWriter_WriteAttributeTextBlock_m6EB92F45F1DB0E84629187A7D8FEF3DDE29F44E7(__this, (Il2CppChar*)(Il2CppChar*)L_9, (Il2CppChar*)(Il2CppChar*)L_10, /*hidden argument*/NULL); return; } IL_0050: { Il2CppChar* L_11 = ___pSrc0; Il2CppChar* L_12 = ___pSrcEnd1; HtmlUtf8RawTextWriter_WriteHtmlAttributeText_mE856F961AEB3A6877E89B20CA69B936440D150F9(__this, (Il2CppChar*)(Il2CppChar*)L_11, (Il2CppChar*)(Il2CppChar*)L_12, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlAttributeText_mE856F961AEB3A6877E89B20CA69B936440D150F9 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; uint8_t* V_2 = NULL; Il2CppChar V_3 = 0x0; uint8_t* V_4 = NULL; { bool L_0 = __this->get_endsWithAmpersand_28(); if (!L_0) { goto IL_0025; } } { Il2CppChar* L_1 = ___pSrcEnd1; Il2CppChar* L_2 = ___pSrc0; if ((((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/(int32_t)2))))) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001e; } } { Il2CppChar* L_3 = ___pSrc0; int32_t L_4 = *((uint16_t*)L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)123)))) { goto IL_001e; } } { HtmlUtf8RawTextWriter_OutputRestAmps_m1D0CB96C007566199920820D04CEC1C698306776(__this, /*hidden argument*/NULL); } IL_001e: { __this->set_endsWithAmpersand_28((bool)0); } IL_0025: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = L_5; V_1 = L_6; if (!L_6) { goto IL_0034; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); if (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) { goto IL_0039; } } IL_0034: { V_0 = (uint8_t*)((uintptr_t)0); goto IL_0042; } IL_0039: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; NullCheck(L_8); V_0 = (uint8_t*)((uintptr_t)((L_8)->GetAddressAt(static_cast(0)))); } IL_0042: { uint8_t* L_9 = V_0; int32_t L_10 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10)); V_3 = 0; } IL_004d: { uint8_t* L_11 = V_2; Il2CppChar* L_12 = ___pSrcEnd1; Il2CppChar* L_13 = ___pSrc0; V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/(int32_t)2))))))); uint8_t* L_14 = V_4; uint8_t* L_15 = V_0; int32_t L_16 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufLen_12(); if ((!(((uintptr_t)L_14) > ((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)L_16)))))) { goto IL_007d; } } { uint8_t* L_17 = V_0; int32_t L_18 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufLen_12(); V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)L_18)); goto IL_007d; } IL_0070: { uint8_t* L_19 = V_2; uint8_t* L_20 = (uint8_t*)L_19; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)1)); Il2CppChar L_21 = V_3; *((int8_t*)L_20) = (int8_t)((int32_t)((uint8_t)L_21)); Il2CppChar* L_22 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); } IL_007d: { uint8_t* L_23 = V_2; uint8_t* L_24 = V_4; if ((!(((uintptr_t)L_23) < ((uintptr_t)L_24)))) { goto IL_009f; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_25 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = L_25->get_charProperties_2(); Il2CppChar* L_27 = ___pSrc0; int32_t L_28 = *((uint16_t*)L_27); int32_t L_29 = L_28; V_3 = L_29; NullCheck(L_26); int32_t L_30 = L_29; uint8_t L_31 = (L_26)->GetAt(static_cast(L_30)); if (!((int32_t)((int32_t)L_31&(int32_t)((int32_t)128)))) { goto IL_009f; } } { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) <= ((int32_t)((int32_t)127)))) { goto IL_0070; } } IL_009f: { Il2CppChar* L_33 = ___pSrc0; Il2CppChar* L_34 = ___pSrcEnd1; if ((!(((uintptr_t)L_33) < ((uintptr_t)L_34)))) { goto IL_016c; } } { uint8_t* L_35 = V_2; uint8_t* L_36 = V_4; if ((!(((uintptr_t)L_35) >= ((uintptr_t)L_36)))) { goto IL_00c4; } } { uint8_t* L_37 = V_2; uint8_t* L_38 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)1))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlUtf8RawTextWriter::FlushBuffer() */, __this); uint8_t* L_39 = V_0; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)1)); goto IL_004d; } IL_00c4: { Il2CppChar L_40 = V_3; if ((!(((uint32_t)L_40) <= ((uint32_t)((int32_t)38))))) { goto IL_00f2; } } { Il2CppChar L_41 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)((int32_t)9)))) { case 0: { goto IL_0136; } case 1: { goto IL_0149; } case 2: { goto IL_0152; } case 3: { goto IL_0152; } case 4: { goto IL_0140; } } } { Il2CppChar L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)((int32_t)34)))) { goto IL_012d; } } { Il2CppChar L_43 = V_3; if ((((int32_t)L_43) == ((int32_t)((int32_t)38)))) { goto IL_0103; } } { goto IL_0152; } IL_00f2: { Il2CppChar L_44 = V_3; if ((((int32_t)L_44) == ((int32_t)((int32_t)39)))) { goto IL_0136; } } { Il2CppChar L_45 = V_3; if ((((int32_t)L_45) == ((int32_t)((int32_t)60)))) { goto IL_0136; } } { Il2CppChar L_46 = V_3; if ((((int32_t)L_46) == ((int32_t)((int32_t)62)))) { goto IL_0136; } } { goto IL_0152; } IL_0103: { Il2CppChar* L_47 = ___pSrc0; Il2CppChar* L_48 = ___pSrcEnd1; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2))) == ((uintptr_t)L_48)))) { goto IL_0112; } } { __this->set_endsWithAmpersand_28((bool)1); goto IL_0123; } IL_0112: { Il2CppChar* L_49 = ___pSrc0; int32_t L_50 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)2))); if ((((int32_t)L_50) == ((int32_t)((int32_t)123)))) { goto IL_0123; } } { uint8_t* L_51 = V_2; uint8_t* L_52; L_52 = XmlUtf8RawTextWriter_AmpEntity_mE62AD6ADA93F1C598954817A0A578AAE07C34198((uint8_t*)(uint8_t*)L_51, /*hidden argument*/NULL); V_2 = (uint8_t*)L_52; goto IL_0162; } IL_0123: { uint8_t* L_53 = V_2; uint8_t* L_54 = (uint8_t*)L_53; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)1)); Il2CppChar L_55 = V_3; *((int8_t*)L_54) = (int8_t)((int32_t)((uint8_t)L_55)); goto IL_0162; } IL_012d: { uint8_t* L_56 = V_2; uint8_t* L_57; L_57 = XmlUtf8RawTextWriter_QuoteEntity_m1CE3B1994D8CC0DE8F291BB5819A7CA24B891095((uint8_t*)(uint8_t*)L_56, /*hidden argument*/NULL); V_2 = (uint8_t*)L_57; goto IL_0162; } IL_0136: { uint8_t* L_58 = V_2; uint8_t* L_59 = (uint8_t*)L_58; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)1)); Il2CppChar L_60 = V_3; *((int8_t*)L_59) = (int8_t)((int32_t)((uint8_t)L_60)); goto IL_0162; } IL_0140: { uint8_t* L_61 = V_2; uint8_t* L_62; L_62 = XmlUtf8RawTextWriter_CarriageReturnEntity_m6EEEEC2A8BB53358AE31D8462F6F6A6E9CE9F0D3((uint8_t*)(uint8_t*)L_61, /*hidden argument*/NULL); V_2 = (uint8_t*)L_62; goto IL_0162; } IL_0149: { uint8_t* L_63 = V_2; uint8_t* L_64; L_64 = XmlUtf8RawTextWriter_LineFeedEntity_m1237306E45640BFFB52FE5A72B1E7680C3FE6283((uint8_t*)(uint8_t*)L_63, /*hidden argument*/NULL); V_2 = (uint8_t*)L_64; goto IL_0162; } IL_0152: { Il2CppChar* L_65 = ___pSrcEnd1; XmlUtf8RawTextWriter_EncodeChar_mA25AF08F5EC608E4B00AC722CC566B576EEF7D31(__this, (Il2CppChar**)(&___pSrc0), (Il2CppChar*)(Il2CppChar*)L_65, (uint8_t**)(&V_2), /*hidden argument*/NULL); goto IL_004d; } IL_0162: { Il2CppChar* L_66 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, (int32_t)2)); goto IL_004d; } IL_016c: { uint8_t* L_67 = V_2; uint8_t* L_68 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_67, (intptr_t)L_68))/(int32_t)1))))))); V_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteUriAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteUriAttributeText_mF5BEB303015A74EA4364317E8B78EB38B2F6937D (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, Il2CppChar* ___pSrc0, Il2CppChar* ___pSrcEnd1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; uint8_t* V_2 = NULL; Il2CppChar V_3 = 0x0; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_6 = NULL; uint8_t* V_7 = NULL; uint8_t* V_8 = NULL; { bool L_0 = __this->get_endsWithAmpersand_28(); if (!L_0) { goto IL_0025; } } { Il2CppChar* L_1 = ___pSrcEnd1; Il2CppChar* L_2 = ___pSrc0; if ((((int64_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/(int32_t)2))))) <= ((int64_t)((int64_t)((int64_t)0))))) { goto IL_001e; } } { Il2CppChar* L_3 = ___pSrc0; int32_t L_4 = *((uint16_t*)L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)123)))) { goto IL_001e; } } { HtmlUtf8RawTextWriter_OutputRestAmps_m1D0CB96C007566199920820D04CEC1C698306776(__this, /*hidden argument*/NULL); } IL_001e: { __this->set_endsWithAmpersand_28((bool)0); } IL_0025: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6 = L_5; V_1 = L_6; if (!L_6) { goto IL_0034; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = V_1; NullCheck(L_7); if (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))) { goto IL_0039; } } IL_0034: { V_0 = (uint8_t*)((uintptr_t)0); goto IL_0042; } IL_0039: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = V_1; NullCheck(L_8); V_0 = (uint8_t*)((uintptr_t)((L_8)->GetAddressAt(static_cast(0)))); } IL_0042: { uint8_t* L_9 = V_0; int32_t L_10 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10)); V_3 = 0; } IL_004d: { uint8_t* L_11 = V_2; Il2CppChar* L_12 = ___pSrcEnd1; Il2CppChar* L_13 = ___pSrc0; V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/(int32_t)2))))))); uint8_t* L_14 = V_4; uint8_t* L_15 = V_0; int32_t L_16 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufLen_12(); if ((!(((uintptr_t)L_14) > ((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)L_16)))))) { goto IL_007d; } } { uint8_t* L_17 = V_0; int32_t L_18 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufLen_12(); V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)L_18)); goto IL_007d; } IL_0070: { uint8_t* L_19 = V_2; uint8_t* L_20 = (uint8_t*)L_19; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, (int32_t)1)); Il2CppChar L_21 = V_3; *((int8_t*)L_20) = (int8_t)((int32_t)((uint8_t)L_21)); Il2CppChar* L_22 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2)); } IL_007d: { uint8_t* L_23 = V_2; uint8_t* L_24 = V_4; if ((!(((uintptr_t)L_23) < ((uintptr_t)L_24)))) { goto IL_00a2; } } { XmlCharType_t0B35CAE2B2E20F28A418270966E9989BBDB004BA * L_25 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_address_of_xmlCharType_6(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_26 = L_25->get_charProperties_2(); Il2CppChar* L_27 = ___pSrc0; int32_t L_28 = *((uint16_t*)L_27); int32_t L_29 = L_28; V_3 = L_29; NullCheck(L_26); int32_t L_30 = L_29; uint8_t L_31 = (L_26)->GetAt(static_cast(L_30)); if (!((int32_t)((int32_t)L_31&(int32_t)((int32_t)128)))) { goto IL_00a2; } } { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) < ((int32_t)((int32_t)128)))) { goto IL_0070; } } IL_00a2: { Il2CppChar* L_33 = ___pSrc0; Il2CppChar* L_34 = ___pSrcEnd1; if ((!(((uintptr_t)L_33) < ((uintptr_t)L_34)))) { goto IL_01ed; } } { uint8_t* L_35 = V_2; uint8_t* L_36 = V_4; if ((!(((uintptr_t)L_35) >= ((uintptr_t)L_36)))) { goto IL_00c7; } } { uint8_t* L_37 = V_2; uint8_t* L_38 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)1))))))); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlUtf8RawTextWriter::FlushBuffer() */, __this); uint8_t* L_39 = V_0; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)1)); goto IL_004d; } IL_00c7: { Il2CppChar L_40 = V_3; if ((!(((uint32_t)L_40) <= ((uint32_t)((int32_t)38))))) { goto IL_00f5; } } { Il2CppChar L_41 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)((int32_t)9)))) { case 0: { goto IL_0142; } case 1: { goto IL_015b; } case 2: { goto IL_0164; } case 3: { goto IL_0164; } case 4: { goto IL_014f; } } } { Il2CppChar L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)((int32_t)34)))) { goto IL_0136; } } { Il2CppChar L_43 = V_3; if ((((int32_t)L_43) == ((int32_t)((int32_t)38)))) { goto IL_0106; } } { goto IL_0164; } IL_00f5: { Il2CppChar L_44 = V_3; if ((((int32_t)L_44) == ((int32_t)((int32_t)39)))) { goto IL_0142; } } { Il2CppChar L_45 = V_3; if ((((int32_t)L_45) == ((int32_t)((int32_t)60)))) { goto IL_0142; } } { Il2CppChar L_46 = V_3; if ((((int32_t)L_46) == ((int32_t)((int32_t)62)))) { goto IL_0142; } } { goto IL_0164; } IL_0106: { Il2CppChar* L_47 = ___pSrc0; Il2CppChar* L_48 = ___pSrcEnd1; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2))) == ((uintptr_t)L_48)))) { goto IL_0115; } } { __this->set_endsWithAmpersand_28((bool)1); goto IL_0129; } IL_0115: { Il2CppChar* L_49 = ___pSrc0; int32_t L_50 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)2))); if ((((int32_t)L_50) == ((int32_t)((int32_t)123)))) { goto IL_0129; } } { uint8_t* L_51 = V_2; uint8_t* L_52; L_52 = XmlUtf8RawTextWriter_AmpEntity_mE62AD6ADA93F1C598954817A0A578AAE07C34198((uint8_t*)(uint8_t*)L_51, /*hidden argument*/NULL); V_2 = (uint8_t*)L_52; goto IL_01e3; } IL_0129: { uint8_t* L_53 = V_2; uint8_t* L_54 = (uint8_t*)L_53; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, (int32_t)1)); Il2CppChar L_55 = V_3; *((int8_t*)L_54) = (int8_t)((int32_t)((uint8_t)L_55)); goto IL_01e3; } IL_0136: { uint8_t* L_56 = V_2; uint8_t* L_57; L_57 = XmlUtf8RawTextWriter_QuoteEntity_m1CE3B1994D8CC0DE8F291BB5819A7CA24B891095((uint8_t*)(uint8_t*)L_56, /*hidden argument*/NULL); V_2 = (uint8_t*)L_57; goto IL_01e3; } IL_0142: { uint8_t* L_58 = V_2; uint8_t* L_59 = (uint8_t*)L_58; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)1)); Il2CppChar L_60 = V_3; *((int8_t*)L_59) = (int8_t)((int32_t)((uint8_t)L_60)); goto IL_01e3; } IL_014f: { uint8_t* L_61 = V_2; uint8_t* L_62; L_62 = XmlUtf8RawTextWriter_CarriageReturnEntity_m6EEEEC2A8BB53358AE31D8462F6F6A6E9CE9F0D3((uint8_t*)(uint8_t*)L_61, /*hidden argument*/NULL); V_2 = (uint8_t*)L_62; goto IL_01e3; } IL_015b: { uint8_t* L_63 = V_2; uint8_t* L_64; L_64 = XmlUtf8RawTextWriter_LineFeedEntity_m1237306E45640BFFB52FE5A72B1E7680C3FE6283((uint8_t*)(uint8_t*)L_63, /*hidden argument*/NULL); V_2 = (uint8_t*)L_64; goto IL_01e3; } IL_0164: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_65 = __this->get_uriEscapingBuffer_29(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_66 = L_65; V_6 = L_66; if (!L_66) { goto IL_0175; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_67 = V_6; NullCheck(L_67); if (((int32_t)((int32_t)(((RuntimeArray*)L_67)->max_length)))) { goto IL_017b; } } IL_0175: { V_5 = (uint8_t*)((uintptr_t)0); goto IL_0186; } IL_017b: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_68 = V_6; NullCheck(L_68); V_5 = (uint8_t*)((uintptr_t)((L_68)->GetAddressAt(static_cast(0)))); } IL_0186: { uint8_t* L_69 = V_5; V_7 = (uint8_t*)L_69; uint8_t* L_70 = V_7; V_8 = (uint8_t*)L_70; Il2CppChar* L_71 = ___pSrcEnd1; XmlUtf8RawTextWriter_CharToUTF8_m2069550B79E9D62B702B5D8640B4743BDFF48E16((Il2CppChar**)(&___pSrc0), (Il2CppChar*)(Il2CppChar*)L_71, (uint8_t**)(&V_8), /*hidden argument*/NULL); goto IL_01d5; } IL_019a: { uint8_t* L_72 = V_2; uint8_t* L_73 = (uint8_t*)L_72; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_73, (int32_t)1)); *((int8_t*)L_73) = (int8_t)((int32_t)37); uint8_t* L_74 = V_2; uint8_t* L_75 = (uint8_t*)L_74; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_75, (int32_t)1)); uint8_t* L_76 = V_7; int32_t L_77 = *((uint8_t*)L_76); NullCheck(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); Il2CppChar L_78; L_78 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84, ((int32_t)((int32_t)L_77>>(int32_t)4)), /*hidden argument*/NULL); *((int8_t*)L_75) = (int8_t)((int32_t)((uint8_t)L_78)); uint8_t* L_79 = V_2; uint8_t* L_80 = (uint8_t*)L_79; V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, (int32_t)1)); uint8_t* L_81 = V_7; int32_t L_82 = *((uint8_t*)L_81); NullCheck(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); Il2CppChar L_83; L_83 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84, ((int32_t)((int32_t)L_82&(int32_t)((int32_t)15))), /*hidden argument*/NULL); *((int8_t*)L_80) = (int8_t)((int32_t)((uint8_t)L_83)); uint8_t* L_84 = V_7; V_7 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)1)); } IL_01d5: { uint8_t* L_85 = V_7; uint8_t* L_86 = V_8; if ((!(((uintptr_t)L_85) >= ((uintptr_t)L_86)))) { goto IL_019a; } } { V_6 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; goto IL_004d; } IL_01e3: { Il2CppChar* L_87 = ___pSrc0; ___pSrc0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, (int32_t)2)); goto IL_004d; } IL_01ed: { uint8_t* L_88 = V_2; uint8_t* L_89 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)((int32_t)((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_88, (intptr_t)L_89))/(int32_t)1))))))); V_1 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::OutputRestAmps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_OutputRestAmps_m1D0CB96C007566199920820D04CEC1C698306776 (HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_1 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_1; int32_t L_2 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)((int32_t)97)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_5 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_5; int32_t L_6 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (uint8_t)((int32_t)109)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_9 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_9; int32_t L_10 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); int32_t L_11 = V_0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (uint8_t)((int32_t)112)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_13 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_13; int32_t L_14 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)59)); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent__ctor_m9934DF4051E8ACA2A30C61FB32D7D2C583C3DC3D (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_0 = ___stream0; XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; HtmlUtf8RawTextWriter__ctor_m90AA6C7ABF5D87DA3816A96DDDCDBD1F834316BF(__this, L_0, L_1, /*hidden argument*/NULL); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings1; HtmlUtf8RawTextWriterIndent_Init_m5454BDB173F9F68DA749C7F1FFF625FF4986C9B0(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteDocType_mEDC6C52B7F25046EBB033A77A6F3652855FE376D (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___pubid1; String_t* L_2 = ___sysid2; String_t* L_3 = ___subset3; HtmlUtf8RawTextWriter_WriteDocType_mFC1CBDE072875B0DDCF9AFA75241C4E4154B2D06(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); int32_t L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); __this->set_endBlockPos_35(L_4); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteStartElement_mC8205B679D0945AB46D15005D9AC60C4CA27E895 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteStack_tB6A24DB689197FD8CBD89EE0C8AB7C56E3EBBD28 * L_0 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA *)__this)->get_elementScope_25(); uint32_t L_1 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA *)__this)->get_currentElementProperties_26(); NullCheck(L_0); ByteStack_Push_m725C45DEC874ED4C9E9A391D88B109AF3D1BF9D0(L_0, (uint8_t)((int32_t)((uint8_t)L_1)), /*hidden argument*/NULL); String_t* L_2 = ___ns2; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0074; } } { TernaryTreeReadOnly_t0FA0144C012A6B0EC48FD8A3ACF1EC3C23B8B0BF * L_4 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA_il2cpp_TypeInfo_var))->get_elementPropertySearch_32(); String_t* L_5 = ___localName1; NullCheck(L_4); uint8_t L_6; L_6 = TernaryTreeReadOnly_FindCaseInsensitiveString_m67DBCEAC55C1D0849AA68D18C8646BCCF3D49EAC(L_4, L_5, /*hidden argument*/NULL); ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA *)__this)->set_currentElementProperties_26(L_6); int32_t L_7 = __this->get_endBlockPos_35(); int32_t L_8 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_004a; } } { uint32_t L_9 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA *)__this)->get_currentElementProperties_26(); if (!((int32_t)((int32_t)L_9&(int32_t)((int32_t)64)))) { goto IL_004a; } } { HtmlUtf8RawTextWriterIndent_WriteIndent_m3D328C02FA8D915D6AA8FDFCC6A1FE9B21135744(__this, /*hidden argument*/NULL); } IL_004a: { int32_t L_10 = __this->get_indentLevel_34(); __this->set_indentLevel_34(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_12 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_12; int32_t L_13 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (uint8_t)((int32_t)60)); goto IL_00e4; } IL_0074: { ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA *)__this)->set_currentElementProperties_26(((int32_t)192)); int32_t L_15 = __this->get_endBlockPos_35(); int32_t L_16 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_0093; } } { HtmlUtf8RawTextWriterIndent_WriteIndent_m3D328C02FA8D915D6AA8FDFCC6A1FE9B21135744(__this, /*hidden argument*/NULL); } IL_0093: { int32_t L_17 = __this->get_indentLevel_34(); __this->set_indentLevel_34(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_18 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_19 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_19; int32_t L_20 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); int32_t L_21 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(L_21), (uint8_t)((int32_t)60)); String_t* L_22 = ___prefix0; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00e4; } } { String_t* L_24 = ___prefix0; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_24, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_26 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_26; int32_t L_27 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1))); int32_t L_28 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(L_28), (uint8_t)((int32_t)58)); } IL_00e4: { String_t* L_29 = ___localName1; XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_29, /*hidden argument*/NULL); int32_t L_30 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_attrEndPos_11(L_30); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_StartElementContent_mD90854BE92AB5348FD5533BF7C27B9EFF3E8FC32 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufBytes_3(); int32_t L_1 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); V_0 = L_1; int32_t L_2 = V_0; ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)((int32_t)62)); int32_t L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_contentPos_9(L_4); uint32_t L_5 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA *)__this)->get_currentElementProperties_26(); if (!((int32_t)((int32_t)L_5&(int32_t)((int32_t)32)))) { goto IL_004a; } } { HtmlUtf8RawTextWriterIndent_WriteIndent_m3D328C02FA8D915D6AA8FDFCC6A1FE9B21135744(__this, /*hidden argument*/NULL); HtmlUtf8RawTextWriter_WriteMetaElement_m1D639B5331FA4D1F9D743A7569FAACFD0FEFA4AA(__this, /*hidden argument*/NULL); int32_t L_6 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); __this->set_endBlockPos_35(L_6); return; } IL_004a: { uint32_t L_7 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA *)__this)->get_currentElementProperties_26(); if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)64)))) { goto IL_0061; } } { int32_t L_8 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); __this->set_endBlockPos_35(L_8); } IL_0061: { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteEndElement_mFAB4973EECBD171FF32F0377396F438D70106801 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B1_0 = 0; int32_t G_B2_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_indentLevel_34(); __this->set_indentLevel_34(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1))); uint32_t L_1 = ((HtmlUtf8RawTextWriter_t43335A61554870366BAC764415B290456C358DFA *)__this)->get_currentElementProperties_26(); int32_t L_2 = ((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); G_B1_0 = L_2; if (!L_2) { G_B4_0 = L_2; goto IL_003f; } } { int32_t L_3 = __this->get_endBlockPos_35(); int32_t L_4 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); G_B2_0 = G_B1_0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { G_B4_0 = G_B1_0; goto IL_003f; } } { int32_t L_5 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_contentPos_9(); int32_t L_6 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); G_B3_0 = G_B2_0; if ((((int32_t)L_5) == ((int32_t)L_6))) { G_B4_0 = G_B2_0; goto IL_003f; } } { HtmlUtf8RawTextWriterIndent_WriteIndent_m3D328C02FA8D915D6AA8FDFCC6A1FE9B21135744(__this, /*hidden argument*/NULL); G_B4_0 = G_B3_0; } IL_003f: { String_t* L_7 = ___prefix0; String_t* L_8 = ___localName1; String_t* L_9 = ___ns2; HtmlUtf8RawTextWriter_WriteEndElement_mBE2033A5EE36A74670A87D593152A0B77127B858(__this, L_7, L_8, L_9, /*hidden argument*/NULL); ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->set_contentPos_9(0); if (!G_B4_0) { goto IL_005d; } } { int32_t L_10 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); __this->set_endBlockPos_35(L_10); } IL_005d: { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteStartAttribute_mC88E2910C8847FB3AC6E04238CA8337083338382 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { bool L_0 = __this->get_newLineOnAttributes_37(); if (!L_0) { goto IL_0036; } } { String_t* L_1 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_newLineChars_19(); XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = __this->get_indentLevel_34(); __this->set_indentLevel_34(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); HtmlUtf8RawTextWriterIndent_WriteIndent_m3D328C02FA8D915D6AA8FDFCC6A1FE9B21135744(__this, /*hidden argument*/NULL); int32_t L_3 = __this->get_indentLevel_34(); __this->set_indentLevel_34(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))); } IL_0036: { String_t* L_4 = ___prefix0; String_t* L_5 = ___localName1; String_t* L_6 = ___ns2; HtmlUtf8RawTextWriter_WriteStartAttribute_mB50D443FADE92FF00AD5FE5518B492B345F17ADF(__this, L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::FlushBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_FlushBuffer_m6F7508C5AF0DDA76C03B86FA261335F1A698DF09 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, const RuntimeMethod* method) { HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * G_B2_0 = NULL; HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * G_B1_0 = NULL; int32_t G_B3_0 = 0; HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * G_B3_1 = NULL; { int32_t L_0 = __this->get_endBlockPos_35(); int32_t L_1 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_bufPos_7(); G_B1_0 = __this; if ((((int32_t)L_0) == ((int32_t)L_1))) { G_B2_0 = __this; goto IL_0012; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0013; } IL_0012: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0013: { NullCheck(G_B3_1); G_B3_1->set_endBlockPos_35(G_B3_0); XmlUtf8RawTextWriter_FlushBuffer_mA37D83FF1125326929B5EAD135D165F17EE43873(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_Init_m5454BDB173F9F68DA749C7F1FFF625FF4986C9B0 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings0, const RuntimeMethod* method) { { __this->set_indentLevel_34(0); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_0 = ___settings0; NullCheck(L_0); String_t* L_1; L_1 = XmlWriterSettings_get_IndentChars_mCE3B39C83C32982B89ED6615ABA6EEAF95F3E549_inline(L_0, /*hidden argument*/NULL); __this->set_indentChars_36(L_1); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_2 = ___settings0; NullCheck(L_2); bool L_3; L_3 = XmlWriterSettings_get_NewLineOnAttributes_mA8C3C3A7E78EB3C7BE431D3980035410200E59F3_inline(L_2, /*hidden argument*/NULL); __this->set_newLineOnAttributes_37(L_3); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteIndent_m3D328C02FA8D915D6AA8FDFCC6A1FE9B21135744 (HtmlUtf8RawTextWriterIndent_t6157C77E749E8E2648FB727F8789D2C1D9A8F296 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ((XmlUtf8RawTextWriter_t5DA88B4BA06B133BF33FADEF5D72ED653C8F7EF2 *)__this)->get_newLineChars_19(); XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = __this->get_indentLevel_34(); V_0 = L_1; goto IL_0025; } IL_0015: { String_t* L_2 = __this->get_indentChars_36(); XmlUtf8RawTextWriter_RawText_m63C790738AF31BC900A135CF14E8E08E77AF2E72(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); } IL_0025: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0015; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.IDQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery__ctor_mE87C04E48E43A6928EF5B5BCC08FA9827F995D92 (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___arg0; CacheOutputQuery__ctor_m28AF812945D9F3DD5532E9612067705BF373625A(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.IDQuery::.ctor(MS.Internal.Xml.XPath.IDQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery__ctor_m413F1A758EFCA7DE430C427FC2A2425E160C6D6E (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * __this, IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * ___other0, const RuntimeMethod* method) { { IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * L_0 = ___other0; CacheOutputQuery__ctor_m99F0EF1C788904FF2BED9AD9191D89F4AA941214(__this, L_0, /*hidden argument*/NULL); return; } } // System.Object MS.Internal.Xml.XPath.IDQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IDQuery_Evaluate_mEEB0C9FA901594364187605139D44964F963F9D1 (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, 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*)&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); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; int32_t V_2 = 0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_3 = NULL; { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___context0; RuntimeObject * L_1; L_1 = CacheOutputQuery_Evaluate_m73270520E1C94F6B14313B01C9D87EDDEAF7816F(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___context0; 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); V_1 = L_4; RuntimeObject * L_5 = V_0; int32_t L_6; L_6 = Query_GetXPathType_m80F7772A0C42CC4E9B8788B91EA88C8806A0D77F(__this, L_5, /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_2; switch (L_7) { case 0: { goto IL_0065; } case 1: { goto IL_0056; } case 2: { goto IL_0079; } case 3: { goto IL_0045; } case 4: { goto IL_008d; } } } { goto IL_009f; } IL_0038: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = V_1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = V_3; NullCheck(L_9); String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_9); IDQuery_ProcessIds_mDA710D13EF60B01F82FFA66E60160AA8BF5560F6(__this, L_8, L_10, /*hidden argument*/NULL); } IL_0045: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_11 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)__this)->get_input_1(); NullCheck(L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12; L_12 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13 = L_12; V_3 = L_13; if (L_13) { goto IL_0038; } } { goto IL_009f; } IL_0056: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_1; RuntimeObject * L_15 = V_0; IDQuery_ProcessIds_mDA710D13EF60B01F82FFA66E60160AA8BF5560F6(__this, L_14, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_009f; } IL_0065: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_16 = V_1; RuntimeObject * L_17 = V_0; IL2CPP_RUNTIME_CLASS_INIT(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); String_t* L_18; L_18 = StringFunctions_toString_mC2473388E19EEBC7F4E709E7E7E27A7F2669FD2C(((*(double*)((double*)UnBox(L_17, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); IDQuery_ProcessIds_mDA710D13EF60B01F82FFA66E60160AA8BF5560F6(__this, L_16, L_18, /*hidden argument*/NULL); goto IL_009f; } IL_0079: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = V_1; RuntimeObject * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); String_t* L_21; L_21 = StringFunctions_toString_m58C83A5E1933D9A1EE239A3A0CAE7AFC376D90D1(((*(bool*)((bool*)UnBox(L_20, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); IDQuery_ProcessIds_mDA710D13EF60B01F82FFA66E60160AA8BF5560F6(__this, L_19, L_21, /*hidden argument*/NULL); goto IL_009f; } IL_008d: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_22 = V_1; RuntimeObject * L_23 = V_0; NullCheck(((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_23, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_23, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))); IDQuery_ProcessIds_mDA710D13EF60B01F82FFA66E60160AA8BF5560F6(__this, L_22, L_24, /*hidden argument*/NULL); } IL_009f: { return __this; } } // System.Void MS.Internal.Xml.XPath.IDQuery::ProcessIds(System.Xml.XPath.XPathNavigator,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery_ProcessIds_mDA710D13EF60B01F82FFA66E60160AA8BF5560F6 (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___contextNode0, String_t* ___val1, 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; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___val1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1; L_1 = XmlConvert_SplitString_m4E1B4AB4C95F6E6DF137F5312D161F945E2FD617(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_0028; } IL_000b: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = ___contextNode0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); bool L_7; L_7 = VirtualFuncInvoker1< bool, String_t* >::Invoke(43 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToId(System.String) */, L_2, L_6); if (!L_7) { goto IL_0024; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_8 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)__this)->get_outputBuffer_2(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = ___contextNode0; bool L_10; L_10 = Query_Insert_mB941CABF446C6C76C3F031C5A602B92850D7090D(__this, L_8, L_9, /*hidden argument*/NULL); } IL_0024: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0028: { int32_t L_12 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = V_0; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_000b; } } { return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.IDQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * IDQuery_Clone_m3AACE8974A110A391041E679F71B578098DEB269 (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * L_0 = (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E *)il2cpp_codegen_object_new(IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E_il2cpp_TypeInfo_var); IDQuery__ctor_m413F1A758EFCA7DE430C427FC2A2425E160C6D6E(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 System.Xml.IncrementalReadDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementalReadDecoder__ctor_m1FD169509E6AF91895E97ABC89B2575BE7E3F71D (IncrementalReadDecoder_t89737691013C036E9386839AE30A43C9721B3984 * __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.Boolean System.Xml.IncrementalReadDummyDecoder::get_IsFull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IncrementalReadDummyDecoder_get_IsFull_m1CAA77946F83EA10CF90D9C601DF31AF0ECBEC79 (IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Xml.IncrementalReadDummyDecoder::Decode(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementalReadDummyDecoder_Decode_m9992833745C751F9DAEB3685F6BC65CB360A0ADA (IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___chars0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method) { { int32_t L_0 = ___len2; return L_0; } } // System.Void System.Xml.IncrementalReadDummyDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementalReadDummyDecoder__ctor_m9B057532C550AD397B0F63B99C7CA2DB7F59A0DF (IncrementalReadDummyDecoder_tC63EFBDD75A4558B1A31CDA7814317CCF5E45C85 * __this, const RuntimeMethod* method) { { IncrementalReadDecoder__ctor_m1FD169509E6AF91895E97ABC89B2575BE7E3F71D(__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.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_LeftChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1 (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = __this->get_leftChild_0(); return L_0; } } // System.Void System.Xml.Schema.InteriorNode::set_LeftChild(System.Xml.Schema.SyntaxTreeNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___value0, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = ___value0; __this->set_leftChild_0(L_0); return; } } // System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_RightChild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * InteriorNode_get_RightChild_m90197762F573D65D6D212A3616A439767EB1A340 (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = __this->get_rightChild_1(); return L_0; } } // System.Void System.Xml.Schema.InteriorNode::set_RightChild(System.Xml.Schema.SyntaxTreeNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3 (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___value0, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = ___value0; __this->set_rightChild_1(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_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_m6BB8692B593C2E089A65C879D006F2DDC0B6ABA9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mE3E733B3C799AD050149EB8A295C7C77102D5231_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mA968561DF990D7304E52EB03EAD5DB4D21D620D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_mD1B493AD690EC374489F4BD30DACA1B208E8CB79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * V_0 = NULL; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * V_1 = NULL; { Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * L_0 = (Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B *)il2cpp_codegen_object_new(Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B_il2cpp_TypeInfo_var); Stack_1__ctor_mA968561DF990D7304E52EB03EAD5DB4D21D620D6(L_0, /*hidden argument*/Stack_1__ctor_mA968561DF990D7304E52EB03EAD5DB4D21D620D6_RuntimeMethod_var); V_0 = L_0; V_1 = __this; } IL_0008: { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_1 = V_1; NullCheck(L_1); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_2 = L_1->get_leftChild_0(); if (((ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C *)IsInstSealed((RuntimeObject*)L_2, ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var))) { goto IL_0022; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_3 = V_1; NullCheck(L_3); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_4 = L_3->get_leftChild_0(); if (!((SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD *)IsInstSealed((RuntimeObject*)L_4, SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var))) { goto IL_0037; } } IL_0022: { Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * L_5 = V_0; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_6 = V_1; NullCheck(L_5); Stack_1_Push_mE3E733B3C799AD050149EB8A295C7C77102D5231(L_5, L_6, /*hidden argument*/Stack_1_Push_mE3E733B3C799AD050149EB8A295C7C77102D5231_RuntimeMethod_var); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_7 = V_1; NullCheck(L_7); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_8 = L_7->get_leftChild_0(); V_1 = ((InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *)CastclassClass((RuntimeObject*)L_8, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_il2cpp_TypeInfo_var)); goto IL_0008; } IL_0037: { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_9 = V_1; NullCheck(L_9); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_10 = L_9->get_leftChild_0(); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_11 = V_1; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_12 = ___symbols1; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_13 = ___positions2; NullCheck(L_10); VirtualActionInvoker3< InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF *, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_10, L_11, L_12, L_13); } IL_0045: { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_14 = V_1; NullCheck(L_14); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_15 = L_14->get_rightChild_1(); if (!L_15) { goto IL_005b; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_16 = V_1; NullCheck(L_16); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_17 = L_16->get_rightChild_1(); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_18 = V_1; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_19 = ___symbols1; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_20 = ___positions2; NullCheck(L_17); VirtualActionInvoker3< InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF *, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_17, L_18, L_19, L_20); } IL_005b: { Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * L_21 = V_0; NullCheck(L_21); int32_t L_22; L_22 = Stack_1_get_Count_mD1B493AD690EC374489F4BD30DACA1B208E8CB79_inline(L_21, /*hidden argument*/Stack_1_get_Count_mD1B493AD690EC374489F4BD30DACA1B208E8CB79_RuntimeMethod_var); if (!L_22) { goto IL_006c; } } { Stack_1_t1798B334C5A0D1818A8BF75551E2FC7E6C99CD6B * L_23 = V_0; NullCheck(L_23); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_24; L_24 = Stack_1_Pop_m6BB8692B593C2E089A65C879D006F2DDC0B6ABA9(L_23, /*hidden argument*/Stack_1_Pop_m6BB8692B593C2E089A65C879D006F2DDC0B6ABA9_RuntimeMethod_var); V_1 = L_24; goto IL_0045; } IL_006c: { return; } } // System.Void System.Xml.Schema.InteriorNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_ExpandTree_m39F0398657911D0987B10E34E7F33F58445A28B1 (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___parent0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions2, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = __this->get_leftChild_0(); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_1 = ___symbols1; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_2 = ___positions2; NullCheck(L_0); VirtualActionInvoker3< InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF *, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_0, __this, L_1, L_2); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_3 = __this->get_rightChild_1(); if (!L_3) { goto IL_0024; } } { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_4 = __this->get_rightChild_1(); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_5 = ___symbols1; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_6 = ___positions2; NullCheck(L_4); VirtualActionInvoker3< InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF *, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_4, __this, L_5, L_6); } IL_0024: { return; } } // System.Void System.Xml.Schema.InteriorNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode__ctor_mE9F860A667BE626F44260612EC983CBDBD16B658 (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, const RuntimeMethod* method) { { SyntaxTreeNode__ctor_m317889346E8C58842102DA39C8D783CCC2C098AD(__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.IteratorFilter::.ctor(System.Xml.XPath.XPathNodeIterator,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorFilter__ctor_m95C92CCE8AF683ABB8AB4BDD17C1A975246BAEA9 (IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___innerIterator0, String_t* ___name1, const RuntimeMethod* method) { { XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351(__this, /*hidden argument*/NULL); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___innerIterator0; __this->set_innerIterator_1(L_0); String_t* L_1 = ___name1; __this->set_name_2(L_1); return; } } // System.Void MS.Internal.Xml.XPath.IteratorFilter::.ctor(MS.Internal.Xml.XPath.IteratorFilter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorFilter__ctor_mD08D6826D10C8DCD5B6451D2939DCC3DBD4197D4 (IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * __this, IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * ___it0, const RuntimeMethod* method) { { XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351(__this, /*hidden argument*/NULL); IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * L_0 = ___it0; NullCheck(L_0); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = L_0->get_innerIterator_1(); NullCheck(L_1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2; L_2 = VirtualFuncInvoker0< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_1); __this->set_innerIterator_1(L_2); IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * L_3 = ___it0; NullCheck(L_3); String_t* L_4 = L_3->get_name_2(); __this->set_name_2(L_4); IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * L_5 = ___it0; NullCheck(L_5); int32_t L_6 = L_5->get_position_3(); __this->set_position_3(L_6); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.IteratorFilter::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * IteratorFilter_Clone_mCABFC38CA5F9F71C51667F7B402E186DCCACF8F1 (IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * L_0 = (IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 *)il2cpp_codegen_object_new(IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100_il2cpp_TypeInfo_var); IteratorFilter__ctor_mD08D6826D10C8DCD5B6451D2939DCC3DBD4197D4(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.IteratorFilter::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * IteratorFilter_get_Current_m234020C4043E902788E6374505D010C819CB3B7B (IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * __this, const RuntimeMethod* method) { { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = __this->get_innerIterator_1(); NullCheck(L_0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1; L_1 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_0); return L_1; } } // System.Int32 MS.Internal.Xml.XPath.IteratorFilter::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IteratorFilter_get_CurrentPosition_m421230BBA63A52F3A035A88C4D9FB31E14DB8CBF (IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_position_3(); return L_0; } } // System.Boolean MS.Internal.Xml.XPath.IteratorFilter::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IteratorFilter_MoveNext_m363AC5FCDC786C7AB01EE08FF205E96977CD54CD (IteratorFilter_t735DF904D4668DCA3B5B90FA88DFC703E0F36100 * __this, const RuntimeMethod* method) { { goto IL_002f; } IL_0002: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = __this->get_innerIterator_1(); NullCheck(L_0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1; L_1 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_0); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_1); String_t* L_3 = __this->get_name_2(); bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002f; } } { int32_t L_5 = __this->get_position_3(); __this->set_position_3(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); return (bool)1; } IL_002f: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_6 = __this->get_innerIterator_1(); 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_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 System.Xml.Schema.LeafNode::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode__ctor_mB2913A5E0A097153A953EF35C4160512ECC4EB15 (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, int32_t ___pos0, const RuntimeMethod* method) { { SyntaxTreeNode__ctor_m317889346E8C58842102DA39C8D783CCC2C098AD(__this, /*hidden argument*/NULL); int32_t L_0 = ___pos0; __this->set_pos_0(L_0); return; } } // System.Int32 System.Xml.Schema.LeafNode::get_Pos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeafNode_get_Pos_mE1FCC54CA980EE7E6E9D8E0BA16EF6889FF18E5A (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pos_0(); return L_0; } } // System.Void System.Xml.Schema.LeafNode::set_Pos(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode_set_Pos_m3FE6DE6E690AFE747A6898DD4C6FBD5B1B8C3B0E (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_pos_0(L_0); return; } } // System.Void System.Xml.Schema.LeafNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode_ExpandTree_mB8EACADBB7A98D5215401F0FA06C85C7A5F56D3C (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___parent0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.LeafNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode_ConstructPos_mDE5FA344D1CC5F211A261C166B30856EF6F4A7C7 (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos1, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos2, const RuntimeMethod* method) { { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___firstpos0; int32_t L_1 = __this->get_pos_0(); NullCheck(L_0); BitSet_Set_m537E6F3B227408BA917DD58BAE786DCD659E6F77(L_0, L_1, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_2 = ___lastpos1; int32_t L_3 = __this->get_pos_0(); NullCheck(L_2); BitSet_Set_m537E6F3B227408BA917DD58BAE786DCD659E6F77(L_2, L_3, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Schema.LeafNode::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LeafNode_get_IsNullable_m69F3D7EB5352535AE5E0A547ED6EF7E2140CF493 (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal System.Xml.Schema.LeafRangeNode::get_Max() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 LeafRangeNode_get_Max_m6A46C79DF4AE663EAC3FF0C57F34D08A24258A95 (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, const RuntimeMethod* method) { { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = __this->get_max_2(); return L_0; } } // System.Decimal System.Xml.Schema.LeafRangeNode::get_Min() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 LeafRangeNode_get_Min_m9ACB52885522383A21EB6FB7116DB9CC618531D6 (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, const RuntimeMethod* method) { { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = __this->get_min_1(); return L_0; } } // System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::get_NextIteration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * LeafRangeNode_get_NextIteration_m4913B769997A91093E84E01B29E836E6F5C7C601 (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, const RuntimeMethod* method) { { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = __this->get_nextIteration_3(); return L_0; } } // System.Void System.Xml.Schema.LeafRangeNode::set_NextIteration(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafRangeNode_set_NextIteration_mA4BC4E01B8F5722FD0C158D90FAD54A3D47E8485 (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___value0, const RuntimeMethod* method) { { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___value0; __this->set_nextIteration_3(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.LineInfo::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91 (LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method) { { int32_t L_0 = ___lineNo0; __this->set_lineNo_0(L_0); int32_t L_1 = ___linePos1; __this->set_linePos_1(L_1); return; } } IL2CPP_EXTERN_C void LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91_AdjustorThunk (RuntimeObject * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method) { LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); LineInfo__ctor_mF771D95D602072F0371C3C2B9024EE0B4605ED91(_thisAdjusted, ___lineNo0, ___linePos1, method); } // System.Void System.Xml.LineInfo::Set(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99 (LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method) { { int32_t L_0 = ___lineNo0; __this->set_lineNo_0(L_0); int32_t L_1 = ___linePos1; __this->set_linePos_1(L_1); return; } } IL2CPP_EXTERN_C void LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99_AdjustorThunk (RuntimeObject * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method) { LineInfo_t89285C74EC1BF626F2481BBE5E5A9F65C0BA51BE * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); LineInfo_Set_mAA6F06BA4463E64A24070063EE26BF665EC28B99(_thisAdjusted, ___lineNo0, ___linePos1, 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.Exception System.Xml.Schema.ListFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ListFacetsChecker_CheckValueFacets_m3248C1C89CB61FD96A911393E053FBCED42ADB62 (ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var); 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; } RuntimeArray * V_0 = NULL; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = ___value0; V_0 = ((RuntimeArray *)IsInstClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1 = ___datatype1; NullCheck(L_1); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_2; L_2 = VirtualFuncInvoker0< RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_1); V_1 = L_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_3 = V_1; if (L_3) { goto IL_0014; } } { G_B3_0 = 0; goto IL_001a; } IL_0014: { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->get_Flags_12(); G_B3_0 = ((int32_t)(L_5)); } IL_001a: { V_2 = G_B3_0; int32_t L_6 = V_2; if (!((int32_t)((int32_t)L_6&(int32_t)7))) { goto IL_0081; } } { RuntimeArray * L_7 = V_0; NullCheck(L_7); int32_t L_8; L_8 = Array_get_Length_m12B3E61F1BF9880AB252640D69269B49665C0A10(L_7, /*hidden argument*/NULL); V_3 = L_8; int32_t L_9 = V_2; if (!((int32_t)((int32_t)L_9&(int32_t)1))) { goto IL_0045; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->get_Length_0(); int32_t L_12 = V_3; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0045; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_14 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_14, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_13, /*hidden argument*/NULL); return L_14; } IL_0045: { int32_t L_15 = V_2; if (!((int32_t)((int32_t)L_15&(int32_t)2))) { goto IL_0063; } } { int32_t L_16 = V_3; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_17 = V_1; NullCheck(L_17); int32_t L_18 = L_17->get_MinLength_1(); if ((((int32_t)L_16) >= ((int32_t)L_18))) { goto IL_0063; } } { 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, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_19, /*hidden argument*/NULL); return L_20; } IL_0063: { int32_t L_21 = V_2; if (!((int32_t)((int32_t)L_21&(int32_t)4))) { goto IL_0081; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_22 = V_1; NullCheck(L_22); int32_t L_23 = L_22->get_MaxLength_2(); int32_t L_24 = V_3; if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_0081; } } { 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, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_25, /*hidden argument*/NULL); return L_26; } IL_0081: { int32_t L_27 = V_2; if (!((int32_t)((int32_t)L_27&(int32_t)((int32_t)16)))) { goto IL_00a7; } } { RuntimeObject * L_28 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_29 = V_1; NullCheck(L_29); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_30 = L_29->get_Enumeration_4(); XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_31 = ___datatype1; bool L_32; L_32 = 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_28, L_30, L_31); if (L_32) { goto IL_00a7; } } { String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_34 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_34, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_33, /*hidden argument*/NULL); return L_34; } IL_00a7: { return (Exception_t *)NULL; } } // System.Boolean System.Xml.Schema.ListFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListFacetsChecker_MatchEnumeration_m0D0E64B03B7FBED947B34F75109E5AB2F5D4044C (ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46 * __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.ListFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListFacetsChecker__ctor_m932E0D4433FBD16CDF3610E95A794218E77E2A5B (ListFacetsChecker_t7CF5BFF43213BA5ECCAA29ADC28F4BB87882CD46 * __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 #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.LogicalExpr::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__ctor_m23FCBD75D5154A4F4E686DA8D10DE1AE380AEDE3 (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * __this, int32_t ___op0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd11, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd22, const RuntimeMethod* method) { { ValueQuery__ctor_mAEABD783E8C16EA68189B971D57FC6719CFBCAB6(__this, /*hidden argument*/NULL); int32_t L_0 = ___op0; __this->set_op_1(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ___opnd11; __this->set_opnd1_2(L_1); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = ___opnd22; __this->set_opnd2_3(L_2); return; } } // System.Void MS.Internal.Xml.XPath.LogicalExpr::.ctor(MS.Internal.Xml.XPath.LogicalExpr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__ctor_mAF539E7E11EFC298FD41C9C18158A0AA1E4A1BCB (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * __this, LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * ___other0, const RuntimeMethod* method) { { LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * L_0 = ___other0; ValueQuery__ctor_m9CFD5F77B9E3D4669BEDAC87C1EC28CD7CC454B1(__this, L_0, /*hidden argument*/NULL); LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = L_1->get_op_1(); __this->set_op_1(L_2); LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * L_3 = ___other0; NullCheck(L_3); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = L_3->get_opnd1_2(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5; L_5 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_4, /*hidden argument*/NULL); __this->set_opnd1_2(L_5); LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * L_6 = ___other0; NullCheck(L_6); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_7 = L_6->get_opnd2_3(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_8; L_8 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_7, /*hidden argument*/NULL); __this->set_opnd2_3(L_8); return; } } // System.Void MS.Internal.Xml.XPath.LogicalExpr::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr_SetXsltContext_m04E95960E7B1BB2B9DE5770AE774186D40A2E549 (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_opnd1_2(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_1 = ___context0; 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_opnd2_3(); 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); return; } } // System.Object MS.Internal.Xml.XPath.LogicalExpr::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LogicalExpr_Evaluate_m2E2C80402504D30F39506941D3E490974895BEBC (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * __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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { int32_t L_0 = __this->get_op_1(); V_0 = L_0; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = __this->get_opnd1_2(); 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); V_1 = L_3; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = __this->get_opnd2_3(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_5 = ___nodeIterator0; NullCheck(L_4); RuntimeObject * L_6; L_6 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_4, L_5); V_2 = L_6; RuntimeObject * L_7 = V_1; int32_t L_8; L_8 = Query_GetXPathType_m80F7772A0C42CC4E9B8788B91EA88C8806A0D77F(__this, L_7, /*hidden argument*/NULL); V_3 = L_8; RuntimeObject * L_9 = V_2; int32_t L_10; L_10 = Query_GetXPathType_m80F7772A0C42CC4E9B8788B91EA88C8806A0D77F(__this, L_9, /*hidden argument*/NULL); V_4 = L_10; int32_t L_11 = V_3; int32_t L_12 = V_4; if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_0048; } } { int32_t L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Operator_InvertOperator_m65399C78267807B4ECC89C60412DA22207E247BB(L_13, /*hidden argument*/NULL); V_0 = L_14; RuntimeObject * L_15 = V_1; RuntimeObject * L_16 = V_2; V_1 = L_16; V_2 = L_15; int32_t L_17 = V_3; int32_t L_18 = V_4; V_3 = L_18; V_4 = L_17; } IL_0048: { int32_t L_19 = V_0; if ((((int32_t)L_19) == ((int32_t)3))) { goto IL_0050; } } { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)4)))) { goto IL_0068; } } IL_0050: { IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_21 = ((LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var))->get_CompXsltE_4(); int32_t L_22 = V_3; NullCheck(L_21); int32_t L_23 = L_22; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_24 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(L_21)->GetAt(static_cast(L_23)); int32_t L_25 = V_4; NullCheck(L_24); int32_t L_26 = L_25; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_27 = (L_24)->GetAt(static_cast(L_26)); int32_t L_28 = V_0; RuntimeObject * L_29 = V_1; RuntimeObject * L_30 = V_2; NullCheck(L_27); bool L_31; L_31 = cmpXslt_Invoke_mC9E793B6D4AEE464619EAAAC1CC663433CB98695(L_27, L_28, L_29, L_30, /*hidden argument*/NULL); bool L_32 = L_31; RuntimeObject * L_33 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_32); return L_33; } IL_0068: { IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_34 = ((LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var))->get_CompXsltO_5(); int32_t L_35 = V_3; NullCheck(L_34); int32_t L_36 = L_35; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_37 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(L_34)->GetAt(static_cast(L_36)); int32_t L_38 = V_4; NullCheck(L_37); int32_t L_39 = L_38; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_40 = (L_37)->GetAt(static_cast(L_39)); int32_t L_41 = V_0; RuntimeObject * L_42 = V_1; RuntimeObject * L_43 = V_2; NullCheck(L_40); bool L_44; L_44 = cmpXslt_Invoke_mC9E793B6D4AEE464619EAAAC1CC663433CB98695(L_40, L_41, L_42, L_43, /*hidden argument*/NULL); bool L_45 = L_44; RuntimeObject * L_46 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_45); return L_46; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryQueryE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryQueryE_m423F9C4025E87D0CB97DA5B4FF6CD3D6248C5ECC (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { bool V_0 = false; NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_1; memset((&V_1), 0, sizeof(V_1)); NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; { int32_t L_0 = ___op0; V_0 = (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0); RuntimeObject * L_1 = ___val11; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), L_1, /*hidden argument*/NULL); RuntimeObject * L_2 = ___val22; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_2), L_2, /*hidden argument*/NULL); } IL_0015: { bool L_3; L_3 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); if (L_3) { goto IL_0020; } } { return (bool)0; } IL_0020: { bool L_4; L_4 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_2), /*hidden argument*/NULL); if (L_4) { goto IL_002b; } } { return (bool)0; } IL_002b: { String_t* L_5; L_5 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); V_3 = L_5; } IL_0033: { String_t* L_6 = V_3; String_t* L_7; L_7 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_2), /*hidden argument*/NULL); bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_6, L_7, /*hidden argument*/NULL); bool L_9 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)L_9)))) { goto IL_0045; } } { return (bool)1; } IL_0045: { bool L_10; L_10 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_2), /*hidden argument*/NULL); if (L_10) { goto IL_0033; } } { NodeSet_Reset_mF8AEBE99EEB9981DB30770CD821B386CA9C368CF((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_2), /*hidden argument*/NULL); goto IL_0015; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryQueryO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryQueryO_m75863E922FB15FD62D3363D1FA30FA6F70F18E57 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_0; memset((&V_0), 0, sizeof(V_0)); NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_1; memset((&V_1), 0, sizeof(V_1)); double V_2 = 0.0; { RuntimeObject * L_0 = ___val11; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), L_0, /*hidden argument*/NULL); RuntimeObject * L_1 = ___val22; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), L_1, /*hidden argument*/NULL); } IL_0010: { bool L_2; L_2 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { return (bool)0; } IL_001b: { bool L_3; L_3 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } { return (bool)0; } IL_0026: { String_t* L_4; L_4 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); double L_5; L_5 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_4, /*hidden argument*/NULL); V_2 = L_5; } IL_0033: { int32_t L_6 = ___op0; double L_7 = V_2; String_t* L_8; L_8 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); double L_9; L_9 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_10; L_10 = LogicalExpr_cmpNumberNumber_m69647AFCC6C94EB1CE55EF0443BE4C087B647D52(L_6, L_7, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_004a; } } { return (bool)1; } IL_004a: { bool L_11; L_11 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); if (L_11) { goto IL_0033; } } { NodeSet_Reset_mF8AEBE99EEB9981DB30770CD821B386CA9C368CF((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); goto IL_0010; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryNumber(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryNumber_mD6E4EB83F1E56BFAE3EC85EB257845D711723713 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_0; memset((&V_0), 0, sizeof(V_0)); double V_1 = 0.0; { RuntimeObject * L_0 = ___val11; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), L_0, /*hidden argument*/NULL); RuntimeObject * L_1 = ___val22; V_1 = ((*(double*)((double*)UnBox(L_1, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); goto IL_0028; } IL_0011: { int32_t L_2 = ___op0; String_t* L_3; L_3 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); double L_4; L_4 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_3, /*hidden argument*/NULL); double L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_6; L_6 = LogicalExpr_cmpNumberNumber_m69647AFCC6C94EB1CE55EF0443BE4C087B647D52(L_2, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0028; } } { return (bool)1; } IL_0028: { bool L_7; L_7 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); if (L_7) { goto IL_0011; } } { return (bool)0; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryStringE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryStringE_m03D51D6A3075D24D2E1B6D6B60E9567A7540DF98 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; { RuntimeObject * L_0 = ___val11; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), L_0, /*hidden argument*/NULL); RuntimeObject * L_1 = ___val22; V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); goto IL_0023; } IL_0011: { int32_t L_2 = ___op0; String_t* L_3; L_3 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); String_t* L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_5; L_5 = LogicalExpr_cmpStringStringE_m816BADE9F5430E907D82CACEB523AEB2F31F03D6(L_2, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0023; } } { return (bool)1; } IL_0023: { bool L_6; L_6 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); if (L_6) { goto IL_0011; } } { return (bool)0; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryStringO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryStringO_mE1A1BF670A66795D53F6B3C90E264CC88FCC94C5 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_0; memset((&V_0), 0, sizeof(V_0)); double V_1 = 0.0; { RuntimeObject * L_0 = ___val11; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), L_0, /*hidden argument*/NULL); RuntimeObject * L_1 = ___val22; double L_2; L_2 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_2; goto IL_002d; } IL_0016: { int32_t L_3 = ___op0; String_t* L_4; L_4 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); double L_5; L_5 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_4, /*hidden argument*/NULL); double L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_7; L_7 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_3, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } { return (bool)1; } IL_002d: { bool L_8; L_8 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); if (L_8) { goto IL_0016; } } { return (bool)0; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfQueryE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfQueryE_m6AEA51E9F23BE671E34EE74D96AFF5548A49F7CE (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject * L_0 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___val22; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), L_2, /*hidden argument*/NULL); goto IL_0023; } IL_0011: { int32_t L_3 = ___op0; String_t* L_4 = V_0; String_t* L_5; L_5 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_6; L_6 = LogicalExpr_cmpStringStringE_m816BADE9F5430E907D82CACEB523AEB2F31F03D6(L_3, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0023; } } { return (bool)1; } IL_0023: { bool L_7; L_7 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); if (L_7) { goto IL_0011; } } { return (bool)0; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfQueryO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfQueryO_mA0C87B9CD6038898553B416D59F56D787528735D (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_1; memset((&V_1), 0, sizeof(V_1)); { RuntimeObject * L_0 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_0, /*hidden argument*/NULL); double L_2; L_2 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = ___val22; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), L_3, /*hidden argument*/NULL); goto IL_002d; } IL_0016: { int32_t L_4 = ___op0; double L_5 = V_0; String_t* L_6; L_6 = NodeSet_get_Value_m9B1F7358202E54595AEFA51B4775FE4E53924E72((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); double L_7; L_7 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_8; L_8 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_4, L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002d; } } { return (bool)1; } IL_002d: { bool L_9; L_9 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_1), /*hidden argument*/NULL); if (L_9) { goto IL_0016; } } { return (bool)0; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryBoolE_m0203581957277588F03405404859C9E34F65E157 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; { RuntimeObject * L_0 = ___val11; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), L_0, /*hidden argument*/NULL); bool L_1; L_1 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); V_1 = L_1; RuntimeObject * L_2 = ___val22; V_2 = ((*(bool*)((bool*)UnBox(L_2, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); int32_t L_3 = ___op0; bool L_4 = V_1; bool L_5 = V_2; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_6; L_6 = LogicalExpr_cmpBoolBoolE_mF10ACDD9CAE273FCC5CDA98878E5E639208031C9(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryBoolO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryBoolO_mCF02E92CB76A4F60610C349D294EC89ADCBEAC27 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 V_0; memset((&V_0), 0, sizeof(V_0)); double V_1 = 0.0; double V_2 = 0.0; double G_B3_0 = 0.0; { RuntimeObject * L_0 = ___val11; NodeSet__ctor_m4064995E6AADA21A4E24110A4C2D532FF4A0FBF8((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), L_0, /*hidden argument*/NULL); bool L_1; L_1 = NodeSet_MoveNext_m2846A94D982F62EF8133108AC9A0F2313A5F9550((NodeSet_tB233641BF654E5A65D89F8BF361896733D78D1F7 *)(&V_0), /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { G_B3_0 = (0.0); goto IL_0025; } IL_001c: { G_B3_0 = (1.0); } IL_0025: { V_1 = G_B3_0; RuntimeObject * L_2 = ___val22; double L_3; L_3 = NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364(((*(bool*)((bool*)UnBox(L_2, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = ___op0; double L_5 = V_1; double L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_7; L_7 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolBoolE_mF10ACDD9CAE273FCC5CDA98878E5E639208031C9 (int32_t ___op0, bool ___n11, bool ___n22, const RuntimeMethod* method) { { int32_t L_0 = ___op0; bool L_1 = ___n11; bool L_2 = ___n22; return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)3))? 1 : 0)) == ((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)))? 1 : 0); } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolBoolE_m4783EAFD0DFDD5F333FADD49A699AA76BB45EE4C (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { RuntimeObject * L_0 = ___val11; V_0 = ((*(bool*)((bool*)UnBox(L_0, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___val22; V_1 = ((*(bool*)((bool*)UnBox(L_1, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); int32_t L_2 = ___op0; bool L_3 = V_0; bool L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_5; L_5 = LogicalExpr_cmpBoolBoolE_mF10ACDD9CAE273FCC5CDA98878E5E639208031C9(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolBoolO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolBoolO_m70CE8154D965EA18053E856AD6D6B48E579E13A1 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___val11; double L_1; L_1 = NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364(((*(bool*)((bool*)UnBox(L_0, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___val22; double L_3; L_3 = NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364(((*(bool*)((bool*)UnBox(L_2, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = ___op0; double L_5 = V_0; double L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_7; L_7 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolNumberE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolNumberE_m237610EF98A141B50EE8F81BBA86703AD236318A (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { RuntimeObject * L_0 = ___val11; V_0 = ((*(bool*)((bool*)UnBox(L_0, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___val22; bool L_2; L_2 = BooleanFunctions_toBoolean_m0ACCF7F08C4273EAEE062C5CA0C267C2B9D7AD91(((*(double*)((double*)UnBox(L_1, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = ___op0; bool L_4 = V_0; bool L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_6; L_6 = LogicalExpr_cmpBoolBoolE_mF10ACDD9CAE273FCC5CDA98878E5E639208031C9(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolNumberO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolNumberO_mC182EFAEBCD0B8AE69E9F5FC71FA88ECD2E3B4A6 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___val11; double L_1; L_1 = NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364(((*(bool*)((bool*)UnBox(L_0, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___val22; V_1 = ((*(double*)((double*)UnBox(L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); int32_t L_3 = ___op0; double L_4 = V_0; double L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_6; L_6 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolStringE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolStringE_mAF4CDC88FB46E6A924508E34E87626810ED87437 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { RuntimeObject * L_0 = ___val11; V_0 = ((*(bool*)((bool*)UnBox(L_0, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___val22; bool L_2; L_2 = BooleanFunctions_toBoolean_m786CB387FB7EEE333BD27793534AB15E0C5A6B55(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = ___op0; bool L_4 = V_0; bool L_5 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_6; L_6 = LogicalExpr_cmpBoolBoolE_mF10ACDD9CAE273FCC5CDA98878E5E639208031C9(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfBoolE_mCA37614D8D6270B87A8A15DBFDC549EED6D1D65F (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; { RuntimeObject * L_0 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_0, /*hidden argument*/NULL); bool L_2; L_2 = BooleanFunctions_toBoolean_m786CB387FB7EEE333BD27793534AB15E0C5A6B55(L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = ___val22; V_1 = ((*(bool*)((bool*)UnBox(L_3, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))); int32_t L_4 = ___op0; bool L_5 = V_0; bool L_6 = V_1; bool L_7; L_7 = LogicalExpr_cmpBoolBoolE_mF10ACDD9CAE273FCC5CDA98878E5E639208031C9(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolStringO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolStringO_mD59BD08CCC4A2286B72C489A1D26474B7C931978 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___op0; RuntimeObject * L_1 = ___val11; double L_2; L_2 = NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364(((*(bool*)((bool*)UnBox(L_1, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); RuntimeObject * L_3 = ___val22; double L_4; L_4 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_5; L_5 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_0, L_2, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfBoolO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfBoolO_m252F2D8F5EC73B0FC0F2E43F2B8EA94FDC855FB8 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___op0; RuntimeObject * L_1 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_1, /*hidden argument*/NULL); double L_3; L_3 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___val22; double L_5; L_5 = NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364(((*(bool*)((bool*)UnBox(L_4, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); bool L_6; L_6 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_0, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumber(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumber_m69647AFCC6C94EB1CE55EF0443BE4C087B647D52 (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method) { { int32_t L_0 = ___op0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)3))) { case 0: { goto IL_003c; } case 1: { goto IL_0041; } case 2: { goto IL_0022; } case 3: { goto IL_002c; } case 4: { goto IL_0027; } case 5: { goto IL_0034; } } } { goto IL_0049; } IL_0022: { double L_1 = ___n11; double L_2 = ___n22; return (bool)((((double)L_1) < ((double)L_2))? 1 : 0); } IL_0027: { double L_3 = ___n11; double L_4 = ___n22; return (bool)((((double)L_3) > ((double)L_4))? 1 : 0); } IL_002c: { double L_5 = ___n11; double L_6 = ___n22; return (bool)((((int32_t)((!(((double)L_5) <= ((double)L_6)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0034: { double L_7 = ___n11; double L_8 = ___n22; return (bool)((((int32_t)((!(((double)L_7) >= ((double)L_8)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_003c: { double L_9 = ___n11; double L_10 = ___n22; return (bool)((((double)L_9) == ((double)L_10))? 1 : 0); } IL_0041: { double L_11 = ___n11; double L_12 = ___n22; return (bool)((((int32_t)((((double)L_11) == ((double)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0049: { return (bool)0; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumberO(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0 (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method) { { int32_t L_0 = ___op0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)5))) { case 0: { goto IL_001a; } case 1: { goto IL_0024; } case 2: { goto IL_001f; } case 3: { goto IL_002c; } } } { goto IL_0034; } IL_001a: { double L_1 = ___n11; double L_2 = ___n22; return (bool)((((double)L_1) < ((double)L_2))? 1 : 0); } IL_001f: { double L_3 = ___n11; double L_4 = ___n22; return (bool)((((double)L_3) > ((double)L_4))? 1 : 0); } IL_0024: { double L_5 = ___n11; double L_6 = ___n22; return (bool)((((int32_t)((!(((double)L_5) <= ((double)L_6)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_002c: { double L_7 = ___n11; double L_8 = ___n22; return (bool)((((int32_t)((!(((double)L_7) >= ((double)L_8)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0034: { return (bool)0; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumber(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumber_m5C03B78FD0B5CD0B3EA5F21F87486EC392310378 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___val11; V_0 = ((*(double*)((double*)UnBox(L_0, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___val22; V_1 = ((*(double*)((double*)UnBox(L_1, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); int32_t L_2 = ___op0; double L_3 = V_0; double L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_5; L_5 = LogicalExpr_cmpNumberNumber_m69647AFCC6C94EB1CE55EF0443BE4C087B647D52(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringNumber(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringNumber_mE83D196371E6D174E35310FA9D256AD9A7702699 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___val22; V_0 = ((*(double*)((double*)UnBox(L_0, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___val11; double L_2; L_2 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = ___op0; double L_4 = V_1; double L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_6; L_6 = LogicalExpr_cmpNumberNumber_m69647AFCC6C94EB1CE55EF0443BE4C087B647D52(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfNumber(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfNumber_m33F02B2178136ECC38424945B6ADEF30D6E4F0DD (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, 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*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___val22; V_0 = ((*(double*)((double*)UnBox(L_0, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); RuntimeObject * L_1 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_2; L_2 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_1, /*hidden argument*/NULL); double L_3; L_3 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = ___op0; double L_5 = V_1; double L_6 = V_0; bool L_7; L_7 = LogicalExpr_cmpNumberNumber_m69647AFCC6C94EB1CE55EF0443BE4C087B647D52(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringStringE(MS.Internal.Xml.XPath.Operator/Op,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringStringE_m816BADE9F5430E907D82CACEB523AEB2F31F03D6 (int32_t ___op0, String_t* ___n11, String_t* ___n22, const RuntimeMethod* method) { { int32_t L_0 = ___op0; String_t* L_1 = ___n11; String_t* L_2 = ___n22; bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)3))? 1 : 0)) == ((int32_t)L_3))? 1 : 0); } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringStringE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringStringE_m04E73D35F816CF3C8815D5C2A08DD64C37C23633 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_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; { RuntimeObject * L_0 = ___val11; V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___val22; V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)); int32_t L_2 = ___op0; String_t* L_3 = V_0; String_t* L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_5; L_5 = LogicalExpr_cmpStringStringE_m816BADE9F5430E907D82CACEB523AEB2F31F03D6(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfStringE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfStringE_m430200B7D4A3DF236A96D21A9148ED25DA45CED7 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_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; { RuntimeObject * L_0 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___val22; V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)); int32_t L_3 = ___op0; String_t* L_4 = V_0; String_t* L_5 = V_1; bool L_6; L_6 = LogicalExpr_cmpStringStringE_m816BADE9F5430E907D82CACEB523AEB2F31F03D6(L_3, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfRtfE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfRtfE_m928B0BFAAC4706B8940F738C2414ECBBFB1DB1EE (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { RuntimeObject * L_0 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___val22; String_t* L_3; L_3 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_2, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = ___op0; String_t* L_5 = V_0; String_t* L_6 = V_1; bool L_7; L_7 = LogicalExpr_cmpStringStringE_m816BADE9F5430E907D82CACEB523AEB2F31F03D6(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringStringO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringStringO_mD152191E638BBB697620A525830EDB26ECB66D34 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___val11; double L_1; L_1 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___val22; double L_3; L_3 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = ___op0; double L_5 = V_0; double L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); bool L_7; L_7 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_4, L_5, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfStringO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfStringO_m2E417CEE222F40C10386F39781E79A2945488848 (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_0, /*hidden argument*/NULL); double L_2; L_2 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = ___val22; double L_4; L_4 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = ___op0; double L_6 = V_0; double L_7 = V_1; bool L_8; L_8 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfRtfO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfRtfO_m2CD1BA40A5EE2341541CF59545F65C46907359EE (int32_t ___op0, RuntimeObject * ___val11, RuntimeObject * ___val22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___val11; IL2CPP_RUNTIME_CLASS_INIT(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); String_t* L_1; L_1 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_0, /*hidden argument*/NULL); double L_2; L_2 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = ___val22; String_t* L_4; L_4 = LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67(L_3, /*hidden argument*/NULL); double L_5; L_5 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = ___op0; double L_7 = V_0; double L_8 = V_1; bool L_9; L_9 = LogicalExpr_cmpNumberNumberO_m753558C0E1E46AB99F5D333ED756AABB9DC2CEE0(L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.LogicalExpr::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * LogicalExpr_Clone_mE587FBB17BD4770AD4AF6E78E40FCC4A596306BA (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * L_0 = (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF *)il2cpp_codegen_object_new(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); LogicalExpr__ctor_mAF539E7E11EFC298FD41C9C18158A0AA1E4A1BCB(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.String MS.Internal.Xml.XPath.LogicalExpr::Rtf(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LogicalExpr_Rtf_m69555B39740B20BFEB1868030BA93757B0F76E67 (RuntimeObject * ___o0, 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; } { RuntimeObject * L_0 = ___o0; NullCheck(((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_0, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_0, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))); return L_1; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.LogicalExpr::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LogicalExpr_get_StaticType_mF5477642A4EC9A591B7734EDD46C1B4501D30F16 (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Void MS.Internal.Xml.XPath.LogicalExpr::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__cctor_m566478549ACCDFA19FEC485C0F11070953B680E6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolBoolE_m4783EAFD0DFDD5F333FADD49A699AA76BB45EE4C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolBoolO_m70CE8154D965EA18053E856AD6D6B48E579E13A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolNumberE_m237610EF98A141B50EE8F81BBA86703AD236318A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolNumberO_mC182EFAEBCD0B8AE69E9F5FC71FA88ECD2E3B4A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolStringE_mAF4CDC88FB46E6A924508E34E87626810ED87437_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolStringO_mD59BD08CCC4A2286B72C489A1D26474B7C931978_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpNumberNumber_m5C03B78FD0B5CD0B3EA5F21F87486EC392310378_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryBoolE_m0203581957277588F03405404859C9E34F65E157_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryBoolO_mCF02E92CB76A4F60610C349D294EC89ADCBEAC27_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryNumber_mD6E4EB83F1E56BFAE3EC85EB257845D711723713_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryQueryE_m423F9C4025E87D0CB97DA5B4FF6CD3D6248C5ECC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryQueryO_m75863E922FB15FD62D3363D1FA30FA6F70F18E57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryStringE_m03D51D6A3075D24D2E1B6D6B60E9567A7540DF98_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryStringO_mE1A1BF670A66795D53F6B3C90E264CC88FCC94C5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfBoolE_mCA37614D8D6270B87A8A15DBFDC549EED6D1D65F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfBoolO_m252F2D8F5EC73B0FC0F2E43F2B8EA94FDC855FB8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfNumber_m33F02B2178136ECC38424945B6ADEF30D6E4F0DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfQueryE_m6AEA51E9F23BE671E34EE74D96AFF5548A49F7CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfQueryO_mA0C87B9CD6038898553B416D59F56D787528735D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfRtfE_m928B0BFAAC4706B8940F738C2414ECBBFB1DB1EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfRtfO_m2CD1BA40A5EE2341541CF59545F65C46907359EE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfStringE_m430200B7D4A3DF236A96D21A9148ED25DA45CED7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfStringO_m2E417CEE222F40C10386F39781E79A2945488848_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpStringNumber_mE83D196371E6D174E35310FA9D256AD9A7702699_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpStringStringE_m04E73D35F816CF3C8815D5C2A08DD64C37C23633_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpStringStringO_mD152191E638BBB697620A525830EDB26ECB66D34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_0 = (cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41*)(cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41*)SZArrayNew(cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_1 = L_0; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_2 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_3 = L_2; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_4 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_4, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpNumberNumber_m5C03B78FD0B5CD0B3EA5F21F87486EC392310378_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_4); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_3); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_5 = L_1; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_6 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_7 = L_6; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_8 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_8, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpStringNumber_mE83D196371E6D174E35310FA9D256AD9A7702699_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_8); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_9 = L_7; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_10 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_10, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpStringStringE_m04E73D35F816CF3C8815D5C2A08DD64C37C23633_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(1), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_10); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_9); (L_5)->SetAt(static_cast(1), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_9); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_11 = L_5; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_12 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_13 = L_12; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_14 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_14, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpBoolNumberE_m237610EF98A141B50EE8F81BBA86703AD236318A_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_14); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_15 = L_13; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_16 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_16, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpBoolStringE_mAF4CDC88FB46E6A924508E34E87626810ED87437_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_16); (L_15)->SetAt(static_cast(1), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_16); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_17 = L_15; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_18 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_18, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpBoolBoolE_m4783EAFD0DFDD5F333FADD49A699AA76BB45EE4C_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_18); (L_17)->SetAt(static_cast(2), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_18); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_17); (L_11)->SetAt(static_cast(2), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_17); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_19 = L_11; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_20 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_21 = L_20; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_22 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_22, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpQueryNumber_mD6E4EB83F1E56BFAE3EC85EB257845D711723713_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_22); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_23 = L_21; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_24 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_24, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpQueryStringE_m03D51D6A3075D24D2E1B6D6B60E9567A7540DF98_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(1), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_24); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_25 = L_23; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_26 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_26, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpQueryBoolE_m0203581957277588F03405404859C9E34F65E157_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(2), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_26); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_27 = L_25; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_28 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_28, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpQueryQueryE_m423F9C4025E87D0CB97DA5B4FF6CD3D6248C5ECC_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_28); (L_27)->SetAt(static_cast(3), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_28); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_27); (L_19)->SetAt(static_cast(3), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_27); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_29 = L_19; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_30 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_31 = L_30; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_32 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_32, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfNumber_m33F02B2178136ECC38424945B6ADEF30D6E4F0DD_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_32); (L_31)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_32); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_33 = L_31; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_34 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_34, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfStringE_m430200B7D4A3DF236A96D21A9148ED25DA45CED7_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_34); (L_33)->SetAt(static_cast(1), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_34); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_35 = L_33; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_36 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_36, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfBoolE_mCA37614D8D6270B87A8A15DBFDC549EED6D1D65F_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_36); (L_35)->SetAt(static_cast(2), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_36); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_37 = L_35; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_38 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_38, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfQueryE_m6AEA51E9F23BE671E34EE74D96AFF5548A49F7CE_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_38); (L_37)->SetAt(static_cast(3), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_38); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_39 = L_37; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_40 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_40, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfRtfE_m928B0BFAAC4706B8940F738C2414ECBBFB1DB1EE_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_40); (L_39)->SetAt(static_cast(4), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_40); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_39); (L_29)->SetAt(static_cast(4), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_39); ((LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var))->set_CompXsltE_4(L_29); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_41 = (cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41*)(cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41*)SZArrayNew(cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_42 = L_41; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_43 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_44 = L_43; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_45 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_45, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpNumberNumber_m5C03B78FD0B5CD0B3EA5F21F87486EC392310378_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_45); (L_44)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_45); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_44); (L_42)->SetAt(static_cast(0), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_44); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_46 = L_42; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_47 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_48 = L_47; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_49 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_49, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpStringNumber_mE83D196371E6D174E35310FA9D256AD9A7702699_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_49); (L_48)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_49); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_50 = L_48; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_51 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_51, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpStringStringO_mD152191E638BBB697620A525830EDB26ECB66D34_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_50); ArrayElementTypeCheck (L_50, L_51); (L_50)->SetAt(static_cast(1), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_51); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_50); (L_46)->SetAt(static_cast(1), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_50); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_52 = L_46; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_53 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_54 = L_53; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_55 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_55, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpBoolNumberO_mC182EFAEBCD0B8AE69E9F5FC71FA88ECD2E3B4A6_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_54); ArrayElementTypeCheck (L_54, L_55); (L_54)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_55); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_56 = L_54; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_57 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_57, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpBoolStringO_mD59BD08CCC4A2286B72C489A1D26474B7C931978_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_56); ArrayElementTypeCheck (L_56, L_57); (L_56)->SetAt(static_cast(1), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_57); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_58 = L_56; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_59 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_59, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpBoolBoolO_m70CE8154D965EA18053E856AD6D6B48E579E13A1_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_59); (L_58)->SetAt(static_cast(2), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_59); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_58); (L_52)->SetAt(static_cast(2), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_58); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_60 = L_52; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_61 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_62 = L_61; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_63 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_63, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpQueryNumber_mD6E4EB83F1E56BFAE3EC85EB257845D711723713_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_63); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_64 = L_62; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_65 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_65, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpQueryStringO_mE1A1BF670A66795D53F6B3C90E264CC88FCC94C5_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_64); ArrayElementTypeCheck (L_64, L_65); (L_64)->SetAt(static_cast(1), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_65); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_66 = L_64; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_67 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_67, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpQueryBoolO_mCF02E92CB76A4F60610C349D294EC89ADCBEAC27_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_67); (L_66)->SetAt(static_cast(2), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_67); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_68 = L_66; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_69 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_69, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpQueryQueryO_m75863E922FB15FD62D3363D1FA30FA6F70F18E57_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_68); ArrayElementTypeCheck (L_68, L_69); (L_68)->SetAt(static_cast(3), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_69); NullCheck(L_60); ArrayElementTypeCheck (L_60, L_68); (L_60)->SetAt(static_cast(3), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_68); cmpXsltU5BU5DU5BU5D_tE42F5F2D485E6BCA2ABBA0500720E1664FE79D41* L_70 = L_60; cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_71 = (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)SZArrayNew(cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC_il2cpp_TypeInfo_var, (uint32_t)5); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_72 = L_71; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_73 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_73, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfNumber_m33F02B2178136ECC38424945B6ADEF30D6E4F0DD_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_73); (L_72)->SetAt(static_cast(0), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_73); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_74 = L_72; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_75 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_75, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfStringO_m2E417CEE222F40C10386F39781E79A2945488848_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_74); ArrayElementTypeCheck (L_74, L_75); (L_74)->SetAt(static_cast(1), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_75); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_76 = L_74; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_77 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_77, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfBoolO_m252F2D8F5EC73B0FC0F2E43F2B8EA94FDC855FB8_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_77); (L_76)->SetAt(static_cast(2), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_77); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_78 = L_76; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_79 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_79, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfQueryO_mA0C87B9CD6038898553B416D59F56D787528735D_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_78); ArrayElementTypeCheck (L_78, L_79); (L_78)->SetAt(static_cast(3), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_79); cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC* L_80 = L_78; cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 * L_81 = (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)il2cpp_codegen_object_new(cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4_il2cpp_TypeInfo_var); cmpXslt__ctor_m26C31F595AA3E7419B4F8F7F6A214C767119C4B3(L_81, NULL, (intptr_t)((intptr_t)LogicalExpr_cmpRtfRtfO_m2CD1BA40A5EE2341541CF59545F65C46907359EE_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_80); ArrayElementTypeCheck (L_80, L_81); (L_80)->SetAt(static_cast(4), (cmpXslt_tE08CA5232D4FA9B6B264FFD97D76A43C0AE873E4 *)L_81); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_80); (L_70)->SetAt(static_cast(4), (cmpXsltU5BU5D_t5F6CCDFB94512FB0851B48188E22EA76762382AC*)L_80); ((LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var))->set_CompXsltO_5(L_70); 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.MergeFilterQuery::.ctor(MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery__ctor_m1E1A1A87261ACFF6E5EBB27AA496C8CED3C8D12F (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___child1, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___input0; CacheOutputQuery__ctor_m28AF812945D9F3DD5532E9612067705BF373625A(__this, L_0, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ___child1; __this->set_child_3(L_1); return; } } // System.Void MS.Internal.Xml.XPath.MergeFilterQuery::.ctor(MS.Internal.Xml.XPath.MergeFilterQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery__ctor_mF4BF1858DD2F6F0F97C074EAAA218E44125919D1 (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * __this, MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * ___other0, const RuntimeMethod* method) { { MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * L_0 = ___other0; CacheOutputQuery__ctor_m99F0EF1C788904FF2BED9AD9191D89F4AA941214(__this, L_0, /*hidden argument*/NULL); MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * L_1 = ___other0; NullCheck(L_1); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = L_1->get_child_3(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_2, /*hidden argument*/NULL); __this->set_child_3(L_3); return; } } // System.Void MS.Internal.Xml.XPath.MergeFilterQuery::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery_SetXsltContext_mB0C54B491ECC89BEAD49E6847C6E173DC05F9CB7 (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___xsltContext0, const RuntimeMethod* method) { { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_0 = ___xsltContext0; CacheOutputQuery_SetXsltContext_mC5CCAF3596912CAC3C5B051D7A9CB991273DACD5(__this, L_0, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = __this->get_child_3(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_2 = ___xsltContext0; NullCheck(L_1); VirtualActionInvoker1< XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_1, L_2); return; } } // System.Object MS.Internal.Xml.XPath.MergeFilterQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MergeFilterQuery_Evaluate_m5A4852B87CD116B72244A9D21FCFAA114D8DBBC6 (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___nodeIterator0; RuntimeObject * L_1; L_1 = CacheOutputQuery_Evaluate_m73270520E1C94F6B14313B01C9D87EDDEAF7816F(__this, L_0, /*hidden argument*/NULL); goto IL_003b; } IL_000a: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = __this->get_child_3(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)__this)->get_input_1(); NullCheck(L_2); RuntimeObject * L_4; L_4 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_2, L_3); goto IL_002c; } IL_001e: { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_5 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)__this)->get_outputBuffer_2(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = V_0; bool L_7; L_7 = Query_Insert_mB941CABF446C6C76C3F031C5A602B92850D7090D(__this, L_5, L_6, /*hidden argument*/NULL); } IL_002c: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_8 = __this->get_child_3(); NullCheck(L_8); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9; L_9 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_8); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_10 = L_9; V_0 = L_10; if (L_10) { goto IL_001e; } } IL_003b: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_11 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)__this)->get_input_1(); NullCheck(L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12; L_12 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_11); if (L_12) { goto IL_000a; } } { return __this; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.MergeFilterQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * MergeFilterQuery_Clone_mD9FD9FC67A42C25FB11DB6207B86686423407C69 (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * L_0 = (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 *)il2cpp_codegen_object_new(MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315_il2cpp_TypeInfo_var); MergeFilterQuery__ctor_mF4BF1858DD2F6F0F97C074EAAA218E44125919D1(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 System.Xml.Schema.MiscFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscFacetsChecker__ctor_mBF0B1718178780AB8BC8835E793AD268DED3DBD3 (MiscFacetsChecker_t39E6077D7971C53A40D38860A9418C695B194DB6 * __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.NameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mE309EB2FC114B34D12ED3FBC00E878AF6A154CB0 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNameTable__ctor_mB3D038C2C7617EC6321F39FEF5FE0B98100C1F22(__this, /*hidden argument*/NULL); __this->set_mask_2(((int32_t)31)); int32_t L_0 = __this->get_mask_2(); EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_1 = (EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D*)(EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D*)SZArrayNew(EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); __this->set_entries_0(L_1); int32_t L_2; L_2 = Environment_get_TickCount_mBA4279B1C0BC197BF2121166E7C1F6A46D2B5D4E(/*hidden argument*/NULL); __this->set_hashCodeRandomizer_3(L_2); return; } } // System.String System.Xml.NameTable::Add(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameTable_Add_mFAC405992E1A1D6249B89385195AE8EC6A9A4BCA (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * V_3 = NULL; { String_t* L_0 = ___key0; 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*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameTable_Add_mFAC405992E1A1D6249B89385195AE8EC6A9A4BCA_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___key0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_001e; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_5; } IL_001e: { int32_t L_6 = V_0; int32_t L_7 = __this->get_hashCodeRandomizer_3(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); V_2 = 0; goto IL_003d; } IL_002b: { int32_t L_8 = V_1; int32_t L_9 = V_1; String_t* L_10 = ___key0; int32_t L_11 = V_2; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)7))^(int32_t)L_12)))); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003d: { int32_t L_14 = V_2; String_t* L_15 = ___key0; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_002b; } } { int32_t L_17 = V_1; int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_18>>(int32_t)((int32_t)17))))); int32_t L_19 = V_1; int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)((int32_t)L_20>>(int32_t)((int32_t)11))))); int32_t L_21 = V_1; int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)((int32_t)L_22>>(int32_t)5)))); EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_23 = __this->get_entries_0(); int32_t L_24 = V_1; int32_t L_25 = __this->get_mask_2(); NullCheck(L_23); int32_t L_26 = ((int32_t)((int32_t)L_24&(int32_t)L_25)); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_27 = (L_23)->GetAt(static_cast(L_26)); V_3 = L_27; goto IL_0091; } IL_006c: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_28 = V_3; NullCheck(L_28); int32_t L_29 = L_28->get_hashCode_1(); int32_t L_30 = V_1; if ((!(((uint32_t)L_29) == ((uint32_t)L_30)))) { goto IL_008a; } } { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_31 = V_3; NullCheck(L_31); String_t* L_32 = L_31->get_str_0(); String_t* L_33 = ___key0; NullCheck(L_32); bool L_34; L_34 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_008a; } } { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_35 = V_3; NullCheck(L_35); String_t* L_36 = L_35->get_str_0(); return L_36; } IL_008a: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_37 = V_3; NullCheck(L_37); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_38 = L_37->get_next_2(); V_3 = L_38; } IL_0091: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_39 = V_3; if (L_39) { goto IL_006c; } } { String_t* L_40 = ___key0; int32_t L_41 = V_1; String_t* L_42; L_42 = NameTable_AddEntry_m16A7B739127C773E57A5DB1B8FA530A65B9CF249(__this, L_40, L_41, /*hidden argument*/NULL); return L_42; } } // System.String System.Xml.NameTable::Add(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameTable_Add_mB8D74953E2E0F43339548097DA20A8E2A0D2D692 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___key0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * V_3 = NULL; { int32_t L_0 = ___len2; if (L_0) { goto IL_0009; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_0009: { int32_t L_2 = ___len2; int32_t L_3 = __this->get_hashCodeRandomizer_3(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = V_0; int32_t L_5 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___key0; int32_t L_7 = ___start1; NullCheck(L_6); int32_t L_8 = L_7; uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)7))^(int32_t)L_9)))); int32_t L_10 = ___start1; int32_t L_11 = ___len2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); int32_t L_12 = ___start1; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0034; } IL_0026: { int32_t L_13 = V_0; int32_t L_14 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = ___key0; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; uint16_t L_18 = (uint16_t)(L_15)->GetAt(static_cast(L_17)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_14<<(int32_t)7))^(int32_t)L_18)))); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0034: { int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0026; } } { int32_t L_22 = V_0; int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)((int32_t)L_23>>(int32_t)((int32_t)17))))); int32_t L_24 = V_0; int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)((int32_t)L_25>>(int32_t)((int32_t)11))))); int32_t L_26 = V_0; int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27>>(int32_t)5)))); EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_28 = __this->get_entries_0(); int32_t L_29 = V_0; int32_t L_30 = __this->get_mask_2(); NullCheck(L_28); int32_t L_31 = ((int32_t)((int32_t)L_29&(int32_t)L_30)); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_32 = (L_28)->GetAt(static_cast(L_31)); V_3 = L_32; goto IL_0085; } IL_005e: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_33 = V_3; NullCheck(L_33); int32_t L_34 = L_33->get_hashCode_1(); int32_t L_35 = V_0; if ((!(((uint32_t)L_34) == ((uint32_t)L_35)))) { goto IL_007e; } } { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_36 = V_3; NullCheck(L_36); String_t* L_37 = L_36->get_str_0(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_38 = ___key0; int32_t L_39 = ___start1; int32_t L_40 = ___len2; bool L_41; L_41 = NameTable_TextEquals_m3905E4B7A8BE7A5839F040401EC1B96F73A4A95D(L_37, L_38, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_007e; } } { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_42 = V_3; NullCheck(L_42); String_t* L_43 = L_42->get_str_0(); return L_43; } IL_007e: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_44 = V_3; NullCheck(L_44); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_45 = L_44->get_next_2(); V_3 = L_45; } IL_0085: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_46 = V_3; if (L_46) { goto IL_005e; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_47 = ___key0; int32_t L_48 = ___start1; int32_t L_49 = ___len2; String_t* L_50; L_50 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_47, L_48, L_49, /*hidden argument*/NULL); int32_t L_51 = V_0; String_t* L_52; L_52 = NameTable_AddEntry_m16A7B739127C773E57A5DB1B8FA530A65B9CF249(__this, L_50, L_51, /*hidden argument*/NULL); return L_52; } } // System.String System.Xml.NameTable::Get(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameTable_Get_m37C26ECD83DA1BBDA73BE202814DD1CC5CE8D9AF (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * V_2 = NULL; { 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*)&NameTable_Get_m37C26ECD83DA1BBDA73BE202814DD1CC5CE8D9AF_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001c; } } { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } IL_001c: { String_t* L_5 = ___value0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); int32_t L_7 = __this->get_hashCodeRandomizer_3(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); V_1 = 0; goto IL_0040; } IL_002e: { int32_t L_8 = V_0; int32_t L_9 = V_0; String_t* L_10 = ___value0; int32_t L_11 = V_1; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_10, L_11, /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_9<<(int32_t)7))^(int32_t)L_12)))); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0040: { int32_t L_14 = V_1; String_t* L_15 = ___value0; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_002e; } } { int32_t L_17 = V_0; int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)((int32_t)L_18>>(int32_t)((int32_t)17))))); int32_t L_19 = V_0; int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)((int32_t)L_20>>(int32_t)((int32_t)11))))); int32_t L_21 = V_0; int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)((int32_t)L_22>>(int32_t)5)))); EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_23 = __this->get_entries_0(); int32_t L_24 = V_0; int32_t L_25 = __this->get_mask_2(); NullCheck(L_23); int32_t L_26 = ((int32_t)((int32_t)L_24&(int32_t)L_25)); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_27 = (L_23)->GetAt(static_cast(L_26)); V_2 = L_27; goto IL_0094; } IL_006f: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_28 = V_2; NullCheck(L_28); int32_t L_29 = L_28->get_hashCode_1(); int32_t L_30 = V_0; if ((!(((uint32_t)L_29) == ((uint32_t)L_30)))) { goto IL_008d; } } { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_31 = V_2; NullCheck(L_31); String_t* L_32 = L_31->get_str_0(); String_t* L_33 = ___value0; NullCheck(L_32); bool L_34; L_34 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_008d; } } { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_35 = V_2; NullCheck(L_35); String_t* L_36 = L_35->get_str_0(); return L_36; } IL_008d: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_37 = V_2; NullCheck(L_37); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_38 = L_37->get_next_2(); V_2 = L_38; } IL_0094: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_39 = V_2; if (L_39) { goto IL_006f; } } { return (String_t*)NULL; } } // System.String System.Xml.NameTable::AddEntry(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameTable_AddEntry_m16A7B739127C773E57A5DB1B8FA530A65B9CF249 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, String_t* ___str0, int32_t ___hashCode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Entry_tE04CA3878430F262AD43F80C045C96A425BCE239_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = ___hashCode1; int32_t L_1 = __this->get_mask_2(); V_0 = ((int32_t)((int32_t)L_0&(int32_t)L_1)); String_t* L_2 = ___str0; int32_t L_3 = ___hashCode1; EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_4 = __this->get_entries_0(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_7 = (L_4)->GetAt(static_cast(L_6)); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_8 = (Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 *)il2cpp_codegen_object_new(Entry_tE04CA3878430F262AD43F80C045C96A425BCE239_il2cpp_TypeInfo_var); Entry__ctor_m81F1EF4CD01E86FB47FBBE7910E0D462408DA46A(L_8, L_2, L_3, L_7, /*hidden argument*/NULL); V_1 = L_8; EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_9 = __this->get_entries_0(); int32_t L_10 = V_0; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_11 = V_1; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(L_10), (Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 *)L_11); int32_t L_12 = __this->get_count_1(); V_2 = L_12; int32_t L_13 = V_2; __this->set_count_1(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_2; int32_t L_15 = __this->get_mask_2(); if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_0041; } } { NameTable_Grow_mFA0DDBFC07DC55BA7CC3CE4E5E28110A3610FAE7(__this, /*hidden argument*/NULL); } IL_0041: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = L_16->get_str_0(); return L_17; } } // System.Void System.Xml.NameTable::Grow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable_Grow_mFA0DDBFC07DC55BA7CC3CE4E5E28110A3610FAE7 (NameTable_t3BB114C691B98D26C27BAF10FFFE11D974EE4728 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* V_1 = NULL; EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* V_2 = NULL; int32_t V_3 = 0; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * V_4 = NULL; int32_t V_5 = 0; { int32_t L_0 = __this->get_mask_2(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_0, (int32_t)2)), (int32_t)1)); EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_1 = __this->get_entries_0(); V_1 = L_1; int32_t L_2 = V_0; EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_3 = (EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D*)(EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D*)SZArrayNew(EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); V_2 = L_3; V_3 = 0; goto IL_0053; } IL_001f: { EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_4 = V_1; int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_4 = L_7; goto IL_004b; } IL_0026: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_8 = V_4; NullCheck(L_8); int32_t L_9 = L_8->get_hashCode_1(); int32_t L_10 = V_0; V_5 = ((int32_t)((int32_t)L_9&(int32_t)L_10)); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_11 = V_4; NullCheck(L_11); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_12 = L_11->get_next_2(); Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_13 = V_4; EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_14 = V_2; int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = L_15; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_17 = (L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); L_13->set_next_2(L_17); EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_18 = V_2; int32_t L_19 = V_5; Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_20 = V_4; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(L_19), (Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 *)L_20); V_4 = L_12; } IL_004b: { Entry_tE04CA3878430F262AD43F80C045C96A425BCE239 * L_21 = V_4; if (L_21) { goto IL_0026; } } { int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0053: { int32_t L_23 = V_3; EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_24 = V_1; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))) { goto IL_001f; } } { EntryU5BU5D_tE4CC6F76D4A31BE3A6B656E95A290559A0DF610D* L_25 = V_2; __this->set_entries_0(L_25); int32_t L_26 = V_0; __this->set_mask_2(L_26); return; } } // System.Boolean System.Xml.NameTable::TextEquals(System.String,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameTable_TextEquals_m3905E4B7A8BE7A5839F040401EC1B96F73A4A95D (String_t* ___str10, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___str21, int32_t ___str2Start2, int32_t ___str2Length3, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___str10; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); int32_t L_2 = ___str2Length3; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_000b; } } { return (bool)0; } IL_000b: { V_0 = 0; goto IL_0023; } IL_000f: { String_t* L_3 = ___str10; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_3, L_4, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_6 = ___str21; int32_t L_7 = ___str2Start2; int32_t L_8 = V_0; NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); if ((((int32_t)L_5) == ((int32_t)L_10))) { goto IL_001f; } } { return (bool)0; } IL_001f: { int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0023: { int32_t L_12 = V_0; String_t* L_13 = ___str10; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_000f; } } { 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 #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.NamespaceList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceList__ctor_m9B1C40E79C3C2AFC2D359C51662D9FFA98E3EFE9 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.NamespaceList::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceList__ctor_m9566E7F3D9A2AD24250815C97C373C6F62084C46 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, String_t* ___namespaces0, String_t* ___targetNamespace1, const RuntimeMethod* method) { 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57DE43D7AAF6D9F023DCBB173DB2DE97E7C8159D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72FF14B4B66FD46769A50C19BE106295D013F7FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE048C911CC80F58A56909CF61926F34A8D80D097); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2E7E0C8B04838BD9F2F8EC726E94F763A5EB694); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); String_t* L_0 = ___targetNamespace1; __this->set_targetNamespace_2(L_0); String_t* L_1 = ___namespaces0; NullCheck(L_1); String_t* L_2; L_2 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_1, /*hidden argument*/NULL); ___namespaces0 = L_2; String_t* L_3 = ___namespaces0; bool L_4; L_4 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_3, _stringLiteralE2E7E0C8B04838BD9F2F8EC726E94F763A5EB694, /*hidden argument*/NULL); if (L_4) { goto IL_002a; } } { String_t* L_5 = ___namespaces0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0032; } } IL_002a: { __this->set_type_0(0); return; } IL_0032: { String_t* L_7 = ___namespaces0; bool L_8; L_8 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_7, _stringLiteral72FF14B4B66FD46769A50C19BE106295D013F7FA, /*hidden argument*/NULL); if (!L_8) { goto IL_0047; } } { __this->set_type_0(1); return; } IL_0047: { __this->set_type_0(2); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_9 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_9, /*hidden argument*/NULL); __this->set_set_1(L_9); String_t* L_10 = ___namespaces0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11; L_11 = XmlConvert_SplitString_m4E1B4AB4C95F6E6DF137F5312D161F945E2FD617(L_10, /*hidden argument*/NULL); V_0 = L_11; V_1 = 0; goto IL_00c6; } IL_0064: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = V_0; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; String_t* L_15 = (L_12)->GetAt(static_cast(L_14)); bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_15, _stringLiteralE048C911CC80F58A56909CF61926F34A8D80D097, /*hidden argument*/NULL); if (!L_16) { goto IL_008a; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_17 = __this->get_set_1(); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); NullCheck(L_17); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_17, L_18, L_19); goto IL_00c2; } IL_008a: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = V_0; int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral57DE43D7AAF6D9F023DCBB173DB2DE97E7C8159D, /*hidden argument*/NULL); if (!L_24) { goto IL_00a8; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_25 = __this->get_set_1(); String_t* L_26 = ___targetNamespace1; String_t* L_27 = ___targetNamespace1; NullCheck(L_25); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_26, L_27); goto IL_00c2; } IL_00a8: { StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = V_0; int32_t L_29 = V_1; NullCheck(L_28); int32_t L_30 = L_29; String_t* L_31 = (L_28)->GetAt(static_cast(L_30)); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_32; L_32 = XmlConvert_ToUri_mA74C5DC38B2A4CE02CE06DFABAB5958FF7C2B0DB(L_31, /*hidden argument*/NULL); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_33 = __this->get_set_1(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = V_0; int32_t L_35 = V_1; NullCheck(L_34); int32_t L_36 = L_35; String_t* L_37 = (L_34)->GetAt(static_cast(L_36)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = V_0; int32_t L_39 = V_1; NullCheck(L_38); int32_t L_40 = L_39; String_t* L_41 = (L_38)->GetAt(static_cast(L_40)); NullCheck(L_33); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_33, L_37, L_41); } IL_00c2: { int32_t L_42 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_00c6: { int32_t L_43 = V_1; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_44 = V_0; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))) { goto IL_0064; } } { return; } } // System.Xml.Schema.NamespaceList/ListType System.Xml.Schema.NamespaceList::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamespaceList_get_Type_m9B28FA8BE57D9748D681F8239C80B348F0A8FF02 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_0(); return L_0; } } // System.String System.Xml.Schema.NamespaceList::get_Excluded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamespaceList_get_Excluded_mF6AFE63E06E2842A9F193A6A3BC7F7C34B436A33 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_targetNamespace_2(); return L_0; } } // 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) { int32_t V_0 = 0; { int32_t L_0 = __this->get_type_0(); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) > ((uint32_t)1)))) { goto IL_001b; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_001b; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get_set_1(); NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3); return L_4; } IL_001b: { 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_m26BD2B620B5FBFA4376C16011C60E18A2EDC8E96(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamespaceList_get_Enumerate_m287DD831CF2AE5099998D22EFCEA6769A9D546B9_RuntimeMethod_var))); } } // System.Boolean System.Xml.Schema.NamespaceList::Allows(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamespaceList_Allows_m6D60E136EE49346E836872151F189DADA5E4D576 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, String_t* ___ns0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_type_0(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001b; } case 1: { goto IL_001d; } case 2: { goto IL_0037; } } } { goto IL_0047; } IL_001b: { return (bool)1; } IL_001d: { String_t* L_2 = ___ns0; String_t* L_3 = __this->get_targetNamespace_2(); bool L_4; L_4 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { String_t* L_5 = ___ns0; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_5, /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0); } IL_0035: { return (bool)0; } IL_0037: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = __this->get_set_1(); String_t* L_8 = ___ns0; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_7, L_8); return (bool)((!(((RuntimeObject*)(RuntimeObject *)L_9) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_0047: { return (bool)0; } } // 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) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___qname0; NullCheck(L_0); String_t* L_1; L_1 = XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline(L_0, /*hidden argument*/NULL); bool L_2; L_2 = VirtualFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Xml.Schema.NamespaceList::Allows(System.String) */, __this, L_1); return L_2; } } // System.String System.Xml.Schema.NamespaceList::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamespaceList_ToString_mF69A3FBE63068A025DAF8351B9C43C2C6F92E3E9 (NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57DE43D7AAF6D9F023DCBB173DB2DE97E7C8159D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72FF14B4B66FD46769A50C19BE106295D013F7FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE048C911CC80F58A56909CF61926F34A8D80D097); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2E7E0C8B04838BD9F2F8EC726E94F763A5EB694); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StringBuilder_t * V_1 = NULL; bool V_2 = false; RuntimeObject* V_3 = NULL; String_t* V_4 = NULL; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_type_0(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_0024; } case 2: { goto IL_002a; } } } { goto IL_00c7; } IL_001e: { return _stringLiteralE2E7E0C8B04838BD9F2F8EC726E94F763A5EB694; } IL_0024: { return _stringLiteral72FF14B4B66FD46769A50C19BE106295D013F7FA; } IL_002a: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m5A81DE19E748F748E19FF13FB6FFD2547F9212D9(L_2, /*hidden argument*/NULL); V_1 = L_2; V_2 = (bool)1; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_3 = __this->get_set_1(); NullCheck(L_3); RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3); NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_4); V_3 = L_5; } IL_0043: try {// begin try (depth: 1) { goto IL_00a2; } IL_0045: { RuntimeObject* L_6 = V_3; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); bool L_8 = V_2; if (!L_8) { goto IL_0059; } } IL_0055: { V_2 = (bool)0; goto IL_0065; } IL_0059: { StringBuilder_t * L_9 = V_1; NullCheck(L_9); StringBuilder_t * L_10; L_10 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_9, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); } IL_0065: { String_t* L_11 = V_4; String_t* L_12 = __this->get_targetNamespace_2(); bool L_13; L_13 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0082; } } IL_0074: { StringBuilder_t * L_14 = V_1; NullCheck(L_14); StringBuilder_t * L_15; L_15 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_14, _stringLiteral57DE43D7AAF6D9F023DCBB173DB2DE97E7C8159D, /*hidden argument*/NULL); goto IL_00a2; } IL_0082: { String_t* L_16 = V_4; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0099; } } IL_008b: { StringBuilder_t * L_18 = V_1; NullCheck(L_18); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_18, _stringLiteralE048C911CC80F58A56909CF61926F34A8D80D097, /*hidden argument*/NULL); goto IL_00a2; } IL_0099: { StringBuilder_t * L_20 = V_1; String_t* L_21 = V_4; NullCheck(L_20); StringBuilder_t * L_22; L_22 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_20, L_21, /*hidden argument*/NULL); } IL_00a2: { RuntimeObject* L_23 = V_3; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_0045; } } IL_00aa: { IL2CPP_LEAVE(0xC0, FINALLY_00ac); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ac; } FINALLY_00ac: {// begin finally (depth: 1) { RuntimeObject* L_25 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_26 = V_5; if (!L_26) { goto IL_00bf; } } IL_00b8: { RuntimeObject* L_27 = V_5; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_27); } IL_00bf: { IL2CPP_END_FINALLY(172) } }// end finally (depth: 1) IL2CPP_CLEANUP(172) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC0, IL_00c0) } IL_00c0: { StringBuilder_t * L_28 = V_1; NullCheck(L_28); String_t* L_29; L_29 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28); return L_29; } IL_00c7: { String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_30; } } #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.NamespaceListNode::.ctor(System.Xml.Schema.NamespaceList,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceListNode__ctor_m440B6F48BB5C47F8FF2CAEFDC5B2FC17579B72FA (NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 * __this, NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList0, RuntimeObject * ___particle1, const RuntimeMethod* method) { { SyntaxTreeNode__ctor_m317889346E8C58842102DA39C8D783CCC2C098AD(__this, /*hidden argument*/NULL); NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_0 = ___namespaceList0; __this->set_namespaceList_0(L_0); RuntimeObject * L_1 = ___particle1; __this->set_particle_1(L_1); return; } } // System.Collections.ICollection System.Xml.Schema.NamespaceListNode::GetResolvedSymbols(System.Xml.Schema.SymbolsDictionary) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NamespaceListNode_GetResolvedSymbols_m62D6AD3C91C756B1F6267D6756412BA0D2EC39E0 (NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 * __this, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols0, const RuntimeMethod* method) { { SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_0 = ___symbols0; NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_1 = __this->get_namespaceList_0(); NullCheck(L_0); RuntimeObject* L_2; L_2 = SymbolsDictionary_GetNamespaceListSymbols_mC58319A3C142FCFF7D7BC233CD93C6A173019B4D(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.Schema.NamespaceListNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceListNode_ExpandTree_m1159CA607D2D1F9975696E754FB512BFA51A6373 (NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___parent0, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols1, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_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*)&LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * V_0 = NULL; RuntimeObject* V_1 = NULL; int32_t V_2 = 0; LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = (SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 *)NULL; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_0 = ___symbols1; RuntimeObject* L_1; L_1 = VirtualFuncInvoker1< RuntimeObject*, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * >::Invoke(8 /* System.Collections.ICollection System.Xml.Schema.NamespaceListNode::GetResolvedSymbols(System.Xml.Schema.SymbolsDictionary) */, __this, L_0); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t47A618747A1BB2A868710316F7372094849163A2_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_000f: try {// begin try (depth: 1) { goto IL_0061; } IL_0011: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_3); V_2 = ((*(int32_t*)((int32_t*)UnBox(L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_5 = ___symbols1; int32_t L_6 = V_2; NullCheck(L_5); RuntimeObject * L_7; L_7 = SymbolsDictionary_GetParticle_m9C9C3A7E25975924A53A4B497290AC6495AB5A0F(L_5, L_6, /*hidden argument*/NULL); RuntimeObject * L_8 = __this->get_particle_1(); if ((((RuntimeObject*)(RuntimeObject *)L_7) == ((RuntimeObject*)(RuntimeObject *)L_8))) { goto IL_0033; } } IL_002c: { SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_9 = ___symbols1; NullCheck(L_9); SymbolsDictionary_set_IsUpaEnforced_mE9490686782C4AFB2146299CD8EECD5B061FADBE_inline(L_9, (bool)0, /*hidden argument*/NULL); } IL_0033: { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_10 = ___positions2; int32_t L_11 = V_2; RuntimeObject * L_12 = __this->get_particle_1(); NullCheck(L_10); int32_t L_13; L_13 = Positions_Add_mEC7D6654760E4112DF78A37BE117A81C3352C6B6(L_10, L_11, L_12, /*hidden argument*/NULL); LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_14 = (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC *)il2cpp_codegen_object_new(LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC_il2cpp_TypeInfo_var); LeafNode__ctor_mB2913A5E0A097153A953EF35C4160512ECC4EB15(L_14, L_13, /*hidden argument*/NULL); V_3 = L_14; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_15 = V_0; if (L_15) { goto IL_004d; } } IL_0049: { LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_16 = V_3; V_0 = L_16; goto IL_0061; } IL_004d: { ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_17 = (ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C *)il2cpp_codegen_object_new(ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var); ChoiceNode__ctor_mA0FF108CA99E7EB7BCEC10203E05004938640FEF(L_17, /*hidden argument*/NULL); ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_18 = L_17; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_19 = V_0; NullCheck(L_18); InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline(L_18, L_19, /*hidden argument*/NULL); ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_20 = L_18; LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_21 = V_3; NullCheck(L_20); InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3_inline(L_20, L_21, /*hidden argument*/NULL); V_0 = L_20; } IL_0061: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_0011; } } IL_0069: { IL2CPP_LEAVE(0x7F, 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_24 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_4; if (!L_25) { goto IL_007e; } } IL_0077: { RuntimeObject* L_26 = V_4; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_26); } IL_007e: { IL2CPP_END_FINALLY(107) } }// end finally (depth: 1) IL2CPP_CLEANUP(107) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x7F, IL_007f) } IL_007f: { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_27 = ___parent0; NullCheck(L_27); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_28; L_28 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_27, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 *)L_28) == ((RuntimeObject*)(NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 *)__this)))) { goto IL_0090; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_29 = ___parent0; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_30 = V_0; NullCheck(L_29); InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline(L_29, L_30, /*hidden argument*/NULL); return; } IL_0090: { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_31 = ___parent0; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_32 = V_0; NullCheck(L_31); InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3_inline(L_31, L_32, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.NamespaceListNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceListNode_ConstructPos_mA0501C5C1CCB29FCBF3FA3623A7B4B03419F7312 (NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos1, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos2, 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*)&NamespaceListNode_ConstructPos_mA0501C5C1CCB29FCBF3FA3623A7B4B03419F7312_RuntimeMethod_var))); } } // System.Boolean System.Xml.Schema.NamespaceListNode::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamespaceListNode_get_IsNullable_mD3115EB3CB9CE994333EEB2A726644BC5F376C66 (NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 * __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*)&NamespaceListNode_get_IsNullable_mD3115EB3CB9CE994333EEB2A726644BC5F376C66_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.NamespaceQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery__ctor_mB4F45052816EAD062A1CE179DFA3EB73458E759E (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___qyParent0; 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.NamespaceQuery::.ctor(MS.Internal.Xml.XPath.NamespaceQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery__ctor_mB4F2DB314E57C1422357B7F79D00648A4023EC27 (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * __this, NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * ___other0, const RuntimeMethod* method) { { NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * L_0 = ___other0; BaseAxisQuery__ctor_mD062A94AC41E22D089BC416BC97334A4D1263556(__this, L_0, /*hidden argument*/NULL); NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * L_1 = ___other0; NullCheck(L_1); bool L_2 = L_1->get_onNamespace_9(); __this->set_onNamespace_9(L_2); return; } } // System.Void MS.Internal.Xml.XPath.NamespaceQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery_Reset_mB677C1B7D624641B8C5E59C685242981B30C123B (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * __this, const RuntimeMethod* method) { { __this->set_onNamespace_9((bool)0); BaseAxisQuery_Reset_m93D0540BFA0885DFC651373D6E74AA166CA98750(__this, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.NamespaceQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * NamespaceQuery_Advance_m603D7813023C3AB902ADB64AA776F8968F9769EE (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * __this, const RuntimeMethod* method) { IL_0000: { bool L_0 = __this->get_onNamespace_9(); if (L_0) { goto IL_004e; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_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); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_2); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); if (L_3) { goto IL_0023; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_0023: { ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_position_8(0); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); 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); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_5); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); NullCheck(L_6); bool L_7; L_7 = XPathNavigator_MoveToFirstNamespace_m0315027D206B5A3340B2627F62B593F2165004F9(L_6, /*hidden argument*/NULL); __this->set_onNamespace_9(L_7); goto IL_005f; } IL_004e: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); NullCheck(L_8); bool L_9; L_9 = XPathNavigator_MoveToNextNamespace_m958087B8F02D7011F57005FD4438EB1B0FF4C01E(L_8, /*hidden argument*/NULL); __this->set_onNamespace_9(L_9); } IL_005f: { bool L_10 = __this->get_onNamespace_9(); if (!L_10) { goto IL_0000; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); bool L_12; L_12 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_11); if (!L_12) { goto IL_0000; } } { int32_t L_13 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_position_8(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_position_8(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); return L_14; } } // System.Boolean MS.Internal.Xml.XPath.NamespaceQuery::matches(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamespaceQuery_matches_m053C83FD2690C852E2A857BE0AB7E244878A9432 (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___e0, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___e0; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_0); NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_000f; } } { return (bool)0; } IL_000f: { bool L_3; L_3 = BaseAxisQuery_get_NameTest_m04CD0C979261C341F0D1C6086DD6D040FBAB4ED9_inline(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0029; } } { String_t* L_4; L_4 = BaseAxisQuery_get_Name_mFBB1183BE8D05388ED48B2BE17EE6689D64EF5F9_inline(__this, /*hidden argument*/NULL); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = ___e0; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_5); NullCheck(L_4); bool L_7; L_7 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_4, L_6, /*hidden argument*/NULL); return L_7; } IL_0029: { return (bool)1; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.NamespaceQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * NamespaceQuery_Clone_mBC383968CEE8A1C72AAAF8E5984BF9317B704B6E (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * L_0 = (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B *)il2cpp_codegen_object_new(NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B_il2cpp_TypeInfo_var); NamespaceQuery__ctor_mB4F2DB314E57C1422357B7F79D00648A4023EC27(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 // System.Void System.Xml.Schema.NfaContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NfaContentValidator__ctor_m507762DC326C895250C7D66F3D021A51B80985FA (NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols2, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isOpen6, bool ___isEmptiable7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___contentType5; bool L_1 = ___isOpen6; bool L_2 = ___isEmptiable7; IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator__ctor_m70BBAD5BF4E84F43ABC115AE8F14B47F9C357435(__this, L_0, L_1, L_2, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_3 = ___firstpos0; __this->set_firstpos_7(L_3); BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_4 = ___followpos1; __this->set_followpos_8(L_4); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_5 = ___symbols2; __this->set_symbols_9(L_5); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_6 = ___positions3; __this->set_positions_10(L_6); int32_t L_7 = ___endMarkerPos4; __this->set_endMarkerPos_11(L_7); 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.NodeFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * __this, int32_t ___funcType0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg1, const RuntimeMethod* method) { { ValueQuery__ctor_mAEABD783E8C16EA68189B971D57FC6719CFBCAB6(__this, /*hidden argument*/NULL); int32_t L_0 = ___funcType0; __this->set_funcType_2(L_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ___arg1; __this->set_arg_1(L_1); return; } } // System.Void MS.Internal.Xml.XPath.NodeFunctions::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeFunctions_SetXsltContext_m107BC119CA57B8526873B33159429A53573C739F (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method) { NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * G_B2_0 = NULL; NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * G_B1_0 = NULL; XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * G_B3_0 = NULL; NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * G_B3_1 = NULL; { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_0 = ___context0; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Xml.Xsl.XsltContext::get_Whitespace() */, L_0); G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_000c; } } { G_B3_0 = ((XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 *)(NULL)); G_B3_1 = G_B1_0; goto IL_000d; } IL_000c: { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_2 = ___context0; G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_000d: { NullCheck(G_B3_1); G_B3_1->set_xsltContext_3(G_B3_0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3 = __this->get_arg_1(); if (!L_3) { goto IL_0026; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = __this->get_arg_1(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_5 = ___context0; NullCheck(L_4); VirtualActionInvoker1< XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_4, L_5); } IL_0026: { return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.NodeFunctions::EvaluateArg(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * NodeFunctions_EvaluateArg_mF90278A544CAC376EF9D67526FE3ABB1B7080DCE (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_arg_1(); if (L_0) { goto IL_000f; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___context0; NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_1); return L_2; } IL_000f: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3 = __this->get_arg_1(); 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); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6 = __this->get_arg_1(); NullCheck(L_6); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7; L_7 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_6); return L_7; } } // System.Object MS.Internal.Xml.XPath.NodeFunctions::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NodeFunctions_Evaluate_m6FFF0228C0F0003C23A44E0D05AE1F737F4035E4 (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, 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*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_3 = NULL; { int32_t L_0 = __this->get_funcType_2(); V_1 = L_0; int32_t L_1 = V_1; switch (L_1) { case 0: { goto IL_003b; } case 1: { goto IL_002e; } case 2: { goto IL_0081; } case 3: { goto IL_00df; } case 4: { goto IL_005d; } case 5: { goto IL_0048; } case 6: { goto IL_006f; } } } { goto IL_00df; } IL_002e: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = ___context0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_2); double L_4 = ((double)((double)L_3)); RuntimeObject * L_5 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_4); return L_5; } IL_003b: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_6 = ___context0; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_Count() */, L_6); double L_8 = ((double)((double)L_7)); RuntimeObject * L_9 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_8); return L_9; } IL_0048: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_10 = ___context0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11; L_11 = NodeFunctions_EvaluateArg_mF90278A544CAC376EF9D67526FE3ABB1B7080DCE(__this, L_10, /*hidden argument*/NULL); V_0 = L_11; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12 = V_0; if (!L_12) { goto IL_00df; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13 = V_0; NullCheck(L_13); String_t* L_14; L_14 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_13); return L_14; } IL_005d: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_15 = ___context0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_16; L_16 = NodeFunctions_EvaluateArg_mF90278A544CAC376EF9D67526FE3ABB1B7080DCE(__this, L_15, /*hidden argument*/NULL); V_0 = L_16; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_17 = V_0; if (!L_17) { goto IL_00df; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_18 = V_0; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_18); return L_19; } IL_006f: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_20 = ___context0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_21; L_21 = NodeFunctions_EvaluateArg_mF90278A544CAC376EF9D67526FE3ABB1B7080DCE(__this, L_20, /*hidden argument*/NULL); V_0 = L_21; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_22 = V_0; if (!L_22) { goto IL_00df; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_23 = V_0; NullCheck(L_23); String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XPath.XPathNavigator::get_Name() */, L_23); return L_24; } IL_0081: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_25 = __this->get_arg_1(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_26 = ___context0; NullCheck(L_25); RuntimeObject * L_27; L_27 = VirtualFuncInvoker1< RuntimeObject *, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_25, L_26); V_2 = 0; XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_28 = __this->get_xsltContext_3(); if (!L_28) { goto IL_00ca; } } { goto IL_00b5; } IL_009a: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_29 = V_3; NullCheck(L_29); int32_t L_30; L_30 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_29); if ((!(((uint32_t)L_30) == ((uint32_t)6)))) { goto IL_00b1; } } { XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_31 = __this->get_xsltContext_3(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_32 = V_3; NullCheck(L_31); bool L_33; L_33 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(19 /* System.Boolean System.Xml.Xsl.XsltContext::PreserveWhitespace(System.Xml.XPath.XPathNavigator) */, L_31, L_32); if (!L_33) { goto IL_00b5; } } IL_00b1: { int32_t L_34 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00b5: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_35 = __this->get_arg_1(); NullCheck(L_35); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_36; L_36 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_35); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_37 = L_36; V_3 = L_37; if (L_37) { goto IL_009a; } } { goto IL_00d7; } IL_00c6: { int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00ca: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_39 = __this->get_arg_1(); NullCheck(L_39); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_40; L_40 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_39); if (L_40) { goto IL_00c6; } } IL_00d7: { int32_t L_41 = V_2; double L_42 = ((double)((double)L_41)); RuntimeObject * L_43 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_42); return L_43; } IL_00df: { String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_44; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.NodeFunctions::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeFunctions_get_StaticType_m597CD17AAA3E76BEEF0CF2505469C5B4E86C45FB (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); XPathResultTypeU5BU5D_t586AFE579BD7E47ECCD0500EB6F16A4324EC7254* L_0 = ((Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_StaticFields*)il2cpp_codegen_static_fields_for(Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var))->get_ReturnTypes_4(); int32_t L_1 = __this->get_funcType_2(); NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (int32_t)(L_0)->GetAt(static_cast(L_2)); return (int32_t)(L_3); } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.NodeFunctions::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * NodeFunctions_Clone_mD1A77BF61A8D36089BE37D3FED20A3AD76C91053 (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_funcType_2(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = __this->get_arg_1(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2; L_2 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_1, /*hidden argument*/NULL); NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * L_3 = (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A *)il2cpp_codegen_object_new(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C(L_3, L_0, L_2, /*hidden argument*/NULL); NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * L_4 = L_3; XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_5 = __this->get_xsltContext_3(); NullCheck(L_4); L_4->set_xsltContext_3(L_5); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.NumberFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions__ctor_mFF9A9EB65C682AF317534D6C81E183A5FE790BBC (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, int32_t ___ftype0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___arg1, const RuntimeMethod* method) { { ValueQuery__ctor_mAEABD783E8C16EA68189B971D57FC6719CFBCAB6(__this, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___arg1; __this->set_arg_1(L_0); int32_t L_1 = ___ftype0; __this->set_ftype_2(L_1); return; } } // System.Void MS.Internal.Xml.XPath.NumberFunctions::.ctor(MS.Internal.Xml.XPath.NumberFunctions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions__ctor_m3419E88CC600CEA5010B4199C203770898D9E7A1 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * ___other0, const RuntimeMethod* method) { { NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * L_0 = ___other0; ValueQuery__ctor_m9CFD5F77B9E3D4669BEDAC87C1EC28CD7CC454B1(__this, L_0, /*hidden argument*/NULL); NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * L_1 = ___other0; NullCheck(L_1); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = L_1->get_arg_1(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_2, /*hidden argument*/NULL); __this->set_arg_1(L_3); NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * L_4 = ___other0; NullCheck(L_4); int32_t L_5 = L_4->get_ftype_2(); __this->set_ftype_2(L_5); return; } } // System.Void MS.Internal.Xml.XPath.NumberFunctions::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions_SetXsltContext_m7CBB729A936FDDE9A6B67438386196F2DB561C93 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_arg_1(); if (!L_0) { goto IL_0014; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = __this->get_arg_1(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_2 = ___context0; NullCheck(L_1); VirtualActionInvoker1< XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_1, L_2); } IL_0014: { return; } } // System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364 (bool ___arg0, const RuntimeMethod* method) { { bool L_0 = ___arg0; if (L_0) { goto IL_000d; } } { return (0.0); } IL_000d: { return (1.0); } } // System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6 (String_t* ___arg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___arg0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_1; L_1 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_0, /*hidden argument*/NULL); return L_1; } } // System.Object MS.Internal.Xml.XPath.NumberFunctions::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NumberFunctions_Evaluate_m7342DFAC714D5171B5286B9D7E47153AD6AEC437 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __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); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_ftype_2(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)9)))) { goto IL_0027; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)23)))) { case 0: { goto IL_0034; } case 1: { goto IL_0041; } case 2: { goto IL_004e; } case 3: { goto IL_005b; } } } { goto IL_0068; } IL_0027: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_3 = ___nodeIterator0; double L_4; L_4 = NumberFunctions_Number_m2BF5E18BEFECF50D664B68E10E36AC5A15C706AA(__this, L_3, /*hidden argument*/NULL); double L_5 = L_4; RuntimeObject * L_6 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_5); return L_6; } IL_0034: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_7 = ___nodeIterator0; double L_8; L_8 = NumberFunctions_Sum_mC351178D7AEB84832E75FEF062EF4C7C25E7FE3D(__this, L_7, /*hidden argument*/NULL); double L_9 = L_8; RuntimeObject * L_10 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_9); return L_10; } IL_0041: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_11 = ___nodeIterator0; double L_12; L_12 = NumberFunctions_Floor_m162A12EF20E81A04B2B63562868CADF066EC2C19(__this, L_11, /*hidden argument*/NULL); double L_13 = L_12; RuntimeObject * L_14 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_13); return L_14; } IL_004e: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_15 = ___nodeIterator0; double L_16; L_16 = NumberFunctions_Ceiling_m8892377B68BCBA759B76AB07E9A0D1ABC7712601(__this, L_15, /*hidden argument*/NULL); double L_17 = L_16; RuntimeObject * L_18 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_17); return L_18; } IL_005b: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_19 = ___nodeIterator0; double L_20; L_20 = NumberFunctions_Round_m44BCB7198FCACB3F531414A376549B9121F5DDD4(__this, L_19, /*hidden argument*/NULL); double L_21 = L_20; RuntimeObject * L_22 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_21); return L_22; } IL_0068: { return NULL; } } // System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m2BF5E18BEFECF50D664B68E10E36AC5A15C706AA (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_2 = NULL; { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_arg_1(); if (L_0) { goto IL_0019; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___nodeIterator0; NullCheck(L_1); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_1); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_4; L_4 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_3, /*hidden argument*/NULL); return L_4; } IL_0019: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5 = __this->get_arg_1(); 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); V_0 = L_7; RuntimeObject * L_8 = V_0; int32_t L_9; L_9 = Query_GetXPathType_m80F7772A0C42CC4E9B8788B91EA88C8806A0D77F(__this, L_8, /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; switch (L_10) { case 0: { goto IL_007d; } case 1: { goto IL_0065; } case 2: { goto IL_0071; } case 3: { goto IL_004a; } case 4: { goto IL_0084; } } } { goto IL_0095; } IL_004a: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_11 = __this->get_arg_1(); NullCheck(L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12; L_12 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_11); V_2 = L_12; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13 = V_2; if (!L_13) { goto IL_0095; } } { 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); double L_16; L_16 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_15, /*hidden argument*/NULL); return L_16; } IL_0065: { RuntimeObject * L_17 = V_0; double L_18; L_18 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_18; } IL_0071: { RuntimeObject * L_19 = V_0; double L_20; L_20 = NumberFunctions_Number_m6D6AE1C44D221CED22546C557A07BE07B1AE8364(((*(bool*)((bool*)UnBox(L_19, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); return L_20; } IL_007d: { RuntimeObject * L_21 = V_0; return ((*(double*)((double*)UnBox(L_21, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))); } IL_0084: { RuntimeObject * L_22 = V_0; NullCheck(((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_22, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)CastclassClass((RuntimeObject*)L_22, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9_il2cpp_TypeInfo_var))); double L_24; L_24 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_23, /*hidden argument*/NULL); return L_24; } IL_0095: { return (std::numeric_limits::quiet_NaN()); } } // System.Double MS.Internal.Xml.XPath.NumberFunctions::Sum(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Sum_mC351178D7AEB84832E75FEF062EF4C7C25E7FE3D (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { double V_0 = 0.0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; { V_0 = (0.0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_arg_1(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___nodeIterator0; 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); goto IL_0027; } IL_0019: { double L_3 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = V_1; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_4); double L_6; L_6 = NumberFunctions_Number_m28BF1F57B81472E2A8CCC84A9A8BC61DDC14A0C6(L_5, /*hidden argument*/NULL); V_0 = ((double)il2cpp_codegen_add((double)L_3, (double)L_6)); } IL_0027: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_7 = __this->get_arg_1(); NullCheck(L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8; L_8 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = L_8; V_1 = L_9; if (L_9) { goto IL_0019; } } { double L_10 = V_0; return L_10; } } // System.Double MS.Internal.Xml.XPath.NumberFunctions::Floor(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Floor_m162A12EF20E81A04B2B63562868CADF066EC2C19 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_arg_1(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___nodeIterator0; 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); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_3; L_3 = floor(((*(double*)((double*)UnBox(L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))); return L_3; } } // System.Double MS.Internal.Xml.XPath.NumberFunctions::Ceiling(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Ceiling_m8892377B68BCBA759B76AB07E9A0D1ABC7712601 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __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*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_arg_1(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___nodeIterator0; 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); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); double L_3; L_3 = ceil(((*(double*)((double*)UnBox(L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))); return L_3; } } // System.Double MS.Internal.Xml.XPath.NumberFunctions::Round(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Round_m44BCB7198FCACB3F531414A376549B9121F5DDD4 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, 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; } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_arg_1(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___nodeIterator0; 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); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_3; L_3 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_2, /*hidden argument*/NULL); double L_4; L_4 = XmlConvert_XPathRound_m50758F9B92F4654B480FA77A1933AFEDFC43F6A6(L_3, /*hidden argument*/NULL); return L_4; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.NumberFunctions::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFunctions_get_StaticType_m91B62CBA84EDC4AB60878D41F24F176CB8BE6CA1 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.NumberFunctions::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * NumberFunctions_Clone_mD34A07EA99D4DB08CCCAA7F9F8D92185985390F8 (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * L_0 = (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 *)il2cpp_codegen_object_new(NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var); NumberFunctions__ctor_m3419E88CC600CEA5010B4199C203770898D9E7A1(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 System.Xml.Schema.Numeric10FacetsChecker::.ctor(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__ctor_mF99FFA95CFEEF6CD3D87C744A8B08A1DE0E96698 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___minVal0, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___maxVal1, const RuntimeMethod* method) { { FacetsChecker__ctor_m9866E167E1A380C2278C0B37898E6E13552F61CF(__this, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___minVal0; __this->set_minValue_2(L_0); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ___maxVal1; __this->set_maxValue_1(L_1); return; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_mE04A48B218B253A5FD68CB243483457B83BA2CB6 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); { 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); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3; L_3 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_2); V_0 = L_3; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype1; Exception_t * L_6; L_6 = VirtualFuncInvoker2< Exception_t *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5); return L_6; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_mA8616DD712988BD9705D77E79156E07B7B7FC0C3 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, 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*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var); 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*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944); s_Il2CppMethodInitialized = true; } RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_0 = NULL; int32_t V_1 = 0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_2 = 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: { V_1 = G_B3_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype1; NullCheck(L_5); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_6; L_6 = VirtualFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5); V_2 = L_6; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = __this->get_maxValue_1(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_9; L_9 = Decimal_op_GreaterThan_m2FE17DEB014FB5D2B0A45E13D3140F3C3B8A9C10(L_7, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0037; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_10 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11 = __this->get_minValue_2(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_12; L_12 = Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F(L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0065; } } IL_0037: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = L_13; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_16; L_16 = Decimal_ToString_mCD1BF444FBBA99D53FBADBB834CBFBB857598C24((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&___value0), L_15, /*hidden argument*/NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_16); (L_14)->SetAt(static_cast(0), (RuntimeObject *)L_16); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = L_14; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_18 = ___datatype1; NullCheck(L_18); String_t* L_19; L_19 = XmlSchemaDatatype_get_TypeCodeString_m5D03CB7A34F32BE3AE1B3F38AC28310575BFB332(L_18, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(1), (RuntimeObject *)L_19); String_t* L_20; L_20 = Res_GetString_m1D06B81901B03CA849045926741403907612BB4B(_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A, L_17, /*hidden argument*/NULL); OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 * L_21 = (OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9 *)il2cpp_codegen_object_new(OverflowException_tD1FBF4E54D81EC98EEF386B69344D336D1EC1AB9_il2cpp_TypeInfo_var); OverflowException__ctor_m93384109E3514E1EB7F97A50893B1B617D21F91E(L_21, L_20, /*hidden argument*/NULL); return L_21; } IL_0065: { int32_t L_22 = V_1; if (!L_22) { goto IL_016a; } } { int32_t L_23 = V_1; if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)64)))) { goto IL_0095; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_24 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_25 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_26 = V_0; NullCheck(L_26); RuntimeObject * L_27 = L_26->get_MaxInclusive_6(); NullCheck(L_25); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_28; L_28 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_25, L_27); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_29; L_29 = Decimal_op_GreaterThan_m2FE17DEB014FB5D2B0A45E13D3140F3C3B8A9C10(L_24, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_0095; } } { String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_31 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_31, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_30, /*hidden argument*/NULL); return L_31; } IL_0095: { int32_t L_32 = V_1; if (!((int32_t)((int32_t)L_32&(int32_t)((int32_t)128)))) { goto IL_00c2; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_33 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_34 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_35 = V_0; NullCheck(L_35); RuntimeObject * L_36 = L_35->get_MaxExclusive_7(); NullCheck(L_34); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_37; L_37 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_34, L_36); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_38; L_38 = Decimal_op_GreaterThanOrEqual_m5A41C18955592447AE1A4C61575AF1BB3FB111A4(L_33, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00c2; } } { 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, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_39, /*hidden argument*/NULL); return L_40; } IL_00c2: { int32_t L_41 = V_1; if (!((int32_t)((int32_t)L_41&(int32_t)((int32_t)256)))) { goto IL_00ef; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_42 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_43 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_44 = V_0; NullCheck(L_44); RuntimeObject * L_45 = L_44->get_MinInclusive_8(); NullCheck(L_43); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_46; L_46 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_43, L_45); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_47; L_47 = Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F(L_42, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_00ef; } } { String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_49 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_49, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_48, /*hidden argument*/NULL); return L_49; } IL_00ef: { int32_t L_50 = V_1; if (!((int32_t)((int32_t)L_50&(int32_t)((int32_t)512)))) { goto IL_011c; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_51 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_52 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_53 = V_0; NullCheck(L_53); RuntimeObject * L_54 = L_53->get_MinExclusive_9(); NullCheck(L_52); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_55; L_55 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_52, L_54); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_56; L_56 = Decimal_op_LessThanOrEqual_m28805548C35DAB5E7431BD7260367074B929B1A8(L_51, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_011c; } } { String_t* L_57 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_58 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_58, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_57, /*hidden argument*/NULL); return L_58; } IL_011c: { int32_t L_59 = V_1; if (!((int32_t)((int32_t)L_59&(int32_t)((int32_t)16)))) { goto IL_0142; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_60 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_61 = V_0; NullCheck(L_61); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_62 = L_61->get_Enumeration_4(); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_63 = V_2; bool L_64; L_64 = Numeric10FacetsChecker_MatchEnumeration_m083615E23A96C3CD40C73B4FFF5FD15395890D80(__this, L_60, L_62, L_63, /*hidden argument*/NULL); if (L_64) { goto IL_0142; } } { String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_66 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_66, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_65, /*hidden argument*/NULL); return L_66; } IL_0142: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_67 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_68 = V_0; NullCheck(L_68); int32_t L_69 = L_68->get_TotalDigits_10(); RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_70 = V_0; NullCheck(L_70); int32_t L_71 = L_70->get_FractionDigits_11(); int32_t L_72 = V_1; int32_t L_73 = V_1; Exception_t * L_74; L_74 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m19E426DAC8B94548619BF63ED200DDA53F866F00(__this, L_67, L_69, L_71, (bool)((!(((uint32_t)((int32_t)((int32_t)L_72&(int32_t)((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0), (bool)((!(((uint32_t)((int32_t)((int32_t)L_73&(int32_t)((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); return L_74; } IL_016a: { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_m1742E1A4E167D9AFBA6F52AB1EF21A76328F1B26 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, int64_t ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); { int64_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Decimal_op_Implicit_m7D587E5075FE7DFCCF1337140BD7404CFFD1655B(L_0, /*hidden argument*/NULL); V_0 = L_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_3 = ___datatype1; Exception_t * L_4; L_4 = VirtualFuncInvoker2< Exception_t *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3); return L_4; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_m1FA807E6CE71740F99A42D61EE32E0230EDFF32F (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, int32_t ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Decimal_op_Implicit_mBF8AF3AB5D38844C35C02A2E4B98E9337D9E43BA(L_0, /*hidden argument*/NULL); V_0 = L_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_3 = ___datatype1; Exception_t * L_4; L_4 = VirtualFuncInvoker2< Exception_t *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3); return L_4; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckValueFacets_m9CEA521234194843EF9525ED4280527EB3CC0E6D (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, int16_t ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); { int16_t L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Decimal_op_Implicit_m7772059C9D7443F52934A15AF317D61D0903B0AA(L_0, /*hidden argument*/NULL); V_0 = L_1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_3 = ___datatype1; Exception_t * L_4; L_4 = VirtualFuncInvoker2< Exception_t *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3); return L_4; } } // System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m1AAD59510551D8F40493011ADC9F948266C273DB (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __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); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3; L_3 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_2); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ___enumeration1; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype2; NullCheck(L_5); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_6; L_6 = VirtualFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5); bool L_7; L_7 = Numeric10FacetsChecker_MatchEnumeration_m083615E23A96C3CD40C73B4FFF5FD15395890D80(__this, L_3, L_4, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Decimal,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m083615E23A96C3CD40C73B4FFF5FD15395890D80 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___valueConverter2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001f; } IL_0004: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1 = ___valueConverter2; 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_1); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5; L_5 = VirtualFuncInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , RuntimeObject * >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_4); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_6; L_6 = Decimal_op_Equality_m2A6DA65ED2EA13C91B50973C956BAC180925D049(L_0, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_001b; } } { return (bool)1; } IL_001b: { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001f: { int32_t L_8 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_9 = ___enumeration1; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0004; } } { return (bool)0; } } // System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckTotalAndFractionDigits(System.Decimal,System.Int32,System.Int32,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric10FacetsChecker_CheckTotalAndFractionDigits_m19E426DAC8B94548619BF63ED200DDA53F866F00 (Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, int32_t ___totalDigits1, int32_t ___fractionDigits2, bool ___checkTotal3, bool ___checkFraction4, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { int32_t L_0 = ___totalDigits1; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = FacetsChecker_Power_m4BE414500D44C0C1987A6D950CAC8B4E71361761(((int32_t)10), L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_One_8(); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_3; L_3 = Decimal_op_Subtraction_m59CBDEC71B87BE511743AD5B46BD9A4458C3EBDE(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_4 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_5 = ((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_6; L_6 = Decimal_op_LessThan_m4D61A04048B5556710158E5787271EACC87F269F(L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003f; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8; L_8 = Decimal_Negate_m69D0F8D48BB6CC7872AFF9DEAE4CC21199737A06(L_7, /*hidden argument*/NULL); ___value0 = L_8; goto IL_003f; } IL_002c: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_9 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_10; memset((&L_10), 0, sizeof(L_10)); Decimal__ctor_m3C20B602B540FD08434894065D20BDBA60FF79BC((&L_10), ((int32_t)10), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_11; L_11 = Decimal_op_Multiply_mD941918A97C8534FDA1B2E1B26288F0FA7224E26(L_9, L_10, /*hidden argument*/NULL); ___value0 = L_11; int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_003f: { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_14; L_14 = Decimal_Truncate_mC8618AC08AEB088BD6A0E1F6B00158FC78030644(L_13, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_15 = ___value0; bool L_16; L_16 = Decimal_op_Inequality_m1524E424F030A184C95FA1AF24C76487E612E296(L_14, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_002c; } } { bool L_17 = ___checkTotal3; if (!L_17) { goto IL_006e; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_18 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_20; L_20 = Decimal_op_GreaterThan_m2FE17DEB014FB5D2B0A45E13D3140F3C3B8A9C10(L_18, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_005e; } } { int32_t L_21 = V_1; int32_t L_22 = ___totalDigits1; if ((((int32_t)L_21) <= ((int32_t)L_22))) { goto IL_006e; } } IL_005e: { String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_24 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_24, _stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D, L_23, /*hidden argument*/NULL); return L_24; } IL_006e: { bool L_25 = ___checkFraction4; if (!L_25) { goto IL_0086; } } { int32_t L_26 = V_1; int32_t L_27 = ___fractionDigits2; if ((((int32_t)L_26) <= ((int32_t)L_27))) { goto IL_0086; } } { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_29 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_29, _stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266, L_28, /*hidden argument*/NULL); return L_29; } IL_0086: { return (Exception_t *)NULL; } } // System.Void System.Xml.Schema.Numeric10FacetsChecker::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__cctor_m9D6C2BB9E585D9D6E6C122607F5BEB0C90F81CE8 (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*)&Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)43)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (Il2CppChar)((int32_t)45)); ((Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_StaticFields*)il2cpp_codegen_static_fields_for(Numeric10FacetsChecker_t014C9C5EF8F28C023E372A39E015328A25129FD5_il2cpp_TypeInfo_var))->set_signs_0(L_2); 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.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric2FacetsChecker_CheckValueFacets_m364B0DA5FCC51E5757FBAA72DFE83CF5B4D1304F (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { double V_0 = 0.0; { 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); double L_3; L_3 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_2); V_0 = L_3; double L_4 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype1; Exception_t * L_6; L_6 = VirtualFuncInvoker2< Exception_t *, double, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5); return L_6; } } // System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric2FacetsChecker_CheckValueFacets_m66E7A4D47FDA788DFB1F4D02A2FD7CEE0031ED02 (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * __this, double ___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*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944); s_Il2CppMethodInitialized = true; } RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_0 = NULL; int32_t V_1 = 0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * V_2 = 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: { V_1 = G_B3_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype1; NullCheck(L_5); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_6; L_6 = VirtualFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5); V_2 = L_6; int32_t L_7 = V_1; if (!((int32_t)((int32_t)L_7&(int32_t)((int32_t)64)))) { goto IL_0040; } } { double L_8 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_9 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_10 = V_0; NullCheck(L_10); RuntimeObject * L_11 = L_10->get_MaxInclusive_6(); NullCheck(L_9); double L_12; L_12 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_9, L_11); if ((!(((double)L_8) > ((double)L_12)))) { goto IL_0040; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_14 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_14, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_13, /*hidden argument*/NULL); return L_14; } IL_0040: { int32_t L_15 = V_1; if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)128)))) { goto IL_0068; } } { double L_16 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_17 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19 = L_18->get_MaxExclusive_7(); NullCheck(L_17); double L_20; L_20 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_17, L_19); if ((!(((double)L_16) >= ((double)L_20)))) { goto IL_0068; } } { String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_22 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_22, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_21, /*hidden argument*/NULL); return L_22; } IL_0068: { int32_t L_23 = V_1; if (!((int32_t)((int32_t)L_23&(int32_t)((int32_t)256)))) { goto IL_0090; } } { double L_24 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_25 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_26 = V_0; NullCheck(L_26); RuntimeObject * L_27 = L_26->get_MinInclusive_8(); NullCheck(L_25); double L_28; L_28 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_25, L_27); if ((!(((double)L_24) < ((double)L_28)))) { goto IL_0090; } } { String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_30 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_30, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_29, /*hidden argument*/NULL); return L_30; } IL_0090: { int32_t L_31 = V_1; if (!((int32_t)((int32_t)L_31&(int32_t)((int32_t)512)))) { goto IL_00b8; } } { double L_32 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_33 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_34 = V_0; NullCheck(L_34); RuntimeObject * L_35 = L_34->get_MinExclusive_9(); NullCheck(L_33); double L_36; L_36 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_33, L_35); if ((!(((double)L_32) <= ((double)L_36)))) { goto IL_00b8; } } { String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_38 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_38, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_37, /*hidden argument*/NULL); return L_38; } IL_00b8: { int32_t L_39 = V_1; if (!((int32_t)((int32_t)L_39&(int32_t)((int32_t)16)))) { goto IL_00de; } } { double L_40 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_41 = V_0; NullCheck(L_41); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_42 = L_41->get_Enumeration_4(); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_43 = V_2; bool L_44; L_44 = Numeric2FacetsChecker_MatchEnumeration_m6FFA4E73536D4AC16674AEB2CD77F0A0D3C47CE4(__this, L_40, L_42, L_43, /*hidden argument*/NULL); if (L_44) { goto IL_00de; } } { String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_46 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_46, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_45, /*hidden argument*/NULL); return L_46; } IL_00de: { return (Exception_t *)NULL; } } // System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Numeric2FacetsChecker_CheckValueFacets_mABC58BCF7D6726DCA0A72C4959097B252E1CC139 (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * __this, float ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, const RuntimeMethod* method) { double V_0 = 0.0; { float L_0 = ___value0; V_0 = ((double)((double)L_0)); double L_1 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_2 = ___datatype1; Exception_t * L_3; L_3 = VirtualFuncInvoker2< Exception_t *, double, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_1, L_2); return L_3; } } // System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_mFDD59CA36D0DA1B7795E705B944A3E0331C5446E (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * __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); double L_3; L_3 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_2); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_4 = ___enumeration1; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_5 = ___datatype2; NullCheck(L_5); XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_6; L_6 = VirtualFuncInvoker0< XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5); bool L_7; L_7 = Numeric2FacetsChecker_MatchEnumeration_m6FFA4E73536D4AC16674AEB2CD77F0A0D3C47CE4(__this, L_3, L_4, L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Double,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_m6FFA4E73536D4AC16674AEB2CD77F0A0D3C47CE4 (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * __this, double ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * ___valueConverter2, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001a; } IL_0004: { double L_0 = ___value0; XmlValueConverter_t18B2DCDB3B3F7609F3E43D5C46D2095BD09E6763 * L_1 = ___valueConverter2; 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_1); double L_5; L_5 = VirtualFuncInvoker1< double, RuntimeObject * >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_4); if ((!(((double)L_0) == ((double)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.Numeric2FacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric2FacetsChecker__ctor_mFE1AC0BDD71FB925A03F366AFCF9B5DF9761907D (Numeric2FacetsChecker_t5667344E51BB726C0D6D94AF2F5F11E22DDE10C8 * __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.NumericExpr::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr__ctor_m99FE9BDC4114747FEFBB8ECE08E452A0FD8C9E56 (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * __this, int32_t ___op0, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd11, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___opnd22, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ValueQuery__ctor_mAEABD783E8C16EA68189B971D57FC6719CFBCAB6(__this, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___opnd11; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_0); if (!L_1) { goto IL_0018; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = ___opnd11; NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * L_3 = (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 *)il2cpp_codegen_object_new(NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var); NumberFunctions__ctor_mFF9A9EB65C682AF317534D6C81E183A5FE790BBC(L_3, ((int32_t)9), L_2, /*hidden argument*/NULL); ___opnd11 = L_3; } IL_0018: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = ___opnd22; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_4); if (!L_5) { goto IL_002a; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_6 = ___opnd22; NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * L_7 = (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 *)il2cpp_codegen_object_new(NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var); NumberFunctions__ctor_mFF9A9EB65C682AF317534D6C81E183A5FE790BBC(L_7, ((int32_t)9), L_6, /*hidden argument*/NULL); ___opnd22 = L_7; } IL_002a: { int32_t L_8 = ___op0; __this->set_op_1(L_8); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_9 = ___opnd11; __this->set_opnd1_2(L_9); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_10 = ___opnd22; __this->set_opnd2_3(L_10); return; } } // System.Void MS.Internal.Xml.XPath.NumericExpr::.ctor(MS.Internal.Xml.XPath.NumericExpr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr__ctor_m8B7536150DA43ED31FCC0E8A092017CFAD87F380 (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * __this, NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * ___other0, const RuntimeMethod* method) { { NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * L_0 = ___other0; ValueQuery__ctor_m9CFD5F77B9E3D4669BEDAC87C1EC28CD7CC454B1(__this, L_0, /*hidden argument*/NULL); NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = L_1->get_op_1(); __this->set_op_1(L_2); NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * L_3 = ___other0; NullCheck(L_3); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = L_3->get_opnd1_2(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5; L_5 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_4, /*hidden argument*/NULL); __this->set_opnd1_2(L_5); NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * L_6 = ___other0; NullCheck(L_6); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_7 = L_6->get_opnd2_3(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_8; L_8 = Query_Clone_m6F26D0F793BA1D38AEA63C729625EB650A8C76FB(L_7, /*hidden argument*/NULL); __this->set_opnd2_3(L_8); return; } } // System.Void MS.Internal.Xml.XPath.NumericExpr::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr_SetXsltContext_mD7C7E8ED048E8D4C5F79BACF771079343E6CA1D7 (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_opnd1_2(); XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * L_1 = ___context0; 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_opnd2_3(); 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); return; } } // System.Object MS.Internal.Xml.XPath.NumericExpr::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NumericExpr_Evaluate_mFBEB3AC768A19A903D46AD397A56DBC9C796DB20 (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * __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*)&XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_op_1(); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = __this->get_opnd1_2(); 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); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t5D0BE0A0EE15E2D3EC7F4881C519B5137DFA370A_il2cpp_TypeInfo_var); double L_4; L_4 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_3, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5 = __this->get_opnd2_3(); 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); double L_8; L_8 = XmlConvert_ToXPathDouble_m2389FB4B4E069C252A3AFE6A094CB1574B097C69(L_7, /*hidden argument*/NULL); double L_9; L_9 = NumericExpr_GetValue_m9933F00E69EEB0DE0CA95D47BFB38CDC43F00308(L_0, L_4, L_8, /*hidden argument*/NULL); double L_10 = L_9; RuntimeObject * L_11 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_10); return L_11; } } // System.Double MS.Internal.Xml.XPath.NumericExpr::GetValue(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumericExpr_GetValue_m9933F00E69EEB0DE0CA95D47BFB38CDC43F00308 (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method) { { int32_t L_0 = ___op0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)9)))) { case 0: { goto IL_001f; } case 1: { goto IL_0023; } case 2: { goto IL_002f; } case 3: { goto IL_002b; } case 4: { goto IL_0027; } } } { goto IL_0033; } IL_001f: { double L_1 = ___n11; double L_2 = ___n22; return ((double)il2cpp_codegen_add((double)L_1, (double)L_2)); } IL_0023: { double L_3 = ___n11; double L_4 = ___n22; return ((double)il2cpp_codegen_subtract((double)L_3, (double)L_4)); } IL_0027: { double L_5 = ___n11; double L_6 = ___n22; return (fmod(L_5, L_6)); } IL_002b: { double L_7 = ___n11; double L_8 = ___n22; return ((double)((double)L_7/(double)L_8)); } IL_002f: { double L_9 = ___n11; double L_10 = ___n22; return ((double)il2cpp_codegen_multiply((double)L_9, (double)L_10)); } IL_0033: { return (0.0); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.NumericExpr::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericExpr_get_StaticType_mD2ABF0111B39DA29416D2FF267161509F121EEFC (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.NumericExpr::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * NumericExpr_Clone_m6AE7306BE38E8B9DC0EDAED2B38D321D5927ABFF (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * L_0 = (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 *)il2cpp_codegen_object_new(NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012_il2cpp_TypeInfo_var); NumericExpr__ctor_m8B7536150DA43ED31FCC0E8A092017CFAD87F380(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 System.Xml.OnRemoveWriter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRemoveWriter__ctor_m329B52CD2132397851A243D021CA38E3E26E0946 (OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B * __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.OnRemoveWriter::Invoke(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRemoveWriter_Invoke_mB9BDEA9B6AD29ABCC52AB3E078A16AD3AD371EF5 (OnRemoveWriter_t7810F8F0B2E83630AB109B52D2A06F3A9AA8A30B * __this, XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___writer0, 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 == 1) { // open typedef void (*FunctionPointerType) (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___writer0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___writer0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___writer0); else GenericVirtualActionInvoker0::Invoke(targetMethod, ___writer0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___writer0); else VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___writer0); } } else { typedef void (*FunctionPointerType) (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___writer0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef void (*FunctionPointerType) (XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___writer0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___writer0, targetMethod); } } } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.OpenedHost::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenedHost__ctor_m0FB08FD979C96E5E83286C9879ECDCC2F4F217AB (OpenedHost_t6FB01A846223728993AC983CC229BDF288367D4D * __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 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) { { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); __this->set_type_0(1); String_t* L_0 = ___val0; __this->set_val_1(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); __this->set_type_0(0); double L_0 = ___val0; double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_1); __this->set_val_1(L_2); return; } } // MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Operand::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Operand_get_Type_m0067E979F918116758F5ABD0774316CDA51C3D6B (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Operand::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Operand_get_ReturnType_mB2A742475452B757C4F86E27EE68C009003BFF76 (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_type_0(); return L_0; } } // System.Object MS.Internal.Xml.XPath.Operand::get_OperandValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Operand_get_OperandValue_mC1228DBB3BCF7045431F0652689C127652577A14 (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_val_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.OperandQuery::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OperandQuery__ctor_mBC05B7C4E0A2282E66AB83F5F8B4B68860DB6B68 (OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1 * __this, RuntimeObject * ___val0, const RuntimeMethod* method) { { ValueQuery__ctor_mAEABD783E8C16EA68189B971D57FC6719CFBCAB6(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___val0; __this->set_val_1(L_0); return; } } // System.Object MS.Internal.Xml.XPath.OperandQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OperandQuery_Evaluate_m7D0F0CE1436564CE7B0E41A9661DFE8466E9DFA7 (OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___nodeIterator0, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_val_1(); return L_0; } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.OperandQuery::get_StaticType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OperandQuery_get_StaticType_m5961B8B7609C2E7952096B8D724D91211C81270C (OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_val_1(); int32_t L_1; L_1 = Query_GetXPathType_m80F7772A0C42CC4E9B8788B91EA88C8806A0D77F(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.OperandQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * OperandQuery_Clone_m5EC26923C7992CF6F46B8180A35907A963C4B216 (OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1 * __this, const RuntimeMethod* method) { { return __this; } } #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.XPath.Operator/Op MS.Internal.Xml.XPath.Operator::InvertOperator(MS.Internal.Xml.XPath.Operator/Op) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Operator_InvertOperator_m65399C78267807B4ECC89C60412DA22207E247BB (int32_t ___op0, 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; } { IL2CPP_RUNTIME_CLASS_INIT(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7* L_0 = ((Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_StaticFields*)il2cpp_codegen_static_fields_for(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var))->get_invertOp_0(); int32_t L_1 = ___op0; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (int32_t)(L_0)->GetAt(static_cast(L_2)); return (int32_t)(L_3); } } // 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) { { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); int32_t L_0 = ___op0; __this->set_opType_1(L_0); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1 = ___opnd11; __this->set_opnd1_2(L_1); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_2 = ___opnd22; __this->set_opnd2_3(L_2); return; } } // MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Operator::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Operator_get_Type_m3A5F44F176DA8637D74F31C57738559EC872F3BB (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Operator::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Operator_get_ReturnType_mE1F4FBB439A26C314DE073B370EE609631A87117 (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_opType_1(); if ((((int32_t)L_0) > ((int32_t)8))) { goto IL_000b; } } { return (int32_t)(2); } IL_000b: { int32_t L_1 = __this->get_opType_1(); if ((((int32_t)L_1) > ((int32_t)((int32_t)13)))) { goto IL_0017; } } { return (int32_t)(0); } IL_0017: { return (int32_t)(3); } } // MS.Internal.Xml.XPath.Operator/Op MS.Internal.Xml.XPath.Operator::get_OperatorType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Operator_get_OperatorType_m4E601438B4045B971CF3619567277DF7765D2B76 (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_opType_1(); return L_0; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Operator::get_Operand1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Operator_get_Operand1_mE2955557D1117E077815E8FAA909623C93951EC1 (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_opnd1_2(); return L_0; } } // MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Operator::get_Operand2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Operator_get_Operand2_m86AFF6D68C162BC982E000E8BCAD7FA1EA9E7253 (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_opnd2_3(); return L_0; } } // System.Void MS.Internal.Xml.XPath.Operator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Operator__cctor_mED64D20B1337A8A72AB7C4B67ED1AC25263EAC3A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12_FieldInfo_var); s_Il2CppMethodInitialized = true; } { OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7* L_0 = (OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7*)(OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7*)SZArrayNew(OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9)); OpU5BU5D_t0A06BE02EB806F756DB9BA39710CAFC99A1FA1D7* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tAA330E6B4295DC1363094EDE988D3B524C40486E____ED18A4A1FF7C89B400D7CA156BA8D11BB09E1DE4_12_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_StaticFields*)il2cpp_codegen_static_fields_for(Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var))->set_invertOp_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.ParentQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentQuery__ctor_mAD2208D2C39FF4110317CF466335CC845617102E (ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * __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; CacheAxisQuery__ctor_mC41E9AA86243A09BFF3F8C798AA3F7C5C2777598(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.ParentQuery::.ctor(MS.Internal.Xml.XPath.ParentQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentQuery__ctor_m41E273E7EAA9D5947F85E53ABA918145EC772BC7 (ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * __this, ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * ___other0, const RuntimeMethod* method) { { ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * L_0 = ___other0; CacheAxisQuery__ctor_mF91543D23F894523DA0EC90EB0BBDD10A47DBB4D(__this, L_0, /*hidden argument*/NULL); return; } } // System.Object MS.Internal.Xml.XPath.ParentQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParentQuery_Evaluate_m2C89CEDF5F555D27C36E3A2A1290E97A5A00E2C3 (ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method) { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___context0; RuntimeObject * L_1; L_1 = CacheAxisQuery_Evaluate_m36B061DE371FE64903FC451CAC87BFA3D7F01CC9(__this, L_0, /*hidden argument*/NULL); goto IL_0030; } IL_000a: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = V_0; NullCheck(L_2); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3; L_3 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_2); V_0 = L_3; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_4); if (!L_5) { goto IL_0030; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = V_0; bool L_7; L_7 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_6); if (!L_7) { goto IL_0030; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_8 = ((CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA *)__this)->get_outputBuffer_9(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = V_0; bool L_10; L_10 = Query_Insert_mB941CABF446C6C76C3F031C5A602B92850D7090D(__this, L_8, L_9, /*hidden argument*/NULL); } IL_0030: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_11 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12; L_12 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13 = L_12; V_0 = L_13; if (L_13) { goto IL_000a; } } { return __this; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.ParentQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ParentQuery_Clone_m824BF35129571BCC0AFC71DAE271EEE8484FD57C (ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * L_0 = (ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 *)il2cpp_codegen_object_new(ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920_il2cpp_TypeInfo_var); ParentQuery__ctor_m41E273E7EAA9D5947F85E53ABA918145EC772BC7(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 System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_m036FEED0E74413DA78C5C8C6E9717D819D151752 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, int32_t ___contentType0, const RuntimeMethod* method) { { int32_t L_0 = ___contentType0; ParticleContentValidator__ctor_mFF55C49F124E558C01141456CAA7023C1A76D328(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_mFF55C49F124E558C01141456CAA7023C1A76D328 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, int32_t ___contentType0, bool ___enableUpaCheck1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___contentType0; IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator__ctor_m972153C21852C146EA8BB1E35015E7AFE0ACA400(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___enableUpaCheck1; __this->set_enableUpaCheck_13(L_1); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Start_m5F7A45E5F5562BE2FEAC19614FA29E3BCA436E42 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Positions_t577D66E21F674149C5A3E68851CE88B94C37248F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_0 = (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF *)il2cpp_codegen_object_new(SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF_il2cpp_TypeInfo_var); SymbolsDictionary__ctor_mAED079A4E8AB0F4514D208514898D871EC72DF19(L_0, /*hidden argument*/NULL); __this->set_symbols_7(L_0); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_1 = (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F *)il2cpp_codegen_object_new(Positions_t577D66E21F674149C5A3E68851CE88B94C37248F_il2cpp_TypeInfo_var); Positions__ctor_m714DAA090730CD4CE65ED6EDD4B8673AF3415A9F(L_1, /*hidden argument*/NULL); __this->set_positions_8(L_1); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_2 = (Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 *)il2cpp_codegen_object_new(Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8_il2cpp_TypeInfo_var); Stack__ctor_m7B7EA279423863156F25A04362D9FE6C89FAFE70(L_2, /*hidden argument*/NULL); __this->set_stack_9(L_2); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::OpenGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_OpenGroup_m973BDF07A71F08D03C7894C5575F1F233CB7E8CF (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method) { { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_stack_9(); NullCheck(L_0); VirtualActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_0, NULL); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::CloseGroup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CloseGroup_m994F4F856FB3CA4ED0EDF76256BA860141878BA5 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * V_0 = NULL; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * V_1 = NULL; { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_stack_9(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0); V_0 = ((SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 *)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var)); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_2 = V_0; if (L_2) { goto IL_0015; } } { return; } IL_0015: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_3 = __this->get_stack_9(); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_3); if (L_4) { goto IL_0031; } } { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_5 = V_0; __this->set_contentNode_10(L_5); __this->set_isPartial_11((bool)0); return; } IL_0031: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_6 = __this->get_stack_9(); NullCheck(L_6); RuntimeObject * L_7; L_7 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_6); V_1 = ((InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *)CastclassClass((RuntimeObject*)L_7, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_il2cpp_TypeInfo_var)); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_8 = V_1; if (!L_8) { goto IL_0057; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_9 = V_1; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_10 = V_0; NullCheck(L_9); InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3_inline(L_9, L_10, /*hidden argument*/NULL); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_11 = V_1; V_0 = L_11; __this->set_isPartial_11((bool)1); goto IL_005e; } IL_0057: { __this->set_isPartial_11((bool)0); } IL_005e: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_12 = __this->get_stack_9(); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_13 = V_0; NullCheck(L_12); VirtualActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_12, L_13); return; } } // System.Boolean System.Xml.Schema.ParticleContentValidator::Exists(System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParticleContentValidator_Exists_m17D51B4D1561EB266A8C233F04E6CDB5498FDD5C (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, const RuntimeMethod* method) { { SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_0 = __this->get_symbols_7(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___name0; NullCheck(L_0); bool L_2; L_2 = SymbolsDictionary_Exists_m155E44B30852DAA863AD77ACEA1A26E33BCC5849(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0010; } } { return (bool)1; } IL_0010: { return (bool)0; } } // System.Void System.Xml.Schema.ParticleContentValidator::AddName(System.Xml.XmlQualifiedName,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddName_m4AD6407EF80604C1838783CD9B392949F1185577 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, RuntimeObject * ___particle1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_0 = __this->get_positions_8(); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_1 = __this->get_symbols_7(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_2 = ___name0; RuntimeObject * L_3 = ___particle1; NullCheck(L_1); int32_t L_4; L_4 = SymbolsDictionary_AddName_mF1E4BAA09330850B9A71DB01910BB4B4672C3EF1(L_1, L_2, L_3, /*hidden argument*/NULL); RuntimeObject * L_5 = ___particle1; NullCheck(L_0); int32_t L_6; L_6 = Positions_Add_mEC7D6654760E4112DF78A37BE117A81C3352C6B6(L_0, L_4, L_5, /*hidden argument*/NULL); LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_7 = (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC *)il2cpp_codegen_object_new(LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC_il2cpp_TypeInfo_var); LeafNode__ctor_mB2913A5E0A097153A953EF35C4160512ECC4EB15(L_7, L_6, /*hidden argument*/NULL); ParticleContentValidator_AddLeafNode_m1112C83E162029FBC1C926D99E9AE613C59162AC(__this, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddNamespaceList_mCD51F085021060340A5FBFA5C6BCD5F79AD499C3 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * ___namespaceList0, RuntimeObject * ___particle1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_0 = __this->get_symbols_7(); NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_1 = ___namespaceList0; RuntimeObject * L_2 = ___particle1; NullCheck(L_0); SymbolsDictionary_AddNamespaceList_m1F58093AA405FD4FEB04B4B14230D9197050F1CA(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL); NamespaceList_tF7240543FFF35DFF3F2C1F1C41D14FCD5BFB833A * L_3 = ___namespaceList0; RuntimeObject * L_4 = ___particle1; NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 * L_5 = (NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19 *)il2cpp_codegen_object_new(NamespaceListNode_t79B2B4F95791022B8DD478C3E73517E4BE138B19_il2cpp_TypeInfo_var); NamespaceListNode__ctor_m440B6F48BB5C47F8FF2CAEFDC5B2FC17579B72FA(L_5, L_3, L_4, /*hidden argument*/NULL); ParticleContentValidator_AddLeafNode_m1112C83E162029FBC1C926D99E9AE613C59162AC(__this, L_5, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::AddLeafNode(System.Xml.Schema.SyntaxTreeNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddLeafNode_m1112C83E162029FBC1C926D99E9AE613C59162AC (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * V_0 = NULL; { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_stack_9(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_002c; } } { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_2 = __this->get_stack_9(); NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_2); V_0 = ((InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *)CastclassClass((RuntimeObject*)L_3, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_il2cpp_TypeInfo_var)); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_4 = V_0; if (!L_4) { goto IL_002c; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_5 = V_0; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_6 = ___node0; NullCheck(L_5); InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3_inline(L_5, L_6, /*hidden argument*/NULL); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_7 = V_0; ___node0 = L_7; } IL_002c: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_8 = __this->get_stack_9(); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_9 = ___node0; NullCheck(L_8); VirtualActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_8, L_9); __this->set_isPartial_11((bool)1); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::AddChoice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddChoice_m5F8A03AC7F590C92762A57DF512E798F1E57EC83 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * V_0 = NULL; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * V_1 = NULL; { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_stack_9(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0); V_0 = ((SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 *)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var)); ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C * L_2 = (ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C *)il2cpp_codegen_object_new(ChoiceNode_tEB25C690DCD8CF930A8D5BBDCCDDAFE8E4697E1C_il2cpp_TypeInfo_var); ChoiceNode__ctor_mA0FF108CA99E7EB7BCEC10203E05004938640FEF(L_2, /*hidden argument*/NULL); V_1 = L_2; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_3 = V_1; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_4 = V_0; NullCheck(L_3); InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline(L_3, L_4, /*hidden argument*/NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_5 = __this->get_stack_9(); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_6 = V_1; NullCheck(L_5); VirtualActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_5, L_6); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::AddSequence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddSequence_mA963AD9B631CA8A910CA4B115F408AE71BFE4B53 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * V_0 = NULL; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * V_1 = NULL; { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_stack_9(); NullCheck(L_0); RuntimeObject * L_1; L_1 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_0); V_0 = ((SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 *)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var)); SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_2 = (SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD *)il2cpp_codegen_object_new(SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var); SequenceNode__ctor_mB5DF9B11AE58300BE3B457BA36E79F8AB635D8F2(L_2, /*hidden argument*/NULL); V_1 = L_2; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_3 = V_1; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_4 = V_0; NullCheck(L_3); InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline(L_3, L_4, /*hidden argument*/NULL); Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_5 = __this->get_stack_9(); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_6 = V_1; NullCheck(L_5); VirtualActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_5, L_6); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::AddStar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddStar_m06BFACA99A99EAED7580866C6EC3EBD1F3C6C869 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68 * L_0 = (StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68 *)il2cpp_codegen_object_new(StarNode_t35998B49B3A23F830E11C0EE75377DA3A93E5A68_il2cpp_TypeInfo_var); StarNode__ctor_mF305B4DE3DE9504E4D4B0C132350AD2917FA67B4(L_0, /*hidden argument*/NULL); ParticleContentValidator_Closure_mC02722EC7DC8B99F076DAC32DC43704156D87E92(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::AddPlus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddPlus_m67886BDB9DA79814375C6536F897B264101550E0 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979 * L_0 = (PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979 *)il2cpp_codegen_object_new(PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979_il2cpp_TypeInfo_var); PlusNode__ctor_m8842D4AF6D999A5A62BF512ACD52718CF10B1930(L_0, /*hidden argument*/NULL); ParticleContentValidator_Closure_mC02722EC7DC8B99F076DAC32DC43704156D87E92(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::AddQMark() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddQMark_m6070B936D44FE99227A626DAB134B68B7DBF3254 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803 * L_0 = (QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803 *)il2cpp_codegen_object_new(QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803_il2cpp_TypeInfo_var); QmarkNode__ctor_m84C424AEB93C7854333A5928A67C09C9BACA6C26(L_0, /*hidden argument*/NULL); ParticleContentValidator_Closure_mC02722EC7DC8B99F076DAC32DC43704156D87E92(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.ParticleContentValidator::Closure(System.Xml.Schema.InteriorNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Closure_mC02722EC7DC8B99F076DAC32DC43704156D87E92 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * V_0 = NULL; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * V_1 = NULL; { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_0 = __this->get_stack_9(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_005c; } } { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_2 = __this->get_stack_9(); NullCheck(L_2); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Pop() */, L_2); V_0 = ((SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 *)CastclassClass((RuntimeObject*)L_3, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389_il2cpp_TypeInfo_var)); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_4 = V_0; V_1 = ((InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *)IsInstClass((RuntimeObject*)L_4, InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541_il2cpp_TypeInfo_var)); bool L_5 = __this->get_isPartial_11(); if (!L_5) { goto IL_0046; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_6 = V_1; if (!L_6) { goto IL_0046; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_7 = ___node0; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * 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_7); InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline(L_7, L_9, /*hidden argument*/NULL); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_10 = V_1; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_11 = ___node0; NullCheck(L_10); InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3_inline(L_10, L_11, /*hidden argument*/NULL); goto IL_004f; } IL_0046: { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_12 = ___node0; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_13 = V_0; NullCheck(L_12); InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline(L_12, L_13, /*hidden argument*/NULL); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_14 = ___node0; V_0 = L_14; } IL_004f: { Stack_tF6DD42A42C129B014D4223010F1E0FFBECBDC3B8 * L_15 = __this->get_stack_9(); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_16 = V_0; NullCheck(L_15); VirtualActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_15, L_16); return; } IL_005c: { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_17 = __this->get_contentNode_10(); if (!L_17) { goto IL_0077; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_18 = ___node0; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_19 = __this->get_contentNode_10(); NullCheck(L_18); InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline(L_18, L_19, /*hidden argument*/NULL); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_20 = ___node0; __this->set_contentNode_10(L_20); } IL_0077: { return; } } // System.Xml.Schema.ContentValidator System.Xml.Schema.ParticleContentValidator::Finish(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * ParticleContentValidator_Finish_mBF314E2EA41899551CC6C650847A491EECBE69D8 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, bool ___useDFA0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * V_0 = NULL; LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * V_1 = NULL; int32_t V_2 = 0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_3 = NULL; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_4 = NULL; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* V_5 = NULL; int32_t V_6 = 0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_7 = NULL; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* V_8 = NULL; int32_t V_9 = 0; Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* V_10 = NULL; { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = __this->get_contentNode_10(); if (L_0) { goto IL_0032; } } { int32_t L_1; L_1 = ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_002c; } } { bool L_2; L_2 = ContentValidator_get_IsOpen_m5FB7F989F339D5D84EB296766D73FB6D64198F53(__this, /*hidden argument*/NULL); bool L_3; L_3 = ContentValidator_get_IsOpen_m5FB7F989F339D5D84EB296766D73FB6D64198F53(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0026; } } { IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_4 = ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->get_TextOnly_4(); return L_4; } IL_0026: { IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_5 = ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->get_Any_6(); return L_5; } IL_002c: { IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * L_6 = ((ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var))->get_Empty_3(); return L_6; } IL_0032: { SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD * L_7 = (SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD *)il2cpp_codegen_object_new(SequenceNode_t78A21AD6631AE7818CF1914282B25863653EE4FD_il2cpp_TypeInfo_var); SequenceNode__ctor_mB5DF9B11AE58300BE3B457BA36E79F8AB635D8F2(L_7, /*hidden argument*/NULL); V_0 = L_7; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_8 = V_0; SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_9 = __this->get_contentNode_10(); NullCheck(L_8); InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline(L_8, L_9, /*hidden argument*/NULL); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_10 = __this->get_positions_8(); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_11 = __this->get_symbols_7(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_12 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); NullCheck(L_11); int32_t L_13; L_13 = SymbolsDictionary_AddName_mF1E4BAA09330850B9A71DB01910BB4B4672C3EF1(L_11, L_12, NULL, /*hidden argument*/NULL); NullCheck(L_10); int32_t L_14; L_14 = Positions_Add_mEC7D6654760E4112DF78A37BE117A81C3352C6B6(L_10, L_13, NULL, /*hidden argument*/NULL); LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_15 = (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC *)il2cpp_codegen_object_new(LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC_il2cpp_TypeInfo_var); LeafNode__ctor_mB2913A5E0A097153A953EF35C4160512ECC4EB15(L_15, L_14, /*hidden argument*/NULL); V_1 = L_15; InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_16 = V_0; LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_17 = V_1; NullCheck(L_16); InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3_inline(L_16, L_17, /*hidden argument*/NULL); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_18 = __this->get_contentNode_10(); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_19 = V_0; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_20 = __this->get_symbols_7(); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_21 = __this->get_positions_8(); NullCheck(L_18); VirtualActionInvoker3< InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 *, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF *, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_18, L_19, L_20, L_21); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_22 = __this->get_symbols_7(); NullCheck(L_22); int32_t L_23; L_23 = SymbolsDictionary_get_Count_mAE31651169418765C4F54B7B3746AB2016B9077C(L_22, /*hidden argument*/NULL); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_24 = __this->get_positions_8(); NullCheck(L_24); int32_t L_25; L_25 = Positions_get_Count_mA8FAAADEACD8AAC36B9EB1B90A1562181E905AE8(L_24, /*hidden argument*/NULL); V_2 = L_25; int32_t L_26 = V_2; 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_3 = L_27; int32_t L_28 = V_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_29 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_29, L_28, /*hidden argument*/NULL); V_4 = L_29; int32_t L_30 = V_2; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_31 = (BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD*)(BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD*)SZArrayNew(BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD_il2cpp_TypeInfo_var, (uint32_t)L_30); V_5 = L_31; V_6 = 0; goto IL_00cb; } IL_00ba: { BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_32 = V_5; int32_t L_33 = V_6; int32_t L_34 = V_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_35 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_35, L_34, /*hidden argument*/NULL); NullCheck(L_32); ArrayElementTypeCheck (L_32, L_35); (L_32)->SetAt(static_cast(L_33), (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)L_35); int32_t L_36 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00cb: { int32_t L_37 = V_6; int32_t L_38 = V_2; if ((((int32_t)L_37) < ((int32_t)L_38))) { goto IL_00ba; } } { InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_39 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_40 = V_3; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_41 = V_4; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_42 = V_5; NullCheck(L_39); 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_39, L_40, L_41, L_42); int32_t L_43 = __this->get_minMaxNodesCount_12(); if ((((int32_t)L_43) <= ((int32_t)0))) { goto IL_0163; } } { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_44 = V_3; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_45 = V_5; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_46; L_46 = ParticleContentValidator_CalculateTotalFollowposForRangeNodes_mB5CD62FE0663A05A2F3C7EDEC3ED7B5ACEBAAAC1(__this, L_44, L_45, (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 **)(&V_7), /*hidden argument*/NULL); V_8 = L_46; bool L_47 = __this->get_enableUpaCheck_13(); if (!L_47) { goto IL_012f; } } { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_48 = V_3; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_49 = V_7; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_50 = V_8; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_51; L_51 = ParticleContentValidator_GetApplicableMinMaxFollowPos_m0E6FAFE2FF50F19E3AB0926EA018E6A792DB1D3B(__this, L_48, L_49, L_50, /*hidden argument*/NULL); ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m57640135F9E9E950375B988EC29737A882B3276E(__this, L_51, /*hidden argument*/NULL); V_9 = 0; goto IL_012a; } IL_010f: { BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_52 = V_5; int32_t L_53 = V_9; NullCheck(L_52); int32_t L_54 = L_53; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_55 = (L_52)->GetAt(static_cast(L_54)); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_56 = V_7; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_57 = V_8; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_58; L_58 = ParticleContentValidator_GetApplicableMinMaxFollowPos_m0E6FAFE2FF50F19E3AB0926EA018E6A792DB1D3B(__this, L_55, L_56, L_57, /*hidden argument*/NULL); ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m57640135F9E9E950375B988EC29737A882B3276E(__this, L_58, /*hidden argument*/NULL); int32_t L_59 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_012a: { int32_t L_60 = V_9; int32_t L_61 = V_2; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_010f; } } IL_012f: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_62 = V_3; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_63 = V_5; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_64 = __this->get_symbols_7(); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_65 = __this->get_positions_8(); LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_66 = V_1; NullCheck(L_66); int32_t L_67; L_67 = LeafNode_get_Pos_mE1FCC54CA980EE7E6E9D8E0BA16EF6889FF18E5A_inline(L_66, /*hidden argument*/NULL); int32_t L_68; L_68 = ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline(__this, /*hidden argument*/NULL); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_69 = V_0; NullCheck(L_69); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_70; L_70 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_69, /*hidden argument*/NULL); NullCheck(L_70); bool L_71; L_71 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_70); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_72 = V_7; int32_t L_73 = __this->get_minMaxNodesCount_12(); RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52 * L_74 = (RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52 *)il2cpp_codegen_object_new(RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52_il2cpp_TypeInfo_var); RangeContentValidator__ctor_mF49D45F7C208508F8A648DFE1BA00AA3DC9E7261(L_74, L_62, L_63, L_64, L_65, L_67, L_68, L_71, L_72, L_73, /*hidden argument*/NULL); return L_74; } IL_0163: { V_10 = (Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)NULL; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_75 = __this->get_symbols_7(); NullCheck(L_75); bool L_76; L_76 = SymbolsDictionary_get_IsUpaEnforced_mF1CB53D944864D03F27D99ED7EB9F6F3012B28C2_inline(L_75, /*hidden argument*/NULL); if (L_76) { goto IL_0186; } } { bool L_77 = __this->get_enableUpaCheck_13(); if (!L_77) { goto IL_019a; } } { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_78 = V_3; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_79 = V_5; ParticleContentValidator_CheckUniqueParticleAttribution_m20D1BC069D23A2FB347CE62A49B0B545B05A5357(__this, L_78, L_79, /*hidden argument*/NULL); goto IL_019a; } IL_0186: { bool L_80 = ___useDFA0; if (!L_80) { goto IL_019a; } } { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_81 = V_3; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_82 = V_5; LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_83 = V_1; NullCheck(L_83); int32_t L_84; L_84 = LeafNode_get_Pos_mE1FCC54CA980EE7E6E9D8E0BA16EF6889FF18E5A_inline(L_83, /*hidden argument*/NULL); Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_85; L_85 = ParticleContentValidator_BuildTransitionTable_m6B384EC2BC803DD3C4D335740807ABE5DFDE766C(__this, L_81, L_82, L_84, /*hidden argument*/NULL); V_10 = L_85; } IL_019a: { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_86 = V_10; if (!L_86) { goto IL_01c3; } } { Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* L_87 = V_10; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_88 = __this->get_symbols_7(); int32_t L_89; L_89 = ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline(__this, /*hidden argument*/NULL); bool L_90; L_90 = ContentValidator_get_IsOpen_m5FB7F989F339D5D84EB296766D73FB6D64198F53(__this, /*hidden argument*/NULL); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_91 = V_0; NullCheck(L_91); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_92; L_92 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_91, /*hidden argument*/NULL); NullCheck(L_92); bool L_93; L_93 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_92); DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73 * L_94 = (DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73 *)il2cpp_codegen_object_new(DfaContentValidator_tD9EE329E4615F9DEBCF70FDE097C65865C94BC73_il2cpp_TypeInfo_var); DfaContentValidator__ctor_mF130EA6E741D96E57DAAA298A31051ADF7608C12(L_94, L_87, L_88, L_89, L_90, L_93, /*hidden argument*/NULL); return L_94; } IL_01c3: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_95 = V_3; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_96 = V_5; SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_97 = __this->get_symbols_7(); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_98 = __this->get_positions_8(); LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * L_99 = V_1; NullCheck(L_99); int32_t L_100; L_100 = LeafNode_get_Pos_mE1FCC54CA980EE7E6E9D8E0BA16EF6889FF18E5A_inline(L_99, /*hidden argument*/NULL); int32_t L_101; L_101 = ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline(__this, /*hidden argument*/NULL); bool L_102; L_102 = ContentValidator_get_IsOpen_m5FB7F989F339D5D84EB296766D73FB6D64198F53(__this, /*hidden argument*/NULL); InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * L_103 = V_0; NullCheck(L_103); SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_104; L_104 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(L_103, /*hidden argument*/NULL); NullCheck(L_104); bool L_105; L_105 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_104); NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC * L_106 = (NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC *)il2cpp_codegen_object_new(NfaContentValidator_t8CC9F345A587AC8F77E4F543AD1B377060B289CC_il2cpp_TypeInfo_var); NfaContentValidator__ctor_m507762DC326C895250C7D66F3D021A51B80985FA(L_106, L_95, L_96, L_97, L_98, L_100, L_101, L_102, L_105, /*hidden argument*/NULL); return L_106; } } // System.Xml.Schema.BitSet[] System.Xml.Schema.ParticleContentValidator::CalculateTotalFollowposForRangeNodes(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.BitSet&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ParticleContentValidator_CalculateTotalFollowposForRangeNodes_mB5CD62FE0663A05A2F3C7EDEC3ED7B5ACEBAAAC1 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** ___posWithRangeTerminals2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 V_4; memset((&V_4), 0, sizeof(V_4)); LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * V_5 = NULL; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_6 = NULL; int32_t V_7 = 0; Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 V_8; memset((&V_8), 0, sizeof(V_8)); LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * V_9 = NULL; { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_0 = __this->get_positions_8(); NullCheck(L_0); int32_t L_1; L_1 = Positions_get_Count_mA8FAAADEACD8AAC36B9EB1B90A1562181E905AE8(L_0, /*hidden argument*/NULL); V_0 = L_1; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** L_2 = ___posWithRangeTerminals2; int32_t L_3 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_4 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_4, L_3, /*hidden argument*/NULL); *((RuntimeObject **)L_2) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_4); int32_t L_5 = __this->get_minMaxNodesCount_12(); BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_6 = (BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD*)(BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD*)SZArrayNew(BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD_il2cpp_TypeInfo_var, (uint32_t)L_5); V_1 = L_6; V_2 = 0; int32_t L_7 = V_0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); goto IL_0107; } IL_002b: { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_8 = __this->get_positions_8(); int32_t L_9 = V_3; NullCheck(L_8); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_10; L_10 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_8, L_9, /*hidden argument*/NULL); V_4 = L_10; Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_11 = V_4; int32_t L_12 = L_11.get_symbol_0(); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)-2))))) { goto IL_0103; } } { Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_13 = V_4; RuntimeObject * L_14 = L_13.get_particle_1(); V_5 = ((LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 *)IsInstSealed((RuntimeObject*)L_14, LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var)); int32_t L_15 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_16 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_16, L_15, /*hidden argument*/NULL); V_6 = L_16; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_17 = V_6; NullCheck(L_17); BitSet_Clear_mDEB2E185167940AF35FED9A5788A53554A061DE9(L_17, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_18 = V_6; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_19 = ___followpos1; int32_t L_20 = V_3; NullCheck(L_19); int32_t L_21 = L_20; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_22 = (L_19)->GetAt(static_cast(L_21)); NullCheck(L_18); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_18, L_22, /*hidden argument*/NULL); LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * L_23 = V_5; NullCheck(L_23); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_24; L_24 = LeafRangeNode_get_Min_m9ACB52885522383A21EB6FB7116DB9CC618531D6_inline(L_23, /*hidden argument*/NULL); LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * L_25 = V_5; NullCheck(L_25); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_26; L_26 = LeafRangeNode_get_Max_m6A46C79DF4AE663EAC3FF0C57F34D08A24258A95_inline(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_27; L_27 = Decimal_op_Inequality_m1524E424F030A184C95FA1AF24C76487E612E296(L_24, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0091; } } { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_28 = V_6; LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * L_29 = V_5; NullCheck(L_29); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_30; L_30 = LeafRangeNode_get_NextIteration_m4913B769997A91093E84E01B29E836E6F5C7C601_inline(L_29, /*hidden argument*/NULL); NullCheck(L_28); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_28, L_30, /*hidden argument*/NULL); } IL_0091: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_31 = V_6; NullCheck(L_31); int32_t L_32; L_32 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_31, (-1), /*hidden argument*/NULL); V_7 = L_32; goto IL_00e5; } IL_009d: { int32_t L_33 = V_7; int32_t L_34 = V_3; if ((((int32_t)L_33) <= ((int32_t)L_34))) { goto IL_00da; } } { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_35 = __this->get_positions_8(); int32_t L_36 = V_7; NullCheck(L_35); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_37; L_37 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_35, L_36, /*hidden argument*/NULL); V_8 = L_37; Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_38 = V_8; int32_t L_39 = L_38.get_symbol_0(); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)-2))))) { goto IL_00da; } } { Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_40 = V_8; RuntimeObject * L_41 = L_40.get_particle_1(); V_9 = ((LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 *)IsInstSealed((RuntimeObject*)L_41, LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var)); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_42 = V_6; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_43 = V_1; LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * L_44 = V_9; NullCheck(L_44); int32_t L_45; L_45 = LeafNode_get_Pos_mE1FCC54CA980EE7E6E9D8E0BA16EF6889FF18E5A_inline(L_44, /*hidden argument*/NULL); NullCheck(L_43); int32_t L_46 = L_45; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_47 = (L_43)->GetAt(static_cast(L_46)); NullCheck(L_42); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_42, L_47, /*hidden argument*/NULL); } IL_00da: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_48 = V_6; int32_t L_49 = V_7; NullCheck(L_48); int32_t L_50; L_50 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_48, L_49, /*hidden argument*/NULL); V_7 = L_50; } IL_00e5: { int32_t L_51 = V_7; if ((!(((uint32_t)L_51) == ((uint32_t)(-1))))) { goto IL_009d; } } { BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_52 = V_1; int32_t L_53 = V_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_54 = V_6; NullCheck(L_52); ArrayElementTypeCheck (L_52, L_54); (L_52)->SetAt(static_cast(L_53), (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)L_54); LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * L_55 = V_5; int32_t L_56 = V_2; int32_t L_57 = L_56; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1)); NullCheck(L_55); LeafNode_set_Pos_m3FE6DE6E690AFE747A6898DD4C6FBD5B1B8C3B0E_inline(L_55, L_57, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 ** L_58 = ___posWithRangeTerminals2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_59 = *((BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 **)L_58); int32_t L_60 = V_3; NullCheck(L_59); BitSet_Set_m537E6F3B227408BA917DD58BAE786DCD659E6F77(L_59, L_60, /*hidden argument*/NULL); } IL_0103: { int32_t L_61 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)); } IL_0107: { int32_t L_62 = V_3; if ((((int32_t)L_62) >= ((int32_t)0))) { goto IL_002b; } } { BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_63 = V_1; return L_63; } } // System.Void System.Xml.Schema.ParticleContentValidator::CheckCMUPAWithLeafRangeNodes(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m57640135F9E9E950375B988EC29737A882B3276E (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___curpos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; int32_t V_1 = 0; Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_0 = __this->get_symbols_7(); NullCheck(L_0); int32_t L_1; L_1 = SymbolsDictionary_get_Count_mAE31651169418765C4F54B7B3746AB2016B9077C(L_0, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_3 = ___curpos0; NullCheck(L_3); int32_t L_4; L_4 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_3, (-1), /*hidden argument*/NULL); V_1 = L_4; goto IL_0058; } IL_001b: { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_5 = __this->get_positions_8(); int32_t L_6 = V_1; NullCheck(L_5); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_7; L_7 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_8 = V_2; int32_t L_9 = L_8.get_symbol_0(); V_3 = L_9; int32_t L_10 = V_3; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_0050; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = V_0; int32_t L_12 = V_3; NullCheck(L_11); int32_t L_13 = L_12; RuntimeObject * L_14 = (L_11)->GetAt(static_cast(L_13)); if (!L_14) { goto IL_0047; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_15 = V_0; int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; RuntimeObject * L_18 = (L_15)->GetAt(static_cast(L_17)); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_19 = V_2; RuntimeObject * L_20 = L_19.get_particle_1(); UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA * L_21 = (UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA_il2cpp_TypeInfo_var))); UpaException__ctor_m8477F8F2C92D245269451AC32F07043BB741B937(L_21, L_18, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m57640135F9E9E950375B988EC29737A882B3276E_RuntimeMethod_var))); } IL_0047: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_22 = V_0; int32_t L_23 = V_3; Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_24 = V_2; RuntimeObject * L_25 = L_24.get_particle_1(); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(L_23), (RuntimeObject *)L_25); } IL_0050: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_26 = ___curpos0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28; L_28 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_26, L_27, /*hidden argument*/NULL); V_1 = L_28; } IL_0058: { int32_t L_29 = V_1; if ((!(((uint32_t)L_29) == ((uint32_t)(-1))))) { goto IL_001b; } } { return; } } // System.Xml.Schema.BitSet System.Xml.Schema.ParticleContentValidator::GetApplicableMinMaxFollowPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ParticleContentValidator_GetApplicableMinMaxFollowPos_m0E6FAFE2FF50F19E3AB0926EA018E6A792DB1D3B (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___curpos0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___posWithRangeTerminals1, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___minmaxFollowPos2, 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); s_Il2CppMethodInitialized = true; } BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_0 = NULL; int32_t V_1 = 0; LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * V_2 = NULL; { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___curpos0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_1 = ___posWithRangeTerminals1; NullCheck(L_0); bool L_2; L_2 = BitSet_Intersects_mE58DAE3469C94CC56347E78DA0042E65A6F74DD7(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_006b; } } { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_3 = __this->get_positions_8(); NullCheck(L_3); int32_t L_4; L_4 = Positions_get_Count_mA8FAAADEACD8AAC36B9EB1B90A1562181E905AE8(L_3, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_5 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_5, L_4, /*hidden argument*/NULL); V_0 = L_5; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_6 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_7 = ___curpos0; NullCheck(L_6); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_6, L_7, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_8 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_9 = ___posWithRangeTerminals1; NullCheck(L_8); BitSet_And_m0EF78E42083185D739F209094F2116E8B22B7C30(L_8, L_9, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_10 = ___curpos0; NullCheck(L_10); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_11; L_11 = BitSet_Clone_m42F3015E96CD274C9938B5B8F1E6AA8661EBF603(L_10, /*hidden argument*/NULL); ___curpos0 = L_11; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_12 = V_0; NullCheck(L_12); int32_t L_13; L_13 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_12, (-1), /*hidden argument*/NULL); V_1 = L_13; goto IL_0067; } IL_003a: { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_14 = __this->get_positions_8(); int32_t L_15 = V_1; NullCheck(L_14); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_16; L_16 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_14, L_15, /*hidden argument*/NULL); RuntimeObject * L_17 = L_16.get_particle_1(); V_2 = ((LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 *)IsInstSealed((RuntimeObject*)L_17, LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155_il2cpp_TypeInfo_var)); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_18 = ___curpos0; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_19 = ___minmaxFollowPos2; LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * L_20 = V_2; NullCheck(L_20); int32_t L_21; L_21 = LeafNode_get_Pos_mE1FCC54CA980EE7E6E9D8E0BA16EF6889FF18E5A_inline(L_20, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_22 = L_21; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_23 = (L_19)->GetAt(static_cast(L_22)); NullCheck(L_18); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_18, L_23, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_24 = V_0; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26; L_26 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_24, L_25, /*hidden argument*/NULL); V_1 = L_26; } IL_0067: { int32_t L_27 = V_1; if ((!(((uint32_t)L_27) == ((uint32_t)(-1))))) { goto IL_003a; } } IL_006b: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_28 = ___curpos0; return L_28; } } // System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m20D1BC069D23A2FB347CE62A49B0B545B05A5357 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, const RuntimeMethod* method) { int32_t V_0 = 0; { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = ___firstpos0; ParticleContentValidator_CheckUniqueParticleAttribution_m6C017664467EEE3561D4703FFAF0C2519A94D752(__this, L_0, /*hidden argument*/NULL); V_0 = 0; goto IL_0018; } IL_000b: { BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_1 = ___followpos1; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_4 = (L_1)->GetAt(static_cast(L_3)); ParticleContentValidator_CheckUniqueParticleAttribution_m6C017664467EEE3561D4703FFAF0C2519A94D752(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0018: { int32_t L_6 = V_0; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_7 = __this->get_positions_8(); NullCheck(L_7); int32_t L_8; L_8 = Positions_get_Count_mA8FAAADEACD8AAC36B9EB1B90A1562181E905AE8(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_000b; } } { return; } } // System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m6C017664467EEE3561D4703FFAF0C2519A94D752 (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___curpos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_0 = __this->get_symbols_7(); NullCheck(L_0); int32_t L_1; L_1 = SymbolsDictionary_get_Count_mAE31651169418765C4F54B7B3746AB2016B9077C(L_0, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_3 = ___curpos0; NullCheck(L_3); int32_t L_4; L_4 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_3, (-1), /*hidden argument*/NULL); V_1 = L_4; goto IL_0080; } IL_001b: { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_5 = __this->get_positions_8(); int32_t L_6 = V_1; NullCheck(L_5); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_7; L_7 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_5, L_6, /*hidden argument*/NULL); int32_t L_8 = L_7.get_symbol_0(); V_2 = L_8; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = V_0; int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; RuntimeObject * L_12 = (L_9)->GetAt(static_cast(L_11)); if (L_12) { goto IL_0048; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = V_0; int32_t L_14 = V_2; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_15 = __this->get_positions_8(); int32_t L_16 = V_1; NullCheck(L_15); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_17; L_17 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_15, L_16, /*hidden argument*/NULL); RuntimeObject * L_18 = L_17.get_particle_1(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_18); (L_13)->SetAt(static_cast(L_14), (RuntimeObject *)L_18); goto IL_0078; } IL_0048: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = V_0; int32_t L_20 = V_2; NullCheck(L_19); int32_t L_21 = L_20; RuntimeObject * L_22 = (L_19)->GetAt(static_cast(L_21)); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_23 = __this->get_positions_8(); int32_t L_24 = V_1; NullCheck(L_23); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_25; L_25 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_23, L_24, /*hidden argument*/NULL); RuntimeObject * L_26 = L_25.get_particle_1(); if ((((RuntimeObject*)(RuntimeObject *)L_22) == ((RuntimeObject*)(RuntimeObject *)L_26))) { goto IL_0078; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = V_0; int32_t L_28 = V_2; NullCheck(L_27); int32_t L_29 = L_28; RuntimeObject * L_30 = (L_27)->GetAt(static_cast(L_29)); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_31 = __this->get_positions_8(); int32_t L_32 = V_1; NullCheck(L_31); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_33; L_33 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_31, L_32, /*hidden argument*/NULL); RuntimeObject * L_34 = L_33.get_particle_1(); UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA * L_35 = (UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UpaException_tA1089A2FC805996855C458F828D673A4D2F5FEDA_il2cpp_TypeInfo_var))); UpaException__ctor_m8477F8F2C92D245269451AC32F07043BB741B937(L_35, L_30, L_34, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParticleContentValidator_CheckUniqueParticleAttribution_m6C017664467EEE3561D4703FFAF0C2519A94D752_RuntimeMethod_var))); } IL_0078: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_36 = ___curpos0; int32_t L_37 = V_1; NullCheck(L_36); int32_t L_38; L_38 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_36, L_37, /*hidden argument*/NULL); V_1 = L_38; } IL_0080: { int32_t L_39 = V_1; if ((!(((uint32_t)L_39) == ((uint32_t)(-1))))) { goto IL_001b; } } { return; } } // System.Int32[][] System.Xml.Schema.ParticleContentValidator::BuildTransitionTable(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ParticleContentValidator_BuildTransitionTable_m6B384EC2BC803DD3C4D335740807ABE5DFDE766C (ParticleContentValidator_tCD1330C423CCA7FCC0DE650DA36476149FDB0EB8 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, int32_t ___endMarkerPos2, 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*)&BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * V_3 = NULL; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * V_4 = NULL; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * V_5 = NULL; int32_t V_6 = 0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_7 = NULL; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_8 = NULL; int32_t V_9 = 0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * V_10 = NULL; RuntimeObject * V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; { Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_0 = __this->get_positions_8(); NullCheck(L_0); int32_t L_1; L_1 = Positions_get_Count_mA8FAAADEACD8AAC36B9EB1B90A1562181E905AE8(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_1 = ((int32_t)((int32_t)((int32_t)8192)/(int32_t)L_2)); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_3 = __this->get_symbols_7(); NullCheck(L_3); int32_t L_4; L_4 = SymbolsDictionary_get_Count_mAE31651169418765C4F54B7B3746AB2016B9077C(L_3, /*hidden argument*/NULL); V_2 = L_4; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_5 = (ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 *)il2cpp_codegen_object_new(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); ArrayList__ctor_m6847CFECD6BDC2AD10A4AC9852A572B88B8D6B1B(L_5, /*hidden argument*/NULL); V_3 = L_5; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_6 = (Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC *)il2cpp_codegen_object_new(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC_il2cpp_TypeInfo_var); Hashtable__ctor_m2D9C25FB57ACD33B0DF8391D38A165975A1D9A91(L_6, /*hidden argument*/NULL); V_4 = L_6; Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_7 = V_4; int32_t L_8 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_9 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_9, L_8, /*hidden argument*/NULL); int32_t L_10 = (-1); RuntimeObject * L_11 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_10); NullCheck(L_7); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_7, L_9, L_11); Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_12 = (Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 *)il2cpp_codegen_object_new(Queue_t66723C58C7422102C36F8570BE048BD0CC489E52_il2cpp_TypeInfo_var); Queue__ctor_m9844D111CC69802C62565C05109A2557FD21C127(L_12, /*hidden argument*/NULL); V_5 = L_12; V_6 = 0; Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_13 = V_5; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_14 = ___firstpos0; NullCheck(L_13); VirtualActionInvoker1< RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_13, L_14); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_15 = V_4; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_16 = ___firstpos0; int32_t L_17 = 0; RuntimeObject * L_18 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_15, L_16, L_18); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_19 = V_3; int32_t L_20 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))); NullCheck(L_19); int32_t L_22; L_22 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, (RuntimeObject *)(RuntimeObject *)L_21); goto IL_015f; } IL_0074: { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_23 = V_5; NullCheck(L_23); RuntimeObject * L_24; L_24 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(17 /* System.Object System.Collections.Queue::Dequeue() */, L_23); V_7 = ((BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)CastclassSealed((RuntimeObject*)L_24, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var)); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_25 = V_3; int32_t L_26 = V_6; NullCheck(L_25); RuntimeObject * L_27; L_27 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_25, L_26); V_8 = ((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)Castclass((RuntimeObject*)L_27, Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var)); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_28 = V_7; int32_t L_29 = ___endMarkerPos2; NullCheck(L_28); bool L_30; L_30 = BitSet_get_Item_m2695BC4DFBA9F8E1517F7F5D344C5FE012EC29E4(L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00a0; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_31 = V_8; int32_t L_32 = V_2; NullCheck(L_31); (L_31)->SetAt(static_cast(L_32), (int32_t)1); } IL_00a0: { V_9 = 0; goto IL_0151; } IL_00a8: { int32_t L_33 = V_0; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_34 = (BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 *)il2cpp_codegen_object_new(BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438_il2cpp_TypeInfo_var); BitSet__ctor_m39830021947F9923E60000698E8D337C0A8ABBC6(L_34, L_33, /*hidden argument*/NULL); V_10 = L_34; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_35 = V_7; NullCheck(L_35); int32_t L_36; L_36 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_35, (-1), /*hidden argument*/NULL); V_12 = L_36; goto IL_00e8; } IL_00bc: { int32_t L_37 = V_9; Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_38 = __this->get_positions_8(); int32_t L_39 = V_12; NullCheck(L_38); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_40; L_40 = Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7(L_38, L_39, /*hidden argument*/NULL); int32_t L_41 = L_40.get_symbol_0(); if ((!(((uint32_t)L_37) == ((uint32_t)L_41)))) { goto IL_00dd; } } { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_42 = V_10; BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_43 = ___followpos1; int32_t L_44 = V_12; NullCheck(L_43); int32_t L_45 = L_44; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_46 = (L_43)->GetAt(static_cast(L_45)); NullCheck(L_42); BitSet_Or_m97650756E8B9593BFC80DB152D4BE0C4E1BD985F(L_42, L_46, /*hidden argument*/NULL); } IL_00dd: { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_47 = V_7; int32_t L_48 = V_12; NullCheck(L_47); int32_t L_49; L_49 = BitSet_NextSet_m2FFD8DA16EB6AD491C81D40008AC8C88CF1AD95B(L_47, L_48, /*hidden argument*/NULL); V_12 = L_49; } IL_00e8: { int32_t L_50 = V_12; if ((!(((uint32_t)L_50) == ((uint32_t)(-1))))) { goto IL_00bc; } } { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_51 = V_4; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_52 = V_10; NullCheck(L_51); RuntimeObject * L_53; L_53 = VirtualFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_51, L_52); V_11 = L_53; RuntimeObject * L_54 = V_11; if (!L_54) { goto IL_010a; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_55 = V_8; int32_t L_56 = V_9; RuntimeObject * L_57 = V_11; NullCheck(L_55); (L_55)->SetAt(static_cast(L_56), (int32_t)((*(int32_t*)((int32_t*)UnBox(L_57, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); goto IL_014b; } IL_010a: { Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_58 = V_4; NullCheck(L_58); int32_t L_59; L_59 = VirtualFuncInvoker0< int32_t >::Invoke(41 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_58); V_13 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)1)); int32_t L_60 = V_13; int32_t L_61 = V_1; if ((((int32_t)L_60) < ((int32_t)L_61))) { goto IL_011c; } } { return (Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)NULL; } IL_011c: { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_62 = V_5; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_63 = V_10; NullCheck(L_62); VirtualActionInvoker1< RuntimeObject * >::Invoke(15 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_62, L_63); Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * L_64 = V_4; BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_65 = V_10; int32_t L_66 = V_13; int32_t L_67 = L_66; RuntimeObject * L_68 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_67); NullCheck(L_64); VirtualActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_64, L_65, L_68); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_69 = V_3; int32_t L_70 = V_2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_71 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1))); NullCheck(L_69); int32_t L_72; L_72 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_69, (RuntimeObject *)(RuntimeObject *)L_71); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_73 = V_8; int32_t L_74 = V_9; int32_t L_75 = V_13; NullCheck(L_73); (L_73)->SetAt(static_cast(L_74), (int32_t)L_75); } IL_014b: { int32_t L_76 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1)); } IL_0151: { int32_t L_77 = V_9; int32_t L_78 = V_2; if ((((int32_t)L_77) < ((int32_t)L_78))) { goto IL_00a8; } } { int32_t L_79 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1)); } IL_015f: { Queue_t66723C58C7422102C36F8570BE048BD0CC489E52 * L_80 = V_5; NullCheck(L_80); int32_t L_81; L_81 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_80); if ((((int32_t)L_81) > ((int32_t)0))) { goto IL_0074; } } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_82 = V_3; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_83 = { reinterpret_cast (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_84; L_84 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_83, /*hidden argument*/NULL); NullCheck(L_82); RuntimeArray * L_85; L_85 = VirtualFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(49 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_82, L_84); return ((Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF*)Castclass((RuntimeObject*)L_85, Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.PlusNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlusNode_ConstructPos_mCC1C5A2A1077B141FA680A7E11265483137CB1A5 (PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979 * __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.PlusNode::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlusNode_get_IsNullable_m349DDC6B28927073124672B867D0EAB7B74B5265 (PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979 * __this, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0; L_0 = InteriorNode_get_LeftChild_m3C030BB97BAF211A9B13606A9F366D68C49221D1_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_0); return L_1; } } // System.Void System.Xml.Schema.PlusNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlusNode__ctor_m8842D4AF6D999A5A62BF512ACD52718CF10B1930 (PlusNode_t851099EADD1DCF046426D1F879268DF8AC78A979 * __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.Schema.Position IL2CPP_EXTERN_C void Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshal_pinvoke(const Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866& unmarshaled, Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshaled_pinvoke& marshaled) { marshaled.___symbol_0 = unmarshaled.get_symbol_0(); if (unmarshaled.get_particle_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_particle_1())) { marshaled.___particle_1 = il2cpp_codegen_com_query_interface(static_cast(unmarshaled.get_particle_1())); (marshaled.___particle_1)->AddRef(); } else { marshaled.___particle_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_particle_1()); } } else { marshaled.___particle_1 = NULL; } } IL2CPP_EXTERN_C void Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshal_pinvoke_back(const Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshaled_pinvoke& marshaled, Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_symbol_temp_0 = 0; unmarshaled_symbol_temp_0 = marshaled.___symbol_0; unmarshaled.set_symbol_0(unmarshaled_symbol_temp_0); if (marshaled.___particle_1 != NULL) { unmarshaled.set_particle_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___particle_1, Il2CppComObject_il2cpp_TypeInfo_var)); if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_particle_1())) { il2cpp_codegen_com_cache_queried_interface(static_cast(unmarshaled.get_particle_1()), Il2CppIUnknown::IID, marshaled.___particle_1); } } else { unmarshaled.set_particle_1(NULL); } } // Conversion method for clean up from marshalling of: System.Xml.Schema.Position IL2CPP_EXTERN_C void Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshal_pinvoke_cleanup(Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshaled_pinvoke& marshaled) { if (marshaled.___particle_1 != NULL) { (marshaled.___particle_1)->Release(); marshaled.___particle_1 = NULL; } } // Conversion methods for marshalling of: System.Xml.Schema.Position IL2CPP_EXTERN_C void Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshal_com(const Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866& unmarshaled, Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshaled_com& marshaled) { marshaled.___symbol_0 = unmarshaled.get_symbol_0(); if (unmarshaled.get_particle_1() != NULL) { if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_particle_1())) { marshaled.___particle_1 = il2cpp_codegen_com_query_interface(static_cast(unmarshaled.get_particle_1())); (marshaled.___particle_1)->AddRef(); } else { marshaled.___particle_1 = il2cpp_codegen_com_get_or_create_ccw(unmarshaled.get_particle_1()); } } else { marshaled.___particle_1 = NULL; } } IL2CPP_EXTERN_C void Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshal_com_back(const Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshaled_com& marshaled, Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t unmarshaled_symbol_temp_0 = 0; unmarshaled_symbol_temp_0 = marshaled.___symbol_0; unmarshaled.set_symbol_0(unmarshaled_symbol_temp_0); if (marshaled.___particle_1 != NULL) { unmarshaled.set_particle_1(il2cpp_codegen_com_get_or_create_rcw_from_iunknown(marshaled.___particle_1, Il2CppComObject_il2cpp_TypeInfo_var)); if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.get_particle_1())) { il2cpp_codegen_com_cache_queried_interface(static_cast(unmarshaled.get_particle_1()), Il2CppIUnknown::IID, marshaled.___particle_1); } } else { unmarshaled.set_particle_1(NULL); } } // Conversion method for clean up from marshalling of: System.Xml.Schema.Position IL2CPP_EXTERN_C void Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshal_com_cleanup(Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_marshaled_com& marshaled) { if (marshaled.___particle_1 != NULL) { (marshaled.___particle_1)->Release(); marshaled.___particle_1 = NULL; } } // System.Void System.Xml.Schema.Position::.ctor(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Position__ctor_m3F6A5C351510265E5FCE79C95B2F4CF15BB21F35 (Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method) { { int32_t L_0 = ___symbol0; __this->set_symbol_0(L_0); RuntimeObject * L_1 = ___particle1; __this->set_particle_1(L_1); return; } } IL2CPP_EXTERN_C void Position__ctor_m3F6A5C351510265E5FCE79C95B2F4CF15BB21F35_AdjustorThunk (RuntimeObject * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method) { Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Position__ctor_m3F6A5C351510265E5FCE79C95B2F4CF15BB21F35(_thisAdjusted, ___symbol0, ___particle1, 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.Int32 System.Xml.Schema.Positions::Add(System.Int32,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_Add_mEC7D6654760E4112DF78A37BE117A81C3352C6B6 (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * __this, int32_t ___symbol0, RuntimeObject * ___particle1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_positions_0(); int32_t L_1 = ___symbol0; RuntimeObject * L_2 = ___particle1; Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_3; memset((&L_3), 0, sizeof(L_3)); Position__ctor_m3F6A5C351510265E5FCE79C95B2F4CF15BB21F35((&L_3), L_1, L_2, /*hidden argument*/NULL); Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 L_4 = L_3; RuntimeObject * L_5 = Box(Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_il2cpp_TypeInfo_var, &L_4); NullCheck(L_0); int32_t L_6; L_6 = VirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_5); return L_6; } } // System.Xml.Schema.Position System.Xml.Schema.Positions::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 Positions_get_Item_mD49315AADFDD26A392138DB63926773D958A7EA7 (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * __this, int32_t ___pos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_positions_0(); int32_t L_1 = ___pos0; NullCheck(L_0); RuntimeObject * L_2; L_2 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((*(Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 *)((Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866 *)UnBox(L_2, Position_tD9D8C9ECCEF2EC71D72D9BEE2C4A332E402E6866_il2cpp_TypeInfo_var)))); } } // System.Int32 System.Xml.Schema.Positions::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_get_Count_mA8FAAADEACD8AAC36B9EB1B90A1562181E905AE8 (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_positions_0(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Void System.Xml.Schema.Positions::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Positions__ctor_m714DAA090730CD4CE65ED6EDD4B8673AF3415A9F (Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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_positions_0(L_0); 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 MS.Internal.Xml.XPath.PreSiblingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreSiblingQuery__ctor_mB2BC5D756BAEEA5F51B59CAC6ECF6B8A1C37E089 (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, 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); return; } } // System.Void MS.Internal.Xml.XPath.PreSiblingQuery::.ctor(MS.Internal.Xml.XPath.PreSiblingQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PreSiblingQuery__ctor_m0B9A84752B918742A836A4CF6489FB5E6482B32F (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __this, PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * ___other0, const RuntimeMethod* method) { { PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * L_0 = ___other0; CacheAxisQuery__ctor_mF91543D23F894523DA0EC90EB0BBDD10A47DBB4D(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean MS.Internal.Xml.XPath.PreSiblingQuery::NotVisited(System.Xml.XPath.XPathNavigator,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PreSiblingQuery_NotVisited_m112123D82ABCCD924222E174418C4D84A6AA771E (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __this, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * ___nav0, List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * ___parentStk1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; int32_t V_1 = 0; { 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); V_0 = L_1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_2); V_1 = 0; goto IL_0027; } IL_0012: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = V_0; List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_5 = ___parentStk1; int32_t L_6 = V_1; NullCheck(L_5); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7; L_7 = List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_RuntimeMethod_var); NullCheck(L_4); bool L_8; L_8 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_4, L_7); if (!L_8) { goto IL_0023; } } { return (bool)0; } IL_0023: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0027: { int32_t L_10 = V_1; List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_11 = ___parentStk1; NullCheck(L_11); int32_t L_12; L_12 = List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_inline(L_11, /*hidden argument*/List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0012; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_13 = ___parentStk1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_0; NullCheck(L_13); List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50(L_13, L_14, /*hidden argument*/List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var); return (bool)1; } } // System.Object MS.Internal.Xml.XPath.PreSiblingQuery::Evaluate(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PreSiblingQuery_Evaluate_m817F7F53659E33A39C660CB29B0FD59488EB1B34 (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __this, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1F8F8D530C75846EE59B450737DBE7DFF897B925_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mBDB875940B99A7C33406F1340B14A0643FC0801C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m792856D4D11383D04C4E5256C519628AE9B55B84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m6C25C226B14DC67FDCB3C2853FF896274BFDF1B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m9E4380EEBA14423717213FE2C8BCAA13B65E37BE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * V_0 = NULL; Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * V_1 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_2 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_3 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_4 = NULL; { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___context0; RuntimeObject * L_1; L_1 = CacheAxisQuery_Evaluate_m36B061DE371FE64903FC451CAC87BFA3D7F01CC9(__this, L_0, /*hidden argument*/NULL); List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_2 = (List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 *)il2cpp_codegen_object_new(List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960_il2cpp_TypeInfo_var); List_1__ctor_m1F8F8D530C75846EE59B450737DBE7DFF897B925(L_2, /*hidden argument*/List_1__ctor_m1F8F8D530C75846EE59B450737DBE7DFF897B925_RuntimeMethod_var); V_0 = L_2; Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * L_3 = (Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F *)il2cpp_codegen_object_new(Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F_il2cpp_TypeInfo_var); Stack_1__ctor_m6C25C226B14DC67FDCB3C2853FF896274BFDF1B9(L_3, /*hidden argument*/Stack_1__ctor_m6C25C226B14DC67FDCB3C2853FF896274BFDF1B9_RuntimeMethod_var); V_1 = L_3; goto IL_0027; } IL_0016: { Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * L_4 = V_1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); 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); NullCheck(L_4); Stack_1_Push_m792856D4D11383D04C4E5256C519628AE9B55B84(L_4, L_6, /*hidden argument*/Stack_1_Push_m792856D4D11383D04C4E5256C519628AE9B55B84_RuntimeMethod_var); } IL_0027: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_7 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_8; L_8 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_7); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = L_8; V_2 = L_9; ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_9); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_10 = V_2; if (L_10) { goto IL_0016; } } { goto IL_00a9; } IL_003f: { Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * L_11 = V_1; NullCheck(L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12; L_12 = Stack_1_Pop_mBDB875940B99A7C33406F1340B14A0643FC0801C(L_11, /*hidden argument*/Stack_1_Pop_mBDB875940B99A7C33406F1340B14A0643FC0801C_RuntimeMethod_var); V_3 = L_12; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_13 = V_3; 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); if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_00a9; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_15 = V_3; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_15); if ((((int32_t)L_16) == ((int32_t)3))) { goto IL_00a9; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_17 = V_3; List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_18 = V_0; bool L_19; L_19 = PreSiblingQuery_NotVisited_m112123D82ABCCD924222E174418C4D84A6AA771E(__this, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a9; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_20 = V_3; NullCheck(L_20); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_21; L_21 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_20); V_4 = L_21; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_22 = V_4; NullCheck(L_22); bool L_23; L_23 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_22); if (!L_23) { goto IL_00a9; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_24 = V_4; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_24); goto IL_009f; } IL_007d: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_26 = V_4; bool L_27; L_27 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_26); if (!L_27) { goto IL_0096; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_28 = ((CacheAxisQuery_t27F371C5D1306C78AB9BA2E8D44EE6B728B2EBAA *)__this)->get_outputBuffer_9(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_29 = V_4; bool L_30; L_30 = Query_Insert_mB941CABF446C6C76C3F031C5A602B92850D7090D(__this, L_28, L_29, /*hidden argument*/NULL); } IL_0096: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_31 = V_4; NullCheck(L_31); bool L_32; L_32 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_31); if (!L_32) { goto IL_00a9; } } IL_009f: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_33 = V_4; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_34 = V_3; NullCheck(L_33); bool L_35; L_35 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_33, L_34); if (!L_35) { goto IL_007d; } } IL_00a9: { Stack_1_tB22891D3672571413B3B86C9D2482C3A9D61F78F * L_36 = V_1; NullCheck(L_36); int32_t L_37; L_37 = Stack_1_get_Count_m9E4380EEBA14423717213FE2C8BCAA13B65E37BE_inline(L_36, /*hidden argument*/Stack_1_get_Count_m9E4380EEBA14423717213FE2C8BCAA13B65E37BE_RuntimeMethod_var); if (L_37) { goto IL_003f; } } { return __this; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.PreSiblingQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * PreSiblingQuery_Clone_m2FA9D904C7FE7BD2D7FD396609D6C7D7982FBCA8 (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * L_0 = (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE *)il2cpp_codegen_object_new(PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE_il2cpp_TypeInfo_var); PreSiblingQuery__ctor_m0B9A84752B918742A836A4CF6489FB5E6482B32F(L_0, __this, /*hidden argument*/NULL); return L_0; } } // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.PreSiblingQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PreSiblingQuery_get_Properties_mFF587DE882D86AA3AEF8B8E7939B9E5C8F5C2C49 (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * __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.PrecedingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrecedingQuery__ctor_m1A3FF8685E5823030871969BED2E869AE58002DF (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1__ctor_m04F171A0148672D02D20D8E8C2407AB16D726751_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___qyInput0; String_t* L_1 = ___name1; String_t* L_2 = ___prefix2; int32_t L_3 = ___typeTest3; BaseAxisQuery__ctor_m8BEE7B92C323F906B67BFD71F63243C38C05ED03(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_4 = (ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 *)il2cpp_codegen_object_new(ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1_il2cpp_TypeInfo_var); ClonableStack_1__ctor_m04F171A0148672D02D20D8E8C2407AB16D726751(L_4, /*hidden argument*/ClonableStack_1__ctor_m04F171A0148672D02D20D8E8C2407AB16D726751_RuntimeMethod_var); __this->set_ancestorStk_10(L_4); return; } } // System.Void MS.Internal.Xml.XPath.PrecedingQuery::.ctor(MS.Internal.Xml.XPath.PrecedingQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrecedingQuery__ctor_mF1DB2DEE92BA20EE52DF05EB7807E0C9C40C9126 (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * __this, PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Clone_m4995F8F1EBCE98D2B7183045DE109A1D2575F0FB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * L_0 = ___other0; BaseAxisQuery__ctor_mD062A94AC41E22D089BC416BC97334A4D1263556(__this, L_0, /*hidden argument*/NULL); PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * L_1 = ___other0; NullCheck(L_1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2 = L_1->get_workIterator_9(); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_3; L_3 = Query_Clone_m30C906BEAC7D4E15A82A41ADBFC7DD639CA6DEC9(L_2, /*hidden argument*/NULL); __this->set_workIterator_9(L_3); PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * L_4 = ___other0; NullCheck(L_4); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_5 = L_4->get_ancestorStk_10(); NullCheck(L_5); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_6; L_6 = ClonableStack_1_Clone_m4995F8F1EBCE98D2B7183045DE109A1D2575F0FB(L_5, /*hidden argument*/ClonableStack_1_Clone_m4995F8F1EBCE98D2B7183045DE109A1D2575F0FB_RuntimeMethod_var); __this->set_ancestorStk_10(L_6); return; } } // System.Void MS.Internal.Xml.XPath.PrecedingQuery::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrecedingQuery_Reset_m1AAF9F44EC92ED6DB82E6A01C2C424209E94EC5B (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->set_workIterator_9((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)NULL); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_0 = __this->get_ancestorStk_10(); NullCheck(L_0); List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D(L_0, /*hidden argument*/List_1_Clear_mCD3FD85AC67375E2C992D430BBA36F69C1744F5D_RuntimeMethod_var); BaseAxisQuery_Reset_m93D0540BFA0885DFC651373D6E74AA166CA98750(__this, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.PrecedingQuery::Advance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * PrecedingQuery_Advance_m421DFFC47F71B0B56692F24AD7EF56DE90D8A23C (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Peek_m2F9290060960E73E3B780F80D8C8D03B094620D4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Pop_m977565320308A1F3132C0CA2F053D066EF88ACF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Push_m7E303C263B52E8E50DDE43A9E9D9585273B583C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_0 = NULL; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = __this->get_workIterator_9(); if (L_0) { goto IL_00f2; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_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_1 = L_2; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_3 = V_1; if (L_3) { goto IL_001c; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_001c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = V_1; 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_0 = L_5; } IL_0023: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = V_1; NullCheck(L_6); bool L_8; L_8 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, L_6, L_7); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_9 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_qyInput_1(); NullCheck(L_9); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_10; L_10 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_9); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11 = L_10; V_1 = L_11; if (L_11) { goto IL_0023; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12 = V_0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_12); if ((((int32_t)L_13) == ((int32_t)2))) { goto IL_004c; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_14); if ((!(((uint32_t)L_15) == ((uint32_t)3)))) { goto IL_0053; } } IL_004c: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_16); } IL_0053: { ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_18 = __this->get_ancestorStk_10(); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19 = V_0; NullCheck(L_19); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_20; L_20 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_19); NullCheck(L_18); ClonableStack_1_Push_m7E303C263B52E8E50DDE43A9E9D9585273B583C6(L_18, L_20, /*hidden argument*/ClonableStack_1_Push_m7E303C263B52E8E50DDE43A9E9D9585273B583C6_RuntimeMethod_var); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_21 = V_0; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_21); if (L_22) { goto IL_0053; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_23 = V_0; NullCheck(L_23); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_24; L_24 = VirtualFuncInvoker2< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *, int32_t, bool >::Invoke(60 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean) */, L_23, ((int32_t)9), (bool)1); __this->set_workIterator_9(L_24); goto IL_00f2; } IL_007d: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_25 = __this->get_workIterator_9(); NullCheck(L_25); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_26; L_26 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_25); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7(L_26); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_27 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_28 = __this->get_ancestorStk_10(); NullCheck(L_28); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_29; L_29 = ClonableStack_1_Peek_m2F9290060960E73E3B780F80D8C8D03B094620D4(L_28, /*hidden argument*/ClonableStack_1_Peek_m2F9290060960E73E3B780F80D8C8D03B094620D4_RuntimeMethod_var); NullCheck(L_27); bool L_30; L_30 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_27, L_29); if (!L_30) { goto IL_00cf; } } { ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_31 = __this->get_ancestorStk_10(); NullCheck(L_31); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_32; L_32 = ClonableStack_1_Pop_m977565320308A1F3132C0CA2F053D066EF88ACF4(L_31, /*hidden argument*/ClonableStack_1_Pop_m977565320308A1F3132C0CA2F053D066EF88ACF4_RuntimeMethod_var); ClonableStack_1_t86E95CDACCD3D8873ABE6E5B64184B927B1858C1 * L_33 = __this->get_ancestorStk_10(); NullCheck(L_33); int32_t L_34; L_34 = List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_inline(L_33, /*hidden argument*/List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); if (L_34) { goto IL_00f2; } } { ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_currentNode_7((XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL); __this->set_workIterator_9((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)NULL); return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } IL_00cf: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_35 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); bool L_36; L_36 = VirtualFuncInvoker1< bool, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_35); if (!L_36) { goto IL_00f2; } } { int32_t L_37 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_position_8(); ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->set_position_8(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_38 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)__this)->get_currentNode_7(); return L_38; } IL_00f2: { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_39 = __this->get_workIterator_9(); NullCheck(L_39); bool L_40; L_40 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_39); if (L_40) { goto IL_007d; } } { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.PrecedingQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * PrecedingQuery_Clone_m95851239ABF123E34A7197EC934FC6241F76CF89 (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * L_0 = (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D *)il2cpp_codegen_object_new(PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D_il2cpp_TypeInfo_var); PrecedingQuery__ctor_mF1DB2DEE92BA20EE52DF05EB7807E0C9C40C9126(L_0, __this, /*hidden argument*/NULL); return L_0; } } // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.PrecedingQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrecedingQuery_get_Properties_m88F846128BB74FB690B062A07B61495D2367148E (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = Query_get_Properties_mBA407F97604FFB3A2200EAE7EBF3050AE12C2E37(__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.Exception System.Xml.Schema.QNameFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * QNameFacetsChecker_CheckValueFacets_mB5E74D223BBDDC97D4A3094865E8E87324C1A844 (QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC * __this, RuntimeObject * ___value0, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype1, 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*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * 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; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_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_1); RuntimeObject * L_5; L_5 = VirtualFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4); V_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_6 = V_0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_7 = ___datatype1; Exception_t * L_8; L_8 = VirtualFuncInvoker2< Exception_t *, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_6, L_7); return L_8; } } // System.Exception System.Xml.Schema.QNameFacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * QNameFacetsChecker_CheckValueFacets_m26745D71DAAEE09F582EE56DD37ED6DF80DDF059 (QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___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); 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; } RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; 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: { V_1 = G_B3_0; int32_t L_5 = V_1; if (!L_5) { goto IL_00a5; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_6 = ___value0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_7, /*hidden argument*/NULL); V_2 = L_8; int32_t L_9 = V_1; if (!((int32_t)((int32_t)L_9&(int32_t)1))) { goto IL_0044; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_Length_0(); int32_t L_12 = V_2; if ((((int32_t)L_11) == ((int32_t)L_12))) { goto IL_0044; } } { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_14 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_14, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_13, /*hidden argument*/NULL); return L_14; } IL_0044: { int32_t L_15 = V_1; if (!((int32_t)((int32_t)L_15&(int32_t)2))) { goto IL_0062; } } { int32_t L_16 = V_2; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_17 = V_0; NullCheck(L_17); int32_t L_18 = L_17->get_MinLength_1(); if ((((int32_t)L_16) >= ((int32_t)L_18))) { goto IL_0062; } } { 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, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_19, /*hidden argument*/NULL); return L_20; } IL_0062: { int32_t L_21 = V_1; if (!((int32_t)((int32_t)L_21&(int32_t)4))) { goto IL_0080; } } { RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->get_MaxLength_2(); int32_t L_24 = V_2; if ((((int32_t)L_23) >= ((int32_t)L_24))) { goto IL_0080; } } { 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, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_25, /*hidden argument*/NULL); return L_26; } IL_0080: { int32_t L_27 = V_1; if (!((int32_t)((int32_t)L_27&(int32_t)((int32_t)16)))) { goto IL_00a5; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_28 = ___value0; RestrictionFacets_tCB9F2F24F3B08A03D9ED4211125F3229E5C868DA * L_29 = V_0; NullCheck(L_29); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_30 = L_29->get_Enumeration_4(); bool L_31; L_31 = QNameFacetsChecker_MatchEnumeration_m7C4FF6FCC7D85863C1F7065DF07469C8C2E3E1CD(__this, L_28, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00a5; } } { String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_33 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_33, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_32, /*hidden argument*/NULL); return L_33; } IL_00a5: { return (Exception_t *)NULL; } } // System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_mD714A7FF12F994AD4BFBAB39E5DA060F82C2C220 (QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC * __this, RuntimeObject * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___datatype2, 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*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { 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; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_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_1); RuntimeObject * L_5; L_5 = VirtualFuncInvoker2< RuntimeObject *, RuntimeObject *, Type_t * >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_6 = ___enumeration1; bool L_7; L_7 = QNameFacetsChecker_MatchEnumeration_m7C4FF6FCC7D85863C1F7065DF07469C8C2E3E1CD(__this, ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var)), L_6, /*hidden argument*/NULL); return L_7; } } // System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Xml.XmlQualifiedName,System.Collections.ArrayList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_m7C4FF6FCC7D85863C1F7065DF07469C8C2E3E1CD (QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___value0, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___enumeration1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001e; } IL_0004: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___value0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___enumeration1; int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject * L_3; L_3 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2); NullCheck(L_0); bool L_4; L_4 = VirtualFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)CastclassClass((RuntimeObject*)L_3, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))); if (!L_4) { goto IL_001a; } } { return (bool)1; } IL_001a: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_0; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = ___enumeration1; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0004; } } { return (bool)0; } } // System.Void System.Xml.Schema.QNameFacetsChecker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QNameFacetsChecker__ctor_mE0345A5109D0F20D6AEA2D4E2C20A42202DFDC93 (QNameFacetsChecker_t99F79A097A773CEF15CE258DAF0003018994AADC * __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.QmarkNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QmarkNode_ConstructPos_m7EDCBC712BCE3E1A82D8CF60B40BDB051A8E2470 (QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___lastpos1, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos2, const RuntimeMethod* method) { { 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); return; } } // System.Boolean System.Xml.Schema.QmarkNode::get_IsNullable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QmarkNode_get_IsNullable_m8A65D39817857573B68DB31F83AF37A52153A1EE (QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.Schema.QmarkNode::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QmarkNode__ctor_m84C424AEB93C7854333A5928A67C09C9BACA6C26 (QmarkNode_t81952C0AD074EE649E9186843D136BBF43646803 * __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 MS.Internal.Xml.XPath.Query::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Query__ctor_m1EC491C2B27B23CE8D1393228BA83AA3DD2AF574 (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, const RuntimeMethod* method) { { ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D(__this, /*hidden argument*/NULL); return; } } // 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) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___other0; ResetableIterator__ctor_m9DB66BACFFA94011F36AA6069DEC7A94F7BEC1D6(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean MS.Internal.Xml.XPath.Query::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Query_MoveNext_m7930800B5C5640A400F59D9265F071D6295262CD (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, const RuntimeMethod* method) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, __this); return (bool)((!(((RuntimeObject*)(XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 MS.Internal.Xml.XPath.Query::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_get_Count_m09C0D6D8B2CDC23E2C338A54C033C917346355B3 (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, 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; } Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_0 = NULL; { int32_t L_0 = ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->get_count_0(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_003a; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1; L_1 = VirtualFuncInvoker0< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, __this); V_0 = ((Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)CastclassClass((RuntimeObject*)L_1, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06_il2cpp_TypeInfo_var)); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = V_0; NullCheck(L_2); VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_2); ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->set_count_0(0); goto IL_0032; } IL_0024: { int32_t L_3 = ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->get_count_0(); ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->set_count_0(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); } IL_0032: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_4); if (L_5) { goto IL_0024; } } IL_003a: { int32_t L_6 = ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->get_count_0(); return L_6; } } // System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Query_SetXsltContext_mB51189BC33BFDE0AA06DA08F5E75B61BCEA9D42A (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, XsltContext_tBF62815F1D5B51831650F53A8668BC953AEA3B23 * ___context0, const RuntimeMethod* method) { { return; } } // MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.Query::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_get_Properties_mBA407F97604FFB3A2200EAE7EBF3050AE12C2E37 (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)16)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___input0; if (!L_0) { goto IL_000f; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1 = ___input0; NullCheck(L_1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2; L_2 = VirtualFuncInvoker0< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_1); return ((Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)CastclassClass((RuntimeObject*)L_2, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06_il2cpp_TypeInfo_var)); } IL_000f: { return (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.Query::Clone(System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * Query_Clone_m30C906BEAC7D4E15A82A41ADBFC7DD639CA6DEC9 (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ___input0, const RuntimeMethod* method) { { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_0 = ___input0; if (!L_0) { goto IL_000a; } } { XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_1 = ___input0; NullCheck(L_1); XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * L_2; L_2 = VirtualFuncInvoker0< XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_1); return L_2; } IL_000a: { return (XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)NULL; } } // 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) { { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___input0; if (!L_0) { goto IL_000a; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = ___input0; 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); return L_2; } IL_000a: { return (XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 *)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_mA24D42F1ACC5734ED0CD6BA75C9F6D4AEAF2F5B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4B02DB121457D16F5C6EC9A721788AC6D1226A69_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { V_0 = 0; List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_0 = ___buffer0; 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); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0060; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_3 = ___buffer0; int32_t L_4 = V_1; NullCheck(L_3); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_5; L_5 = List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_inline(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)), /*hidden argument*/List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_RuntimeMethod_var); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_6 = ___nav1; int32_t L_7; L_7 = Query_CompareNodes_mFDFC1A9D29C440763197D0A45533C44FC3A8FFD4(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; int32_t L_8 = V_2; if (!L_8) { goto IL_0025; } } { int32_t L_9 = V_2; if ((!(((uint32_t)L_9) == ((uint32_t)2)))) { goto IL_0033; } } { return (bool)0; } IL_0025: { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_10 = ___buffer0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_11 = ___nav1; NullCheck(L_11); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12; L_12 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_11); NullCheck(L_10); List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50(L_10, L_12, /*hidden argument*/List_1_Add_mC06C826B46830C0AF7F555A2B00BB4F4EE93BD50_RuntimeMethod_var); return (bool)1; } IL_0033: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); goto IL_0060; } IL_0039: { int32_t L_14 = V_0; int32_t L_15 = V_1; int32_t L_16; L_16 = Query_GetMedian_m05304BAC1CC129D231ADB7DCA7B3583E9DFF046C(L_14, L_15, /*hidden argument*/NULL); V_3 = L_16; List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_17 = ___buffer0; int32_t L_18 = V_3; NullCheck(L_17); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_19; L_19 = List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_mF6F871B41D4A0D1943AB56466BF2815E95F73777_RuntimeMethod_var); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_20 = ___nav1; int32_t L_21; L_21 = Query_CompareNodes_mFDFC1A9D29C440763197D0A45533C44FC3A8FFD4(L_19, L_20, /*hidden argument*/NULL); V_2 = L_21; int32_t L_22 = V_2; if (!L_22) { goto IL_0058; } } { int32_t L_23 = V_2; if ((!(((uint32_t)L_23) == ((uint32_t)2)))) { goto IL_005e; } } { return (bool)0; } IL_0058: { int32_t L_24 = V_3; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); goto IL_0060; } IL_005e: { int32_t L_25 = V_3; V_1 = L_25; } IL_0060: { int32_t L_26 = V_0; int32_t L_27 = V_1; if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0039; } } { List_1_t1A2458CBF3EBCB02C3FD00942784195EE29CC960 * L_28 = ___buffer0; int32_t L_29 = V_0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_30 = ___nav1; NullCheck(L_30); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_31; L_31 = VirtualFuncInvoker0< XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_30); NullCheck(L_28); List_1_Insert_mA24D42F1ACC5734ED0CD6BA75C9F6D4AEAF2F5B0(L_28, L_29, L_31, /*hidden argument*/List_1_Insert_mA24D42F1ACC5734ED0CD6BA75C9F6D4AEAF2F5B0_RuntimeMethod_var); return (bool)1; } } // System.Int32 MS.Internal.Xml.XPath.Query::GetMedian(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_GetMedian_m05304BAC1CC129D231ADB7DCA7B3583E9DFF046C (int32_t ___l0, int32_t ___r1, const RuntimeMethod* method) { { int32_t L_0 = ___l0; int32_t L_1 = ___r1; return ((int32_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))>>1)); } } // 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) { int32_t V_0 = 0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; int32_t G_B8_0 = 0; { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_0 = ___l0; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_1 = ___r1; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * >::Invoke(52 /* System.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::ComparePosition(System.Xml.XPath.XPathNavigator) */, L_0, L_1); V_0 = L_2; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)3)))) { goto IL_0058; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_4 = ___l0; 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_1; NullCheck(L_6); VirtualActionInvoker0::Invoke(41 /* System.Void System.Xml.XPath.XPathNavigator::MoveToRoot() */, L_6); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_7 = V_1; NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XPath.XPathNavigator::get_BaseURI() */, L_7); V_2 = L_8; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_9 = V_1; XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_10 = ___r1; 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_0030; } } { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_12 = ___r1; 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_1 = L_13; } IL_0030: { XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_14 = V_1; NullCheck(L_14); VirtualActionInvoker0::Invoke(41 /* System.Void System.Xml.XPath.XPathNavigator::MoveToRoot() */, L_14); XPathNavigator_tBA592A54ACCBFC4D6E5A292A72E63435F86A6CA9 * L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XPath.XPathNavigator::get_BaseURI() */, L_15); V_3 = L_16; String_t* L_17 = V_2; String_t* L_18 = V_3; int32_t L_19; L_19 = String_CompareOrdinal_m1C7F94040504F35C89EBC8826D77FEA81B9C2C0E(L_17, L_18, /*hidden argument*/NULL); V_4 = L_19; int32_t L_20 = V_4; if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_0056; } } { int32_t L_21 = V_4; if ((((int32_t)L_21) > ((int32_t)0))) { goto IL_0053; } } { G_B8_0 = 3; goto IL_0057; } IL_0053: { G_B8_0 = 1; goto IL_0057; } IL_0056: { G_B8_0 = 0; } IL_0057: { V_0 = G_B8_0; } IL_0058: { int32_t L_22 = V_0; return L_22; } } // 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) { 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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; if (!((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)IsInstClass((RuntimeObject*)L_0, XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8_il2cpp_TypeInfo_var))) { goto IL_000a; } } { return (int32_t)(3); } IL_000a: { RuntimeObject * L_1 = ___value0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var))) { goto IL_0014; } } { return (int32_t)(1); } IL_0014: { RuntimeObject * L_2 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_2, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_001e; } } { return (int32_t)(0); } IL_001e: { RuntimeObject * L_3 = ___value0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_3, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))) { goto IL_0028; } } { return (int32_t)(2); } IL_0028: { return (int32_t)(4); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.QueryBuilder::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryBuilder_Reset_m63E844268AFEEC0DB5FC2B7C91BBC383D6C4FE92 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, const RuntimeMethod* method) { { __this->set_parseDepth_6(0); __this->set_needContext_4((bool)0); return; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessAxis(MS.Internal.Xml.XPath.Axis,MS.Internal.Xml.XPath.QueryBuilder/Flags,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessAxis_m468BF6B31ED793C34C0939B4AD55BA2202342E3F (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * ___root0, int32_t ___flags1, int32_t* ___props2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_0 = NULL; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_1 = NULL; int32_t V_2 = 0; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * V_3 = NULL; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_4 = NULL; int32_t V_5 = 0; { V_0 = (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_0 = ___root0; NullCheck(L_0); String_t* L_1; L_1 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_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 ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0017; } } { __this->set_needContext_4((bool)1); } IL_0017: { __this->set_firstInput_5((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_3 = ___root0; NullCheck(L_3); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4; L_4 = Axis_get_Input_m74EB33B775BE74B2F659671B4522C0BF28FC5741_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_00df; } } { V_2 = 0; int32_t L_5 = ___flags1; if (((int32_t)((int32_t)L_5&(int32_t)2))) { goto IL_00ce; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_6 = ___root0; NullCheck(L_6); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_7; L_7 = Axis_get_Input_m74EB33B775BE74B2F659671B4522C0BF28FC5741_inline(L_6, /*hidden argument*/NULL); V_3 = ((Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E *)IsInstClass((RuntimeObject*)L_7, Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var)); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_8 = V_3; if (!L_8) { goto IL_00b8; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_9 = ___root0; NullCheck(L_9); int32_t L_10; L_10 = Axis_get_TypeOfAxis_m14A76541B695D03A83967DE990C6CDCEF3D2E92D_inline(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_00b8; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_11 = V_3; NullCheck(L_11); int32_t L_12; L_12 = Axis_get_TypeOfAxis_m14A76541B695D03A83967DE990C6CDCEF3D2E92D_inline(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)5)))) { goto IL_00b8; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_13 = V_3; NullCheck(L_13); int32_t L_14; L_14 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)9))))) { goto IL_00b8; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_15 = V_3; NullCheck(L_15); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_16; L_16 = Axis_get_Input_m74EB33B775BE74B2F659671B4522C0BF28FC5741_inline(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0078; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_17 = V_3; NullCheck(L_17); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_18; L_18 = Axis_get_Input_m74EB33B775BE74B2F659671B4522C0BF28FC5741_inline(L_17, /*hidden argument*/NULL); int32_t* L_19 = ___props2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_20; L_20 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, L_18, 1, (int32_t*)L_19, /*hidden argument*/NULL); V_4 = L_20; goto IL_0082; } IL_0078: { ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A * L_21 = (ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A *)il2cpp_codegen_object_new(ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A_il2cpp_TypeInfo_var); ContextQuery__ctor_m8BCF77C3DDA6AD2D0634F44891F78FD7ED3A4D19(L_21, /*hidden argument*/NULL); V_4 = L_21; int32_t* L_22 = ___props2; *((int32_t*)L_22) = (int32_t)0; } IL_0082: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_23 = V_4; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_24 = ___root0; NullCheck(L_24); String_t* L_25; L_25 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_24, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_26 = ___root0; NullCheck(L_26); String_t* L_27; L_27 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_26, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_28 = ___root0; NullCheck(L_28); int32_t L_29; L_29 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_28, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_30 = V_3; NullCheck(L_30); bool L_31; L_31 = Axis_get_AbbrAxis_m93098A9734715F92E1365665E4E7D5586963A7FC_inline(L_30, /*hidden argument*/NULL); DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29 * L_32 = (DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29 *)il2cpp_codegen_object_new(DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29_il2cpp_TypeInfo_var); DescendantQuery__ctor_m1FB1163CA152D2EE6D5060EC6634819C00A22B0C(L_32, L_23, L_25, L_27, L_29, (bool)0, L_31, /*hidden argument*/NULL); V_0 = L_32; int32_t* L_33 = ___props2; int32_t L_34 = *((int32_t*)L_33); if (!((int32_t)((int32_t)L_34&(int32_t)8))) { goto IL_00b0; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_35 = V_0; DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 * L_36 = (DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 *)il2cpp_codegen_object_new(DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var); DocumentOrderQuery__ctor_mFE555D443BFC990F4D82AA427B6848ED6C445854(L_36, L_35, /*hidden argument*/NULL); V_0 = L_36; } IL_00b0: { int32_t* L_37 = ___props2; int32_t* L_38 = ___props2; int32_t L_39 = *((int32_t*)L_38); *((int32_t*)L_37) = (int32_t)((int32_t)((int32_t)L_39|(int32_t)8)); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_40 = V_0; return L_40; } IL_00b8: { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_41 = ___root0; NullCheck(L_41); int32_t L_42; L_42 = Axis_get_TypeOfAxis_m14A76541B695D03A83967DE990C6CDCEF3D2E92D_inline(L_41, /*hidden argument*/NULL); if ((((int32_t)L_42) == ((int32_t)4))) { goto IL_00ca; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_43 = ___root0; NullCheck(L_43); int32_t L_44; L_44 = Axis_get_TypeOfAxis_m14A76541B695D03A83967DE990C6CDCEF3D2E92D_inline(L_43, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)5)))) { goto IL_00ce; } } IL_00ca: { int32_t L_45 = V_2; V_2 = ((int32_t)((int32_t)L_45|(int32_t)1)); } IL_00ce: { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_46 = ___root0; NullCheck(L_46); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_47; L_47 = Axis_get_Input_m74EB33B775BE74B2F659671B4522C0BF28FC5741_inline(L_46, /*hidden argument*/NULL); int32_t L_48 = V_2; int32_t* L_49 = ___props2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_50; L_50 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, L_47, L_48, (int32_t*)L_49, /*hidden argument*/NULL); V_1 = L_50; goto IL_00e8; } IL_00df: { ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A * L_51 = (ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A *)il2cpp_codegen_object_new(ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A_il2cpp_TypeInfo_var); ContextQuery__ctor_m8BCF77C3DDA6AD2D0634F44891F78FD7ED3A4D19(L_51, /*hidden argument*/NULL); V_1 = L_51; int32_t* L_52 = ___props2; *((int32_t*)L_52) = (int32_t)0; } IL_00e8: { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_53 = ___root0; NullCheck(L_53); int32_t L_54; L_54 = Axis_get_TypeOfAxis_m14A76541B695D03A83967DE990C6CDCEF3D2E92D_inline(L_53, /*hidden argument*/NULL); V_5 = L_54; int32_t L_55 = V_5; switch (L_55) { case 0: { goto IL_0130; } case 1: { goto IL_0155; } case 2: { goto IL_0322; } case 3: { goto IL_017a; } case 4: { goto IL_01da; } case 5: { goto IL_022f; } case 6: { goto IL_02b2; } case 7: { goto IL_02d6; } case 8: { goto IL_0358; } case 9: { goto IL_01bc; } case 10: { goto IL_028e; } case 11: { goto IL_0304; } case 12: { goto IL_033d; } } } { goto IL_03a4; } IL_0130: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_56 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_57 = ___root0; NullCheck(L_57); String_t* L_58; L_58 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_57, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_59 = ___root0; NullCheck(L_59); String_t* L_60; L_60 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_59, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_61 = ___root0; NullCheck(L_61); int32_t L_62; L_62 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_61, /*hidden argument*/NULL); XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * L_63 = (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D *)il2cpp_codegen_object_new(XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D_il2cpp_TypeInfo_var); XPathAncestorQuery__ctor_m2DF70A004A3E3A8DBBFA09055FFEEF775583278F(L_63, L_56, L_58, L_60, L_62, (bool)0, /*hidden argument*/NULL); V_0 = L_63; int32_t* L_64 = ___props2; int32_t* L_65 = ___props2; int32_t L_66 = *((int32_t*)L_65); *((int32_t*)L_64) = (int32_t)((int32_t)((int32_t)L_66|(int32_t)8)); goto IL_03b5; } IL_0155: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_67 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_68 = ___root0; NullCheck(L_68); String_t* L_69; L_69 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_68, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_70 = ___root0; NullCheck(L_70); String_t* L_71; L_71 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_70, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_72 = ___root0; NullCheck(L_72); int32_t L_73; L_73 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_72, /*hidden argument*/NULL); XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D * L_74 = (XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D *)il2cpp_codegen_object_new(XPathAncestorQuery_tEB97ADF12AB115910EA4C4A719B49CDB5BADDC3D_il2cpp_TypeInfo_var); XPathAncestorQuery__ctor_m2DF70A004A3E3A8DBBFA09055FFEEF775583278F(L_74, L_67, L_69, L_71, L_73, (bool)1, /*hidden argument*/NULL); V_0 = L_74; int32_t* L_75 = ___props2; int32_t* L_76 = ___props2; int32_t L_77 = *((int32_t*)L_76); *((int32_t*)L_75) = (int32_t)((int32_t)((int32_t)L_77|(int32_t)8)); goto IL_03b5; } IL_017a: { int32_t* L_78 = ___props2; int32_t L_79 = *((int32_t*)L_78); if (!((int32_t)((int32_t)L_79&(int32_t)8))) { goto IL_019e; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_80 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_81 = ___root0; NullCheck(L_81); String_t* L_82; L_82 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_81, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_83 = ___root0; NullCheck(L_83); String_t* L_84; L_84 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_83, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_85 = ___root0; NullCheck(L_85); int32_t L_86; L_86 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_85, /*hidden argument*/NULL); CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03 * L_87 = (CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03 *)il2cpp_codegen_object_new(CacheChildrenQuery_t02BFD5B62BDE188F2A8B1105A0274FF48EF6DC03_il2cpp_TypeInfo_var); CacheChildrenQuery__ctor_m75CAD208E5EE424E468AE1CD6DA566EFEB0E9268(L_87, L_80, L_82, L_84, L_86, /*hidden argument*/NULL); V_0 = L_87; goto IL_03b5; } IL_019e: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_88 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_89 = ___root0; NullCheck(L_89); String_t* L_90; L_90 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_89, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_91 = ___root0; NullCheck(L_91); String_t* L_92; L_92 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_91, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_93 = ___root0; NullCheck(L_93); int32_t L_94; L_94 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_93, /*hidden argument*/NULL); ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF * L_95 = (ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF *)il2cpp_codegen_object_new(ChildrenQuery_t56C835E2366928ABC6312CFD3E24664ED8647ECF_il2cpp_TypeInfo_var); ChildrenQuery__ctor_mA5A72DB24C2408439D5176B7D42CE887F02783F3(L_95, L_88, L_90, L_92, L_94, /*hidden argument*/NULL); V_0 = L_95; goto IL_03b5; } IL_01bc: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_96 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_97 = ___root0; NullCheck(L_97); String_t* L_98; L_98 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_97, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_99 = ___root0; NullCheck(L_99); String_t* L_100; L_100 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_99, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_101 = ___root0; NullCheck(L_101); int32_t L_102; L_102 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_101, /*hidden argument*/NULL); ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 * L_103 = (ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920 *)il2cpp_codegen_object_new(ParentQuery_t5F3505031288DD7F406C5CBC81068D1D940EF920_il2cpp_TypeInfo_var); ParentQuery__ctor_mAD2208D2C39FF4110317CF466335CC845617102E(L_103, L_96, L_98, L_100, L_102, /*hidden argument*/NULL); V_0 = L_103; goto IL_03b5; } IL_01da: { int32_t L_104 = ___flags1; if (!((int32_t)((int32_t)L_104&(int32_t)1))) { goto IL_01fc; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_105 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_106 = ___root0; NullCheck(L_106); String_t* L_107; L_107 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_106, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_108 = ___root0; NullCheck(L_108); String_t* L_109; L_109 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_108, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_110 = ___root0; NullCheck(L_110); int32_t L_111; L_111 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_110, /*hidden argument*/NULL); DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30 * L_112 = (DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30 *)il2cpp_codegen_object_new(DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30_il2cpp_TypeInfo_var); DescendantOverDescendantQuery__ctor_m3A82A8503C139CF18B176063E489FCAEFB9F112D(L_112, L_105, (bool)0, L_107, L_109, L_111, (bool)0, /*hidden argument*/NULL); V_0 = L_112; goto IL_0224; } IL_01fc: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_113 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_114 = ___root0; NullCheck(L_114); String_t* L_115; L_115 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_114, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_116 = ___root0; NullCheck(L_116); String_t* L_117; L_117 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_116, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_118 = ___root0; NullCheck(L_118); int32_t L_119; L_119 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_118, /*hidden argument*/NULL); DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29 * L_120 = (DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29 *)il2cpp_codegen_object_new(DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29_il2cpp_TypeInfo_var); DescendantQuery__ctor_m1FB1163CA152D2EE6D5060EC6634819C00A22B0C(L_120, L_113, L_115, L_117, L_119, (bool)0, (bool)0, /*hidden argument*/NULL); V_0 = L_120; int32_t* L_121 = ___props2; int32_t L_122 = *((int32_t*)L_121); if (!((int32_t)((int32_t)L_122&(int32_t)8))) { goto IL_0224; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_123 = V_0; DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 * L_124 = (DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 *)il2cpp_codegen_object_new(DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var); DocumentOrderQuery__ctor_mFE555D443BFC990F4D82AA427B6848ED6C445854(L_124, L_123, /*hidden argument*/NULL); V_0 = L_124; } IL_0224: { int32_t* L_125 = ___props2; int32_t* L_126 = ___props2; int32_t L_127 = *((int32_t*)L_126); *((int32_t*)L_125) = (int32_t)((int32_t)((int32_t)L_127|(int32_t)8)); goto IL_03b5; } IL_022f: { int32_t L_128 = ___flags1; if (!((int32_t)((int32_t)L_128&(int32_t)1))) { goto IL_0256; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_129 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_130 = ___root0; NullCheck(L_130); String_t* L_131; L_131 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_130, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_132 = ___root0; NullCheck(L_132); String_t* L_133; L_133 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_132, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_134 = ___root0; NullCheck(L_134); int32_t L_135; L_135 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_134, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_136 = ___root0; NullCheck(L_136); bool L_137; L_137 = Axis_get_AbbrAxis_m93098A9734715F92E1365665E4E7D5586963A7FC_inline(L_136, /*hidden argument*/NULL); DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30 * L_138 = (DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30 *)il2cpp_codegen_object_new(DescendantOverDescendantQuery_tCBA8F16A41E1B998CA4894F57D2D3E4B56CEBE30_il2cpp_TypeInfo_var); DescendantOverDescendantQuery__ctor_m3A82A8503C139CF18B176063E489FCAEFB9F112D(L_138, L_129, (bool)1, L_131, L_133, L_135, L_137, /*hidden argument*/NULL); V_0 = L_138; goto IL_0283; } IL_0256: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_139 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_140 = ___root0; NullCheck(L_140); String_t* L_141; L_141 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_140, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_142 = ___root0; NullCheck(L_142); String_t* L_143; L_143 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_142, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_144 = ___root0; NullCheck(L_144); int32_t L_145; L_145 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_144, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_146 = ___root0; NullCheck(L_146); bool L_147; L_147 = Axis_get_AbbrAxis_m93098A9734715F92E1365665E4E7D5586963A7FC_inline(L_146, /*hidden argument*/NULL); DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29 * L_148 = (DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29 *)il2cpp_codegen_object_new(DescendantQuery_t7EB7BE9B3EB633B82CE72F58470A92543F064C29_il2cpp_TypeInfo_var); DescendantQuery__ctor_m1FB1163CA152D2EE6D5060EC6634819C00A22B0C(L_148, L_139, L_141, L_143, L_145, (bool)1, L_147, /*hidden argument*/NULL); V_0 = L_148; int32_t* L_149 = ___props2; int32_t L_150 = *((int32_t*)L_149); if (!((int32_t)((int32_t)L_150&(int32_t)8))) { goto IL_0283; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_151 = V_0; DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 * L_152 = (DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 *)il2cpp_codegen_object_new(DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var); DocumentOrderQuery__ctor_mFE555D443BFC990F4D82AA427B6848ED6C445854(L_152, L_151, /*hidden argument*/NULL); V_0 = L_152; } IL_0283: { int32_t* L_153 = ___props2; int32_t* L_154 = ___props2; int32_t L_155 = *((int32_t*)L_154); *((int32_t*)L_153) = (int32_t)((int32_t)((int32_t)L_155|(int32_t)8)); goto IL_03b5; } IL_028e: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_156 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_157 = ___root0; NullCheck(L_157); String_t* L_158; L_158 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_157, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_159 = ___root0; NullCheck(L_159); String_t* L_160; L_160 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_159, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_161 = ___root0; NullCheck(L_161); int32_t L_162; L_162 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_161, /*hidden argument*/NULL); PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D * L_163 = (PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D *)il2cpp_codegen_object_new(PrecedingQuery_tC5A0643A2B8EA38E19FF9336A0D7275604E10F6D_il2cpp_TypeInfo_var); PrecedingQuery__ctor_m1A3FF8685E5823030871969BED2E869AE58002DF(L_163, L_156, L_158, L_160, L_162, /*hidden argument*/NULL); V_0 = L_163; int32_t* L_164 = ___props2; int32_t* L_165 = ___props2; int32_t L_166 = *((int32_t*)L_165); *((int32_t*)L_164) = (int32_t)((int32_t)((int32_t)L_166|(int32_t)8)); goto IL_03b5; } IL_02b2: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_167 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_168 = ___root0; NullCheck(L_168); String_t* L_169; L_169 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_168, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_170 = ___root0; NullCheck(L_170); String_t* L_171; L_171 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_170, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_172 = ___root0; NullCheck(L_172); int32_t L_173; L_173 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_172, /*hidden argument*/NULL); FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 * L_174 = (FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658 *)il2cpp_codegen_object_new(FollowingQuery_tA236FDE741C393708A7AF9A08A316A32A676F658_il2cpp_TypeInfo_var); FollowingQuery__ctor_mE0658BFC34D565A1D92B32EC52AF556C5823E522(L_174, L_167, L_169, L_171, L_173, /*hidden argument*/NULL); V_0 = L_174; int32_t* L_175 = ___props2; int32_t* L_176 = ___props2; int32_t L_177 = *((int32_t*)L_176); *((int32_t*)L_175) = (int32_t)((int32_t)((int32_t)L_177|(int32_t)8)); goto IL_03b5; } IL_02d6: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_178 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_179 = ___root0; NullCheck(L_179); String_t* L_180; L_180 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_179, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_181 = ___root0; NullCheck(L_181); String_t* L_182; L_182 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_181, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_183 = ___root0; NullCheck(L_183); int32_t L_184; L_184 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_183, /*hidden argument*/NULL); FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 * L_185 = (FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84 *)il2cpp_codegen_object_new(FollSiblingQuery_t456E6D1A60A2F13B59061F8465756052407E7B84_il2cpp_TypeInfo_var); FollSiblingQuery__ctor_m67B6E318EE929D85A40FA4BBAAA2706C3E3F25F4(L_185, L_178, L_180, L_182, L_184, /*hidden argument*/NULL); V_0 = L_185; int32_t* L_186 = ___props2; int32_t L_187 = *((int32_t*)L_186); if (!((int32_t)((int32_t)L_187&(int32_t)8))) { goto IL_03b5; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_188 = V_0; DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 * L_189 = (DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 *)il2cpp_codegen_object_new(DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var); DocumentOrderQuery__ctor_mFE555D443BFC990F4D82AA427B6848ED6C445854(L_189, L_188, /*hidden argument*/NULL); V_0 = L_189; goto IL_03b5; } IL_0304: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_190 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_191 = ___root0; NullCheck(L_191); String_t* L_192; L_192 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_191, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_193 = ___root0; NullCheck(L_193); String_t* L_194; L_194 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_193, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_195 = ___root0; NullCheck(L_195); int32_t L_196; L_196 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_195, /*hidden argument*/NULL); PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE * L_197 = (PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE *)il2cpp_codegen_object_new(PreSiblingQuery_t3F03D0B8615774E54BB96BD3BE7F4E5AF415C5CE_il2cpp_TypeInfo_var); PreSiblingQuery__ctor_mB2BC5D756BAEEA5F51B59CAC6ECF6B8A1C37E089(L_197, L_190, L_192, L_194, L_196, /*hidden argument*/NULL); V_0 = L_197; goto IL_03b5; } IL_0322: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_198 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_199 = ___root0; NullCheck(L_199); String_t* L_200; L_200 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_199, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_201 = ___root0; NullCheck(L_201); String_t* L_202; L_202 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_201, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_203 = ___root0; NullCheck(L_203); int32_t L_204; L_204 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_203, /*hidden argument*/NULL); AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A * L_205 = (AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A *)il2cpp_codegen_object_new(AttributeQuery_t896B506AB35BA7D3E6E67C5F0D5F036F5882A52A_il2cpp_TypeInfo_var); AttributeQuery__ctor_mB8C78C55479822B645E7C20D5BBE5CCD8B4E6454(L_205, L_198, L_200, L_202, L_204, /*hidden argument*/NULL); V_0 = L_205; goto IL_03b5; } IL_033d: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_206 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_207 = ___root0; NullCheck(L_207); String_t* L_208; L_208 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_207, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_209 = ___root0; NullCheck(L_209); String_t* L_210; L_210 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_209, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_211 = ___root0; NullCheck(L_211); int32_t L_212; L_212 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_211, /*hidden argument*/NULL); XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 * L_213 = (XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91 *)il2cpp_codegen_object_new(XPathSelfQuery_t5F2689CDB7E0601675E6C66A5BCAC0B7514A6B91_il2cpp_TypeInfo_var); XPathSelfQuery__ctor_mBBFC0F825B2C4D33C1E2EB4956D8CCA640DDBE4E(L_213, L_206, L_208, L_210, L_212, /*hidden argument*/NULL); V_0 = L_213; goto IL_03b5; } IL_0358: { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_214 = ___root0; NullCheck(L_214); int32_t L_215; L_215 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_214, /*hidden argument*/NULL); if ((((int32_t)L_215) == ((int32_t)((int32_t)9)))) { goto IL_0374; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_216 = ___root0; NullCheck(L_216); int32_t L_217; L_217 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_216, /*hidden argument*/NULL); if ((((int32_t)L_217) == ((int32_t)1))) { goto IL_0374; } } { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_218 = ___root0; NullCheck(L_218); int32_t L_219; L_219 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_218, /*hidden argument*/NULL); if ((!(((uint32_t)L_219) == ((uint32_t)2)))) { goto IL_039c; } } IL_0374: { Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_220 = ___root0; NullCheck(L_220); String_t* L_221; L_221 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_220, /*hidden argument*/NULL); NullCheck(L_221); int32_t L_222; L_222 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_221, /*hidden argument*/NULL); if (L_222) { goto IL_039c; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_223 = V_1; Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_224 = ___root0; NullCheck(L_224); String_t* L_225; L_225 = Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline(L_224, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_226 = ___root0; NullCheck(L_226); String_t* L_227; L_227 = Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline(L_226, /*hidden argument*/NULL); Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * L_228 = ___root0; NullCheck(L_228); int32_t L_229; L_229 = Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline(L_228, /*hidden argument*/NULL); NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B * L_230 = (NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B *)il2cpp_codegen_object_new(NamespaceQuery_t920E7BBF0DCF6CF65B757379703BBF75FC6F877B_il2cpp_TypeInfo_var); NamespaceQuery__ctor_mB4F45052816EAD062A1CE179DFA3EB73458E759E(L_230, L_223, L_225, L_227, L_229, /*hidden argument*/NULL); V_0 = L_230; goto IL_03b5; } IL_039c: { EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 * L_231 = (EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9 *)il2cpp_codegen_object_new(EmptyQuery_t2AF3CBBDA17A3A2EDF940B14E9C3E5DBCBA667F9_il2cpp_TypeInfo_var); EmptyQuery__ctor_m04160CF1698E99DED623122C12A39DB66A4B10E4(L_231, /*hidden argument*/NULL); V_0 = L_231; goto IL_03b5; } IL_03a4: { String_t* L_232 = __this->get_query_0(); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_233; L_233 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7973743A8626AE2EB7F0F199627D3AF96B802CA4)), L_232, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_233, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryBuilder_ProcessAxis_m468BF6B31ED793C34C0939B4AD55BA2202342E3F_RuntimeMethod_var))); } IL_03b5: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_234 = V_0; return L_234; } } // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::CanBeNumber(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueryBuilder_CanBeNumber_m2416893141B1301E8A83B1ED598669F624685BF4 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___q0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___q0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_0); if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_0013; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2 = ___q0; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_2); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0013: { return (bool)1; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessFilter(MS.Internal.Xml.XPath.Filter,MS.Internal.Xml.XPath.QueryBuilder/Flags,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessFilter_mCDEAF3AFEF86FCAFF2D7A3DECC92BD66A159BC04 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * ___root0, int32_t ___flags1, int32_t* ___props2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_1 = NULL; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_2 = NULL; bool V_3 = false; bool V_4 = false; FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * V_5 = NULL; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_6 = NULL; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_7 = NULL; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B7_0 = 0; int32_t G_B6_0 = 0; int32_t G_B13_0 = 0; int32_t G_B8_0 = 0; int32_t G_B9_0 = 0; int32_t G_B10_0 = 0; int32_t G_B12_0 = 0; int32_t G_B11_0 = 0; int32_t G_B16_0 = 0; int32_t G_B14_0 = 0; int32_t G_B15_0 = 0; int32_t G_B18_0 = 0; int32_t G_B17_0 = 0; int32_t G_B23_0 = 0; int32_t G_B19_0 = 0; int32_t G_B21_0 = 0; int32_t G_B20_0 = 0; int32_t G_B22_0 = 0; { int32_t L_0 = ___flags1; Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * L_1 = ___root0; NullCheck(L_1); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_2; L_2 = Filter_get_Condition_mCEFD78E25577CFEC163CCBF21ED87AE7B398D9A5_inline(L_1, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_3; L_3 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, L_2, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_1 = L_3; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_4 = V_1; bool L_5; L_5 = QueryBuilder_CanBeNumber_m2416893141B1301E8A83B1ED598669F624685BF4(__this, L_4, /*hidden argument*/NULL); G_B1_0 = ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)4))) == ((int32_t)0))? 1 : 0); if (L_5) { G_B2_0 = ((((int32_t)((int32_t)((int32_t)L_0&(int32_t)4))) == ((int32_t)0))? 1 : 0); goto IL_0024; } } { int32_t L_6 = V_0; G_B2_0 = G_B1_0; if (!((int32_t)((int32_t)L_6&(int32_t)6))) { G_B3_0 = G_B1_0; goto IL_002d; } } IL_0024: { int32_t L_7 = V_0; V_0 = ((int32_t)((int32_t)L_7|(int32_t)2)); int32_t L_8 = ___flags1; ___flags1 = ((int32_t)((int32_t)L_8|(int32_t)2)); G_B3_0 = G_B2_0; } IL_002d: { int32_t L_9 = ___flags1; ___flags1 = ((int32_t)((int32_t)L_9&(int32_t)((int32_t)-2))); Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * L_10 = ___root0; NullCheck(L_10); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_11; L_11 = Filter_get_Input_m1A54C57D63396809C6C97B5C46622E170701FC41_inline(L_10, /*hidden argument*/NULL); int32_t L_12 = ___flags1; int32_t* L_13 = ___props2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_14; L_14 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, L_11, ((int32_t)((int32_t)L_12|(int32_t)4)), (int32_t*)L_13, /*hidden argument*/NULL); V_2 = L_14; Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * L_15 = ___root0; NullCheck(L_15); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_16; L_16 = Filter_get_Input_m1A54C57D63396809C6C97B5C46622E170701FC41_inline(L_15, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.AstNode::get_Type() */, L_16); G_B4_0 = G_B3_0; if ((((int32_t)L_17) == ((int32_t)2))) { G_B5_0 = G_B3_0; goto IL_0059; } } { int32_t* L_18 = ___props2; int32_t* L_19 = ___props2; int32_t L_20 = *((int32_t*)L_19); *((int32_t*)L_18) = (int32_t)((int32_t)((int32_t)L_20&(int32_t)((int32_t)-2))); G_B5_0 = G_B4_0; } IL_0059: { int32_t L_21 = V_0; G_B6_0 = G_B5_0; if (!((int32_t)((int32_t)L_21&(int32_t)2))) { G_B7_0 = G_B5_0; goto IL_0064; } } { int32_t* L_22 = ___props2; int32_t* L_23 = ___props2; int32_t L_24 = *((int32_t*)L_23); *((int32_t*)L_22) = (int32_t)((int32_t)((int32_t)L_24|(int32_t)1)); G_B7_0 = G_B6_0; } IL_0064: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_25 = V_2; V_5 = ((FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF *)IsInstSealed((RuntimeObject*)L_25, FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF_il2cpp_TypeInfo_var)); FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_26 = V_5; G_B8_0 = G_B7_0; if (!L_26) { G_B13_0 = G_B7_0; goto IL_00b9; } } { int32_t L_27 = V_0; G_B9_0 = G_B8_0; if (((int32_t)((int32_t)L_27&(int32_t)2))) { G_B13_0 = G_B8_0; goto IL_00b9; } } { FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_28 = V_5; NullCheck(L_28); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_29; L_29 = FilterQuery_get_Condition_m5426A1DB8A449811AD0B7C8C4E9D7F162491671E_inline(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30; L_30 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_29); G_B10_0 = G_B9_0; if ((((int32_t)L_30) == ((int32_t)5))) { G_B13_0 = G_B9_0; goto IL_00b9; } } { FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_31 = V_5; NullCheck(L_31); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_32; L_32 = FilterQuery_get_Condition_m5426A1DB8A449811AD0B7C8C4E9D7F162491671E_inline(L_31, /*hidden argument*/NULL); V_6 = L_32; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_33 = V_6; NullCheck(L_33); int32_t L_34; L_34 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_33); G_B11_0 = G_B10_0; if (L_34) { G_B12_0 = G_B10_0; goto IL_00a7; } } { NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * L_35 = (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A *)il2cpp_codegen_object_new(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C(L_35, 1, (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_36 = V_6; LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * L_37 = (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF *)il2cpp_codegen_object_new(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); LogicalExpr__ctor_m23FCBD75D5154A4F4E686DA8D10DE1AE380AEDE3(L_37, 3, L_35, L_36, /*hidden argument*/NULL); V_6 = L_37; G_B12_0 = G_B11_0; } IL_00a7: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_38 = V_6; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_39 = V_1; BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD * L_40 = (BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD *)il2cpp_codegen_object_new(BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD_il2cpp_TypeInfo_var); BooleanExpr__ctor_mBDCFD1CFDF007398DE1972BF3769CD3AC6AB76B9(L_40, 2, L_38, L_39, /*hidden argument*/NULL); V_1 = L_40; FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_41 = V_5; NullCheck(L_41); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_42 = ((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)L_41)->get_qyInput_1(); V_2 = L_42; G_B13_0 = G_B12_0; } IL_00b9: { int32_t* L_43 = ___props2; int32_t L_44 = *((int32_t*)L_43); G_B14_0 = G_B13_0; if (!((int32_t)((int32_t)L_44&(int32_t)1))) { G_B16_0 = G_B13_0; goto IL_00d3; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_45 = V_2; G_B15_0 = G_B14_0; if (!((DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 *)IsInstSealed((RuntimeObject*)L_45, DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var))) { G_B16_0 = G_B14_0; goto IL_00d3; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_46 = V_2; NullCheck(((DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 *)CastclassSealed((RuntimeObject*)L_46, DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var))); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_47 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)((DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8 *)CastclassSealed((RuntimeObject*)L_46, DocumentOrderQuery_t926249A23C17DAF102BDE4E9ECB7FA938578D6B8_il2cpp_TypeInfo_var)))->get_input_1(); V_2 = L_47; G_B16_0 = G_B15_0; } IL_00d3: { BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * L_48 = __this->get_firstInput_5(); G_B17_0 = G_B16_0; if (L_48) { G_B18_0 = G_B16_0; goto IL_00e7; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_49 = V_2; __this->set_firstInput_5(((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)IsInstClass((RuntimeObject*)L_49, BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A_il2cpp_TypeInfo_var))); G_B18_0 = G_B17_0; } IL_00e7: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_50 = V_2; NullCheck(L_50); int32_t L_51; L_51 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.Query::get_Properties() */, L_50); V_3 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_51&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_52 = V_2; NullCheck(L_52); int32_t L_53; L_53 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.Query::get_Properties() */, L_52); V_4 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_53&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0); int32_t L_54 = V_0; G_B19_0 = G_B18_0; if (!((int32_t)((int32_t)L_54&(int32_t)2))) { G_B23_0 = G_B18_0; goto IL_011f; } } { bool L_55 = V_4; G_B20_0 = G_B19_0; if (!L_55) { G_B21_0 = G_B19_0; goto IL_0113; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_56 = V_2; ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * L_57 = (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 *)il2cpp_codegen_object_new(ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569_il2cpp_TypeInfo_var); ReversePositionQuery__ctor_mB39A01AAFD985AF2C45F0E12D2020AE69291B651(L_57, L_56, /*hidden argument*/NULL); V_2 = L_57; G_B23_0 = G_B20_0; goto IL_011f; } IL_0113: { int32_t L_58 = V_0; G_B22_0 = G_B21_0; if (!((int32_t)((int32_t)L_58&(int32_t)4))) { G_B23_0 = G_B21_0; goto IL_011f; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_59 = V_2; ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF * L_60 = (ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF *)il2cpp_codegen_object_new(ForwardPositionQuery_t0C112C19FB60CF98ACEA1CD5592A433D96DC7AAF_il2cpp_TypeInfo_var); ForwardPositionQuery__ctor_mEC1C3D9D94C6C6AE240EEC083BB3BE1DF2FCBA5C(L_60, L_59, /*hidden argument*/NULL); V_2 = L_60; G_B23_0 = G_B22_0; } IL_011f: { if (!G_B23_0) { goto IL_0181; } } { BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * L_61 = __this->get_firstInput_5(); if (!L_61) { goto IL_0181; } } { bool L_62 = V_3; if (!L_62) { goto IL_017a; } } { int32_t* L_63 = ___props2; int32_t L_64 = *((int32_t*)L_63); if (!((int32_t)((int32_t)L_64&(int32_t)1))) { goto IL_017a; } } { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_65 = V_2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_66 = V_1; FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_67 = (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF *)il2cpp_codegen_object_new(FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF_il2cpp_TypeInfo_var); FilterQuery__ctor_m1BC1295D007E02803E4B9EF29DCF18A3C86DD356(L_67, L_65, L_66, (bool)0, /*hidden argument*/NULL); V_2 = L_67; BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * L_68 = __this->get_firstInput_5(); NullCheck(L_68); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_69 = L_68->get_qyInput_1(); V_7 = L_69; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_70 = V_7; if (((ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A *)IsInstClass((RuntimeObject*)L_70, ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A_il2cpp_TypeInfo_var))) { goto IL_0171; } } { BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * L_71 = __this->get_firstInput_5(); ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A * L_72 = (ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A *)il2cpp_codegen_object_new(ContextQuery_t827257680D518E11EB78F42BBDE19F9CB779B33A_il2cpp_TypeInfo_var); ContextQuery__ctor_m8BCF77C3DDA6AD2D0634F44891F78FD7ED3A4D19(L_72, /*hidden argument*/NULL); NullCheck(L_71); L_71->set_qyInput_1(L_72); __this->set_firstInput_5((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_73 = V_7; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_74 = V_2; MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 * L_75 = (MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315 *)il2cpp_codegen_object_new(MergeFilterQuery_tB36DFF1DA9EE07C1E3665094A156286115DC3315_il2cpp_TypeInfo_var); MergeFilterQuery__ctor_m1E1A1A87261ACFF6E5EBB27AA496C8CED3C8D12F(L_75, L_73, L_74, /*hidden argument*/NULL); return L_75; } IL_0171: { __this->set_firstInput_5((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_76 = V_2; return L_76; } IL_017a: { __this->set_firstInput_5((BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A *)NULL); } IL_0181: { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_77 = V_2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_78 = V_1; int32_t L_79 = V_0; FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * L_80 = (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF *)il2cpp_codegen_object_new(FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF_il2cpp_TypeInfo_var); FilterQuery__ctor_m1BC1295D007E02803E4B9EF29DCF18A3C86DD356(L_80, L_77, L_78, (bool)((((int32_t)((int32_t)((int32_t)L_79&(int32_t)2))) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); return L_80; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessOperator(MS.Internal.Xml.XPath.Operator,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessOperator_mB7FAAA45E1349EF7723504516E2E2F58463BA81A (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * ___root0, int32_t* ___props1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_2 = NULL; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_3 = NULL; int32_t V_4 = 0; { Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_0 = ___root0; NullCheck(L_0); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1; L_1 = Operator_get_Operand1_mE2955557D1117E077815E8FAA909623C93951EC1_inline(L_0, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2; L_2 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, L_1, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); V_2 = L_2; Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_3 = ___root0; NullCheck(L_3); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_4; L_4 = Operator_get_Operand2_m86AFF6D68C162BC982E000E8BCAD7FA1EA9E7253_inline(L_3, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5; L_5 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, L_4, 0, (int32_t*)(&V_1), /*hidden argument*/NULL); V_3 = L_5; int32_t* L_6 = ___props1; int32_t L_7 = V_0; int32_t L_8 = V_1; *((int32_t*)L_6) = (int32_t)((int32_t)((int32_t)L_7|(int32_t)L_8)); Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_9 = ___root0; NullCheck(L_9); int32_t L_10; L_10 = Operator_get_OperatorType_m4E601438B4045B971CF3619567277DF7765D2B76_inline(L_9, /*hidden argument*/NULL); V_4 = L_10; int32_t L_11 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))) { case 0: { goto IL_008c; } case 1: { goto IL_008c; } case 2: { goto IL_007e; } case 3: { goto IL_007e; } case 4: { goto IL_007e; } case 5: { goto IL_007e; } case 6: { goto IL_007e; } case 7: { goto IL_007e; } case 8: { goto IL_0070; } case 9: { goto IL_0070; } case 10: { goto IL_0070; } case 11: { goto IL_0070; } case 12: { goto IL_0070; } case 13: { goto IL_009a; } } } { goto IL_00a8; } IL_0070: { Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_12 = ___root0; NullCheck(L_12); int32_t L_13; L_13 = Operator_get_OperatorType_m4E601438B4045B971CF3619567277DF7765D2B76_inline(L_12, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_14 = V_2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_15 = V_3; NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 * L_16 = (NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012 *)il2cpp_codegen_object_new(NumericExpr_t4B6FA5362B3632307CFDF478B814D1CD57BD2012_il2cpp_TypeInfo_var); NumericExpr__ctor_m99FE9BDC4114747FEFBB8ECE08E452A0FD8C9E56(L_16, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } IL_007e: { Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_17 = ___root0; NullCheck(L_17); int32_t L_18; L_18 = Operator_get_OperatorType_m4E601438B4045B971CF3619567277DF7765D2B76_inline(L_17, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_19 = V_2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_20 = V_3; LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF * L_21 = (LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF *)il2cpp_codegen_object_new(LogicalExpr_t28C3520F923BA06ADB206D80812E2500DC9E02EF_il2cpp_TypeInfo_var); LogicalExpr__ctor_m23FCBD75D5154A4F4E686DA8D10DE1AE380AEDE3(L_21, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_008c: { Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * L_22 = ___root0; NullCheck(L_22); int32_t L_23; L_23 = Operator_get_OperatorType_m4E601438B4045B971CF3619567277DF7765D2B76_inline(L_22, /*hidden argument*/NULL); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_24 = V_2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_25 = V_3; BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD * L_26 = (BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD *)il2cpp_codegen_object_new(BooleanExpr_t0158F19DF025932EF5FF1DC749ECDCF135A4E3AD_il2cpp_TypeInfo_var); BooleanExpr__ctor_mBDCFD1CFDF007398DE1972BF3769CD3AC6AB76B9(L_26, L_23, L_24, L_25, /*hidden argument*/NULL); return L_26; } IL_009a: { int32_t* L_27 = ___props1; int32_t* L_28 = ___props1; int32_t L_29 = *((int32_t*)L_28); *((int32_t*)L_27) = (int32_t)((int32_t)((int32_t)L_29|(int32_t)8)); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_30 = V_2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_31 = V_3; UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 * L_32 = (UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577 *)il2cpp_codegen_object_new(UnionExpr_t2AE8828668297AB204CE3DBD1A4F1917F53BE577_il2cpp_TypeInfo_var); UnionExpr__ctor_m1C3ACFFFEE82209799D8C211C9FCA8C952CBC161(L_32, L_30, L_31, /*hidden argument*/NULL); return L_32; } IL_00a8: { return (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessVariable(MS.Internal.Xml.XPath.Variable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessVariable_m6BDCDA71FC4C1BC3A1DC97460A1176DAEB2202E0 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * ___root0, 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; } { __this->set_needContext_4((bool)1); bool L_0 = __this->get_allowVar_1(); if (L_0) { goto IL_0020; } } { String_t* L_1 = __this->get_query_0(); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_2; L_2 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFB1CBBB34B7078C52711DB91DEA89601CF1A886)), L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryBuilder_ProcessVariable_m6BDCDA71FC4C1BC3A1DC97460A1176DAEB2202E0_RuntimeMethod_var))); } IL_0020: { Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * L_3 = ___root0; NullCheck(L_3); String_t* L_4; L_4 = Variable_get_Localname_m5AA7C97CBA7653BFC808FF81D8FB139B527D5EBD_inline(L_3, /*hidden argument*/NULL); Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * L_5 = ___root0; NullCheck(L_5); String_t* L_6; L_6 = Variable_get_Prefix_m42250539DD318AB4531273FC772AC1E4CC1D0214_inline(L_5, /*hidden argument*/NULL); VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA * L_7 = (VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA *)il2cpp_codegen_object_new(VariableQuery_t0DCFF651D1AE2341AD365D5F256D6B0473FCDFAA_il2cpp_TypeInfo_var); VariableQuery__ctor_mED6DF67AFB4B8C3B9A0B4CDDEF121A9D1D9348DB(L_7, L_4, L_6, /*hidden argument*/NULL); return L_7; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessFunction(MS.Internal.Xml.XPath.Function,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessFunction_m17F291B1CE3D3705869CECCD4FF29F8E24BC6604 (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * ___root0, int32_t* ___props1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07B0D72E60D1DCCF27747782B68197ECAAAB754B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t* L_0 = ___props1; *((int32_t*)L_0) = (int32_t)0; Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_1 = ___root0; NullCheck(L_1); int32_t L_2; L_2 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_0085; } case 1: { goto IL_0098; } case 2: { goto IL_00ab; } case 3: { goto IL_00cb; } case 4: { goto IL_00f0; } case 5: { goto IL_00f0; } case 6: { goto IL_00f0; } case 7: { goto IL_0138; } case 8: { goto IL_01a2; } case 9: { goto IL_0151; } case 10: { goto IL_0195; } case 11: { goto IL_0195; } case 12: { goto IL_01a2; } case 13: { goto IL_0138; } case 14: { goto IL_0138; } case 15: { goto IL_0138; } case 16: { goto IL_0138; } case 17: { goto IL_0138; } case 18: { goto IL_0138; } case 19: { goto IL_0138; } case 20: { goto IL_0138; } case 21: { goto IL_0138; } case 22: { goto IL_01a2; } case 23: { goto IL_0151; } case 24: { goto IL_0151; } case 25: { goto IL_0151; } case 26: { goto IL_0151; } case 27: { goto IL_01c7; } } } { goto IL_025d; } IL_0085: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_4 = ___root0; NullCheck(L_4); int32_t L_5; L_5 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_4, /*hidden argument*/NULL); NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * L_6 = (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A *)il2cpp_codegen_object_new(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C(L_6, L_5, (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL, /*hidden argument*/NULL); int32_t* L_7 = ___props1; int32_t* L_8 = ___props1; int32_t L_9 = *((int32_t*)L_8); *((int32_t*)L_7) = (int32_t)((int32_t)((int32_t)L_9|(int32_t)4)); return L_6; } IL_0098: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_10 = ___root0; NullCheck(L_10); int32_t L_11; L_11 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_10, /*hidden argument*/NULL); NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * L_12 = (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A *)il2cpp_codegen_object_new(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C(L_12, L_11, (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL, /*hidden argument*/NULL); int32_t* L_13 = ___props1; int32_t* L_14 = ___props1; int32_t L_15 = *((int32_t*)L_14); *((int32_t*)L_13) = (int32_t)((int32_t)((int32_t)L_15|(int32_t)2)); return L_12; } IL_00ab: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_16 = ___root0; NullCheck(L_16); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_17; L_17 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_16, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_18; L_18 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_17, 0); int32_t* L_19 = ___props1; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_20; L_20 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, ((AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)CastclassClass((RuntimeObject*)L_18, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var)), 0, (int32_t*)L_19, /*hidden argument*/NULL); NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * L_21 = (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A *)il2cpp_codegen_object_new(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C(L_21, 2, L_20, /*hidden argument*/NULL); return L_21; } IL_00cb: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_22 = ___root0; NullCheck(L_22); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_23; L_23 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_22, /*hidden argument*/NULL); NullCheck(L_23); RuntimeObject * L_24; L_24 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_23, 0); int32_t* L_25 = ___props1; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_26; L_26 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, ((AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)CastclassClass((RuntimeObject*)L_24, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var)), 0, (int32_t*)L_25, /*hidden argument*/NULL); IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E * L_27 = (IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E *)il2cpp_codegen_object_new(IDQuery_t58ABF9DC54B6FBE66E6E293F825EF27F6902B50E_il2cpp_TypeInfo_var); IDQuery__ctor_mE87C04E48E43A6928EF5B5BCC08FA9827F995D92(L_27, L_26, /*hidden argument*/NULL); int32_t* L_28 = ___props1; int32_t* L_29 = ___props1; int32_t L_30 = *((int32_t*)L_29); *((int32_t*)L_28) = (int32_t)((int32_t)((int32_t)L_30|(int32_t)8)); return L_27; } IL_00f0: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_31 = ___root0; NullCheck(L_31); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_32; L_32 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_012b; } } { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_33 = ___root0; NullCheck(L_33); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_34; L_34 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_33, /*hidden argument*/NULL); NullCheck(L_34); int32_t L_35; L_35 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_34); if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_012b; } } { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_36 = ___root0; NullCheck(L_36); int32_t L_37; L_37 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_36, /*hidden argument*/NULL); Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_38 = ___root0; NullCheck(L_38); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_39; L_39 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_38, /*hidden argument*/NULL); NullCheck(L_39); RuntimeObject * L_40; L_40 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_39, 0); int32_t* L_41 = ___props1; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_42; L_42 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, ((AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)CastclassClass((RuntimeObject*)L_40, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var)), 0, (int32_t*)L_41, /*hidden argument*/NULL); NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * L_43 = (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A *)il2cpp_codegen_object_new(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C(L_43, L_37, L_42, /*hidden argument*/NULL); return L_43; } IL_012b: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_44 = ___root0; NullCheck(L_44); int32_t L_45; L_45 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_44, /*hidden argument*/NULL); NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A * L_46 = (NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A *)il2cpp_codegen_object_new(NodeFunctions_t5323C14341F24D35E13DA95AD5F60BE37282867A_il2cpp_TypeInfo_var); NodeFunctions__ctor_mC2A9170473605F2C3849AFF7CF4950F09F70070C(L_46, L_45, (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL, /*hidden argument*/NULL); return L_46; } IL_0138: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_47 = ___root0; NullCheck(L_47); int32_t L_48; L_48 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_47, /*hidden argument*/NULL); Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_49 = ___root0; NullCheck(L_49); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_50; L_50 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_49, /*hidden argument*/NULL); int32_t* L_51 = ___props1; List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * L_52; L_52 = QueryBuilder_ProcessArguments_m74F3F22E65753D4490BDB9E466278038DAC6EE9C(__this, L_50, (int32_t*)L_51, /*hidden argument*/NULL); StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 * L_53 = (StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45 *)il2cpp_codegen_object_new(StringFunctions_tF1B47E01B89E799ABBDBD421A3D0173FE9A1AD45_il2cpp_TypeInfo_var); StringFunctions__ctor_mE547DFA010B9C94FFA667E00B30E146A5C973CB0(L_53, L_48, L_52, /*hidden argument*/NULL); return L_53; } IL_0151: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_54 = ___root0; NullCheck(L_54); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_55; L_55 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_018c; } } { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_56 = ___root0; NullCheck(L_56); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_57; L_57 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_56, /*hidden argument*/NULL); NullCheck(L_57); int32_t L_58; L_58 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_57); if ((((int32_t)L_58) <= ((int32_t)0))) { goto IL_018c; } } { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_59 = ___root0; NullCheck(L_59); int32_t L_60; L_60 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_59, /*hidden argument*/NULL); Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_61 = ___root0; NullCheck(L_61); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_62; L_62 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_61, /*hidden argument*/NULL); NullCheck(L_62); RuntimeObject * L_63; L_63 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_62, 0); int32_t* L_64 = ___props1; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_65; L_65 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, ((AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)CastclassClass((RuntimeObject*)L_63, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var)), 0, (int32_t*)L_64, /*hidden argument*/NULL); NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * L_66 = (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 *)il2cpp_codegen_object_new(NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var); NumberFunctions__ctor_mFF9A9EB65C682AF317534D6C81E183A5FE790BBC(L_66, L_60, L_65, /*hidden argument*/NULL); return L_66; } IL_018c: { NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 * L_67 = (NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2 *)il2cpp_codegen_object_new(NumberFunctions_t142893CFF766A4FC4604EAF5BFB71C71336675E2_il2cpp_TypeInfo_var); NumberFunctions__ctor_mFF9A9EB65C682AF317534D6C81E183A5FE790BBC(L_67, ((int32_t)9), (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL, /*hidden argument*/NULL); return L_67; } IL_0195: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_68 = ___root0; NullCheck(L_68); int32_t L_69; L_69 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_68, /*hidden argument*/NULL); BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED * L_70 = (BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED *)il2cpp_codegen_object_new(BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED_il2cpp_TypeInfo_var); BooleanFunctions__ctor_mC97FA577A1A6869FAA566B585D0715D03741020E(L_70, L_69, (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL, /*hidden argument*/NULL); return L_70; } IL_01a2: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_71 = ___root0; NullCheck(L_71); int32_t L_72; L_72 = Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline(L_71, /*hidden argument*/NULL); Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_73 = ___root0; NullCheck(L_73); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_74; L_74 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_73, /*hidden argument*/NULL); NullCheck(L_74); RuntimeObject * L_75; L_75 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_74, 0); int32_t* L_76 = ___props1; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_77; L_77 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, ((AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)CastclassClass((RuntimeObject*)L_75, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var)), 0, (int32_t*)L_76, /*hidden argument*/NULL); BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED * L_78 = (BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED *)il2cpp_codegen_object_new(BooleanFunctions_t8B766031AE7148C9DEED525BC33C3B2242C295ED_il2cpp_TypeInfo_var); BooleanFunctions__ctor_mC97FA577A1A6869FAA566B585D0715D03741020E(L_78, L_72, L_77, /*hidden argument*/NULL); return L_78; } IL_01c7: { __this->set_needContext_4((bool)1); bool L_79 = __this->get_allowCurrent_3(); if (L_79) { goto IL_0200; } } { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_80 = ___root0; NullCheck(L_80); String_t* L_81; L_81 = Function_get_Name_m9C5348C637FF8AD44AED380AF936AA2B5507955D_inline(L_80, /*hidden argument*/NULL); bool L_82; L_82 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_81, _stringLiteral07B0D72E60D1DCCF27747782B68197ECAAAB754B, /*hidden argument*/NULL); if (!L_82) { goto IL_0200; } } { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_83 = ___root0; NullCheck(L_83); String_t* L_84; L_84 = Function_get_Prefix_mCCE7930AE358FE9B7C40DF610B520F837D17DA61_inline(L_83, /*hidden argument*/NULL); NullCheck(L_84); int32_t L_85; L_85 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_84, /*hidden argument*/NULL); if (L_85) { goto IL_0200; } } { XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_86; L_86 = XPathException_Create_m1B77F6561FD31425A39D6E894C37B5FBB8AE5F4D(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral90E2EF577EFA8D9C6BBE497FBAE408F7A9C744C0)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_86, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryBuilder_ProcessFunction_m17F291B1CE3D3705869CECCD4FF29F8E24BC6604_RuntimeMethod_var))); } IL_0200: { bool L_87 = __this->get_allowKey_2(); if (L_87) { goto IL_0238; } } { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_88 = ___root0; NullCheck(L_88); String_t* L_89; L_89 = Function_get_Name_m9C5348C637FF8AD44AED380AF936AA2B5507955D_inline(L_88, /*hidden argument*/NULL); bool L_90; L_90 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_89, _stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6, /*hidden argument*/NULL); if (!L_90) { goto IL_0238; } } { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_91 = ___root0; NullCheck(L_91); String_t* L_92; L_92 = Function_get_Prefix_mCCE7930AE358FE9B7C40DF610B520F837D17DA61_inline(L_91, /*hidden argument*/NULL); NullCheck(L_92); int32_t L_93; L_93 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_92, /*hidden argument*/NULL); if (L_93) { goto IL_0238; } } { String_t* L_94 = __this->get_query_0(); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_95; L_95 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFB1CBBB34B7078C52711DB91DEA89601CF1A886)), L_94, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryBuilder_ProcessFunction_m17F291B1CE3D3705869CECCD4FF29F8E24BC6604_RuntimeMethod_var))); } IL_0238: { Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_96 = ___root0; NullCheck(L_96); String_t* L_97; L_97 = Function_get_Prefix_mCCE7930AE358FE9B7C40DF610B520F837D17DA61_inline(L_96, /*hidden argument*/NULL); Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_98 = ___root0; NullCheck(L_98); String_t* L_99; L_99 = Function_get_Name_m9C5348C637FF8AD44AED380AF936AA2B5507955D_inline(L_98, /*hidden argument*/NULL); Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * L_100 = ___root0; NullCheck(L_100); ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_101; L_101 = Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline(L_100, /*hidden argument*/NULL); int32_t* L_102 = ___props1; List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * L_103; L_103 = QueryBuilder_ProcessArguments_m74F3F22E65753D4490BDB9E466278038DAC6EE9C(__this, L_101, (int32_t*)L_102, /*hidden argument*/NULL); FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 * L_104 = (FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2 *)il2cpp_codegen_object_new(FunctionQuery_t459E0F6FDC501207CB1EB6850A3B00988DF767D2_il2cpp_TypeInfo_var); FunctionQuery__ctor_m40C02C59FAF074657358B69FA7D96B5A6A7AAB06(L_104, L_97, L_99, L_103, /*hidden argument*/NULL); int32_t* L_105 = ___props1; int32_t* L_106 = ___props1; int32_t L_107 = *((int32_t*)L_106); *((int32_t*)L_105) = (int32_t)((int32_t)((int32_t)L_107|(int32_t)8)); return L_104; } IL_025d: { String_t* L_108 = __this->get_query_0(); XPathException_t792CC10AAED271C28CC28747BE2649D6D4A7DF5B * L_109; L_109 = XPathException_Create_m1AA70451ECC674AB298294AF94A5C52189C30930(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7973743A8626AE2EB7F0F199627D3AF96B802CA4)), L_108, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryBuilder_ProcessFunction_m17F291B1CE3D3705869CECCD4FF29F8E24BC6604_RuntimeMethod_var))); } } // System.Collections.Generic.List`1 MS.Internal.Xml.XPath.QueryBuilder::ProcessArguments(System.Collections.ArrayList,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * QueryBuilder_ProcessArguments_m74F3F22E65753D4490BDB9E466278038DAC6EE9C (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___args0, int32_t* ___props1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA2B3FCFA7823AAF5E408946CBEA7A454CBEA7F89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE56DF98EF2A494992DBD8992A04BB599A5D322F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t G_B3_0 = 0; { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = ___args0; if (L_0) { goto IL_0006; } } { G_B3_0 = 0; goto IL_000c; } IL_0006: { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_1 = ___args0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; } IL_000c: { V_0 = G_B3_0; int32_t L_3 = V_0; List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * L_4 = (List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E *)il2cpp_codegen_object_new(List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E_il2cpp_TypeInfo_var); List_1__ctor_mE56DF98EF2A494992DBD8992A04BB599A5D322F0(L_4, L_3, /*hidden argument*/List_1__ctor_mE56DF98EF2A494992DBD8992A04BB599A5D322F0_RuntimeMethod_var); V_1 = L_4; int32_t* L_5 = ___props1; *((int32_t*)L_5) = (int32_t)0; V_2 = 0; goto IL_0040; } IL_001b: { List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * L_6 = V_1; ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_7 = ___args0; int32_t L_8 = V_2; NullCheck(L_7); RuntimeObject * L_9; L_9 = VirtualFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, L_8); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_10; L_10 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, ((AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C *)CastclassClass((RuntimeObject*)L_9, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C_il2cpp_TypeInfo_var)), 0, (int32_t*)(&V_3), /*hidden argument*/NULL); NullCheck(L_6); List_1_Add_mA2B3FCFA7823AAF5E408946CBEA7A454CBEA7F89(L_6, L_10, /*hidden argument*/List_1_Add_mA2B3FCFA7823AAF5E408946CBEA7A454CBEA7F89_RuntimeMethod_var); int32_t* L_11 = ___props1; int32_t* L_12 = ___props1; int32_t L_13 = *((int32_t*)L_12); int32_t L_14 = V_3; *((int32_t*)L_11) = (int32_t)((int32_t)((int32_t)L_13|(int32_t)L_14)); int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0040: { int32_t L_16 = V_2; int32_t L_17 = V_0; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_001b; } } { List_1_t0D28297D5F3BDEB970EA01CDCA971B460E0CC28E * L_18 = V_1; return L_18; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::ProcessNode(MS.Internal.Xml.XPath.AstNode,MS.Internal.Xml.XPath.QueryBuilder/Flags,MS.Internal.Xml.XPath.QueryBuilder/Props&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___root0, int32_t ___flags1, int32_t* ___props2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbsoluteQuery_tAABD71B163C1677956AE9C3C009BA7BBEA2F341C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_parseDepth_6(); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); int32_t L_1 = V_1; __this->set_parseDepth_6(L_1); int32_t L_2 = V_1; if ((((int32_t)L_2) <= ((int32_t)((int32_t)1024)))) { 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*)&QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C_RuntimeMethod_var))); } IL_0023: { V_0 = (Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 *)NULL; int32_t* L_4 = ___props2; *((int32_t*)L_4) = (int32_t)0; AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_5 = ___root0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.AstNode::get_Type() */, L_5); V_2 = L_6; int32_t L_7 = V_2; switch (L_7) { case 0: { goto IL_005a; } case 1: { goto IL_006b; } case 2: { goto IL_007b; } case 3: { goto IL_008c; } case 4: { goto IL_00ae; } case 5: { goto IL_00be; } case 6: { goto IL_00d9; } case 7: { goto IL_009f; } } } { goto IL_00df; } IL_005a: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_8 = ___root0; int32_t L_9 = ___flags1; int32_t* L_10 = ___props2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_11; L_11 = QueryBuilder_ProcessAxis_m468BF6B31ED793C34C0939B4AD55BA2202342E3F(__this, ((Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E *)CastclassClass((RuntimeObject*)L_8, Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E_il2cpp_TypeInfo_var)), L_9, (int32_t*)L_10, /*hidden argument*/NULL); V_0 = L_11; goto IL_00df; } IL_006b: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_12 = ___root0; int32_t* L_13 = ___props2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_14; L_14 = QueryBuilder_ProcessOperator_mB7FAAA45E1349EF7723504516E2E2F58463BA81A(__this, ((Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 *)CastclassClass((RuntimeObject*)L_12, Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02_il2cpp_TypeInfo_var)), (int32_t*)L_13, /*hidden argument*/NULL); V_0 = L_14; goto IL_00df; } IL_007b: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_15 = ___root0; int32_t L_16 = ___flags1; int32_t* L_17 = ___props2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_18; L_18 = QueryBuilder_ProcessFilter_mCDEAF3AFEF86FCAFF2D7A3DECC92BD66A159BC04(__this, ((Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 *)CastclassClass((RuntimeObject*)L_15, Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99_il2cpp_TypeInfo_var)), L_16, (int32_t*)L_17, /*hidden argument*/NULL); V_0 = L_18; goto IL_00df; } IL_008c: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_19 = ___root0; NullCheck(((Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 *)CastclassClass((RuntimeObject*)L_19, Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var))); RuntimeObject * L_20; L_20 = Operand_get_OperandValue_mC1228DBB3BCF7045431F0652689C127652577A14_inline(((Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 *)CastclassClass((RuntimeObject*)L_19, Operand_t15190E99FB92454259471C3636EA8F7C00BCC399_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1 * L_21 = (OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1 *)il2cpp_codegen_object_new(OperandQuery_tFA5CED7B70CB3D3BAD9A6492F7A0174F969486A1_il2cpp_TypeInfo_var); OperandQuery__ctor_mBC05B7C4E0A2282E66AB83F5F8B4B68860DB6B68(L_21, L_20, /*hidden argument*/NULL); V_0 = L_21; goto IL_00df; } IL_009f: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_22 = ___root0; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_23; L_23 = QueryBuilder_ProcessVariable_m6BDCDA71FC4C1BC3A1DC97460A1176DAEB2202E0(__this, ((Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 *)CastclassClass((RuntimeObject*)L_22, Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_23; goto IL_00df; } IL_00ae: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_24 = ___root0; int32_t* L_25 = ___props2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_26; L_26 = QueryBuilder_ProcessFunction_m17F291B1CE3D3705869CECCD4FF29F8E24BC6604(__this, ((Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 *)CastclassClass((RuntimeObject*)L_24, Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740_il2cpp_TypeInfo_var)), (int32_t*)L_25, /*hidden argument*/NULL); V_0 = L_26; goto IL_00df; } IL_00be: { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_27 = ___root0; NullCheck(((Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 *)CastclassClass((RuntimeObject*)L_27, Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9_il2cpp_TypeInfo_var))); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_28; L_28 = Group_get_GroupNode_m080AB32CC73AB58E0E419D59BC329AB9D261DD1B_inline(((Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 *)CastclassClass((RuntimeObject*)L_27, Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); int32_t* L_29 = ___props2; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_30; L_30 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, L_28, 0, (int32_t*)L_29, /*hidden argument*/NULL); GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 * L_31 = (GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5 *)il2cpp_codegen_object_new(GroupQuery_tAEAF261252C032FC3F47FC0CC950D73E2E5D86E5_il2cpp_TypeInfo_var); GroupQuery__ctor_m2ABB39B534D12CBD01596B69600DA919BC2AE957(L_31, L_30, /*hidden argument*/NULL); V_0 = L_31; goto IL_00df; } IL_00d9: { AbsoluteQuery_tAABD71B163C1677956AE9C3C009BA7BBEA2F341C * L_32 = (AbsoluteQuery_tAABD71B163C1677956AE9C3C009BA7BBEA2F341C *)il2cpp_codegen_object_new(AbsoluteQuery_tAABD71B163C1677956AE9C3C009BA7BBEA2F341C_il2cpp_TypeInfo_var); AbsoluteQuery__ctor_m5C36327761CAE66F8491E4EAA14A241C04BA0AED(L_32, /*hidden argument*/NULL); V_0 = L_32; } IL_00df: { int32_t L_33 = __this->get_parseDepth_6(); __this->set_parseDepth_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1))); Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_34 = V_0; return L_34; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::Build(MS.Internal.Xml.XPath.AstNode,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_Build_m0790FE8A6A6D827BF8EEE095874A6D1C09FF845A (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * ___root0, String_t* ___query1, const RuntimeMethod* method) { int32_t V_0 = 0; { QueryBuilder_Reset_m63E844268AFEEC0DB5FC2B7C91BBC383D6C4FE92(__this, /*hidden argument*/NULL); String_t* L_0 = ___query1; __this->set_query_0(L_0); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_1 = ___root0; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_2; L_2 = QueryBuilder_ProcessNode_m4FC950BF7142B53ACB3C7AB182B7EEC851BF116C(__this, L_1, 0, (int32_t*)(&V_0), /*hidden argument*/NULL); return L_2; } } // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::Build(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * QueryBuilder_Build_mFD1FAD95D2E26DA017B46739432ED930CF2D426F (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __this, String_t* ___query0, bool ___allowVar1, bool ___allowKey2, 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; } { bool L_0 = ___allowVar1; __this->set_allowVar_1(L_0); bool L_1 = ___allowKey2; __this->set_allowKey_2(L_1); __this->set_allowCurrent_3((bool)1); String_t* L_2 = ___query0; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t9F8A2170D8913A4B154CECDAE6497B81ACBFA533_il2cpp_TypeInfo_var); AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_3; L_3 = XPathParser_ParseXPathExpresion_m04584E978A8D3B98A4A448F881CFBB02F5DE41F8(L_2, /*hidden argument*/NULL); String_t* L_4 = ___query0; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_5; L_5 = QueryBuilder_Build_m0790FE8A6A6D827BF8EEE095874A6D1C09FF845A(__this, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // 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) { { String_t* L_0 = ___query0; Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_1; L_1 = QueryBuilder_Build_mFD1FAD95D2E26DA017B46739432ED930CF2D426F(__this, L_0, (bool)1, (bool)1, /*hidden argument*/NULL); bool* L_2 = ___needContext1; bool L_3 = __this->get_needContext_4(); *((int8_t*)L_2) = (int8_t)L_3; return L_1; } } // System.Void MS.Internal.Xml.XPath.QueryBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryBuilder__ctor_m9356F0DDA16AB827D308365E13EB206B4949F9CE (QueryBuilder_t73BEBED6BEFBE5870F20940F8B16F9D9B5FA25B9 * __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.QueryOutputWriter::.ctor(System.Xml.XmlRawWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter__ctor_m38EE55E83D448A326D76E698AFCEF7DBE1F7D43F (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * ___writer0, XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m63D8EAFEBB1ED3529511108CD65B935E198BA698_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mBF8071F14E57C996E537F32884BC4761862BB63B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m5E9B91BAA02531216513FBBB1944D9B3A300DF2F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m839BDC3261EDD138C5D66713FD6BE6E4C7739BAA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m743F45932E7CA3D605BDF9A10A54EC424BBAE3AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m6493841D0B5BE0B04E8F6299DD619545D9DBCE71_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB4C9A484DFF2CA1E941AB55762476368BC6B8E37_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 V_0; memset((&V_0), 0, sizeof(V_0)); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { XmlRawWriter__ctor_mA2DC536DF02E2F33EB74D66CE039D330EBBE4F33(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = ___writer0; __this->set_wrapped_2(L_0); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_1 = ___settings1; NullCheck(L_1); String_t* L_2; L_2 = XmlWriterSettings_get_DocTypeSystem_m1B38BA9FEB9F607E713C70656209FC808451C772_inline(L_1, /*hidden argument*/NULL); __this->set_systemId_11(L_2); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_3 = ___settings1; NullCheck(L_3); String_t* L_4; L_4 = XmlWriterSettings_get_DocTypePublic_mB1F29E4F1AA340138079B0A2BA355B4242DAAEAD_inline(L_3, /*hidden argument*/NULL); __this->set_publicId_12(L_4); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_5 = ___settings1; NullCheck(L_5); int32_t L_6; L_6 = XmlWriterSettings_get_OutputMethod_mB66D206D5F27115B29E89B878F8105F9353D8CD4_inline(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_00d9; } } { String_t* L_7 = __this->get_systemId_11(); if (!L_7) { goto IL_0046; } } { __this->set_outputDocType_7((bool)1); __this->set_checkWellFormedDoc_8((bool)1); } IL_0046: { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_8 = ___settings1; NullCheck(L_8); bool L_9; L_9 = XmlWriterSettings_get_AutoXmlDeclaration_m12CF17F4516BFD28346BD85E6374F3AA221B6CC5_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005e; } } { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_10 = ___settings1; NullCheck(L_10); int32_t L_11; L_11 = XmlWriterSettings_get_Standalone_m70CB5E49F6B25B87C65613D1D8AF8D78B9CF2E23_inline(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_005e; } } { __this->set_checkWellFormedDoc_8((bool)1); } IL_005e: { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_12 = ___settings1; NullCheck(L_12); List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * L_13; L_13 = XmlWriterSettings_get_CDataSectionElements_m0B20ED9AEECC898E926313CDCDD8074BBDB213F9_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = List_1_get_Count_mB4C9A484DFF2CA1E941AB55762476368BC6B8E37_inline(L_13, /*hidden argument*/List_1_get_Count_mB4C9A484DFF2CA1E941AB55762476368BC6B8E37_RuntimeMethod_var); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_00f9; } } { BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_15 = (BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 *)il2cpp_codegen_object_new(BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98_il2cpp_TypeInfo_var); BitStack__ctor_mBA8CA47A8233563799783F70F09BBA442F66F5C6(L_15, /*hidden argument*/NULL); __this->set_bitsCData_5(L_15); Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * L_16 = (Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 *)il2cpp_codegen_object_new(Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6_il2cpp_TypeInfo_var); Dictionary_2__ctor_m63D8EAFEBB1ED3529511108CD65B935E198BA698(L_16, /*hidden argument*/Dictionary_2__ctor_m63D8EAFEBB1ED3529511108CD65B935E198BA698_RuntimeMethod_var); __this->set_lookupCDataElems_4(L_16); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_17 = (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 *)il2cpp_codegen_object_new(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m19B864A34BC30E948EA81104CCA5E09646463E64(L_17, /*hidden argument*/NULL); __this->set_qnameCData_6(L_17); XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_18 = ___settings1; NullCheck(L_18); List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * L_19; L_19 = XmlWriterSettings_get_CDataSectionElements_m0B20ED9AEECC898E926313CDCDD8074BBDB213F9_inline(L_18, /*hidden argument*/NULL); NullCheck(L_19); Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 L_20; L_20 = List_1_GetEnumerator_m6493841D0B5BE0B04E8F6299DD619545D9DBCE71(L_19, /*hidden argument*/List_1_GetEnumerator_m6493841D0B5BE0B04E8F6299DD619545D9DBCE71_RuntimeMethod_var); V_0 = L_20; } IL_009c: try {// begin try (depth: 1) { goto IL_00b3; } IL_009e: { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21; L_21 = Enumerator_get_Current_m743F45932E7CA3D605BDF9A10A54EC424BBAE3AC_inline((Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m743F45932E7CA3D605BDF9A10A54EC424BBAE3AC_RuntimeMethod_var); V_1 = L_21; Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * L_22 = __this->get_lookupCDataElems_4(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_23 = V_1; NullCheck(L_22); Dictionary_2_set_Item_mBF8071F14E57C996E537F32884BC4761862BB63B(L_22, L_23, 0, /*hidden argument*/Dictionary_2_set_Item_mBF8071F14E57C996E537F32884BC4761862BB63B_RuntimeMethod_var); } IL_00b3: { bool L_24; L_24 = Enumerator_MoveNext_m839BDC3261EDD138C5D66713FD6BE6E4C7739BAA((Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m839BDC3261EDD138C5D66713FD6BE6E4C7739BAA_RuntimeMethod_var); if (L_24) { goto IL_009e; } } IL_00bc: { IL2CPP_LEAVE(0xCC, FINALLY_00be); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00be; } FINALLY_00be: {// begin finally (depth: 1) Enumerator_Dispose_m5E9B91BAA02531216513FBBB1944D9B3A300DF2F((Enumerator_tF41CC87AB953D63B9CB279803170EBECF7551AC7 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m5E9B91BAA02531216513FBBB1944D9B3A300DF2F_RuntimeMethod_var); IL2CPP_END_FINALLY(190) }// end finally (depth: 1) IL2CPP_CLEANUP(190) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xCC, IL_00cc) } IL_00cc: { BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_25 = __this->get_bitsCData_5(); NullCheck(L_25); BitStack_PushBit_mA8687765F153AF75D44D4DDD2C778B7CFC8AD795(L_25, (bool)0, /*hidden argument*/NULL); return; } IL_00d9: { XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * L_26 = ___settings1; NullCheck(L_26); int32_t L_27; L_27 = XmlWriterSettings_get_OutputMethod_mB66D206D5F27115B29E89B878F8105F9353D8CD4_inline(L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_00f9; } } { String_t* L_28 = __this->get_systemId_11(); if (L_28) { goto IL_00f2; } } { String_t* L_29 = __this->get_publicId_12(); if (!L_29) { goto IL_00f9; } } IL_00f2: { __this->set_outputDocType_7((bool)1); } IL_00f9: { return; } } // System.Void System.Xml.QueryOutputWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_set_NamespaceResolver_mAD187E7C7F1EBC0654A1177073A9C8BB0FB5E9D4 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; ((XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 *)__this)->set_resolver_1(L_0); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_1 = __this->get_wrapped_2(); RuntimeObject* L_2 = ___value0; NullCheck(L_1); VirtualActionInvoker1< RuntimeObject* >::Invoke(33 /* System.Void System.Xml.XmlRawWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) */, L_1, L_2); return; } } // System.Void System.Xml.QueryOutputWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteXmlDeclaration_m582D027AA575B65FCBF8F2D3CB90BA51543F1129 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, int32_t ___standalone0, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); int32_t L_1 = ___standalone0; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(34 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteXmlDeclaration_m2F28563689DDF2EDB9B810281C57AAD266F0026D (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___xmldecl0, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___xmldecl0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(35 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteDocType_m51A80AB8E08F9B5EF5BFEA45012D5236583990AE (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___name0, String_t* ___pubid1, String_t* ___sysid2, String_t* ___subset3, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_12(); if (L_0) { goto IL_0020; } } { String_t* L_1 = __this->get_systemId_11(); if (L_1) { goto IL_0020; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_2 = __this->get_wrapped_2(); String_t* L_3 = ___name0; String_t* L_4 = ___pubid1; String_t* L_5 = ___sysid2; String_t* L_6 = ___subset3; NullCheck(L_2); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_2, L_3, L_4, L_5, L_6); } IL_0020: { return; } } // System.Void System.Xml.QueryOutputWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteStartElement_mFC74746483DF4728C88EACA8BEB3F5A025773A8F (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mBDDF5DE759CDD21A29BFC352AFF5644D16476607_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * G_B8_0 = NULL; XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * G_B7_0 = NULL; String_t* G_B9_0 = NULL; XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * G_B9_1 = NULL; { QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7(__this, /*hidden argument*/NULL); bool L_0 = __this->get_checkWellFormedDoc_8(); if (!L_0) { goto IL_0043; } } { int32_t L_1 = __this->get_depth_13(); if (L_1) { goto IL_002e; } } { bool L_2 = __this->get_hasDocElem_9(); if (!L_2) { goto IL_002e; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->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*)&_stringLiteral3D3A6937948B511C58F902D4F718201A18C1E9ED)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryOutputWriter_WriteStartElement_mFC74746483DF4728C88EACA8BEB3F5A025773A8F_RuntimeMethod_var))); } IL_002e: { int32_t L_5 = __this->get_depth_13(); __this->set_depth_13(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); __this->set_hasDocElem_9((bool)1); } IL_0043: { bool L_6 = __this->get_outputDocType_7(); if (!L_6) { goto IL_0081; } } { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_7 = __this->get_wrapped_2(); String_t* L_8 = ___prefix0; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_8, /*hidden argument*/NULL); G_B7_0 = L_7; if (L_9) { G_B8_0 = L_7; goto IL_005c; } } { String_t* L_10 = ___localName1; G_B9_0 = L_10; G_B9_1 = G_B7_0; goto IL_0068; } IL_005c: { String_t* L_11 = ___prefix0; String_t* L_12 = ___localName1; String_t* L_13; L_13 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_11, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_12, /*hidden argument*/NULL); G_B9_0 = L_13; G_B9_1 = G_B8_0; } IL_0068: { String_t* L_14 = __this->get_publicId_12(); String_t* L_15 = __this->get_systemId_11(); NullCheck(G_B9_1); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, G_B9_1, G_B9_0, L_14, L_15, (String_t*)NULL); __this->set_outputDocType_7((bool)0); } IL_0081: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_16 = __this->get_wrapped_2(); String_t* L_17 = ___prefix0; String_t* L_18 = ___localName1; String_t* L_19 = ___ns2; NullCheck(L_16); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_16, L_17, L_18, L_19); Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * L_20 = __this->get_lookupCDataElems_4(); if (!L_20) { goto IL_00c0; } } { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_21 = __this->get_qnameCData_6(); String_t* L_22 = ___localName1; String_t* L_23 = ___ns2; NullCheck(L_21); XmlQualifiedName_Init_mBFB813930307420CB952CC65B52A1EF3564CA862(L_21, L_22, L_23, /*hidden argument*/NULL); BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_24 = __this->get_bitsCData_5(); Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * L_25 = __this->get_lookupCDataElems_4(); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_26 = __this->get_qnameCData_6(); NullCheck(L_25); bool L_27; L_27 = Dictionary_2_ContainsKey_mBDDF5DE759CDD21A29BFC352AFF5644D16476607(L_25, L_26, /*hidden argument*/Dictionary_2_ContainsKey_mBDDF5DE759CDD21A29BFC352AFF5644D16476607_RuntimeMethod_var); NullCheck(L_24); BitStack_PushBit_mA8687765F153AF75D44D4DDD2C778B7CFC8AD795(L_24, L_27, /*hidden argument*/NULL); } IL_00c0: { return; } } // System.Void System.Xml.QueryOutputWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteEndElement_m98BA53090AF2067C28C7DD91BC2D3F877D2FEB3F (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(38 /* System.Void System.Xml.XmlRawWriter::WriteEndElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); bool L_4 = __this->get_checkWellFormedDoc_8(); if (!L_4) { goto IL_002a; } } { int32_t L_5 = __this->get_depth_13(); __this->set_depth_13(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); } IL_002a: { Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * L_6 = __this->get_lookupCDataElems_4(); if (!L_6) { goto IL_003e; } } { BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_7 = __this->get_bitsCData_5(); NullCheck(L_7); bool L_8; L_8 = BitStack_PopBit_m84C75FC508ACE07B2E3E7AA45B9CFB91279553C3(L_7, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void System.Xml.QueryOutputWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteFullEndElement_mA129CDF035AE8752137A426F75BFFD2ABC288189 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(39 /* System.Void System.Xml.XmlRawWriter::WriteFullEndElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); bool L_4 = __this->get_checkWellFormedDoc_8(); if (!L_4) { goto IL_002a; } } { int32_t L_5 = __this->get_depth_13(); __this->set_depth_13(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1))); } IL_002a: { Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * L_6 = __this->get_lookupCDataElems_4(); if (!L_6) { goto IL_003e; } } { BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_7 = __this->get_bitsCData_5(); NullCheck(L_7); bool L_8; L_8 = BitStack_PopBit_m84C75FC508ACE07B2E3E7AA45B9CFB91279553C3(L_7, /*hidden argument*/NULL); } IL_003e: { return; } } // System.Void System.Xml.QueryOutputWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_StartElementContent_m0FED239FBD30B019DF5AA723860BDF05D811A0F1 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(36 /* System.Void System.Xml.XmlRawWriter::StartElementContent() */, L_0); return; } } // System.Void System.Xml.QueryOutputWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteStartAttribute_m933E6785D0FBE040CD821D0A001ED199CC2D1260 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, const RuntimeMethod* method) { { __this->set_inAttr_10((bool)1); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___ns2; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.QueryOutputWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteEndAttribute_m84FDFF1DC006648FAF2E7CF6DA199AE8B49EEB3D (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method) { { __this->set_inAttr_10((bool)0); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_0); return; } } // System.Void System.Xml.QueryOutputWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteNamespaceDeclaration_m6BB111A9AF23A415CBCFF6AD4E9A40C87FD9DAC9 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; String_t* L_2 = ___ns1; NullCheck(L_0); VirtualActionInvoker2< String_t*, String_t* >::Invoke(40 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Boolean System.Xml.QueryOutputWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueryOutputWriter_get_SupportsNamespaceDeclarationInChunks_mECEEF3840A4BABBAFBE6EABCCDFD1786D24FFA95 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlRawWriter::get_SupportsNamespaceDeclarationInChunks() */, L_0); return L_1; } } // System.Void System.Xml.QueryOutputWriter::WriteStartNamespaceDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteStartNamespaceDeclaration_m9F9E51794BE15134B95D5DB8FE8E944A9FDE9DED (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___prefix0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(42 /* System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteEndNamespaceDeclaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteEndNamespaceDeclaration_mB2F10BF8752BA1F2FA30B48A389EB57E4AEC6F85 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(43 /* System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() */, L_0); return; } } // System.Void System.Xml.QueryOutputWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteCData_mC50FE33AC52BC2C322446A5FDF9FB73C792AF7D0 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___text0, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___text0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteComment_mE0557D84B511FB16756490073E94E3EB67550412 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___text0, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___text0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteProcessingInstruction_m44BB03E374F9648522638F3313A5FEE51C5D5F0E (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___name0; String_t* L_2 = ___text1; NullCheck(L_0); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.QueryOutputWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteWhitespace_mDC75448D65D3FE563AB423814F8D699306A75CCE (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___ws0, const RuntimeMethod* method) { { bool L_0 = __this->get_inAttr_10(); if (L_0) { goto IL_0025; } } { bool L_1 = __this->get_inCDataSection_3(); if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_mB4E124F892B8C89AC50DA92E38DFE9C0EBDECAFF(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } IL_0018: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_3 = __this->get_wrapped_2(); String_t* L_4 = ___ws0; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_4); return; } IL_0025: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_5 = __this->get_wrapped_2(); String_t* L_6 = ___ws0; NullCheck(L_5); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_5, L_6); return; } } // System.Void System.Xml.QueryOutputWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteString_m7CB11C105953B044DCEB2B87333A7B6C6087759F (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___text0, const RuntimeMethod* method) { { bool L_0 = __this->get_inAttr_10(); if (L_0) { goto IL_0025; } } { bool L_1 = __this->get_inCDataSection_3(); if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_mB4E124F892B8C89AC50DA92E38DFE9C0EBDECAFF(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } IL_0018: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_3 = __this->get_wrapped_2(); String_t* L_4 = ___text0; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_4); return; } IL_0025: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_5 = __this->get_wrapped_2(); String_t* L_6 = ___text0; NullCheck(L_5); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_5, L_6); return; } } // System.Void System.Xml.QueryOutputWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteChars_m95A87003DAE3E9DBFD44EC87D2163F4618CD903B (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { bool L_0 = __this->get_inAttr_10(); if (L_0) { goto IL_002c; } } { bool L_1 = __this->get_inCDataSection_3(); if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_mB4E124F892B8C89AC50DA92E38DFE9C0EBDECAFF(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_002c; } } IL_0018: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_3 = __this->get_wrapped_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ___buffer0; int32_t L_5 = ___index1; int32_t L_6 = ___count2; String_t* L_7; L_7 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_7); return; } IL_002c: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_8 = __this->get_wrapped_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ___buffer0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; NullCheck(L_8); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(22 /* System.Void System.Xml.XmlWriter::WriteChars(System.Char[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11); return; } } // System.Void System.Xml.QueryOutputWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteEntityRef_m31D1D593661C24D622EC398255C483431E3F1CCA (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___name0, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); String_t* L_1 = ___name0; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteCharEntity_mA0842E3AA62F5ACEBF140D9A33817282D3C87E3A (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); Il2CppChar L_1 = ___ch0; NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteCharEntity(System.Char) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteSurrogateCharEntity_m5EF0C8F41816806675E4E6963E812F81E84235AA (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, Il2CppChar ___lowChar0, Il2CppChar ___highChar1, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7(__this, /*hidden argument*/NULL); XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); Il2CppChar L_1 = ___lowChar0; Il2CppChar L_2 = ___highChar1; NullCheck(L_0); VirtualActionInvoker2< Il2CppChar, Il2CppChar >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteSurrogateCharEntity(System.Char,System.Char) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.QueryOutputWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteRaw_m8094D9F1551D08B7EA77AC0F5C5F9BD891F80F60 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { bool L_0 = __this->get_inAttr_10(); if (L_0) { goto IL_002c; } } { bool L_1 = __this->get_inCDataSection_3(); if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_mB4E124F892B8C89AC50DA92E38DFE9C0EBDECAFF(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_002c; } } IL_0018: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_3 = __this->get_wrapped_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ___buffer0; int32_t L_5 = ___index1; int32_t L_6 = ___count2; String_t* L_7; L_7 = String_CreateString_m16F181739FD8BA877868803DE2CE0EF0A4668D0E(NULL, L_4, L_5, L_6, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_7); return; } IL_002c: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_8 = __this->get_wrapped_2(); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ___buffer0; int32_t L_10 = ___index1; int32_t L_11 = ___count2; NullCheck(L_8); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.Char[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11); return; } } // System.Void System.Xml.QueryOutputWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteRaw_m4B70C8F135931D8F7FD724C42A55669B054CEE83 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, String_t* ___data0, const RuntimeMethod* method) { { bool L_0 = __this->get_inAttr_10(); if (L_0) { goto IL_0025; } } { bool L_1 = __this->get_inCDataSection_3(); if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_mB4E124F892B8C89AC50DA92E38DFE9C0EBDECAFF(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } IL_0018: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_3 = __this->get_wrapped_2(); String_t* L_4 = ___data0; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_4); return; } IL_0025: { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_5 = __this->get_wrapped_2(); String_t* L_6 = ___data0; NullCheck(L_5); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_5, L_6); return; } } // System.Void System.Xml.QueryOutputWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_Close_mB87978D18D08F2AF3F86A72082F35D082BE33B5F (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_0); bool L_1 = __this->get_checkWellFormedDoc_8(); if (!L_1) { goto IL_002b; } } { bool L_2 = __this->get_hasDocElem_9(); if (L_2) { goto IL_002b; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->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*)&_stringLiteral9413AC7CF6AB7E9B088B38F9FF76860CC990A952)), L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryOutputWriter_Close_mB87978D18D08F2AF3F86A72082F35D082BE33B5F_RuntimeMethod_var))); } IL_002b: { return; } } // System.Void System.Xml.QueryOutputWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_Flush_m54CCB8E363023AE2EBC1EADA50DAB821C53530A5 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method) { { XmlRawWriter_t776E2EB89A59D17CB0B5B0891DDB1AFEB3F245E5 * L_0 = __this->get_wrapped_2(); NullCheck(L_0); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_0); return; } } // System.Boolean System.Xml.QueryOutputWriter::StartCDataSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueryOutputWriter_StartCDataSection_mB4E124F892B8C89AC50DA92E38DFE9C0EBDECAFF (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method) { { Dictionary_2_t9271D5E45EC14905F5999D37CAEA9320F5D0A5F6 * L_0 = __this->get_lookupCDataElems_4(); if (!L_0) { goto IL_001e; } } { BitStack_t06F411C96B04DE5B8D4A67EC95F15674B52ACB98 * L_1 = __this->get_bitsCData_5(); NullCheck(L_1); bool L_2; L_2 = BitStack_PeekBit_m1290989B251A2D0C7D1360F7893BAAD01AA1B42A(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { __this->set_inCDataSection_3((bool)1); return (bool)1; } IL_001e: { return (bool)0; } } // System.Void System.Xml.QueryOutputWriter::EndCDataSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_EndCDataSection_mE753CD9D224B946AD2407E92AD46CE754CC821D7 (QueryOutputWriter_t0B71F7C52905D7411C6F142161FBCF3912C104DB * __this, const RuntimeMethod* method) { { __this->set_inCDataSection_3((bool)0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #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.RangeContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Xml.Schema.BitSet,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RangeContentValidator__ctor_mF49D45F7C208508F8A648DFE1BA00AA3DC9E7261 (RangeContentValidator_t0FF32C46394F954E099F3E2D92510BAEA696ED52 * __this, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___firstpos0, BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* ___followpos1, SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * ___symbols2, Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isEmptiable6, BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * ___positionsWithRangeTerminals7, int32_t ___minmaxNodesCount8, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___contentType5; bool L_1 = ___isEmptiable6; IL2CPP_RUNTIME_CLASS_INIT(ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C_il2cpp_TypeInfo_var); ContentValidator__ctor_m70BBAD5BF4E84F43ABC115AE8F14B47F9C357435(__this, L_0, (bool)0, L_1, /*hidden argument*/NULL); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_2 = ___firstpos0; __this->set_firstpos_7(L_2); BitSetU5BU5D_t95400D30DE4EA8396AA8017C81305F0A68B3B1FD* L_3 = ___followpos1; __this->set_followpos_8(L_3); SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * L_4 = ___symbols2; __this->set_symbols_10(L_4); Positions_t577D66E21F674149C5A3E68851CE88B94C37248F * L_5 = ___positions3; __this->set_positions_11(L_5); BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_6 = ___positionsWithRangeTerminals7; __this->set_positionsWithRangeTerminals_9(L_6); int32_t L_7 = ___minmaxNodesCount8; __this->set_minMaxNodesCount_12(L_7); int32_t L_8 = ___endMarkerPos4; __this->set_endMarkerPos_13(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 #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.Ref::Equal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ref_Equal_mA7CCFB984697A4E40EE7BE8919C2A31BF952ED6F (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) { { String_t* L_0 = ___strA0; String_t* L_1 = ___strB1; return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))? 1 : 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.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m4303E63CA6945331BF5584376F6AA7262D1C6887 (String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; return L_0; } } // 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) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___args1; if (L_0) { goto IL_0005; } } { String_t* L_1 = ___name0; return L_1; } IL_0005: { String_t* L_2 = ___name0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = ___args1; String_t* L_4; L_4 = SR_GetString_m846F567D256240B005CADDBE65D4793920B6474E(L_2, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MS.Internal.Xml.XPath.ResetableIterator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetableIterator__ctor_m1F1B9514B89212E84D3BD0AEFBF763D49B02A27D (ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * __this, const RuntimeMethod* method) { { XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351(__this, /*hidden argument*/NULL); ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->set_count_0((-1)); return; } } // System.Void MS.Internal.Xml.XPath.ResetableIterator::.ctor(MS.Internal.Xml.XPath.ResetableIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetableIterator__ctor_m9DB66BACFFA94011F36AA6069DEC7A94F7BEC1D6 (ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * __this, ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * ___other0, const RuntimeMethod* method) { { XPathNodeIterator__ctor_m23034850CE7940C17C2AC1FA4159CFF93557C351(__this, /*hidden argument*/NULL); ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * L_0 = ___other0; NullCheck(L_0); int32_t L_1 = ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)L_0)->get_count_0(); ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->set_count_0(L_1); return; } } // System.Void MS.Internal.Xml.XPath.ResetableIterator::ResetCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetableIterator_ResetCount_m603D3526FA0897A336D93E38A173E497C238209D (ResetableIterator_tE94D12449CD6F10F2451CBA4FD6597D58A4E5F67 * __this, const RuntimeMethod* method) { { ((XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 *)__this)->set_count_0((-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 #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.ReversePositionQuery::.ctor(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversePositionQuery__ctor_mB39A01AAFD985AF2C45F0E12D2020AE69291B651 (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * __this, Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * ___input0, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = ___input0; ForwardPositionQuery__ctor_mEC1C3D9D94C6C6AE240EEC083BB3BE1DF2FCBA5C(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void MS.Internal.Xml.XPath.ReversePositionQuery::.ctor(MS.Internal.Xml.XPath.ReversePositionQuery) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReversePositionQuery__ctor_mAE4CD682FF6C6C57C366434D86425C63707C7538 (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * __this, ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * ___other0, const RuntimeMethod* method) { { ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * L_0 = ___other0; ForwardPositionQuery__ctor_m23745B7F58B843D572CE5081998AC2BE327431C5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.ReversePositionQuery::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t133D83D4FBC95646A6E85168B76EC873C7533FB8 * ReversePositionQuery_Clone_mDEBA01A6D80D41EE640A79D66DFC069D1116F5C2 (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * L_0 = (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 *)il2cpp_codegen_object_new(ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569_il2cpp_TypeInfo_var); ReversePositionQuery__ctor_mAE4CD682FF6C6C57C366434D86425C63707C7538(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Int32 MS.Internal.Xml.XPath.ReversePositionQuery::get_CurrentPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReversePositionQuery_get_CurrentPosition_mA90F14B9284FE7C2CB3299569F4D74EAC5EBC02C (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * __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 = ((CacheOutputQuery_t248A422178FAEACAED0FB179AC97361E5FF7A841 *)__this)->get_outputBuffer_2(); 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.ReversePositionQuery::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReversePositionQuery_get_Properties_m2419B4D73E0A7452843B2A90A0CFE8987C2757E1 (ReversePositionQuery_t4B523D600C9E991C1585A051002C48A1D92E2569 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = CacheOutputQuery_get_Properties_mA9BB0CDC71BEF7BAD4D35B884A515313D94B97F0(__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.Root::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Root__ctor_m9AFDE1774593F1B6FC957C859EB4D1338DB3D29B (Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 * __this, const RuntimeMethod* method) { { AstNode__ctor_m43FAABD37C39C7C4872DE89591276ADEFF9BA3C8(__this, /*hidden argument*/NULL); return; } } // MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Root::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Root_get_Type_m3A8830E3A105B76D21A5A295BA3D4976A89E043C (Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 * __this, const RuntimeMethod* method) { { return (int32_t)(6); } } // System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Root::get_ReturnType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Root_get_ReturnType_mD54AC40FFAD30979FB6024FD595503CD764D5802 (Root_t809E30FF7648043829DC43D69EDE90DFBE742D72 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m846F567D256240B005CADDBE65D4793920B6474E (String_t* ___name0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_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); String_t* L_1 = ___name0; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args1; String_t* L_3; L_3 = SR_GetString_m6B94153BBBDF13B55321A1E0290B6E82FC8AD248(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String SR::GetString(System.Globalization.CultureInfo,System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m6B94153BBBDF13B55321A1E0290B6E82FC8AD248 (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture0, String_t* ___name1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args2, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___culture0; String_t* L_1 = ___name1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = ___args2; String_t* L_3; L_3 = String_Format_mF96F0621DC567D09C07F1EAC66B31AD261A9DC21(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.SafeAsciiDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeAsciiDecoder__ctor_mB033A0469DC80F12A41C799789A73D22176D183D (SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF * __this, const RuntimeMethod* method) { { Decoder__ctor_m2EA154371203FAAE1CD0477C828E0B39B2091DF3(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.SafeAsciiDecoder::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeAsciiDecoder_GetCharCount_m108B5EE0BEE050B095BC848A3EB3CFC5681E4A46 (SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { { int32_t L_0 = ___count2; return L_0; } } // System.Int32 System.Xml.SafeAsciiDecoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeAsciiDecoder_GetChars_mCB59148E2C91B2D892039717797C99D1742FBFC0 (SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF * __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 L_0 = ___byteIndex1; V_0 = L_0; int32_t L_1 = ___charIndex4; V_1 = L_1; goto IL_0016; } IL_0007: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_2 = ___chars3; int32_t L_3 = V_1; int32_t L_4 = L_3; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = ___bytes0; int32_t L_6 = V_0; int32_t L_7 = L_6; V_0 = ((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)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_4), (Il2CppChar)L_9); } IL_0016: { int32_t L_10 = V_0; int32_t L_11 = ___byteIndex1; int32_t L_12 = ___byteCount2; if ((((int32_t)L_10) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))))) { goto IL_0007; } } { int32_t L_13 = ___byteCount2; return L_13; } } // System.Void System.Xml.SafeAsciiDecoder::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 SafeAsciiDecoder_Convert_m9E82BC990A35DCFCC10BE52C768F584339FA55C6 (SafeAsciiDecoder_tCD1ACB5604E6CFBC5F4738EEDCF5EA3A9EA957EF * __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 L_0 = ___charCount5; int32_t L_1 = ___byteCount2; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_000f; } } { int32_t L_2 = ___charCount5; ___byteCount2 = L_2; bool* L_3 = ___completed9; *((int8_t*)L_3) = (int8_t)0; goto IL_0013; } IL_000f: { bool* L_4 = ___completed9; *((int8_t*)L_4) = (int8_t)1; } IL_0013: { int32_t L_5 = ___byteIndex1; V_0 = L_5; int32_t L_6 = ___charIndex4; V_1 = L_6; int32_t L_7 = ___byteIndex1; int32_t L_8 = ___byteCount2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)); goto IL_002d; } IL_001e: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = ___chars3; int32_t L_10 = V_1; int32_t L_11 = L_10; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = ___bytes0; int32_t L_13 = V_0; int32_t L_14 = L_13; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); int32_t L_15 = L_14; uint8_t L_16 = (L_12)->GetAt(static_cast(L_15)); NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (Il2CppChar)L_16); } IL_002d: { int32_t L_17 = V_0; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_001e; } } { int32_t* L_19 = ___charsUsed8; int32_t L_20 = ___byteCount2; *((int32_t*)L_19) = (int32_t)L_20; int32_t* L_21 = ___bytesUsed7; int32_t L_22 = ___byteCount2; *((int32_t*)L_21) = (int32_t)L_22; 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.SchemaAttDef::.ctor(System.Xml.XmlQualifiedName,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef__ctor_m8DD0D5317882F5F07CFAEC259164AB43A6C8D9F3 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * ___name0, String_t* ___prefix1, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ___name0; String_t* L_1 = ___prefix1; SchemaDeclBase__ctor_m1BC436E9668EED05F54E492D437DA46C34A551D8(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.SchemaAttDef::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef__ctor_m40A902B1FF7D8A59AC8FF7380C53C78E2C72585B (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { SchemaDeclBase__ctor_m1635E4DACD551DC1FA3CA6B426B8E2E78627F28F(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_System_Xml_IDtdAttributeInfo_get_Prefix_m9C1B5ADBFCDCABDDAFE00F282080B7C48859BBCB (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LocalName_m2B8E81C3C7A839A02CB54EE71F9CE20FE31C0EA1 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0; L_0 = SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E_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.Int32 System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LineNumber_m497A54EE6FBABDB37E48438B2E30E925E1D3E6A2 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SchemaAttDef_get_LineNumber_m59313EBBBEB7825F74471D37390A359200BE323F_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_System_Xml_IDtdAttributeInfo_get_LinePosition_m73BC66396A9ED12ECF72B4EE8F7AAA5B32661410 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SchemaAttDef_get_LinePosition_m319A452C4316D5428A237EE28BA0345D96D16D4D_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_IsNonCDataType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsNonCDataType_mE2DDBDC90E986BA004C7B10BCC65ACCD8DD85748 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SchemaAttDef_get_TokenizedType_mFB396F9F1E6D2FCBE5190C46CCAD49AC4FFA1A67(__this, /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_IsDeclaredInExternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsDeclaredInExternal_m042A8F598A261436090A1C6AFFD3C089215BF3B1 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = SchemaDeclBase_get_IsDeclaredInExternal_m1B7033680C64843BC8F62EAE9B47B7FC521E4F2E_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.Schema.SchemaAttDef::System.Xml.IDtdAttributeInfo.get_IsXmlAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaAttDef_System_Xml_IDtdAttributeInfo_get_IsXmlAttribute_mE253DC67DBDB9B06E2D96F9F3247D22E8CC0392E (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SchemaAttDef_get_Reserved_mB2889E74F8D76DB2B9BF6DA7F6280058AE1C4E67_inline(__this, /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.String System.Xml.Schema.SchemaAttDef::System.Xml.IDtdDefaultAttributeInfo.get_DefaultValueExpanded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_DefaultValueExpanded_m66C9801E15E644EB956029D9BE31EEE218619328 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = SchemaAttDef_get_DefaultValueExpanded_m3DD4309DBF57E2E9C4C2EBA74EE54365C51A88C5(__this, /*hidden argument*/NULL); return L_0; } } // System.Object System.Xml.Schema.SchemaAttDef::System.Xml.IDtdDefaultAttributeInfo.get_DefaultValueTyped() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_DefaultValueTyped_m4E5A7BC1ECCBFB40FD6F10EE0AE335F7F9706FE0 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0; L_0 = SchemaDeclBase_get_DefaultValueTyped_m181BCA469B286D8325144D11547D51F3BC2BA10F_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Schema.SchemaAttDef::System.Xml.IDtdDefaultAttributeInfo.get_ValueLineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_ValueLineNumber_mC5CA36EEDCA57069B1984E28BC3E340E52D854B8 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SchemaAttDef_get_ValueLineNumber_m4D2187BB1AA525C3FEA4D4131BF143B7569860BA_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Schema.SchemaAttDef::System.Xml.IDtdDefaultAttributeInfo.get_ValueLinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_System_Xml_IDtdDefaultAttributeInfo_get_ValueLinePosition_m968FB9292130C18FEA07702A8D2257D1747FABD5 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = SchemaAttDef_get_ValueLinePosition_m5392A796775EB83D96511989ECCF49A14EF4C064_inline(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 System.Xml.Schema.SchemaAttDef::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LinePosition_m319A452C4316D5428A237EE28BA0345D96D16D4D (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePos_13(); return L_0; } } // System.Void System.Xml.Schema.SchemaAttDef::set_LinePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_set_LinePosition_m01F233895BAEAA4CF6073C9A3DD19E55FDE90A97 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_linePos_13(L_0); return; } } // System.Int32 System.Xml.Schema.SchemaAttDef::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LineNumber_m59313EBBBEB7825F74471D37390A359200BE323F (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNum_12(); return L_0; } } // System.Void System.Xml.Schema.SchemaAttDef::set_LineNumber(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_set_LineNumber_mF9A2CF90D506DB944073B5CFF7FBB56C7366CA0B (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_lineNum_12(L_0); return; } } // System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m5392A796775EB83D96511989ECCF49A14EF4C064 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_valueLinePos_15(); return L_0; } } // System.Void System.Xml.Schema.SchemaAttDef::set_ValueLinePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_set_ValueLinePosition_m3C695D5E1F49D484EA2034E69AC61925D13D4518 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_valueLinePos_15(L_0); return; } } // System.Int32 System.Xml.Schema.SchemaAttDef::get_ValueLineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m4D2187BB1AA525C3FEA4D4131BF143B7569860BA (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_valueLineNum_14(); return L_0; } } // System.Void System.Xml.Schema.SchemaAttDef::set_ValueLineNumber(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_set_ValueLineNumber_m74AB47ABABDF780437AC039339AF33B312C1321C (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_valueLineNum_14(L_0); return; } } // System.String System.Xml.Schema.SchemaAttDef::get_DefaultValueExpanded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_get_DefaultValueExpanded_m3DD4309DBF57E2E9C4C2EBA74EE54365C51A88C5 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __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_defExpanded_11(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_defExpanded_11(); return L_2; } } // System.Void System.Xml.Schema.SchemaAttDef::set_DefaultValueExpanded(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_set_DefaultValueExpanded_m0924B261962F28DC8763F5E5B5DB3FCC34C6A643 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_defExpanded_11(L_0); return; } } // System.Xml.XmlTokenizedType System.Xml.Schema.SchemaAttDef::get_TokenizedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_TokenizedType_mFB396F9F1E6D2FCBE5190C46CCAD49AC4FFA1A67 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0; L_0 = SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_0); return L_1; } } // System.Void System.Xml.Schema.SchemaAttDef::set_TokenizedType(System.Xml.XmlTokenizedType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_set_TokenizedType_mF747F8B6BF6ACA99631783CCA1845061A2671600 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_1; L_1 = XmlSchemaDatatype_FromXmlTokenizedType_mC1D4EBF5FFE89C56A81D77D8F9630121AADB840E(L_0, /*hidden argument*/NULL); SchemaDeclBase_set_Datatype_m967CABF00F6B33B2EABB6522EBBBC92101F5CC74_inline(__this, L_1, /*hidden argument*/NULL); return; } } // System.Xml.Schema.SchemaAttDef/Reserve System.Xml.Schema.SchemaAttDef::get_Reserved() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_Reserved_mB2889E74F8D76DB2B9BF6DA7F6280058AE1C4E67 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_reserved_16(); return L_0; } } // System.Void System.Xml.Schema.SchemaAttDef::set_Reserved(System.Xml.Schema.SchemaAttDef/Reserve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_set_Reserved_m446F2C9A61E13AFE0B7BE5C0BF56A05AC6CF5BA7 (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_reserved_16(L_0); return; } } // System.Void System.Xml.Schema.SchemaAttDef::CheckXmlSpace(System.Xml.IValidationEventHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef_CheckXmlSpace_m3B75B027866FE085CAA4E37ECC7260DB7F3DC96B (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, RuntimeObject* ___validationEventHandling0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); 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*)&_stringLiteral013BD4ABE4D4A1BC6D9EEF501A242AC0124ACED6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ((SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A *)__this)->get_datatype_5(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_00b0; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = ((SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A *)__this)->get_values_10(); if (!L_2) { goto IL_00b0; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_3 = ((SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A *)__this)->get_values_10(); NullCheck(L_3); int32_t L_4; L_4 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_3, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_4) > ((int32_t)2))) { goto IL_00b0; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_5 = ((SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A *)__this)->get_values_10(); NullCheck(L_5); String_t* L_6; L_6 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_5, 0, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); V_0 = L_7; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_8 = ((SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A *)__this)->get_values_10(); NullCheck(L_8); int32_t L_9; L_9 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_8, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((!(((uint32_t)L_9) == ((uint32_t)2)))) { goto IL_0095; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_10 = ((SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A *)__this)->get_values_10(); NullCheck(L_10); String_t* L_11; L_11 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_10, 1, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); V_1 = L_12; String_t* L_13 = V_0; bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_13, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); if (L_14) { goto IL_007a; } } { String_t* L_15 = V_1; bool L_16; L_16 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_15, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); if (!L_16) { goto IL_00b0; } } IL_007a: { String_t* L_17 = V_0; bool L_18; L_18 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_17, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, /*hidden argument*/NULL); if (L_18) { goto IL_0094; } } { String_t* L_19 = V_1; bool L_20; L_20 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_19, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, /*hidden argument*/NULL); if (!L_20) { goto IL_00b0; } } IL_0094: { return; } IL_0095: { String_t* L_21 = V_0; bool L_22; L_22 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_21, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, /*hidden argument*/NULL); if (L_22) { goto IL_00af; } } { String_t* L_23 = V_0; bool L_24; L_24 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_23, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, /*hidden argument*/NULL); if (!L_24) { goto IL_00b0; } } IL_00af: { return; } IL_00b0: { RuntimeObject* L_25 = ___validationEventHandling0; String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA * L_27 = (XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA *)il2cpp_codegen_object_new(XmlSchemaException_t9C48B8133469BABC05D561C654585F0584FB25DA_il2cpp_TypeInfo_var); XmlSchemaException__ctor_mC194833624F11A84B8100C17B5FEE44178FAA6E6(L_27, _stringLiteral013BD4ABE4D4A1BC6D9EEF501A242AC0124ACED6, L_26, /*hidden argument*/NULL); NullCheck(L_25); InterfaceActionInvoker2< Exception_t *, int32_t >::Invoke(0 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_t574D5D59A6C1707DB494A9F8AFB6A3DB3F0B64D1_il2cpp_TypeInfo_var, L_25, L_27, 0); return; } } // System.Void System.Xml.Schema.SchemaAttDef::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaAttDef__cctor_m9947D03FE83E414A06EF05245FD679BF58059C02 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * L_0 = (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 *)il2cpp_codegen_object_new(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var); SchemaAttDef__ctor_m40A902B1FF7D8A59AC8FF7380C53C78E2C72585B(L_0, /*hidden argument*/NULL); ((SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_StaticFields*)il2cpp_codegen_static_fields_for(SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68_il2cpp_TypeInfo_var))->set_Empty_17(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.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) { 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_name_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_1 = ___name0; __this->set_name_0(L_1); String_t* L_2 = ___prefix1; __this->set_prefix_1(L_2); __this->set_maxLength_8(((int64_t)((int64_t)(-1)))); __this->set_minLength_9(((int64_t)((int64_t)(-1)))); return; } } // System.Void System.Xml.Schema.SchemaDeclBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase__ctor_m1635E4DACD551DC1FA3CA6B426B8E2E78627F28F (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var); XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = ((XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905_il2cpp_TypeInfo_var))->get_Empty_4(); __this->set_name_0(L_0); Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * SchemaDeclBase_get_Name_m87FD6E6D364B0F6E028FE4FE87AEFF71575E009E (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * L_0 = __this->get_name_0(); return L_0; } } // System.String System.Xml.Schema.SchemaDeclBase::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mF758E713FDA809839D669B6E429AA694EF4588EB (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { 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_prefix_1(); if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->get_prefix_1(); 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.Boolean System.Xml.Schema.SchemaDeclBase::get_IsDeclaredInExternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SchemaDeclBase_get_IsDeclaredInExternal_m1B7033680C64843BC8F62EAE9B47B7FC521E4F2E (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDeclaredInExternal_2(); return L_0; } } // System.Void System.Xml.Schema.SchemaDeclBase::set_IsDeclaredInExternal(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase_set_IsDeclaredInExternal_mF90EB47072527F6FFA1CFBADD6C644D00B859376 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isDeclaredInExternal_2(L_0); return; } } // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::get_Presence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaDeclBase_get_Presence_m81A44BBDAE7C9F43DF16DE85E470FDA40E48ABAB (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_presence_3(); return L_0; } } // System.Void System.Xml.Schema.SchemaDeclBase::set_Presence(System.Xml.Schema.SchemaDeclBase/Use) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Presence_m339BCD8DCED7AA6EF30798A12BAFA1E6FEE39F6C (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_presence_3(L_0); return; } } // System.Void System.Xml.Schema.SchemaDeclBase::set_SchemaType(System.Xml.Schema.XmlSchemaType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m5E77A5AD91AC87BF6B8F26864E24C4F2BA244FD0 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * ___value0, const RuntimeMethod* method) { { XmlSchemaType_t390DB79F0EB746B12C400BD1897CDB9F3557FCBA * L_0 = ___value0; __this->set_schemaType_4(L_0); return; } } // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::get_Datatype() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_5(); return L_0; } } // System.Void System.Xml.Schema.SchemaDeclBase::set_Datatype(System.Xml.Schema.XmlSchemaDatatype) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase_set_Datatype_m967CABF00F6B33B2EABB6522EBBBC92101F5CC74 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * ___value0, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = ___value0; __this->set_datatype_5(L_0); return; } } // System.Void System.Xml.Schema.SchemaDeclBase::AddValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase_AddValue_m5BA85092B3CF9246689A7BB991A6D4159F449B42 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, String_t* ___value0, 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_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_values_10(); if (L_0) { goto IL_0013; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_1 = (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)il2cpp_codegen_object_new(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var); List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9(L_1, /*hidden argument*/List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var); __this->set_values_10(L_1); } IL_0013: { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = __this->get_values_10(); String_t* L_3 = ___value0; NullCheck(L_2); List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A(L_2, L_3, /*hidden argument*/List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var); return; } } // System.Collections.Generic.List`1 System.Xml.Schema.SchemaDeclBase::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * SchemaDeclBase_get_Values_mB5DF89E64CB21C6BE4CEFB9AC1F8103B13744387 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_0 = __this->get_values_10(); return L_0; } } // System.String System.Xml.Schema.SchemaDeclBase::get_DefaultValueRaw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_DefaultValueRaw_mCC5A7521B07D0FD35EC496D20E078D782E468939 (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __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_defaultValueRaw_6(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { String_t* L_2 = __this->get_defaultValueRaw_6(); return L_2; } } // System.Object System.Xml.Schema.SchemaDeclBase::get_DefaultValueTyped() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SchemaDeclBase_get_DefaultValueTyped_m181BCA469B286D8325144D11547D51F3BC2BA10F (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_defaultValueTyped_7(); return L_0; } } // System.Void System.Xml.Schema.SchemaDeclBase::set_DefaultValueTyped(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_mC5B1F78E7F6E018074AA8E7672C24E7C844E8A7A (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_defaultValueTyped_7(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * SchemaDeclBase_get_Datatype_mA6244D69EB46EA7A09CDB3BD3370B49B89A47FD1_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t857F76DDC0B34F4FC5DDA7AEF2736EB3660A4C38 * L_0 = __this->get_datatype_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_mC5B1F78E7F6E018074AA8E7672C24E7C844E8A7A_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_defaultValueTyped_7(L_0); return; } } 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 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 bool BaseAxisQuery_get_NameTest_m04CD0C979261C341F0D1C6086DD6D040FBAB4ED9_inline (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_nameTest_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Name_mFBB1183BE8D05388ED48B2BE17EE6689D64EF5F9_inline (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Namespace_m0B98EEF9ADAC7A01C9E366ED59E958B6C7743E0A_inline (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_nsUri_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BaseAxisQuery_get_TypeTest_m25F4BC2DC526BD23BACDF63AD561A541685F4A58_inline (BaseAxisQuery_t0306E6A3FEE6222E62FD40E26D724B85693FEA8A * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_typeTest_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_MediaType_m785D282068B62319966B1550B565093334A16BD2_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_mediaType_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_DoNotEscapeUriAttributes_m3274570A8B798823684DF3C9C0F744F72502CE97_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_doNotEscapeUriAttributes_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_IndentChars_mCE3B39C83C32982B89ED6615ABA6EEAF95F3E549_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_indentChars_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_NewLineOnAttributes_mA8C3C3A7E78EB3C7BE431D3980035410200E59F3_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_newLineOnAttributes_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m2693E9023068C90F95C47FDB5685F1563ECE0025_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_mE9490686782C4AFB2146299CD8EECD5B061FADBE_inline (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isUpaEnforced_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_m20FF855D58ED7823B0B7F19A02D9AE84B5DAB9EF_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___value0, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = ___value0; __this->set_leftChild_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_RightChild_mDE901E5A7B4FF04C9336A05599D6F4C6C84804E3_inline (InteriorNode_tC61D7F7F6437A2E04D837FC62AB439D7E0D7D541 * __this, SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * ___value0, const RuntimeMethod* method) { { SyntaxTreeNode_t7CB071C63DCC38C485CE3510BEFA87282BB7A389 * L_0 = ___value0; __this->set_rightChild_1(L_0); return; } } 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 int32_t ContentValidator_get_ContentType_m3F213D76D16E71F3524464E82BA2D6E6807B1DB6_inline (ContentValidator_t569A9562CCF582CABFDE0DFB3DEC9529F41C399C * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_contentType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LeafNode_get_Pos_mE1FCC54CA980EE7E6E9D8E0BA16EF6889FF18E5A_inline (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_pos_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SymbolsDictionary_get_IsUpaEnforced_mF1CB53D944864D03F27D99ED7EB9F6F3012B28C2_inline (SymbolsDictionary_tC502F0D6AE462F83D106895089A819B184ADFBDF * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isUpaEnforced_5(); return L_0; } } 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 Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 LeafRangeNode_get_Max_m6A46C79DF4AE663EAC3FF0C57F34D08A24258A95_inline (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, const RuntimeMethod* method) { { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = __this->get_max_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * LeafRangeNode_get_NextIteration_m4913B769997A91093E84E01B29E836E6F5C7C601_inline (LeafRangeNode_t8029A50007C00F644B3424A37E7AFD426B12D155 * __this, const RuntimeMethod* method) { { BitSet_t36CD5E21CDE8972A6BCEF9E414933DD893966438 * L_0 = __this->get_nextIteration_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafNode_set_Pos_m3FE6DE6E690AFE747A6898DD4C6FBD5B1B8C3B0E_inline (LeafNode_t45C3C22205D51080B47C53AA2B95E4D6A987F0FC * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_pos_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Prefix_m09D6EDCECF4AB5CD3DDE9BB5390381EC984A7938_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Axis_get_Input_m74EB33B775BE74B2F659671B4522C0BF28FC5741_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_input_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Axis_get_TypeOfAxis_m14A76541B695D03A83967DE990C6CDCEF3D2E92D_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_axisType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Axis_get_NodeType_m39DC35BCB9F5600F9D752D710754324014339A7C_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nodeType_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Name_m19737670894EC9BEC4E03FD331D9B2A568B1B619_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Axis_get_AbbrAxis_m93098A9734715F92E1365665E4E7D5586963A7FC_inline (Axis_t1505E3D6AF9F90EED164ED3C1CA85E800D34D56E * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_abbrAxis_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Filter_get_Condition_mCEFD78E25577CFEC163CCBF21ED87AE7B398D9A5_inline (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_condition_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Filter_get_Input_m1A54C57D63396809C6C97B5C46622E170701FC41_inline (Filter_tAF2226BF3A60AC8A9917B8B201CD3CF47336CA99 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_input_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * FilterQuery_get_Condition_m5426A1DB8A449811AD0B7C8C4E9D7F162491671E_inline (FilterQuery_t2149ED532A6B03014608CED0DFC5E9EB172C18EF * __this, const RuntimeMethod* method) { { Query_tA8096C7914789E59DF6C340BE3380CF2511F6A06 * L_0 = __this->get_cond_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Operator_get_Operand1_mE2955557D1117E077815E8FAA909623C93951EC1_inline (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_opnd1_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Operator_get_Operand2_m86AFF6D68C162BC982E000E8BCAD7FA1EA9E7253_inline (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_opnd2_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Operator_get_OperatorType_m4E601438B4045B971CF3619567277DF7765D2B76_inline (Operator_t52BC2F9B3AE50C8969F78F20A70050A661A23B02 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_opType_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Variable_get_Localname_m5AA7C97CBA7653BFC808FF81D8FB139B527D5EBD_inline (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localname_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Variable_get_Prefix_m42250539DD318AB4531273FC772AC1E4CC1D0214_inline (Variable_t133E2D7093553AEDD74A553E0DF24E2CD8D65E24 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Function_get_TypeOfFunction_m459772401654523B5747736AADBDEA2FBC540988_inline (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_functionType_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * Function_get_ArgumentList_m8B1CF28386025E2B52D2C7C0C55D740B65C60D20_inline (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * L_0 = __this->get_argumentList_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Function_get_Name_m9C5348C637FF8AD44AED380AF936AA2B5507955D_inline (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Function_get_Prefix_mCCE7930AE358FE9B7C40DF610B520F837D17DA61_inline (Function_tCFCBFE1BBC5CF6C476D36E042C7BA80DB6CC8740 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Operand_get_OperandValue_mC1228DBB3BCF7045431F0652689C127652577A14_inline (Operand_t15190E99FB92454259471C3636EA8F7C00BCC399 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_val_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * Group_get_GroupNode_m080AB32CC73AB58E0E419D59BC329AB9D261DD1B_inline (Group_t3D0CDB96F1282E76205FF0ACE88FF29C076525F9 * __this, const RuntimeMethod* method) { { AstNode_t5DE613976E003C152AFBAAE2B37259AA5ED3887C * L_0 = __this->get_groupNode_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_DocTypeSystem_m1B38BA9FEB9F607E713C70656209FC808451C772_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_docTypeSystem_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_DocTypePublic_mB1F29E4F1AA340138079B0A2BA355B4242DAAEAD_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_docTypePublic_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_OutputMethod_mB66D206D5F27115B29E89B878F8105F9353D8CD4_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_outputMethod_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_AutoXmlDeclaration_m12CF17F4516BFD28346BD85E6374F3AA221B6CC5_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_autoXmlDecl_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_Standalone_m70CB5E49F6B25B87C65613D1D8AF8D78B9CF2E23_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_standalone_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * XmlWriterSettings_get_CDataSectionElements_m0B20ED9AEECC898E926313CDCDD8074BBDB213F9_inline (XmlWriterSettings_t644F60191AB96886F397C44E1E95122DD2FCA8F8 * __this, const RuntimeMethod* method) { { List_1_t3C367DB0980625D829CD027696F8FA0EA0C60B2D * L_0 = __this->get_cdataSections_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m919683334C36B7677143103C12A051FACD698095_inline (XmlQualifiedName_t7A0154DCFCA5749B28B5B0CAE578FDF65EE17905 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LineNumber_m59313EBBBEB7825F74471D37390A359200BE323F_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNum_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LinePosition_m319A452C4316D5428A237EE28BA0345D96D16D4D_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePos_13(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaDeclBase_get_IsDeclaredInExternal_m1B7033680C64843BC8F62EAE9B47B7FC521E4F2E_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDeclaredInExternal_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_Reserved_mB2889E74F8D76DB2B9BF6DA7F6280058AE1C4E67_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_reserved_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * SchemaDeclBase_get_DefaultValueTyped_m181BCA469B286D8325144D11547D51F3BC2BA10F_inline (SchemaDeclBase_tE1F2CD06746C952098C5A4AF171B45685691F77A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_defaultValueTyped_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m4D2187BB1AA525C3FEA4D4131BF143B7569860BA_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_valueLineNum_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m5392A796775EB83D96511989ECCF49A14EF4C064_inline (SchemaAttDef_t0B189A0724F18BAE2DB9DD31C1294D986EF2EF68 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_valueLinePos_15(); return L_0; } } 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 RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mFD1C100DE65847CAB033057C77027AA5DB427B54_gshared_inline (Stack_1_t92AC5F573A3C00899B24B775A71B4327D588E981 * __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 RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } }