#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker1 { 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 VirtActionInvoker2 { 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 VirtFuncInvoker0 { 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 VirtFuncInvoker2 { 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 VirtActionInvoker1 { 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); } }; struct VirtActionInvoker0 { 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 VirtActionInvoker3 { 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 VirtActionInvoker4 { 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 GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)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 InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.String struct String_t; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Char[] struct CharU5BU5D_t3528271667; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.ArgumentException struct ArgumentException_t132251570; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNodeList struct XmlNodeList_t2551693786; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Xml.IHasXmlChildNode struct IHasXmlChildNode_t2708887342; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Text.StringBuilder struct StringBuilder_t; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Type struct Type_t; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XPath.XPathNavigator struct XPathNavigator_t787956054; // System.Xml.XmlEntityReference struct XmlEntityReference_t1966808559; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Xml.XmlException struct XmlException_t1761730631; // System.NullReferenceException struct NullReferenceException_t1023182353; // System.Xml.XmlIteratorNodeList struct XmlIteratorNodeList_t2218031790; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t3667290188; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_t2486095928; // System.EventArgs struct EventArgs_t3591816995; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Xml.XmlNodeListChildren/Enumerator struct Enumerator_t97922292; // System.Xml.XmlNodeReader struct XmlNodeReader_t4064889562; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.Xml.XmlNodeReaderImpl struct XmlNodeReaderImpl_t2501602067; // System.Xml.XmlParserContext struct XmlParserContext_t2544895291; // System.Xml.XmlDocumentType struct XmlDocumentType_t4112370061; // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289; // System.Text.Encoding struct Encoding_t1523322056; // System.Xml.XmlDeclaration struct XmlDeclaration_t679870411; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Xml.XmlNotation struct XmlNotation_t1476580686; // System.Xml.XmlWriter struct XmlWriter_t127905479; // Mono.Xml2.XmlTextReader struct XmlTextReader_t3455035481; // System.IO.TextReader struct TextReader_t283511965; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Xml.XmlParserContext/ContextItem struct ContextItem_t3112052795; // System.Xml.XmlParserInput struct XmlParserInput_t2182411204; // System.Collections.Stack struct Stack_t2329662280; // System.Xml.XmlParserInput/XmlParserInputSource struct XmlParserInputSource_t3533005609; // Mono.Xml.DTDParameterEntityDeclaration struct DTDParameterEntityDeclaration_t3796253422; // Mono.Xml.DTDEntityBase struct DTDEntityBase_t1228162861; // System.IO.StringReader struct StringReader_t3465604688; // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t425688976; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t535375154; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.Xml.NameTable struct NameTable_t3178203267; // System.Xml.XmlTextReader struct XmlTextReader_t4233384356; // System.Xml.XmlResolver struct XmlResolver_t626023767; // Mono.Xml.XmlFilterReader struct XmlFilterReader_t953863161; // System.Xml.XmlValidatingReader struct XmlValidatingReader_t1719295192; // Mono.Xml.Schema.XmlSchemaValidatingReader struct XmlSchemaValidatingReader_t3113890617; // System.NotImplementedException struct NotImplementedException_t3489357830; // System.IO.StringWriter struct StringWriter_t802263757; // System.Xml.XmlTextWriter struct XmlTextWriter_t2114213153; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Xml.IXmlLineInfo struct IXmlLineInfo_t2353988607; // System.Xml.XmlReaderBinarySupport/CharGetter struct CharGetter_t1703763694; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t817895037; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2784773869; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t3511258692; // System.Uri struct Uri_t100236324; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t1052520128; // System.Xml.XmlCharacterData struct XmlCharacterData_t1167807131; // System.Xml.XmlStreamReader struct XmlStreamReader_t727818754; // System.Xml.XmlInputStream struct XmlInputStream_t1691369434; // System.Xml.NonBlockingStreamReader struct NonBlockingStreamReader_t2495303928; // System.IO.Stream struct Stream_t1273022909; // System.Xml.XmlText struct XmlText_t2682211705; // System.Collections.Generic.Stack`1 struct Stack_1_t2690840144; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // System.IO.FileStream struct FileStream_t4292183065; // System.IO.StreamWriter struct StreamWriter_t1266378904; // System.Xml.XmlTextWriter/XmlNodeInfo struct XmlNodeInfo_t4030693883; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t3314986516; // System.Text.UTF8Encoding struct UTF8Encoding_t3956466879; // System.Exception struct Exception_t; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Net.WebRequest struct WebRequest_t1939381076; // Mono.Xml.DTDValidatingReader struct DTDValidatingReader_t3946379043; // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t3610399789; // Mono.Xml.Schema.XsdValidatingReader struct XsdValidatingReader_t3961132625; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.Delegate struct Delegate_t1188392813; // System.Xml.XmlWhitespace struct XmlWhitespace_t131741354; // System.Xml.XPath.AncestorIterator struct AncestorIterator_t1850150082; // System.Xml.XPath.BaseIterator struct BaseIterator_t4168896842; // System.Xml.XPath.SimpleIterator struct SimpleIterator_t809567201; // System.Xml.XPath.AncestorOrSelfIterator struct AncestorOrSelfIterator_t2300071220; // System.Xml.XPath.AttributeIterator struct AttributeIterator_t3778175417; // System.Xml.XPath.AxisIterator struct AxisIterator_t3073253660; // System.Xml.XPath.NodeTest struct NodeTest_t747859056; // System.Xml.XPath.AxisSpecifier struct AxisSpecifier_t40435393; // System.Xml.XPath.ChildIterator struct ChildIterator_t3598849435; // System.Xml.XPath.DescendantIterator struct DescendantIterator_t2685366878; // System.Xml.XPath.DescendantOrSelfIterator struct DescendantOrSelfIterator_t4256219478; // System.Xml.XPath.FollowingIterator struct FollowingIterator_t3658643279; // System.Xml.XPath.FollowingSiblingIterator struct FollowingSiblingIterator_t3042855407; // System.Xml.XPath.NamespaceIterator struct NamespaceIterator_t3101604877; // System.Xml.XPath.ParentIterator struct ParentIterator_t3536730964; // System.Xml.XPath.PrecedingIterator struct PrecedingIterator_t2452812266; // System.Xml.XPath.PrecedingSiblingIterator struct PrecedingSiblingIterator_t3231156185; // System.Xml.XPath.SelfIterator struct SelfIterator_t907214; // System.Xml.XPath.CompiledExpression struct CompiledExpression_t4018285681; // System.Xml.XPath.Expression struct Expression_t1452783009; // System.Xml.XPath.XPathExpression struct XPathExpression_t1723793351; // System.Xml.XPath.XPathSorters struct XPathSorters_t698127628; // System.Xml.XPath.XPathException struct XPathException_t2107611652; // System.Xml.XPath.EqualityExpr struct EqualityExpr_t1646148531; // System.Xml.XPath.ExprBoolean struct ExprBoolean_t3855188593; // System.Xml.XPath.ExprAND struct ExprAND_t348538276; // System.Xml.XPath.ExprBinary struct ExprBinary_t2069694888; // System.Xml.XPath.XPathFunctionTrue struct XPathFunctionTrue_t3806785954; // System.Xml.XPath.FunctionArguments struct FunctionArguments_t3573450773; // System.Xml.XPath.XPathFunctionFalse struct XPathFunctionFalse_t1021066162; // System.Xml.XPath.ExprDIV struct ExprDIV_t1961659563; // System.Xml.XPath.ExprNumeric struct ExprNumeric_t370757872; // System.Xml.XPath.ExprEQ struct ExprEQ_t1453891107; // System.Xml.XPath.WrapperIterator struct WrapperIterator_t1258076988; // System.Xml.XPath.NullIterator struct NullIterator_t2630925529; // System.Xml.XPath.ExprFilter struct ExprFilter_t2551926938; // System.Xml.XPath.NodeSet struct NodeSet_t3272593155; // System.String[] struct StringU5BU5D_t1281789340; // System.Xml.XPath.PredicateIterator struct PredicateIterator_t4231391432; // System.Xml.XPath.ExprFunctionCall struct ExprFunctionCall_t607199437; // System.Xml.Xsl.IStaticXsltContext struct IStaticXsltContext_t1496336571; // System.Xml.XPath.XPathFunctionLast struct XPathFunctionLast_t241688620; // System.Xml.XPath.XPathFunctionPosition struct XPathFunctionPosition_t1996792158; // System.Xml.XPath.XPathFunctionCount struct XPathFunctionCount_t4174407007; // System.Xml.XPath.XPathFunctionId struct XPathFunctionId_t1670301333; // System.Xml.XPath.XPathFunctionLocalName struct XPathFunctionLocalName_t1807446049; // System.Xml.XPath.XPathFunctionNamespaceUri struct XPathFunctionNamespaceUri_t4077891083; // System.Xml.XPath.XPathFunctionName struct XPathFunctionName_t1405602168; // System.Xml.XPath.XPathFunctionString struct XPathFunctionString_t3820712894; // System.Xml.XPath.XPathFunctionConcat struct XPathFunctionConcat_t3351639595; // System.Xml.XPath.XPathFunctionStartsWith struct XPathFunctionStartsWith_t3734288208; // System.Xml.XPath.XPathFunctionContains struct XPathFunctionContains_t678583606; // System.Xml.XPath.XPathFunctionSubstringBefore struct XPathFunctionSubstringBefore_t3299707364; // System.Xml.XPath.XPathFunctionSubstringAfter struct XPathFunctionSubstringAfter_t2254953802; // System.Xml.XPath.XPathFunctionSubstring struct XPathFunctionSubstring_t3677332116; // System.Xml.XPath.XPathFunctionStringLength struct XPathFunctionStringLength_t1686187666; // System.Xml.XPath.XPathFunctionNormalizeSpace struct XPathFunctionNormalizeSpace_t379159227; // System.Xml.XPath.XPathFunctionTranslate struct XPathFunctionTranslate_t1071508611; // System.Xml.XPath.XPathFunctionBoolean struct XPathFunctionBoolean_t2892373420; // System.Xml.XPath.XPathFunctionNot struct XPathFunctionNot_t3025979743; // System.Xml.XPath.XPathFunctionLang struct XPathFunctionLang_t242671679; // System.Xml.XPath.XPathFunctionNumber struct XPathFunctionNumber_t699684043; // System.Xml.XPath.XPathFunctionSum struct XPathFunctionSum_t2229418177; // System.Xml.XPath.XPathFunctionFloor struct XPathFunctionFloor_t3617095014; // System.Xml.XPath.XPathFunctionCeil struct XPathFunctionCeil_t4176839285; // System.Xml.XPath.XPathFunctionRound struct XPathFunctionRound_t2668931994; // System.Xml.XPath.XPathResultType[] struct XPathResultTypeU5BU5D_t1515527577; // System.Xml.XPath.ExprGE struct ExprGE_t4135851367; // System.Xml.XPath.RelationalExpr struct RelationalExpr_t3307137467; // System.Xml.XPath.ExprGT struct ExprGT_t1857306706; // System.Xml.XPath.ExprLE struct ExprLE_t4135130471; // System.Xml.XPath.ExprLiteral struct ExprLiteral_t2264229068; // System.Xml.XPath.ExprLT struct ExprLT_t1856585810; // System.Xml.XPath.ExprMINUS struct ExprMINUS_t3125292145; // System.Xml.XPath.ExprMOD struct ExprMOD_t1913835785; // System.Xml.XPath.ExprMULT struct ExprMULT_t118778748; // System.Xml.XPath.ExprNE struct ExprNE_t4135261543; // System.Xml.XPath.ExprNEG struct ExprNEG_t381818215; // System.Xml.XPath.ExprNumber struct ExprNumber_t3483239576; // System.Xml.XPath.ExprOR struct ExprOR_t3019581832; // System.Xml.XPath.ExprParens struct ExprParens_t795575662; // System.Xml.XPath.ParensIterator struct ParensIterator_t4020310733; // System.Xml.XPath.ExprPLUS struct ExprPLUS_t1725353634; // System.Xml.XPath.ExprRoot struct ExprRoot_t3091324302; // System.Xml.XPath.ExprSLASH struct ExprSLASH_t1263914658; // System.Xml.XPath.SimpleSlashIterator struct SimpleSlashIterator_t3611200333; // System.Xml.XPath.SlashIterator struct SlashIterator_t2421034408; // System.Xml.XPath.SortedIterator struct SortedIterator_t2904376427; // System.Xml.XPath.ExprSLASH2 struct ExprSLASH2_t1762680492; // System.Xml.XPath.NodeTypeTest struct NodeTypeTest_t4287533341; // System.Xml.XPath.NodeNameTest struct NodeNameTest_t562814213; // System.Xml.XPath.ExprUNION struct ExprUNION_t1609753984; // System.Xml.XPath.UnionIterator struct UnionIterator_t312972106; // System.Xml.XPath.ExprVariable struct ExprVariable_t1387751146; // System.Xml.XPath.ListIterator struct ListIterator_t3066609410; // System.Collections.IList struct IList_t2094931216; // Mono.Xml.DTDAutomataFactory struct DTDAutomataFactory_t2958275022; // Mono.Xml.DTDElementAutomata struct DTDElementAutomata_t1050190167; // Mono.Xml.DTDEmptyAutomata struct DTDEmptyAutomata_t465590953; // Mono.Xml.DTDAnyAutomata struct DTDAnyAutomata_t3633486160; // Mono.Xml.DTDInvalidAutomata struct DTDInvalidAutomata_t1406553220; // Mono.Xml.DTDElementDeclarationCollection struct DTDElementDeclarationCollection_t222313714; // Mono.Xml.DTDAttListDeclarationCollection struct DTDAttListDeclarationCollection_t2220366188; // Mono.Xml.DTDParameterEntityDeclarationCollection struct DTDParameterEntityDeclarationCollection_t2844734410; // Mono.Xml.DTDEntityDeclarationCollection struct DTDEntityDeclarationCollection_t2250844513; // Mono.Xml.DTDNotationDeclarationCollection struct DTDNotationDeclarationCollection_t959292105; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Xml.XmlNamespaceManager/NsDecl[] struct NsDeclU5BU5D_t2116608150; // System.Xml.XmlNamespaceManager/NsScope[] struct NsScopeU5BU5D_t382374428; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_t491982174; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Net.ICredentials struct ICredentials_t725721261; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // Mono.Xml.EntityResolvingXmlReader struct EntityResolvingXmlReader_t1267732406; // Mono.Xml.DTDValidatingReader/AttributeSlot[] struct AttributeSlotU5BU5D_t600906362; // Mono.Xml.DTDAutomata struct DTDAutomata_t781538777; // System.Collections.SortedList struct SortedList_t2427694641; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Xml.Schema.XmlSchemaObjectTable struct XmlSchemaObjectTable_t2546974348; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t2218765537; // System.Text.Decoder struct Decoder_t2204182725; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t1315720168; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253; // Mono.Xml2.XmlTextReader/XmlTokenInfo struct XmlTokenInfo_t2519673037; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo struct XmlAttributeTokenInfo_t384315108; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo[] struct XmlAttributeTokenInfoU5BU5D_t1089758477; // Mono.Xml2.XmlTextReader/XmlTokenInfo[] struct XmlTokenInfoU5BU5D_t2522587488; // Mono.Xml2.XmlTextReader/TagName[] struct TagNameU5BU5D_t2055670886; // Mono.Xml2.XmlTextReader/DtdInputStateStack struct DtdInputStateStack_t339956957; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.IWebProxy struct IWebProxy_t688979836; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Xml.Schema.XmlSchemaAttribute[] struct XmlSchemaAttributeU5BU5D_t346244693; // Mono.Xml.IHasXmlSchemaInfo struct IHasXmlSchemaInfo_t74872415; // Mono.Xml.Schema.XsdIDManager struct XsdIDManager_t1008806102; // Mono.Xml.Schema.XsdParticleStateManager struct XsdParticleStateManager_t726654767; // System.Xml.XmlTextWriter/XmlNodeInfo[] struct XmlNodeInfoU5BU5D_t431163322; // System.Xml.Schema.XmlSchemaValidator struct XmlSchemaValidator_t1317961423; // System.Xml.Schema.XmlValueGetter struct XmlValueGetter_t3904916812; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t997462956; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t2033747345; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t427880856; extern RuntimeClass* XmlNameEntry_t1073099671_il2cpp_TypeInfo_var; extern const uint32_t XmlNameEntry_Equals_m2877233_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t XmlNameEntryCache__ctor_m535202081_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t XmlNameEntryCache_GetAtomizedPrefixedName_m2364200688_MetadataUsageId; extern const uint32_t XmlNameEntryCache_Add_m886977046_MetadataUsageId; extern const uint32_t XmlNameEntryCache_GetInternal_m3696482374_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNamespaceManager__ctor_m3238790559_RuntimeMethod_var; extern String_t* _stringLiteral2315872071; extern String_t* _stringLiteral3929236445; extern String_t* _stringLiteral2909972470; extern String_t* _stringLiteral2829469855; extern String_t* _stringLiteral2984480440; extern const uint32_t XmlNamespaceManager__ctor_m3238790559_MetadataUsageId; extern RuntimeClass* NsDeclU5BU5D_t2116608150_il2cpp_TypeInfo_var; extern RuntimeClass* NsScopeU5BU5D_t382374428_il2cpp_TypeInfo_var; extern const uint32_t XmlNamespaceManager_InitData_m1052880898_MetadataUsageId; extern const uint32_t XmlNamespaceManager_GrowDecls_m623893661_MetadataUsageId; extern const uint32_t XmlNamespaceManager_GrowScopes_m2659812079_MetadataUsageId; extern const uint32_t XmlNamespaceManager_get_DefaultNamespace_m1497243422_MetadataUsageId; extern const RuntimeMethod* XmlNamespaceManager_AddNamespace_m2881574395_RuntimeMethod_var; extern String_t* _stringLiteral1220639822; extern String_t* _stringLiteral407221896; extern String_t* _stringLiteral3313977880; extern const uint32_t XmlNamespaceManager_AddNamespace_m2881574395_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNamespaceManager_IsValidDeclaration_m4108912837_RuntimeMethod_var; extern String_t* _stringLiteral1014583983; extern String_t* _stringLiteral557446647; extern String_t* _stringLiteral3807520515; extern const uint32_t XmlNamespaceManager_IsValidDeclaration_m4108912837_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t XmlNamespaceManager_GetEnumerator_m1293075886_MetadataUsageId; extern RuntimeClass* XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern const uint32_t XmlNamespaceManager_LookupNamespace_m4132025169_MetadataUsageId; extern const uint32_t XmlNamespaceManager_CompareString_m3140169228_MetadataUsageId; extern const uint32_t XmlNamespaceManager_LookupPrefixCore_m3821635644_MetadataUsageId; extern const RuntimeMethod* XmlNamespaceManager_RemoveNamespace_m2240367095_RuntimeMethod_var; extern const uint32_t XmlNamespaceManager_RemoveNamespace_m2240367095_MetadataUsageId; extern RuntimeClass* EmptyNodeList_t139615908_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNode_t3767805227_il2cpp_TypeInfo_var; extern const uint32_t XmlNode__cctor_m84965154_MetadataUsageId; extern const uint32_t XmlNode_get_BaseURI_m4128002668_MetadataUsageId; extern RuntimeClass* IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNodeListChildren_t1082692789_il2cpp_TypeInfo_var; extern const uint32_t XmlNode_get_ChildNodes_m2626682218_MetadataUsageId; extern const uint32_t XmlNode_get_FirstChild_m1176889824_MetadataUsageId; extern const uint32_t XmlNode_get_InnerText_m1158468013_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t XmlNode_AppendChildValues_m2928219305_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNode_set_InnerXml_m2248161240_RuntimeMethod_var; extern String_t* _stringLiteral1666552846; extern const uint32_t XmlNode_set_InnerXml_m2248161240_MetadataUsageId; extern RuntimeClass* XmlAttribute_t1173852259_il2cpp_TypeInfo_var; extern const uint32_t XmlNode_get_IsReadOnly_m2480248731_MetadataUsageId; extern const uint32_t XmlNode_get_LastChild_m3244964574_MetadataUsageId; extern const uint32_t XmlNode_get_NamespaceURI_m2193426046_MetadataUsageId; extern const RuntimeMethod* XmlNode_get_XPathNodeType_m328736186_RuntimeMethod_var; extern String_t* _stringLiteral76081126; extern const uint32_t XmlNode_get_XPathNodeType_m328736186_MetadataUsageId; extern const uint32_t XmlNode_get_Prefix_m2496077557_MetadataUsageId; extern const RuntimeMethod* XmlNode_set_Value_m3549890413_RuntimeMethod_var; extern String_t* _stringLiteral3221924270; extern const uint32_t XmlNode_set_Value_m3549890413_MetadataUsageId; extern String_t* _stringLiteral3559080196; extern const uint32_t XmlNode_get_XmlLang_m3915597675_MetadataUsageId; extern String_t* _stringLiteral1942376246; extern String_t* _stringLiteral3137061838; extern String_t* _stringLiteral1948332219; extern const uint32_t XmlNode_get_XmlSpace_m1211872938_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern RuntimeClass* XmlLinkedNode_t1437094927_il2cpp_TypeInfo_var; extern RuntimeClass* XmlEntityReference_t1966808559_il2cpp_TypeInfo_var; extern const uint32_t XmlNode_InsertBefore_m523861519_MetadataUsageId; extern RuntimeClass* XmlNodeType_t1672767151_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* XmlException_t1761730631_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var; extern String_t* _stringLiteral1501605157; extern String_t* _stringLiteral3484243047; extern String_t* _stringLiteral314053428; extern String_t* _stringLiteral790251679; extern String_t* _stringLiteral2611929023; extern String_t* _stringLiteral3791957749; extern String_t* _stringLiteral4096997229; extern String_t* _stringLiteral2576470875; extern const uint32_t XmlNode_CheckNodeInsertion_m2455978936_MetadataUsageId; extern const RuntimeMethod* XmlNode_CheckNodeRemoval_m3181322672_RuntimeMethod_var; extern String_t* _stringLiteral3115745036; extern String_t* _stringLiteral2952771518; extern const uint32_t XmlNode_CheckNodeRemoval_m3181322672_MetadataUsageId; extern RuntimeClass* NullReferenceException_t1023182353_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNode_RemoveChild_m447252444_RuntimeMethod_var; extern String_t* _stringLiteral513592096; extern const uint32_t XmlNode_RemoveChild_m447252444_MetadataUsageId; extern const uint32_t XmlNode_get_AttributeOwnerElement_m1547712886_MetadataUsageId; extern RuntimeClass* XmlIteratorNodeList_t2218031790_il2cpp_TypeInfo_var; extern const uint32_t XmlNode_SelectNodes_m1632712112_MetadataUsageId; extern RuntimeClass* IHasXmlNode_t929344259_il2cpp_TypeInfo_var; extern const uint32_t XmlNode_SelectSingleNode_m2126134173_MetadataUsageId; extern const uint32_t XmlNode_ConstructNamespaceManager_m473532189_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern const uint32_t EmptyNodeList__cctor_m757101952_MetadataUsageId; extern const uint32_t EmptyNodeList_GetEnumerator_m3123431943_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeChangedEventArgs__ctor_m98100243_MetadataUsageId; extern const uint32_t XmlNodeListChildren_get_Count_m1121775181_MetadataUsageId; extern RuntimeClass* Enumerator_t97922292_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeListChildren_GetEnumerator_m4081367453_MetadataUsageId; extern const uint32_t XmlNodeListChildren_Item_m2626929990_MetadataUsageId; extern const RuntimeMethod* Enumerator_get_Current_m1556743441_RuntimeMethod_var; extern const uint32_t Enumerator_get_Current_m1556743441_MetadataUsageId; extern const uint32_t Enumerator_MoveNext_m3130128147_MetadataUsageId; extern RuntimeClass* XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeReader__ctor_m1184441511_MetadataUsageId; extern const uint32_t XmlNodeReader__ctor_m3612145275_MetadataUsageId; extern RuntimeClass* IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m2527214030_MetadataUsageId; extern RuntimeClass* IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4069176408_MetadataUsageId; extern RuntimeClass* XmlNodeReader_t4064889562_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNodeReader_ResolveEntity_m3467304822_RuntimeMethod_var; extern String_t* _stringLiteral899481384; extern const uint32_t XmlNodeReader_ResolveEntity_m3467304822_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl__ctor_m1389705042_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern RuntimeClass* XmlParserContext_t2544895291_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeReaderImpl_Mono_Xml_IHasXmlParserContext_get_ParserContext_m3774157555_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_get_IsDefault_m2504788736_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_get_IsEmptyElement_m918692312_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_get_LocalName_m2284675628_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_get_Name_m273094350_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_get_NamespaceURI_m2992493840_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_get_Prefix_m3610441583_MetadataUsageId; extern RuntimeClass* XmlDocumentType_t4112370061_il2cpp_TypeInfo_var; extern const uint32_t XmlNodeReaderImpl_get_Value_m3978480925_MetadataUsageId; extern RuntimeClass* XmlDeclaration_t679870411_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNodeReaderImpl_GetAttribute_m561603939_RuntimeMethod_var; extern String_t* _stringLiteral594777095; extern const uint32_t XmlNodeReaderImpl_GetAttribute_m561603939_MetadataUsageId; extern String_t* _stringLiteral1902401671; extern String_t* _stringLiteral3002372288; extern String_t* _stringLiteral2469761506; extern const uint32_t XmlNodeReaderImpl_GetXmlDeclarationAttribute_m3181105048_MetadataUsageId; extern String_t* _stringLiteral3984887517; extern String_t* _stringLiteral3261774195; extern const uint32_t XmlNodeReaderImpl_GetDocumentTypeAttribute_m2485030097_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_GetCurrentElement_m2799904392_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_LookupNamespace_m3455444043_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_LookupPrefix_m2122107569_MetadataUsageId; extern const RuntimeMethod* XmlNodeReaderImpl_MoveToAttribute_m51730341_RuntimeMethod_var; extern const uint32_t XmlNodeReaderImpl_MoveToAttribute_m51730341_MetadataUsageId; extern const uint32_t XmlNodeReaderImpl_MoveToNextAttribute_m698352324_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlNodeReaderImpl_ResolveEntity_m3342487656_RuntimeMethod_var; extern String_t* _stringLiteral731907236; extern const uint32_t XmlNodeReaderImpl_ResolveEntity_m3342487656_MetadataUsageId; extern const uint32_t XmlNotation__ctor_m1743872963_MetadataUsageId; extern const RuntimeMethod* XmlNotation_set_InnerXml_m71994376_RuntimeMethod_var; extern String_t* _stringLiteral3117374684; extern const uint32_t XmlNotation_set_InnerXml_m71994376_MetadataUsageId; extern String_t* _stringLiteral3452614550; extern const uint32_t XmlNotation_get_Name_m3496767814_MetadataUsageId; extern const RuntimeMethod* XmlNotation_CloneNode_m141780236_RuntimeMethod_var; extern const uint32_t XmlNotation_CloneNode_m141780236_MetadataUsageId; extern RuntimeClass* TextReader_t283511965_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextReader_t3455035481_il2cpp_TypeInfo_var; extern const uint32_t XmlParserContext__ctor_m1245162613_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t XmlParserContext__ctor_m2145142613_MetadataUsageId; extern const uint32_t XmlParserContext_set_BaseURI_m3915640945_MetadataUsageId; extern const uint32_t XmlParserContext_set_DocTypeName_m1738723375_MetadataUsageId; extern const uint32_t XmlParserContext_set_InternalSubset_m2419608887_MetadataUsageId; extern const uint32_t XmlParserContext_set_PublicId_m3531550524_MetadataUsageId; extern const uint32_t XmlParserContext_set_SystemId_m2348109559_MetadataUsageId; extern const uint32_t XmlParserContext_set_XmlLang_m1868304449_MetadataUsageId; extern RuntimeClass* ContextItem_t3112052795_il2cpp_TypeInfo_var; extern const uint32_t XmlParserContext_PushScope_m4047975352_MetadataUsageId; extern const RuntimeMethod* XmlParserContext_PopScope_m4042017474_RuntimeMethod_var; extern String_t* _stringLiteral1518790419; extern const uint32_t XmlParserContext_PopScope_m4042017474_MetadataUsageId; extern RuntimeClass* Stack_t2329662280_il2cpp_TypeInfo_var; extern RuntimeClass* XmlParserInputSource_t3533005609_il2cpp_TypeInfo_var; extern const uint32_t XmlParserInput__ctor_m323061724_MetadataUsageId; extern const uint32_t XmlParserInput_Close_m3748074016_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern const uint32_t XmlParserInput_PushPEBuffer_m2114889766_MetadataUsageId; extern const uint32_t XmlParserInput_ReadSourceChar_m479227790_MetadataUsageId; extern RuntimeClass* XmlConvert_t1981561327_il2cpp_TypeInfo_var; extern const uint32_t XmlProcessingInstruction__ctor_m3762799159_MetadataUsageId; extern const RuntimeMethod* XmlProcessingInstruction_set_Value_m567587449_RuntimeMethod_var; extern String_t* _stringLiteral272001162; extern const uint32_t XmlProcessingInstruction_set_Value_m567587449_MetadataUsageId; extern RuntimeClass* XmlProcessingInstruction_t425688976_il2cpp_TypeInfo_var; extern const uint32_t XmlProcessingInstruction_CloneNode_m1738034480_MetadataUsageId; extern const uint32_t XmlQualifiedName__ctor_m1240160807_MetadataUsageId; extern const uint32_t XmlQualifiedName__ctor_m270143366_MetadataUsageId; extern const uint32_t XmlQualifiedName__ctor_m835061046_MetadataUsageId; extern RuntimeClass* XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var; extern const uint32_t XmlQualifiedName__cctor_m2817193852_MetadataUsageId; extern const uint32_t XmlQualifiedName_Equals_m4044727681_MetadataUsageId; extern const uint32_t XmlQualifiedName_ToString_m3581571648_MetadataUsageId; extern const RuntimeMethod* XmlQualifiedName_Parse_m1094507201_RuntimeMethod_var; extern String_t* _stringLiteral2645001532; extern const uint32_t XmlQualifiedName_Parse_m1094507201_MetadataUsageId; extern const RuntimeMethod* XmlQualifiedName_Parse_m1187782343_RuntimeMethod_var; extern const uint32_t XmlQualifiedName_Parse_m1187782343_MetadataUsageId; extern const uint32_t XmlQualifiedName_op_Equality_m1684199236_MetadataUsageId; extern const uint32_t XmlQualifiedName_op_Inequality_m3449274916_MetadataUsageId; extern const uint32_t XmlReader_get_Name_m733252909_MetadataUsageId; extern const uint32_t XmlReader_get_XmlLang_m529428886_MetadataUsageId; extern RuntimeClass* NameTable_t3178203267_il2cpp_TypeInfo_var; extern const uint32_t XmlReader_PopulateNameTable_m2250266297_MetadataUsageId; extern const uint32_t XmlReader_PopulateParserContext_m2324768950_MetadataUsageId; extern const uint32_t XmlReader_Create_m2377285192_MetadataUsageId; extern RuntimeClass* XmlReaderSettings_t2186285234_il2cpp_TypeInfo_var; extern const uint32_t XmlReader_PopulateSettings_m827590875_MetadataUsageId; extern RuntimeClass* XmlTextReader_t4233384356_il2cpp_TypeInfo_var; extern const uint32_t XmlReader_Create_m2980605140_MetadataUsageId; extern RuntimeClass* ConformanceLevel_t3899847875_il2cpp_TypeInfo_var; extern RuntimeClass* XmlFilterReader_t953863161_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlReader_CreateFilteredXmlReader_m1270514112_RuntimeMethod_var; extern String_t* _stringLiteral1668531570; extern const uint32_t XmlReader_CreateFilteredXmlReader_m1270514112_MetadataUsageId; extern RuntimeClass* XmlValidatingReader_t1719295192_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var; extern RuntimeClass* NotImplementedException_t3489357830_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlReader_CreateValidatingXmlReader_m2790223960_RuntimeMethod_var; extern const uint32_t XmlReader_CreateValidatingXmlReader_m2790223960_MetadataUsageId; extern const RuntimeMethod* XmlReader_MoveToAttribute_m673667036_RuntimeMethod_var; extern const uint32_t XmlReader_MoveToAttribute_m673667036_MetadataUsageId; extern const RuntimeMethod* XmlReader_ReadEndElement_m3403071701_RuntimeMethod_var; extern String_t* _stringLiteral2927794476; extern const uint32_t XmlReader_ReadEndElement_m3403071701_MetadataUsageId; extern RuntimeClass* StringWriter_t802263757_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextWriter_t2114213153_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlReader_ReadInnerXml_m2524363995_RuntimeMethod_var; extern String_t* _stringLiteral2553914360; extern const uint32_t XmlReader_ReadInnerXml_m2524363995_MetadataUsageId; extern const uint32_t XmlReader_ReadOuterXml_m27436192_MetadataUsageId; extern const RuntimeMethod* XmlReader_ReadStartElement_m1517971226_RuntimeMethod_var; extern const uint32_t XmlReader_ReadStartElement_m1517971226_MetadataUsageId; extern RuntimeClass* IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var; extern const uint32_t XmlReader_XmlError_m363506509_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t CharGetter_BeginInvoke_m1792834121_MetadataUsageId; extern const uint32_t XmlReaderSettings_Clone_m3342798530_MetadataUsageId; extern RuntimeClass* XmlUrlResolver_t817895037_il2cpp_TypeInfo_var; extern const uint32_t XmlReaderSettings_Reset_m4048938400_MetadataUsageId; extern RuntimeClass* XmlSchemaSet_t266093086_il2cpp_TypeInfo_var; extern const uint32_t XmlReaderSettings_get_Schemas_m1700956566_MetadataUsageId; extern const RuntimeMethod* XmlReaderSettings_OnValidationError_m4068068030_RuntimeMethod_var; extern const uint32_t XmlReaderSettings_OnValidationError_m4068068030_MetadataUsageId; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlResolver_ResolveUri_m3051172150_RuntimeMethod_var; extern String_t* _stringLiteral2467068554; extern String_t* _stringLiteral1973861598; extern String_t* _stringLiteral1976352021; extern String_t* _stringLiteral2612015252; extern String_t* _stringLiteral452222980; extern const uint32_t XmlResolver_ResolveUri_m3051172150_MetadataUsageId; extern String_t* _stringLiteral3452614548; extern String_t* _stringLiteral3403826294; extern String_t* _stringLiteral3452614546; extern String_t* _stringLiteral271658412; extern String_t* _stringLiteral3452614525; extern String_t* _stringLiteral2671228134; extern String_t* _stringLiteral3452614523; extern String_t* _stringLiteral3834027548; extern String_t* _stringLiteral3452614526; extern String_t* _stringLiteral4237312075; extern const uint32_t XmlResolver_EscapeRelativeUriBody_m3919279314_MetadataUsageId; extern String_t* _stringLiteral1556661878; extern const uint32_t XmlSignificantWhitespace_get_LocalName_m4159671614_MetadataUsageId; extern const uint32_t XmlSignificantWhitespace_get_Name_m1975580024_MetadataUsageId; extern RuntimeClass* XmlChar_t3816087079_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSignificantWhitespace_set_Value_m2869339402_RuntimeMethod_var; extern String_t* _stringLiteral3922471879; extern const uint32_t XmlSignificantWhitespace_set_Value_m2869339402_MetadataUsageId; extern RuntimeClass* XmlSignificantWhitespace_t1052520128_il2cpp_TypeInfo_var; extern const uint32_t XmlSignificantWhitespace_CloneNode_m1103115458_MetadataUsageId; extern RuntimeClass* XmlInputStream_t1691369434_il2cpp_TypeInfo_var; extern const uint32_t XmlStreamReader__ctor_m3688274484_MetadataUsageId; extern const uint32_t XmlStreamReader__ctor_m3403779607_MetadataUsageId; extern RuntimeClass* XmlStreamReader_t727818754_il2cpp_TypeInfo_var; extern String_t* _stringLiteral152590758; extern const uint32_t XmlStreamReader__cctor_m3453438400_MetadataUsageId; extern const RuntimeMethod* XmlStreamReader_Read_m1535597101_RuntimeMethod_var; extern const uint32_t XmlStreamReader_Read_m1535597101_MetadataUsageId; extern String_t* _stringLiteral2649583896; extern const uint32_t XmlText_get_LocalName_m3191567904_MetadataUsageId; extern const uint32_t XmlText_get_Name_m2818861068_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m1484036832_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m4023450481_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m1872711927_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m879520456_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m2920712854_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m2025294095_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m873020869_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m3749625945_MetadataUsageId; extern const uint32_t XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m3352355353_MetadataUsageId; extern const uint32_t XmlTextReader_get_ParserContext_m2090305018_MetadataUsageId; extern RuntimeClass* Stack_1_t2690840144_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextReader_ResolveEntity_m1104020615_RuntimeMethod_var; extern const RuntimeMethod* Stack_1__ctor_m936691270_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Contains_m1213713845_RuntimeMethod_var; extern const RuntimeMethod* Stack_1_Push_m570958490_RuntimeMethod_var; extern String_t* _stringLiteral2705683803; extern String_t* _stringLiteral3575895782; extern const uint32_t XmlTextReader_ResolveEntity_m1104020615_MetadataUsageId; extern const RuntimeMethod* Stack_1_Pop_m2585401118_RuntimeMethod_var; extern const uint32_t XmlTextReader_CloseEntity_m366351831_MetadataUsageId; extern const uint32_t XmlTextReader_GetRemainder_m3491863577_MetadataUsageId; extern RuntimeClass* FileStream_t4292183065_il2cpp_TypeInfo_var; extern const uint32_t XmlTextWriter__ctor_m210414631_MetadataUsageId; extern RuntimeClass* StreamWriter_t1266378904_il2cpp_TypeInfo_var; extern const uint32_t XmlTextWriter__ctor_m614698628_MetadataUsageId; extern RuntimeClass* XmlNodeInfoU5BU5D_t431163322_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextWriter__ctor_m85815683_RuntimeMethod_var; extern String_t* _stringLiteral3450517376; extern String_t* _stringLiteral1980498921; extern const uint32_t XmlTextWriter__ctor_m85815683_MetadataUsageId; extern RuntimeClass* XmlWriterSettings_t3314986516_il2cpp_TypeInfo_var; extern const uint32_t XmlTextWriter__ctor_m731621148_MetadataUsageId; extern RuntimeClass* UTF8Encoding_t3956466879_il2cpp_TypeInfo_var; extern const uint32_t XmlTextWriter__cctor_m1817862492_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_Initialize_m3279439671_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D40_14_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D41_15_FieldInfo_var; extern const uint32_t XmlTextWriter_Initialize_m3279439671_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_LookupPrefix_m1332716567_RuntimeMethod_var; extern String_t* _stringLiteral654685373; extern const uint32_t XmlTextWriter_LookupPrefix_m1332716567_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteStartDocumentCore_m3985718073_RuntimeMethod_var; extern String_t* _stringLiteral1924938561; extern String_t* _stringLiteral553656983; extern String_t* _stringLiteral950831942; extern String_t* _stringLiteral3073726249; extern String_t* _stringLiteral3906513894; extern String_t* _stringLiteral2960723134; extern String_t* _stringLiteral4119301762; extern String_t* _stringLiteral3454777282; extern String_t* _stringLiteral3451697041; extern const uint32_t XmlTextWriter_WriteStartDocumentCore_m3985718073_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteEndDocument_m3791244731_RuntimeMethod_var; extern String_t* _stringLiteral2912311815; extern const uint32_t XmlTextWriter_WriteEndDocument_m3791244731_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteDocType_m3875009899_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral2588054203; extern String_t* _stringLiteral3664297627; extern String_t* _stringLiteral4026494280; extern String_t* _stringLiteral2551850054; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral3452614643; extern const uint32_t XmlTextWriter_WriteDocType_m3875009899_MetadataUsageId; extern RuntimeClass* XmlNodeInfo_t4030693883_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextWriter_WriteStartElement_m362096410_RuntimeMethod_var; extern String_t* _stringLiteral885171343; extern String_t* _stringLiteral3884394238; extern String_t* _stringLiteral4155493995; extern String_t* _stringLiteral1065548103; extern String_t* _stringLiteral3156561689; extern const uint32_t XmlTextWriter_WriteStartElement_m362096410_MetadataUsageId; extern String_t* _stringLiteral3073361429; extern String_t* _stringLiteral2787691749; extern const uint32_t XmlTextWriter_CloseStartElementCore_m1099456942_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteEndElementCore_m4151593863_RuntimeMethod_var; extern String_t* _stringLiteral3333968179; extern String_t* _stringLiteral3986749280; extern String_t* _stringLiteral1910861284; extern String_t* _stringLiteral3450582932; extern const uint32_t XmlTextWriter_WriteEndElementCore_m4151593863_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteStartAttribute_m796971626_RuntimeMethod_var; extern String_t* _stringLiteral4158462482; extern String_t* _stringLiteral3406152438; extern const uint32_t XmlTextWriter_WriteStartAttribute_m796971626_MetadataUsageId; extern const uint32_t XmlTextWriter_DetermineAttributePrefix_m2990155447_MetadataUsageId; extern RuntimeClass* StringUtil_t564231417_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3967258293; extern const uint32_t XmlTextWriter_MockupPrefix_m1608841972_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteEndAttribute_m380495009_RuntimeMethod_var; extern String_t* _stringLiteral1135920161; extern String_t* _stringLiteral1168662249; extern String_t* _stringLiteral2919775337; extern String_t* _stringLiteral2409271576; extern String_t* _stringLiteral1613539661; extern String_t* _stringLiteral162476857; extern const uint32_t XmlTextWriter_WriteEndAttribute_m380495009_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteComment_m3551275356_RuntimeMethod_var; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral4015390292; extern String_t* _stringLiteral3450713987; extern String_t* _stringLiteral4102181145; extern String_t* _stringLiteral3796264707; extern String_t* _stringLiteral792871693; extern String_t* _stringLiteral1910992359; extern const uint32_t XmlTextWriter_WriteComment_m3551275356_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteProcessingInstruction_m1814082884_RuntimeMethod_var; extern String_t* _stringLiteral690829814; extern String_t* _stringLiteral4143504235; extern String_t* _stringLiteral3127550563; extern String_t* _stringLiteral3451631508; extern const uint32_t XmlTextWriter_WriteProcessingInstruction_m1814082884_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteWhitespace_m1664061271_RuntimeMethod_var; extern String_t* _stringLiteral247049230; extern String_t* _stringLiteral1557367511; extern const uint32_t XmlTextWriter_WriteWhitespace_m1664061271_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteCData_m644505252_RuntimeMethod_var; extern String_t* _stringLiteral2359536473; extern String_t* _stringLiteral1918332503; extern String_t* _stringLiteral2919660641; extern String_t* _stringLiteral191191352; extern const uint32_t XmlTextWriter_WriteCData_m644505252_MetadataUsageId; extern String_t* _stringLiteral3987835886; extern const uint32_t XmlTextWriter_WriteString_m406191177_MetadataUsageId; extern String_t* _stringLiteral390390383; extern const uint32_t XmlTextWriter_WriteRaw_m1506092325_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteEntityRef_m586114214_RuntimeMethod_var; extern String_t* _stringLiteral4206759088; extern String_t* _stringLiteral4078869393; extern const uint32_t XmlTextWriter_WriteEntityRef_m586114214_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteName_m3999097266_RuntimeMethod_var; extern String_t* _stringLiteral1595850952; extern const uint32_t XmlTextWriter_WriteName_m3999097266_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_ShiftStateTopLevel_m3589898271_RuntimeMethod_var; extern const uint32_t XmlTextWriter_ShiftStateTopLevel_m3589898271_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_ShiftStateContent_m1491671115_RuntimeMethod_var; extern const uint32_t XmlTextWriter_ShiftStateContent_m1491671115_MetadataUsageId; extern const uint32_t XmlTextWriter_WriteEscapedString_m3514294598_MetadataUsageId; extern const uint32_t XmlTextWriter_WriteCheckedString_m2937191976_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextWriter_WriteCheckedBuffer_m275259173_RuntimeMethod_var; extern String_t* _stringLiteral3560330814; extern String_t* _stringLiteral4162292604; extern String_t* _stringLiteral3452614648; extern const uint32_t XmlTextWriter_WriteCheckedBuffer_m275259173_MetadataUsageId; extern String_t* _stringLiteral272773273; extern String_t* _stringLiteral2319061079; extern String_t* _stringLiteral2319061068; extern String_t* _stringLiteral3509435951; extern String_t* _stringLiteral1159970975; extern String_t* _stringLiteral1415199655; extern String_t* _stringLiteral4136188839; extern const uint32_t XmlTextWriter_WriteEscapedBuffer_m903990798_MetadataUsageId; extern const uint32_t XmlTextWriter_ArgumentError_m3627124320_MetadataUsageId; extern const uint32_t XmlTextWriter_InvalidOperation_m988191293_MetadataUsageId; extern RuntimeClass* WriteState_t3983380671_il2cpp_TypeInfo_var; extern String_t* _stringLiteral592849640; extern const uint32_t XmlTextWriter_StateError_m571999665_MetadataUsageId; extern const uint32_t StringUtil__cctor_m1463895374_MetadataUsageId; extern const uint32_t StringUtil_IndexOf_m1748403443_MetadataUsageId; extern const uint32_t StringUtil_Format_m4156193709_MetadataUsageId; extern const RuntimeType* Stream_t1273022909_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* WebRequest_t1939381076_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlUrlResolver_GetEntity_m2245402732_RuntimeMethod_var; extern String_t* _stringLiteral109070372; extern String_t* _stringLiteral3264822601; extern String_t* _stringLiteral1705633010; extern String_t* _stringLiteral1629333464; extern const uint32_t XmlUrlResolver_GetEntity_m2245402732_MetadataUsageId; extern String_t* _stringLiteral3074512661; extern String_t* _stringLiteral3452614528; extern const uint32_t XmlUrlResolver_UnescapeRelativeUriBody_m2976662118_MetadataUsageId; extern const uint32_t XmlValidatingReader__ctor_m746074126_MetadataUsageId; extern const uint32_t XmlValidatingReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m2551608519_MetadataUsageId; extern const uint32_t XmlValidatingReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4098504182_MetadataUsageId; extern const uint32_t XmlValidatingReader_get_LineNumber_m4160044902_MetadataUsageId; extern const uint32_t XmlValidatingReader_get_LinePosition_m2821670432_MetadataUsageId; extern const uint32_t XmlValidatingReader_get_LocalName_m3935686416_MetadataUsageId; extern const uint32_t XmlValidatingReader_get_Name_m2521889568_MetadataUsageId; extern const uint32_t XmlValidatingReader_get_NamespaceURI_m606176985_MetadataUsageId; extern const uint32_t XmlValidatingReader_get_Prefix_m754810542_MetadataUsageId; extern RuntimeClass* XmlSchemaCollection_t3610399789_il2cpp_TypeInfo_var; extern const uint32_t XmlValidatingReader_get_Schemas_m1542506967_MetadataUsageId; extern const RuntimeMethod* XmlValidatingReader_set_ValidationType_m3850545770_RuntimeMethod_var; extern String_t* _stringLiteral224365628; extern const uint32_t XmlValidatingReader_set_ValidationType_m3850545770_MetadataUsageId; extern const uint32_t XmlValidatingReader_get_Value_m2511111829_MetadataUsageId; extern const uint32_t XmlValidatingReader_get_XmlLang_m869989634_MetadataUsageId; extern RuntimeClass* XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var; extern RuntimeClass* DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var; extern const uint32_t XmlValidatingReader_set_XmlResolver_m3039624282_MetadataUsageId; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlValidatingReader_GetAttribute_m580377592_RuntimeMethod_var; extern String_t* _stringLiteral349273836; extern const uint32_t XmlValidatingReader_GetAttribute_m580377592_MetadataUsageId; extern const uint32_t XmlValidatingReader_HasLineInfo_m870518869_MetadataUsageId; extern const RuntimeMethod* XmlValidatingReader_MoveToAttribute_m565086185_RuntimeMethod_var; extern const uint32_t XmlValidatingReader_MoveToAttribute_m565086185_MetadataUsageId; extern RuntimeClass* ValidationEventHandler_t791314227_il2cpp_TypeInfo_var; extern RuntimeClass* IHasXmlSchemaInfo_t74872415_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlValidatingReader_OnValidationEvent_m367061793_RuntimeMethod_var; extern const RuntimeMethod* XmlValidatingReader_Read_m3555356476_RuntimeMethod_var; extern const uint32_t XmlValidatingReader_Read_m3555356476_MetadataUsageId; extern const uint32_t XmlValidatingReader_OnValidationEvent_m367061793_MetadataUsageId; extern String_t* _stringLiteral1653520728; extern const uint32_t XmlWhitespace_get_LocalName_m4124641324_MetadataUsageId; extern const uint32_t XmlWhitespace_get_Name_m3062444240_MetadataUsageId; extern const RuntimeMethod* XmlWhitespace_set_Value_m1380309567_RuntimeMethod_var; extern const uint32_t XmlWhitespace_set_Value_m1380309567_MetadataUsageId; extern RuntimeClass* XmlWhitespace_t131741354_il2cpp_TypeInfo_var; extern const uint32_t XmlWhitespace_CloneNode_m2585972626_MetadataUsageId; extern const uint32_t XmlWriter_get_Settings_m164933578_MetadataUsageId; extern const uint32_t XmlWriter_Create_m3258935631_MetadataUsageId; extern const uint32_t XmlWriter_Create_m2130558420_MetadataUsageId; extern const uint32_t XmlWriter_CreateTextWriter_m3145233621_MetadataUsageId; extern const uint32_t XmlWriter_WriteAttributeString_m400667381_MetadataUsageId; extern const uint32_t XmlWriter_WriteNameInternal_m96630199_MetadataUsageId; extern const RuntimeMethod* XmlWriter_WriteNode_m263666930_RuntimeMethod_var; extern String_t* _stringLiteral1152083996; extern String_t* _stringLiteral3442940761; extern const uint32_t XmlWriter_WriteNode_m263666930_MetadataUsageId; extern const uint32_t XmlWriterSettings_Reset_m4105849431_MetadataUsageId; extern RuntimeClass* AncestorIterator_t1850150082_il2cpp_TypeInfo_var; extern const uint32_t AncestorIterator_Clone_m2737949249_MetadataUsageId; extern const uint32_t AncestorIterator_CollectResults_m1516726877_MetadataUsageId; extern RuntimeClass* XPathNavigator_t787956054_il2cpp_TypeInfo_var; extern const uint32_t AncestorIterator_MoveNextCore_m4275719991_MetadataUsageId; extern const uint32_t AncestorOrSelfIterator__ctor_m3889608412_MetadataUsageId; extern RuntimeClass* AncestorOrSelfIterator_t2300071220_il2cpp_TypeInfo_var; extern const uint32_t AncestorOrSelfIterator_Clone_m3944535917_MetadataUsageId; extern const uint32_t AncestorOrSelfIterator_CollectResults_m1016633961_MetadataUsageId; extern const uint32_t AncestorOrSelfIterator_MoveNextCore_m3132860436_MetadataUsageId; extern RuntimeClass* AttributeIterator_t3778175417_il2cpp_TypeInfo_var; extern const uint32_t AttributeIterator_Clone_m1436902548_MetadataUsageId; extern RuntimeClass* BaseIterator_t4168896842_il2cpp_TypeInfo_var; extern const uint32_t AxisIterator__ctor_m3676210948_MetadataUsageId; extern RuntimeClass* AxisIterator_t3073253660_il2cpp_TypeInfo_var; extern const uint32_t AxisIterator_Clone_m3332441242_MetadataUsageId; extern const RuntimeMethod* AxisSpecifier_ToString_m684141815_RuntimeMethod_var; extern String_t* _stringLiteral586620056; extern String_t* _stringLiteral3511910454; extern String_t* _stringLiteral4158421234; extern String_t* _stringLiteral430703268; extern String_t* _stringLiteral3134749325; extern String_t* _stringLiteral1935640102; extern String_t* _stringLiteral2842305546; extern String_t* _stringLiteral4288570486; extern String_t* _stringLiteral3820675233; extern String_t* _stringLiteral3215840460; extern String_t* _stringLiteral1650491110; extern String_t* _stringLiteral1710471440; extern String_t* _stringLiteral3584862187; extern const uint32_t AxisSpecifier_ToString_m684141815_MetadataUsageId; extern RuntimeClass* ChildIterator_t3598849435_il2cpp_TypeInfo_var; extern RuntimeClass* DescendantIterator_t2685366878_il2cpp_TypeInfo_var; extern RuntimeClass* DescendantOrSelfIterator_t4256219478_il2cpp_TypeInfo_var; extern RuntimeClass* FollowingIterator_t3658643279_il2cpp_TypeInfo_var; extern RuntimeClass* FollowingSiblingIterator_t3042855407_il2cpp_TypeInfo_var; extern RuntimeClass* NamespaceIterator_t3101604877_il2cpp_TypeInfo_var; extern RuntimeClass* ParentIterator_t3536730964_il2cpp_TypeInfo_var; extern RuntimeClass* PrecedingIterator_t2452812266_il2cpp_TypeInfo_var; extern RuntimeClass* PrecedingSiblingIterator_t3231156185_il2cpp_TypeInfo_var; extern RuntimeClass* SelfIterator_t907214_il2cpp_TypeInfo_var; extern const RuntimeMethod* AxisSpecifier_Evaluate_m1747969038_RuntimeMethod_var; extern const uint32_t AxisSpecifier_Evaluate_m1747969038_MetadataUsageId; extern RuntimeClass* XPathNodeType_t3031007223_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2057739243; extern String_t* _stringLiteral3787301066; extern const uint32_t BaseIterator_ToString_m4113393337_MetadataUsageId; extern const uint32_t ChildIterator_Clone_m225969496_MetadataUsageId; extern const uint32_t DescendantIterator_Clone_m1476463384_MetadataUsageId; extern RuntimeClass* XPathException_t2107611652_il2cpp_TypeInfo_var; extern const RuntimeMethod* DescendantIterator_MoveNextCore_m703521881_RuntimeMethod_var; extern String_t* _stringLiteral1078326711; extern const uint32_t DescendantIterator_MoveNextCore_m703521881_MetadataUsageId; extern const uint32_t DescendantOrSelfIterator_Clone_m4226516151_MetadataUsageId; extern const RuntimeMethod* DescendantOrSelfIterator_MoveNextCore_m387666394_RuntimeMethod_var; extern const uint32_t DescendantOrSelfIterator_MoveNextCore_m387666394_MetadataUsageId; extern const uint32_t EqualityExpr_get_StaticValueAsBoolean_m1143671325_MetadataUsageId; extern const uint32_t EqualityExpr_EvaluateBoolean_m10667394_MetadataUsageId; extern String_t* _stringLiteral3266137269; extern const uint32_t ExprAND_get_Operator_m1691892097_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t ExprBinary_ToString_m3398351339_MetadataUsageId; extern RuntimeClass* XPathFunctionTrue_t3806785954_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionFalse_t1021066162_il2cpp_TypeInfo_var; extern const uint32_t ExprBoolean_Optimize_m427820004_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t ExprBoolean_Evaluate_m782430135_MetadataUsageId; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral3875954633; extern const uint32_t ExprBoolean_EvaluateString_m2701543217_MetadataUsageId; extern String_t* _stringLiteral1551760067; extern const uint32_t ExprDIV_get_Operator_m3803706910_MetadataUsageId; extern String_t* _stringLiteral3452614547; extern const uint32_t ExprEQ_get_Operator_m3155039379_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t Expression_get_StaticValue_m2069712124_MetadataUsageId; extern const uint32_t Expression_get_StaticValueAsNavigator_m3419507570_MetadataUsageId; extern RuntimeClass* XPathNodeIterator_t3667290188_il2cpp_TypeInfo_var; extern RuntimeClass* WrapperIterator_t1258076988_il2cpp_TypeInfo_var; extern RuntimeClass* NullIterator_t2630925529_il2cpp_TypeInfo_var; extern RuntimeClass* XPathResultType_t2828988488_il2cpp_TypeInfo_var; extern const RuntimeMethod* Expression_EvaluateNodeSet_m2929244898_RuntimeMethod_var; extern String_t* _stringLiteral3360044823; extern const uint32_t Expression_EvaluateNodeSet_m2929244898_MetadataUsageId; extern const RuntimeMethod* Expression_GetReturnType_m2343007501_RuntimeMethod_var; extern String_t* _stringLiteral1328276761; extern const uint32_t Expression_GetReturnType_m2343007501_MetadataUsageId; extern RuntimeClass* IConvertible_t2977365677_il2cpp_TypeInfo_var; extern const RuntimeMethod* Expression_EvaluateNumber_m2709915625_RuntimeMethod_var; extern String_t* _stringLiteral257514841; extern const uint32_t Expression_EvaluateNumber_m2709915625_MetadataUsageId; extern const RuntimeMethod* Expression_EvaluateString_m2167565824_RuntimeMethod_var; extern const uint32_t Expression_EvaluateString_m2167565824_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern const RuntimeMethod* Expression_EvaluateBoolean_m1239186183_RuntimeMethod_var; extern const uint32_t Expression_EvaluateBoolean_m1239186183_MetadataUsageId; extern const uint32_t Expression_EvaluateAs_m4036363313_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614536; extern String_t* _stringLiteral3458185095; extern const uint32_t ExprFilter_ToString_m3737339955_MetadataUsageId; extern RuntimeClass* PredicateIterator_t4231391432_il2cpp_TypeInfo_var; extern const uint32_t ExprFilter_Evaluate_m3145134761_MetadataUsageId; extern RuntimeClass* NodeSet_t3272593155_il2cpp_TypeInfo_var; extern const uint32_t ExprFilter_get_Subtree_m2793953907_MetadataUsageId; extern RuntimeClass* IStaticXsltContext_t1496336571_il2cpp_TypeInfo_var; extern const uint32_t ExprFunctionCall__ctor_m3183351114_MetadataUsageId; extern RuntimeClass* ExprFunctionCall_t607199437_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionLast_t241688620_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionPosition_t1996792158_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionCount_t4174407007_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionId_t1670301333_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionLocalName_t1807446049_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionNamespaceUri_t4077891083_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionName_t1405602168_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionString_t3820712894_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionConcat_t3351639595_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionStartsWith_t3734288208_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionContains_t678583606_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionSubstringBefore_t3299707364_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionSubstringAfter_t2254953802_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionSubstring_t3677332116_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionStringLength_t1686187666_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionNormalizeSpace_t379159227_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionTranslate_t1071508611_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionBoolean_t2892373420_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionNot_t3025979743_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionLang_t242671679_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionNumber_t699684043_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionSum_t2229418177_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionFloor_t3617095014_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionCeil_t4176839285_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionRound_t2668931994_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3941043823; extern String_t* _stringLiteral4254451314; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral2542042043; extern String_t* _stringLiteral993944211; extern String_t* _stringLiteral1236128813; extern String_t* _stringLiteral1980975528; extern String_t* _stringLiteral888346232; extern String_t* _stringLiteral1045509424; extern String_t* _stringLiteral3204115142; extern String_t* _stringLiteral2795965183; extern String_t* _stringLiteral2884835365; extern String_t* _stringLiteral2937386609; extern String_t* _stringLiteral3203222977; extern String_t* _stringLiteral547335230; extern String_t* _stringLiteral228529742; extern String_t* _stringLiteral2553611016; extern String_t* _stringLiteral1619055980; extern String_t* _stringLiteral1344412806; extern String_t* _stringLiteral1189461389; extern String_t* _stringLiteral1400230882; extern String_t* _stringLiteral2002596329; extern const uint32_t ExprFunctionCall_Factory_m3639178766_MetadataUsageId; extern RuntimeClass* Expression_t1452783009_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3450517380; extern const uint32_t ExprFunctionCall_ToString_m819353853_MetadataUsageId; extern RuntimeClass* XPathResultTypeU5BU5D_t1515527577_il2cpp_TypeInfo_var; extern const uint32_t ExprFunctionCall_GetArgTypes_m1103908206_MetadataUsageId; extern RuntimeClass* XsltContext_t2039362735_il2cpp_TypeInfo_var; extern RuntimeClass* IXsltContextFunction_t969044578_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExprFunctionCall_Evaluate_m34899415_RuntimeMethod_var; extern String_t* _stringLiteral4076625313; extern String_t* _stringLiteral459368889; extern const uint32_t ExprFunctionCall_Evaluate_m34899415_MetadataUsageId; extern String_t* _stringLiteral3451762578; extern const uint32_t ExprGE_get_Operator_m3471581705_MetadataUsageId; extern const uint32_t ExprGT_get_Operator_m118927860_MetadataUsageId; extern String_t* _stringLiteral3451762580; extern const uint32_t ExprLE_get_Operator_m4047881400_MetadataUsageId; extern String_t* _stringLiteral3452614521; extern const uint32_t ExprLiteral_ToString_m988196231_MetadataUsageId; extern const uint32_t ExprLT_get_Operator_m3002619043_MetadataUsageId; extern String_t* _stringLiteral3452614531; extern const uint32_t ExprMINUS_get_Operator_m3875394535_MetadataUsageId; extern const uint32_t ExprMOD_get_Operator_m1963700108_MetadataUsageId; extern String_t* _stringLiteral3452614534; extern const uint32_t ExprMULT_get_Operator_m3232046128_MetadataUsageId; extern String_t* _stringLiteral3451762559; extern const uint32_t ExprNE_get_Operator_m4139945362_MetadataUsageId; extern String_t* _stringLiteral3450517379; extern const uint32_t ExprNEG_ToString_m1228426186_MetadataUsageId; extern RuntimeClass* ExprNumber_t3483239576_il2cpp_TypeInfo_var; extern const uint32_t ExprNEG_Optimize_m84840150_MetadataUsageId; extern const uint32_t ExprNEG_Evaluate_m1945282735_MetadataUsageId; extern const uint32_t ExprNumber_get_StaticValueAsNumber_m4285253905_MetadataUsageId; extern const uint32_t ExprNumber_Evaluate_m1372199812_MetadataUsageId; extern const uint32_t ExprNumeric_Optimize_m2257189555_MetadataUsageId; extern const uint32_t ExprNumeric_Evaluate_m2933288309_MetadataUsageId; extern String_t* _stringLiteral3455629249; extern const uint32_t ExprOR_get_Operator_m1688656052_MetadataUsageId; extern String_t* _stringLiteral3452614535; extern const uint32_t ExprParens_ToString_m487672512_MetadataUsageId; extern RuntimeClass* ParensIterator_t4020310733_il2cpp_TypeInfo_var; extern const uint32_t ExprParens_Evaluate_m395386751_MetadataUsageId; extern String_t* _stringLiteral3452614533; extern const uint32_t ExprPLUS_get_Operator_m1295059442_MetadataUsageId; extern const uint32_t ExprRoot_ToString_m2054507305_MetadataUsageId; extern const uint32_t ExprRoot_Evaluate_m3140108246_MetadataUsageId; extern const uint32_t ExprSLASH_Optimize_m2721850521_MetadataUsageId; extern String_t* _stringLiteral3452614529; extern const uint32_t ExprSLASH_ToString_m2859106124_MetadataUsageId; extern RuntimeClass* SimpleSlashIterator_t3611200333_il2cpp_TypeInfo_var; extern RuntimeClass* SlashIterator_t2421034408_il2cpp_TypeInfo_var; extern RuntimeClass* SortedIterator_t2904376427_il2cpp_TypeInfo_var; extern const uint32_t ExprSLASH_Evaluate_m1058952271_MetadataUsageId; extern const uint32_t ExprSLASH_get_Subtree_m443395336_MetadataUsageId; extern RuntimeClass* NodeTypeTest_t4287533341_il2cpp_TypeInfo_var; extern RuntimeClass* ExprSLASH2_t1762680492_il2cpp_TypeInfo_var; extern const uint32_t ExprSLASH2__cctor_m3946436987_MetadataUsageId; extern RuntimeClass* NodeTest_t747859056_il2cpp_TypeInfo_var; extern RuntimeClass* NodeNameTest_t562814213_il2cpp_TypeInfo_var; extern RuntimeClass* ExprSLASH_t1263914658_il2cpp_TypeInfo_var; extern const uint32_t ExprSLASH2_Optimize_m3796015300_MetadataUsageId; extern String_t* _stringLiteral3450582913; extern const uint32_t ExprSLASH2_ToString_m3162446678_MetadataUsageId; extern const uint32_t ExprSLASH2_Evaluate_m522727291_MetadataUsageId; extern const uint32_t ExprSLASH2_get_Subtree_m1772483012_MetadataUsageId; extern String_t* _stringLiteral3791560906; extern const uint32_t ExprUNION_ToString_m1231590867_MetadataUsageId; extern RuntimeClass* UnionIterator_t312972106_il2cpp_TypeInfo_var; extern const uint32_t ExprUNION_Evaluate_m3798551753_MetadataUsageId; extern const uint32_t ExprUNION_get_Subtree_m3450082559_MetadataUsageId; extern const uint32_t ExprVariable__ctor_m3887127046_MetadataUsageId; extern String_t* _stringLiteral3452614524; extern const uint32_t ExprVariable_ToString_m1481480678_MetadataUsageId; extern RuntimeClass* IXsltContextVariable_t1240308286_il2cpp_TypeInfo_var; extern const RuntimeMethod* ExprVariable_Evaluate_m265799308_RuntimeMethod_var; extern String_t* _stringLiteral4194821020; extern String_t* _stringLiteral4027932726; extern const uint32_t ExprVariable_Evaluate_m265799308_MetadataUsageId; extern const uint32_t FollowingIterator_Clone_m3718441867_MetadataUsageId; extern const uint32_t FollowingSiblingIterator_Clone_m1362168754_MetadataUsageId; extern RuntimeClass* ListIterator_t3066609410_il2cpp_TypeInfo_var; extern const uint32_t ListIterator_Clone_m190352292_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const uint32_t ListIterator_MoveNextCore_m889509885_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern const uint32_t ListIterator_get_Current_m1639282621_MetadataUsageId; extern const uint32_t ListIterator_get_Count_m1747028913_MetadataUsageId; extern const uint32_t NamespaceIterator_Clone_m1357767084_MetadataUsageId; extern const uint32_t NodeNameTest__ctor_m2971835893_MetadataUsageId; extern String_t* _stringLiteral3451959190; extern const uint32_t NodeNameTest_ToString_m1666853140_MetadataUsageId; extern const RuntimeMethod* NodeNameTest_Match_m1634415766_RuntimeMethod_var; extern String_t* _stringLiteral1765329652; extern const uint32_t NodeNameTest_Match_m1634415766_MetadataUsageId; extern RuntimeClass* AxisSpecifier_t40435393_il2cpp_TypeInfo_var; extern const uint32_t NodeTest__ctor_m2797019209_MetadataUsageId; extern const uint32_t NodeTest_Evaluate_m2194906102_MetadataUsageId; struct CharU5BU5D_t3528271667; struct NsDeclU5BU5D_t2116608150; struct NsScopeU5BU5D_t382374428; struct ObjectU5BU5D_t2843939325; struct XmlNodeInfoU5BU5D_t431163322; struct StringU5BU5D_t1281789340; struct XPathResultTypeU5BU5D_t1515527577; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____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__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____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; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef XMLPARSERINPUT_T2182411204_H #define XMLPARSERINPUT_T2182411204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlParserInput struct XmlParserInput_t2182411204 : public RuntimeObject { public: // System.Collections.Stack System.Xml.XmlParserInput::sourceStack Stack_t2329662280 * ___sourceStack_0; // System.Xml.XmlParserInput/XmlParserInputSource System.Xml.XmlParserInput::source XmlParserInputSource_t3533005609 * ___source_1; // System.Boolean System.Xml.XmlParserInput::has_peek bool ___has_peek_2; // System.Int32 System.Xml.XmlParserInput::peek_char int32_t ___peek_char_3; // System.Boolean System.Xml.XmlParserInput::allowTextDecl bool ___allowTextDecl_4; public: inline static int32_t get_offset_of_sourceStack_0() { return static_cast(offsetof(XmlParserInput_t2182411204, ___sourceStack_0)); } inline Stack_t2329662280 * get_sourceStack_0() const { return ___sourceStack_0; } inline Stack_t2329662280 ** get_address_of_sourceStack_0() { return &___sourceStack_0; } inline void set_sourceStack_0(Stack_t2329662280 * value) { ___sourceStack_0 = value; Il2CppCodeGenWriteBarrier((&___sourceStack_0), value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(XmlParserInput_t2182411204, ___source_1)); } inline XmlParserInputSource_t3533005609 * get_source_1() const { return ___source_1; } inline XmlParserInputSource_t3533005609 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(XmlParserInputSource_t3533005609 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_has_peek_2() { return static_cast(offsetof(XmlParserInput_t2182411204, ___has_peek_2)); } inline bool get_has_peek_2() const { return ___has_peek_2; } inline bool* get_address_of_has_peek_2() { return &___has_peek_2; } inline void set_has_peek_2(bool value) { ___has_peek_2 = value; } inline static int32_t get_offset_of_peek_char_3() { return static_cast(offsetof(XmlParserInput_t2182411204, ___peek_char_3)); } inline int32_t get_peek_char_3() const { return ___peek_char_3; } inline int32_t* get_address_of_peek_char_3() { return &___peek_char_3; } inline void set_peek_char_3(int32_t value) { ___peek_char_3 = value; } inline static int32_t get_offset_of_allowTextDecl_4() { return static_cast(offsetof(XmlParserInput_t2182411204, ___allowTextDecl_4)); } inline bool get_allowTextDecl_4() const { return ___allowTextDecl_4; } inline bool* get_address_of_allowTextDecl_4() { return &___allowTextDecl_4; } inline void set_allowTextDecl_4(bool value) { ___allowTextDecl_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPARSERINPUT_T2182411204_H #ifndef STACK_T2329662280_H #define STACK_T2329662280_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Stack struct Stack_t2329662280 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::contents ObjectU5BU5D_t2843939325* ___contents_0; // System.Int32 System.Collections.Stack::current int32_t ___current_1; // System.Int32 System.Collections.Stack::count int32_t ___count_2; // System.Int32 System.Collections.Stack::capacity int32_t ___capacity_3; // System.Int32 System.Collections.Stack::modCount int32_t ___modCount_4; public: inline static int32_t get_offset_of_contents_0() { return static_cast(offsetof(Stack_t2329662280, ___contents_0)); } inline ObjectU5BU5D_t2843939325* get_contents_0() const { return ___contents_0; } inline ObjectU5BU5D_t2843939325** get_address_of_contents_0() { return &___contents_0; } inline void set_contents_0(ObjectU5BU5D_t2843939325* value) { ___contents_0 = value; Il2CppCodeGenWriteBarrier((&___contents_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Stack_t2329662280, ___current_1)); } inline int32_t get_current_1() const { return ___current_1; } inline int32_t* get_address_of_current_1() { return &___current_1; } inline void set_current_1(int32_t value) { ___current_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Stack_t2329662280, ___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_capacity_3() { return static_cast(offsetof(Stack_t2329662280, ___capacity_3)); } inline int32_t get_capacity_3() const { return ___capacity_3; } inline int32_t* get_address_of_capacity_3() { return &___capacity_3; } inline void set_capacity_3(int32_t value) { ___capacity_3 = value; } inline static int32_t get_offset_of_modCount_4() { return static_cast(offsetof(Stack_t2329662280, ___modCount_4)); } inline int32_t get_modCount_4() const { return ___modCount_4; } inline int32_t* get_address_of_modCount_4() { return &___modCount_4; } inline void set_modCount_4(int32_t value) { ___modCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_T2329662280_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef XMLPARSERINPUTSOURCE_T3533005609_H #define XMLPARSERINPUTSOURCE_T3533005609_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlParserInput/XmlParserInputSource struct XmlParserInputSource_t3533005609 : public RuntimeObject { public: // System.String System.Xml.XmlParserInput/XmlParserInputSource::BaseURI String_t* ___BaseURI_0; // System.IO.TextReader System.Xml.XmlParserInput/XmlParserInputSource::reader TextReader_t283511965 * ___reader_1; // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::state int32_t ___state_2; // System.Boolean System.Xml.XmlParserInput/XmlParserInputSource::isPE bool ___isPE_3; // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::line int32_t ___line_4; // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::column int32_t ___column_5; public: inline static int32_t get_offset_of_BaseURI_0() { return static_cast(offsetof(XmlParserInputSource_t3533005609, ___BaseURI_0)); } inline String_t* get_BaseURI_0() const { return ___BaseURI_0; } inline String_t** get_address_of_BaseURI_0() { return &___BaseURI_0; } inline void set_BaseURI_0(String_t* value) { ___BaseURI_0 = value; Il2CppCodeGenWriteBarrier((&___BaseURI_0), value); } inline static int32_t get_offset_of_reader_1() { return static_cast(offsetof(XmlParserInputSource_t3533005609, ___reader_1)); } inline TextReader_t283511965 * get_reader_1() const { return ___reader_1; } inline TextReader_t283511965 ** get_address_of_reader_1() { return &___reader_1; } inline void set_reader_1(TextReader_t283511965 * value) { ___reader_1 = value; Il2CppCodeGenWriteBarrier((&___reader_1), value); } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(XmlParserInputSource_t3533005609, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of_isPE_3() { return static_cast(offsetof(XmlParserInputSource_t3533005609, ___isPE_3)); } inline bool get_isPE_3() const { return ___isPE_3; } inline bool* get_address_of_isPE_3() { return &___isPE_3; } inline void set_isPE_3(bool value) { ___isPE_3 = value; } inline static int32_t get_offset_of_line_4() { return static_cast(offsetof(XmlParserInputSource_t3533005609, ___line_4)); } inline int32_t get_line_4() const { return ___line_4; } inline int32_t* get_address_of_line_4() { return &___line_4; } inline void set_line_4(int32_t value) { ___line_4 = value; } inline static int32_t get_offset_of_column_5() { return static_cast(offsetof(XmlParserInputSource_t3533005609, ___column_5)); } inline int32_t get_column_5() const { return ___column_5; } inline int32_t* get_address_of_column_5() { return &___column_5; } inline void set_column_5(int32_t value) { ___column_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPARSERINPUTSOURCE_T3533005609_H #ifndef XMLQUALIFIEDNAME_T2760654312_H #define XMLQUALIFIEDNAME_T2760654312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312 : 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_t2760654312, ___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((&___name_1), value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlQualifiedName_t2760654312, ___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((&___ns_2), value); } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(XmlQualifiedName_t2760654312, ___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_t2760654312_StaticFields { public: // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t2760654312 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(XmlQualifiedName_t2760654312_StaticFields, ___Empty_0)); } inline XmlQualifiedName_t2760654312 * get_Empty_0() const { return ___Empty_0; } inline XmlQualifiedName_t2760654312 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(XmlQualifiedName_t2760654312 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLQUALIFIEDNAME_T2760654312_H #ifndef XMLRESOLVER_T626023767_H #define XMLRESOLVER_T626023767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlResolver struct XmlResolver_t626023767 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLRESOLVER_T626023767_H #ifndef XMLWRITER_T127905479_H #define XMLWRITER_T127905479_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlWriter struct XmlWriter_t127905479 : public RuntimeObject { public: // System.Xml.XmlWriterSettings System.Xml.XmlWriter::settings XmlWriterSettings_t3314986516 * ___settings_0; public: inline static int32_t get_offset_of_settings_0() { return static_cast(offsetof(XmlWriter_t127905479, ___settings_0)); } inline XmlWriterSettings_t3314986516 * get_settings_0() const { return ___settings_0; } inline XmlWriterSettings_t3314986516 ** get_address_of_settings_0() { return &___settings_0; } inline void set_settings_0(XmlWriterSettings_t3314986516 * value) { ___settings_0 = value; Il2CppCodeGenWriteBarrier((&___settings_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLWRITER_T127905479_H #ifndef XPATHNODEITERATOR_T3667290188_H #define XPATHNODEITERATOR_T3667290188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t3667290188 : 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_t3667290188, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNODEITERATOR_T3667290188_H #ifndef XPATHEXPRESSION_T1723793351_H #define XPATHEXPRESSION_T1723793351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathExpression struct XPathExpression_t1723793351 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHEXPRESSION_T1723793351_H #ifndef EVENTARGS_T3591816995_H #define EVENTARGS_T3591816995_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.EventArgs struct EventArgs_t3591816995 : public RuntimeObject { public: public: }; struct EventArgs_t3591816995_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t3591816995 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t3591816995_StaticFields, ___Empty_0)); } inline EventArgs_t3591816995 * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t3591816995 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t3591816995 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EVENTARGS_T3591816995_H #ifndef ENUMERATOR_T97922292_H #define ENUMERATOR_T97922292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeListChildren/Enumerator struct Enumerator_t97922292 : public RuntimeObject { public: // System.Xml.IHasXmlChildNode System.Xml.XmlNodeListChildren/Enumerator::parent RuntimeObject* ___parent_0; // System.Xml.XmlLinkedNode System.Xml.XmlNodeListChildren/Enumerator::currentChild XmlLinkedNode_t1437094927 * ___currentChild_1; // System.Boolean System.Xml.XmlNodeListChildren/Enumerator::passedLastNode bool ___passedLastNode_2; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(Enumerator_t97922292, ___parent_0)); } inline RuntimeObject* get_parent_0() const { return ___parent_0; } inline RuntimeObject** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(RuntimeObject* value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } inline static int32_t get_offset_of_currentChild_1() { return static_cast(offsetof(Enumerator_t97922292, ___currentChild_1)); } inline XmlLinkedNode_t1437094927 * get_currentChild_1() const { return ___currentChild_1; } inline XmlLinkedNode_t1437094927 ** get_address_of_currentChild_1() { return &___currentChild_1; } inline void set_currentChild_1(XmlLinkedNode_t1437094927 * value) { ___currentChild_1 = value; Il2CppCodeGenWriteBarrier((&___currentChild_1), value); } inline static int32_t get_offset_of_passedLastNode_2() { return static_cast(offsetof(Enumerator_t97922292, ___passedLastNode_2)); } inline bool get_passedLastNode_2() const { return ___passedLastNode_2; } inline bool* get_address_of_passedLastNode_2() { return &___passedLastNode_2; } inline void set_passedLastNode_2(bool value) { ___passedLastNode_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T97922292_H #ifndef XMLREADER_T3121518892_H #define XMLREADER_T3121518892_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReader struct XmlReader_t3121518892 : public RuntimeObject { public: // System.Xml.XmlReaderBinarySupport System.Xml.XmlReader::binary XmlReaderBinarySupport_t1809665003 * ___binary_0; // System.Xml.XmlReaderSettings System.Xml.XmlReader::settings XmlReaderSettings_t2186285234 * ___settings_1; public: inline static int32_t get_offset_of_binary_0() { return static_cast(offsetof(XmlReader_t3121518892, ___binary_0)); } inline XmlReaderBinarySupport_t1809665003 * get_binary_0() const { return ___binary_0; } inline XmlReaderBinarySupport_t1809665003 ** get_address_of_binary_0() { return &___binary_0; } inline void set_binary_0(XmlReaderBinarySupport_t1809665003 * value) { ___binary_0 = value; Il2CppCodeGenWriteBarrier((&___binary_0), value); } inline static int32_t get_offset_of_settings_1() { return static_cast(offsetof(XmlReader_t3121518892, ___settings_1)); } inline XmlReaderSettings_t2186285234 * get_settings_1() const { return ___settings_1; } inline XmlReaderSettings_t2186285234 ** get_address_of_settings_1() { return &___settings_1; } inline void set_settings_1(XmlReaderSettings_t2186285234 * value) { ___settings_1 = value; Il2CppCodeGenWriteBarrier((&___settings_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADER_T3121518892_H #ifndef DTDOBJECTMODEL_T1729680289_H #define DTDOBJECTMODEL_T1729680289_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289 : public RuntimeObject { public: // Mono.Xml.DTDAutomataFactory Mono.Xml.DTDObjectModel::factory DTDAutomataFactory_t2958275022 * ___factory_0; // Mono.Xml.DTDElementAutomata Mono.Xml.DTDObjectModel::rootAutomata DTDElementAutomata_t1050190167 * ___rootAutomata_1; // Mono.Xml.DTDEmptyAutomata Mono.Xml.DTDObjectModel::emptyAutomata DTDEmptyAutomata_t465590953 * ___emptyAutomata_2; // Mono.Xml.DTDAnyAutomata Mono.Xml.DTDObjectModel::anyAutomata DTDAnyAutomata_t3633486160 * ___anyAutomata_3; // Mono.Xml.DTDInvalidAutomata Mono.Xml.DTDObjectModel::invalidAutomata DTDInvalidAutomata_t1406553220 * ___invalidAutomata_4; // Mono.Xml.DTDElementDeclarationCollection Mono.Xml.DTDObjectModel::elementDecls DTDElementDeclarationCollection_t222313714 * ___elementDecls_5; // Mono.Xml.DTDAttListDeclarationCollection Mono.Xml.DTDObjectModel::attListDecls DTDAttListDeclarationCollection_t2220366188 * ___attListDecls_6; // Mono.Xml.DTDParameterEntityDeclarationCollection Mono.Xml.DTDObjectModel::peDecls DTDParameterEntityDeclarationCollection_t2844734410 * ___peDecls_7; // Mono.Xml.DTDEntityDeclarationCollection Mono.Xml.DTDObjectModel::entityDecls DTDEntityDeclarationCollection_t2250844513 * ___entityDecls_8; // Mono.Xml.DTDNotationDeclarationCollection Mono.Xml.DTDObjectModel::notationDecls DTDNotationDeclarationCollection_t959292105 * ___notationDecls_9; // System.Collections.ArrayList Mono.Xml.DTDObjectModel::validationErrors ArrayList_t2718874744 * ___validationErrors_10; // System.Xml.XmlResolver Mono.Xml.DTDObjectModel::resolver XmlResolver_t626023767 * ___resolver_11; // System.Xml.XmlNameTable Mono.Xml.DTDObjectModel::nameTable XmlNameTable_t71772148 * ___nameTable_12; // System.Collections.Hashtable Mono.Xml.DTDObjectModel::externalResources Hashtable_t1853889766 * ___externalResources_13; // System.String Mono.Xml.DTDObjectModel::baseURI String_t* ___baseURI_14; // System.String Mono.Xml.DTDObjectModel::name String_t* ___name_15; // System.String Mono.Xml.DTDObjectModel::publicId String_t* ___publicId_16; // System.String Mono.Xml.DTDObjectModel::systemId String_t* ___systemId_17; // System.String Mono.Xml.DTDObjectModel::intSubset String_t* ___intSubset_18; // System.Boolean Mono.Xml.DTDObjectModel::intSubsetHasPERef bool ___intSubsetHasPERef_19; // System.Boolean Mono.Xml.DTDObjectModel::isStandalone bool ___isStandalone_20; // System.Int32 Mono.Xml.DTDObjectModel::lineNumber int32_t ___lineNumber_21; // System.Int32 Mono.Xml.DTDObjectModel::linePosition int32_t ___linePosition_22; public: inline static int32_t get_offset_of_factory_0() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___factory_0)); } inline DTDAutomataFactory_t2958275022 * get_factory_0() const { return ___factory_0; } inline DTDAutomataFactory_t2958275022 ** get_address_of_factory_0() { return &___factory_0; } inline void set_factory_0(DTDAutomataFactory_t2958275022 * value) { ___factory_0 = value; Il2CppCodeGenWriteBarrier((&___factory_0), value); } inline static int32_t get_offset_of_rootAutomata_1() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___rootAutomata_1)); } inline DTDElementAutomata_t1050190167 * get_rootAutomata_1() const { return ___rootAutomata_1; } inline DTDElementAutomata_t1050190167 ** get_address_of_rootAutomata_1() { return &___rootAutomata_1; } inline void set_rootAutomata_1(DTDElementAutomata_t1050190167 * value) { ___rootAutomata_1 = value; Il2CppCodeGenWriteBarrier((&___rootAutomata_1), value); } inline static int32_t get_offset_of_emptyAutomata_2() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___emptyAutomata_2)); } inline DTDEmptyAutomata_t465590953 * get_emptyAutomata_2() const { return ___emptyAutomata_2; } inline DTDEmptyAutomata_t465590953 ** get_address_of_emptyAutomata_2() { return &___emptyAutomata_2; } inline void set_emptyAutomata_2(DTDEmptyAutomata_t465590953 * value) { ___emptyAutomata_2 = value; Il2CppCodeGenWriteBarrier((&___emptyAutomata_2), value); } inline static int32_t get_offset_of_anyAutomata_3() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___anyAutomata_3)); } inline DTDAnyAutomata_t3633486160 * get_anyAutomata_3() const { return ___anyAutomata_3; } inline DTDAnyAutomata_t3633486160 ** get_address_of_anyAutomata_3() { return &___anyAutomata_3; } inline void set_anyAutomata_3(DTDAnyAutomata_t3633486160 * value) { ___anyAutomata_3 = value; Il2CppCodeGenWriteBarrier((&___anyAutomata_3), value); } inline static int32_t get_offset_of_invalidAutomata_4() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___invalidAutomata_4)); } inline DTDInvalidAutomata_t1406553220 * get_invalidAutomata_4() const { return ___invalidAutomata_4; } inline DTDInvalidAutomata_t1406553220 ** get_address_of_invalidAutomata_4() { return &___invalidAutomata_4; } inline void set_invalidAutomata_4(DTDInvalidAutomata_t1406553220 * value) { ___invalidAutomata_4 = value; Il2CppCodeGenWriteBarrier((&___invalidAutomata_4), value); } inline static int32_t get_offset_of_elementDecls_5() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___elementDecls_5)); } inline DTDElementDeclarationCollection_t222313714 * get_elementDecls_5() const { return ___elementDecls_5; } inline DTDElementDeclarationCollection_t222313714 ** get_address_of_elementDecls_5() { return &___elementDecls_5; } inline void set_elementDecls_5(DTDElementDeclarationCollection_t222313714 * value) { ___elementDecls_5 = value; Il2CppCodeGenWriteBarrier((&___elementDecls_5), value); } inline static int32_t get_offset_of_attListDecls_6() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___attListDecls_6)); } inline DTDAttListDeclarationCollection_t2220366188 * get_attListDecls_6() const { return ___attListDecls_6; } inline DTDAttListDeclarationCollection_t2220366188 ** get_address_of_attListDecls_6() { return &___attListDecls_6; } inline void set_attListDecls_6(DTDAttListDeclarationCollection_t2220366188 * value) { ___attListDecls_6 = value; Il2CppCodeGenWriteBarrier((&___attListDecls_6), value); } inline static int32_t get_offset_of_peDecls_7() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___peDecls_7)); } inline DTDParameterEntityDeclarationCollection_t2844734410 * get_peDecls_7() const { return ___peDecls_7; } inline DTDParameterEntityDeclarationCollection_t2844734410 ** get_address_of_peDecls_7() { return &___peDecls_7; } inline void set_peDecls_7(DTDParameterEntityDeclarationCollection_t2844734410 * value) { ___peDecls_7 = value; Il2CppCodeGenWriteBarrier((&___peDecls_7), value); } inline static int32_t get_offset_of_entityDecls_8() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___entityDecls_8)); } inline DTDEntityDeclarationCollection_t2250844513 * get_entityDecls_8() const { return ___entityDecls_8; } inline DTDEntityDeclarationCollection_t2250844513 ** get_address_of_entityDecls_8() { return &___entityDecls_8; } inline void set_entityDecls_8(DTDEntityDeclarationCollection_t2250844513 * value) { ___entityDecls_8 = value; Il2CppCodeGenWriteBarrier((&___entityDecls_8), value); } inline static int32_t get_offset_of_notationDecls_9() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___notationDecls_9)); } inline DTDNotationDeclarationCollection_t959292105 * get_notationDecls_9() const { return ___notationDecls_9; } inline DTDNotationDeclarationCollection_t959292105 ** get_address_of_notationDecls_9() { return &___notationDecls_9; } inline void set_notationDecls_9(DTDNotationDeclarationCollection_t959292105 * value) { ___notationDecls_9 = value; Il2CppCodeGenWriteBarrier((&___notationDecls_9), value); } inline static int32_t get_offset_of_validationErrors_10() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___validationErrors_10)); } inline ArrayList_t2718874744 * get_validationErrors_10() const { return ___validationErrors_10; } inline ArrayList_t2718874744 ** get_address_of_validationErrors_10() { return &___validationErrors_10; } inline void set_validationErrors_10(ArrayList_t2718874744 * value) { ___validationErrors_10 = value; Il2CppCodeGenWriteBarrier((&___validationErrors_10), value); } inline static int32_t get_offset_of_resolver_11() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___resolver_11)); } inline XmlResolver_t626023767 * get_resolver_11() const { return ___resolver_11; } inline XmlResolver_t626023767 ** get_address_of_resolver_11() { return &___resolver_11; } inline void set_resolver_11(XmlResolver_t626023767 * value) { ___resolver_11 = value; Il2CppCodeGenWriteBarrier((&___resolver_11), value); } inline static int32_t get_offset_of_nameTable_12() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___nameTable_12)); } inline XmlNameTable_t71772148 * get_nameTable_12() const { return ___nameTable_12; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_12() { return &___nameTable_12; } inline void set_nameTable_12(XmlNameTable_t71772148 * value) { ___nameTable_12 = value; Il2CppCodeGenWriteBarrier((&___nameTable_12), value); } inline static int32_t get_offset_of_externalResources_13() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___externalResources_13)); } inline Hashtable_t1853889766 * get_externalResources_13() const { return ___externalResources_13; } inline Hashtable_t1853889766 ** get_address_of_externalResources_13() { return &___externalResources_13; } inline void set_externalResources_13(Hashtable_t1853889766 * value) { ___externalResources_13 = value; Il2CppCodeGenWriteBarrier((&___externalResources_13), value); } inline static int32_t get_offset_of_baseURI_14() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___baseURI_14)); } inline String_t* get_baseURI_14() const { return ___baseURI_14; } inline String_t** get_address_of_baseURI_14() { return &___baseURI_14; } inline void set_baseURI_14(String_t* value) { ___baseURI_14 = value; Il2CppCodeGenWriteBarrier((&___baseURI_14), value); } inline static int32_t get_offset_of_name_15() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___name_15)); } inline String_t* get_name_15() const { return ___name_15; } inline String_t** get_address_of_name_15() { return &___name_15; } inline void set_name_15(String_t* value) { ___name_15 = value; Il2CppCodeGenWriteBarrier((&___name_15), value); } inline static int32_t get_offset_of_publicId_16() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___publicId_16)); } inline String_t* get_publicId_16() const { return ___publicId_16; } inline String_t** get_address_of_publicId_16() { return &___publicId_16; } inline void set_publicId_16(String_t* value) { ___publicId_16 = value; Il2CppCodeGenWriteBarrier((&___publicId_16), value); } inline static int32_t get_offset_of_systemId_17() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___systemId_17)); } inline String_t* get_systemId_17() const { return ___systemId_17; } inline String_t** get_address_of_systemId_17() { return &___systemId_17; } inline void set_systemId_17(String_t* value) { ___systemId_17 = value; Il2CppCodeGenWriteBarrier((&___systemId_17), value); } inline static int32_t get_offset_of_intSubset_18() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___intSubset_18)); } inline String_t* get_intSubset_18() const { return ___intSubset_18; } inline String_t** get_address_of_intSubset_18() { return &___intSubset_18; } inline void set_intSubset_18(String_t* value) { ___intSubset_18 = value; Il2CppCodeGenWriteBarrier((&___intSubset_18), value); } inline static int32_t get_offset_of_intSubsetHasPERef_19() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___intSubsetHasPERef_19)); } inline bool get_intSubsetHasPERef_19() const { return ___intSubsetHasPERef_19; } inline bool* get_address_of_intSubsetHasPERef_19() { return &___intSubsetHasPERef_19; } inline void set_intSubsetHasPERef_19(bool value) { ___intSubsetHasPERef_19 = value; } inline static int32_t get_offset_of_isStandalone_20() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___isStandalone_20)); } inline bool get_isStandalone_20() const { return ___isStandalone_20; } inline bool* get_address_of_isStandalone_20() { return &___isStandalone_20; } inline void set_isStandalone_20(bool value) { ___isStandalone_20 = value; } inline static int32_t get_offset_of_lineNumber_21() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___lineNumber_21)); } inline int32_t get_lineNumber_21() const { return ___lineNumber_21; } inline int32_t* get_address_of_lineNumber_21() { return &___lineNumber_21; } inline void set_lineNumber_21(int32_t value) { ___lineNumber_21 = value; } inline static int32_t get_offset_of_linePosition_22() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___linePosition_22)); } inline int32_t get_linePosition_22() const { return ___linePosition_22; } inline int32_t* get_address_of_linePosition_22() { return &___linePosition_22; } inline void set_linePosition_22(int32_t value) { ___linePosition_22 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDOBJECTMODEL_T1729680289_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef URI_T100236324_H #define URI_T100236324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t100236324 : public RuntimeObject { public: // System.Boolean System.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String System.Uri::source String_t* ___source_1; // System.String System.Uri::scheme String_t* ___scheme_2; // System.String System.Uri::host String_t* ___host_3; // System.Int32 System.Uri::port int32_t ___port_4; // System.String System.Uri::path String_t* ___path_5; // System.String System.Uri::query String_t* ___query_6; // System.String System.Uri::fragment String_t* ___fragment_7; // System.String System.Uri::userinfo String_t* ___userinfo_8; // System.Boolean System.Uri::isUnc bool ___isUnc_9; // System.Boolean System.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean System.Uri::isAbsoluteUri bool ___isAbsoluteUri_11; // System.Boolean System.Uri::userEscaped bool ___userEscaped_12; // System.String System.Uri::cachedAbsoluteUri String_t* ___cachedAbsoluteUri_13; // System.String System.Uri::cachedToString String_t* ___cachedToString_14; // System.String System.Uri::cachedLocalPath String_t* ___cachedLocalPath_15; // System.Int32 System.Uri::cachedHashCode int32_t ___cachedHashCode_16; // System.UriParser System.Uri::parser UriParser_t3890150400 * ___parser_30; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t100236324, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t100236324, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t100236324, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t100236324, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t100236324, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t100236324, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t100236324, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t100236324, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t100236324, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t100236324, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t100236324, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_isAbsoluteUri_11() { return static_cast(offsetof(Uri_t100236324, ___isAbsoluteUri_11)); } inline bool get_isAbsoluteUri_11() const { return ___isAbsoluteUri_11; } inline bool* get_address_of_isAbsoluteUri_11() { return &___isAbsoluteUri_11; } inline void set_isAbsoluteUri_11(bool value) { ___isAbsoluteUri_11 = value; } inline static int32_t get_offset_of_userEscaped_12() { return static_cast(offsetof(Uri_t100236324, ___userEscaped_12)); } inline bool get_userEscaped_12() const { return ___userEscaped_12; } inline bool* get_address_of_userEscaped_12() { return &___userEscaped_12; } inline void set_userEscaped_12(bool value) { ___userEscaped_12 = value; } inline static int32_t get_offset_of_cachedAbsoluteUri_13() { return static_cast(offsetof(Uri_t100236324, ___cachedAbsoluteUri_13)); } inline String_t* get_cachedAbsoluteUri_13() const { return ___cachedAbsoluteUri_13; } inline String_t** get_address_of_cachedAbsoluteUri_13() { return &___cachedAbsoluteUri_13; } inline void set_cachedAbsoluteUri_13(String_t* value) { ___cachedAbsoluteUri_13 = value; Il2CppCodeGenWriteBarrier((&___cachedAbsoluteUri_13), value); } inline static int32_t get_offset_of_cachedToString_14() { return static_cast(offsetof(Uri_t100236324, ___cachedToString_14)); } inline String_t* get_cachedToString_14() const { return ___cachedToString_14; } inline String_t** get_address_of_cachedToString_14() { return &___cachedToString_14; } inline void set_cachedToString_14(String_t* value) { ___cachedToString_14 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_14), value); } inline static int32_t get_offset_of_cachedLocalPath_15() { return static_cast(offsetof(Uri_t100236324, ___cachedLocalPath_15)); } inline String_t* get_cachedLocalPath_15() const { return ___cachedLocalPath_15; } inline String_t** get_address_of_cachedLocalPath_15() { return &___cachedLocalPath_15; } inline void set_cachedLocalPath_15(String_t* value) { ___cachedLocalPath_15 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_15), value); } inline static int32_t get_offset_of_cachedHashCode_16() { return static_cast(offsetof(Uri_t100236324, ___cachedHashCode_16)); } inline int32_t get_cachedHashCode_16() const { return ___cachedHashCode_16; } inline int32_t* get_address_of_cachedHashCode_16() { return &___cachedHashCode_16; } inline void set_cachedHashCode_16(int32_t value) { ___cachedHashCode_16 = value; } inline static int32_t get_offset_of_parser_30() { return static_cast(offsetof(Uri_t100236324, ___parser_30)); } inline UriParser_t3890150400 * get_parser_30() const { return ___parser_30; } inline UriParser_t3890150400 ** get_address_of_parser_30() { return &___parser_30; } inline void set_parser_30(UriParser_t3890150400 * value) { ___parser_30 = value; Il2CppCodeGenWriteBarrier((&___parser_30), value); } }; struct Uri_t100236324_StaticFields { public: // System.String System.Uri::hexUpperChars String_t* ___hexUpperChars_17; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_18; // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_19; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_20; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_21; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_22; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_23; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_24; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_25; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_26; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_27; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_28; // System.Uri/UriScheme[] System.Uri::schemes UriSchemeU5BU5D_t2082808316* ___schemes_29; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1D_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1E_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1F_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map20 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map20_35; public: inline static int32_t get_offset_of_hexUpperChars_17() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___hexUpperChars_17)); } inline String_t* get_hexUpperChars_17() const { return ___hexUpperChars_17; } inline String_t** get_address_of_hexUpperChars_17() { return &___hexUpperChars_17; } inline void set_hexUpperChars_17(String_t* value) { ___hexUpperChars_17 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_17), value); } inline static int32_t get_offset_of_SchemeDelimiter_18() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___SchemeDelimiter_18)); } inline String_t* get_SchemeDelimiter_18() const { return ___SchemeDelimiter_18; } inline String_t** get_address_of_SchemeDelimiter_18() { return &___SchemeDelimiter_18; } inline void set_SchemeDelimiter_18(String_t* value) { ___SchemeDelimiter_18 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_18), value); } inline static int32_t get_offset_of_UriSchemeFile_19() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFile_19)); } inline String_t* get_UriSchemeFile_19() const { return ___UriSchemeFile_19; } inline String_t** get_address_of_UriSchemeFile_19() { return &___UriSchemeFile_19; } inline void set_UriSchemeFile_19(String_t* value) { ___UriSchemeFile_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_19), value); } inline static int32_t get_offset_of_UriSchemeFtp_20() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFtp_20)); } inline String_t* get_UriSchemeFtp_20() const { return ___UriSchemeFtp_20; } inline String_t** get_address_of_UriSchemeFtp_20() { return &___UriSchemeFtp_20; } inline void set_UriSchemeFtp_20(String_t* value) { ___UriSchemeFtp_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_20), value); } inline static int32_t get_offset_of_UriSchemeGopher_21() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeGopher_21)); } inline String_t* get_UriSchemeGopher_21() const { return ___UriSchemeGopher_21; } inline String_t** get_address_of_UriSchemeGopher_21() { return &___UriSchemeGopher_21; } inline void set_UriSchemeGopher_21(String_t* value) { ___UriSchemeGopher_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_21), value); } inline static int32_t get_offset_of_UriSchemeHttp_22() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttp_22)); } inline String_t* get_UriSchemeHttp_22() const { return ___UriSchemeHttp_22; } inline String_t** get_address_of_UriSchemeHttp_22() { return &___UriSchemeHttp_22; } inline void set_UriSchemeHttp_22(String_t* value) { ___UriSchemeHttp_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_22), value); } inline static int32_t get_offset_of_UriSchemeHttps_23() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttps_23)); } inline String_t* get_UriSchemeHttps_23() const { return ___UriSchemeHttps_23; } inline String_t** get_address_of_UriSchemeHttps_23() { return &___UriSchemeHttps_23; } inline void set_UriSchemeHttps_23(String_t* value) { ___UriSchemeHttps_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_23), value); } inline static int32_t get_offset_of_UriSchemeMailto_24() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeMailto_24)); } inline String_t* get_UriSchemeMailto_24() const { return ___UriSchemeMailto_24; } inline String_t** get_address_of_UriSchemeMailto_24() { return &___UriSchemeMailto_24; } inline void set_UriSchemeMailto_24(String_t* value) { ___UriSchemeMailto_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_24), value); } inline static int32_t get_offset_of_UriSchemeNews_25() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNews_25)); } inline String_t* get_UriSchemeNews_25() const { return ___UriSchemeNews_25; } inline String_t** get_address_of_UriSchemeNews_25() { return &___UriSchemeNews_25; } inline void set_UriSchemeNews_25(String_t* value) { ___UriSchemeNews_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_25), value); } inline static int32_t get_offset_of_UriSchemeNntp_26() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNntp_26)); } inline String_t* get_UriSchemeNntp_26() const { return ___UriSchemeNntp_26; } inline String_t** get_address_of_UriSchemeNntp_26() { return &___UriSchemeNntp_26; } inline void set_UriSchemeNntp_26(String_t* value) { ___UriSchemeNntp_26 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_26), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_27() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetPipe_27)); } inline String_t* get_UriSchemeNetPipe_27() const { return ___UriSchemeNetPipe_27; } inline String_t** get_address_of_UriSchemeNetPipe_27() { return &___UriSchemeNetPipe_27; } inline void set_UriSchemeNetPipe_27(String_t* value) { ___UriSchemeNetPipe_27 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_27), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_28() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetTcp_28)); } inline String_t* get_UriSchemeNetTcp_28() const { return ___UriSchemeNetTcp_28; } inline String_t** get_address_of_UriSchemeNetTcp_28() { return &___UriSchemeNetTcp_28; } inline void set_UriSchemeNetTcp_28(String_t* value) { ___UriSchemeNetTcp_28 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_28), value); } inline static int32_t get_offset_of_schemes_29() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___schemes_29)); } inline UriSchemeU5BU5D_t2082808316* get_schemes_29() const { return ___schemes_29; } inline UriSchemeU5BU5D_t2082808316** get_address_of_schemes_29() { return &___schemes_29; } inline void set_schemes_29(UriSchemeU5BU5D_t2082808316* value) { ___schemes_29 = value; Il2CppCodeGenWriteBarrier((&___schemes_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1C_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_31() const { return ___U3CU3Ef__switchU24map1C_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_31() { return &___U3CU3Ef__switchU24map1C_31; } inline void set_U3CU3Ef__switchU24map1C_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1D_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1D_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1D_32() const { return ___U3CU3Ef__switchU24map1D_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1D_32() { return &___U3CU3Ef__switchU24map1D_32; } inline void set_U3CU3Ef__switchU24map1D_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1D_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1D_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1E_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1E_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1E_33() const { return ___U3CU3Ef__switchU24map1E_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1E_33() { return &___U3CU3Ef__switchU24map1E_33; } inline void set_U3CU3Ef__switchU24map1E_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1E_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1E_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1F_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1F_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1F_34() const { return ___U3CU3Ef__switchU24map1F_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1F_34() { return &___U3CU3Ef__switchU24map1F_34; } inline void set_U3CU3Ef__switchU24map1F_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1F_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1F_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map20_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map20_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map20_35() const { return ___U3CU3Ef__switchU24map20_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map20_35() { return &___U3CU3Ef__switchU24map20_35; } inline void set_U3CU3Ef__switchU24map20_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map20_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map20_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_H #ifndef XPATHSORTERS_T698127628_H #define XPATHSORTERS_T698127628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathSorters struct XPathSorters_t698127628 : public RuntimeObject { public: // System.Collections.ArrayList System.Xml.XPath.XPathSorters::_rgSorters ArrayList_t2718874744 * ____rgSorters_0; public: inline static int32_t get_offset_of__rgSorters_0() { return static_cast(offsetof(XPathSorters_t698127628, ____rgSorters_0)); } inline ArrayList_t2718874744 * get__rgSorters_0() const { return ____rgSorters_0; } inline ArrayList_t2718874744 ** get_address_of__rgSorters_0() { return &____rgSorters_0; } inline void set__rgSorters_0(ArrayList_t2718874744 * value) { ____rgSorters_0 = value; Il2CppCodeGenWriteBarrier((&____rgSorters_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHSORTERS_T698127628_H #ifndef FUNCTIONARGUMENTS_T3573450773_H #define FUNCTIONARGUMENTS_T3573450773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.FunctionArguments struct FunctionArguments_t3573450773 : public RuntimeObject { public: // System.Xml.XPath.Expression System.Xml.XPath.FunctionArguments::_arg Expression_t1452783009 * ____arg_0; // System.Xml.XPath.FunctionArguments System.Xml.XPath.FunctionArguments::_tail FunctionArguments_t3573450773 * ____tail_1; public: inline static int32_t get_offset_of__arg_0() { return static_cast(offsetof(FunctionArguments_t3573450773, ____arg_0)); } inline Expression_t1452783009 * get__arg_0() const { return ____arg_0; } inline Expression_t1452783009 ** get_address_of__arg_0() { return &____arg_0; } inline void set__arg_0(Expression_t1452783009 * value) { ____arg_0 = value; Il2CppCodeGenWriteBarrier((&____arg_0), value); } inline static int32_t get_offset_of__tail_1() { return static_cast(offsetof(FunctionArguments_t3573450773, ____tail_1)); } inline FunctionArguments_t3573450773 * get__tail_1() const { return ____tail_1; } inline FunctionArguments_t3573450773 ** get_address_of__tail_1() { return &____tail_1; } inline void set__tail_1(FunctionArguments_t3573450773 * value) { ____tail_1 = value; Il2CppCodeGenWriteBarrier((&____tail_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNCTIONARGUMENTS_T3573450773_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef MARSHALBYREFOBJECT_T2760389100_H #define MARSHALBYREFOBJECT_T2760389100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MarshalByRefObject struct MarshalByRefObject_t2760389100 : public RuntimeObject { public: // System.Runtime.Remoting.ServerIdentity System.MarshalByRefObject::_identity ServerIdentity_t2342208608 * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_t2760389100, ____identity_0)); } inline ServerIdentity_t2342208608 * get__identity_0() const { return ____identity_0; } inline ServerIdentity_t2342208608 ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(ServerIdentity_t2342208608 * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((&____identity_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MARSHALBYREFOBJECT_T2760389100_H #ifndef DTDNODE_T858560093_H #define DTDNODE_T858560093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDNode struct DTDNode_t858560093 : public RuntimeObject { public: // Mono.Xml.DTDObjectModel Mono.Xml.DTDNode::root DTDObjectModel_t1729680289 * ___root_0; // System.Boolean Mono.Xml.DTDNode::isInternalSubset bool ___isInternalSubset_1; // System.String Mono.Xml.DTDNode::baseURI String_t* ___baseURI_2; // System.Int32 Mono.Xml.DTDNode::lineNumber int32_t ___lineNumber_3; // System.Int32 Mono.Xml.DTDNode::linePosition int32_t ___linePosition_4; public: inline static int32_t get_offset_of_root_0() { return static_cast(offsetof(DTDNode_t858560093, ___root_0)); } inline DTDObjectModel_t1729680289 * get_root_0() const { return ___root_0; } inline DTDObjectModel_t1729680289 ** get_address_of_root_0() { return &___root_0; } inline void set_root_0(DTDObjectModel_t1729680289 * value) { ___root_0 = value; Il2CppCodeGenWriteBarrier((&___root_0), value); } inline static int32_t get_offset_of_isInternalSubset_1() { return static_cast(offsetof(DTDNode_t858560093, ___isInternalSubset_1)); } inline bool get_isInternalSubset_1() const { return ___isInternalSubset_1; } inline bool* get_address_of_isInternalSubset_1() { return &___isInternalSubset_1; } inline void set_isInternalSubset_1(bool value) { ___isInternalSubset_1 = value; } inline static int32_t get_offset_of_baseURI_2() { return static_cast(offsetof(DTDNode_t858560093, ___baseURI_2)); } inline String_t* get_baseURI_2() const { return ___baseURI_2; } inline String_t** get_address_of_baseURI_2() { return &___baseURI_2; } inline void set_baseURI_2(String_t* value) { ___baseURI_2 = value; Il2CppCodeGenWriteBarrier((&___baseURI_2), value); } inline static int32_t get_offset_of_lineNumber_3() { return static_cast(offsetof(DTDNode_t858560093, ___lineNumber_3)); } inline int32_t get_lineNumber_3() const { return ___lineNumber_3; } inline int32_t* get_address_of_lineNumber_3() { return &___lineNumber_3; } inline void set_lineNumber_3(int32_t value) { ___lineNumber_3 = value; } inline static int32_t get_offset_of_linePosition_4() { return static_cast(offsetof(DTDNode_t858560093, ___linePosition_4)); } inline int32_t get_linePosition_4() const { return ___linePosition_4; } inline int32_t* get_address_of_linePosition_4() { return &___linePosition_4; } inline void set_linePosition_4(int32_t value) { ___linePosition_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDNODE_T858560093_H #ifndef EXPRESSION_T1452783009_H #define EXPRESSION_T1452783009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.Expression struct Expression_t1452783009 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRESSION_T1452783009_H #ifndef STACK_1_T2690840144_H #define STACK_1_T2690840144_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Stack`1 struct Stack_1_t2690840144 : public RuntimeObject { public: // T[] System.Collections.Generic.Stack`1::_array StringU5BU5D_t1281789340* ____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; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Stack_1_t2690840144, ____array_0)); } inline StringU5BU5D_t1281789340* get__array_0() const { return ____array_0; } inline StringU5BU5D_t1281789340** get_address_of__array_0() { return &____array_0; } inline void set__array_0(StringU5BU5D_t1281789340* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((&____array_0), value); } inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(Stack_1_t2690840144, ____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_t2690840144, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T2690840144_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), 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((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef STRINGUTIL_T564231417_H #define STRINGUTIL_T564231417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextWriter/StringUtil struct StringUtil_t564231417 : public RuntimeObject { public: public: }; struct StringUtil_t564231417_StaticFields { public: // System.Globalization.CultureInfo System.Xml.XmlTextWriter/StringUtil::cul CultureInfo_t4157843068 * ___cul_0; // System.Globalization.CompareInfo System.Xml.XmlTextWriter/StringUtil::cmp CompareInfo_t1092934962 * ___cmp_1; public: inline static int32_t get_offset_of_cul_0() { return static_cast(offsetof(StringUtil_t564231417_StaticFields, ___cul_0)); } inline CultureInfo_t4157843068 * get_cul_0() const { return ___cul_0; } inline CultureInfo_t4157843068 ** get_address_of_cul_0() { return &___cul_0; } inline void set_cul_0(CultureInfo_t4157843068 * value) { ___cul_0 = value; Il2CppCodeGenWriteBarrier((&___cul_0), value); } inline static int32_t get_offset_of_cmp_1() { return static_cast(offsetof(StringUtil_t564231417_StaticFields, ___cmp_1)); } inline CompareInfo_t1092934962 * get_cmp_1() const { return ___cmp_1; } inline CompareInfo_t1092934962 ** get_address_of_cmp_1() { return &___cmp_1; } inline void set_cmp_1(CompareInfo_t1092934962 * value) { ___cmp_1 = value; Il2CppCodeGenWriteBarrier((&___cmp_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGUTIL_T564231417_H #ifndef COMPAREINFO_T1092934962_H #define COMPAREINFO_T1092934962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareInfo struct CompareInfo_t1092934962 : public RuntimeObject { public: // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_1; // System.String System.Globalization.CompareInfo::icu_name String_t* ___icu_name_2; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_3; // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_4; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t2877834729 * ___collator_5; public: inline static int32_t get_offset_of_culture_1() { return static_cast(offsetof(CompareInfo_t1092934962, ___culture_1)); } inline int32_t get_culture_1() const { return ___culture_1; } inline int32_t* get_address_of_culture_1() { return &___culture_1; } inline void set_culture_1(int32_t value) { ___culture_1 = value; } inline static int32_t get_offset_of_icu_name_2() { return static_cast(offsetof(CompareInfo_t1092934962, ___icu_name_2)); } inline String_t* get_icu_name_2() const { return ___icu_name_2; } inline String_t** get_address_of_icu_name_2() { return &___icu_name_2; } inline void set_icu_name_2(String_t* value) { ___icu_name_2 = value; Il2CppCodeGenWriteBarrier((&___icu_name_2), value); } inline static int32_t get_offset_of_win32LCID_3() { return static_cast(offsetof(CompareInfo_t1092934962, ___win32LCID_3)); } inline int32_t get_win32LCID_3() const { return ___win32LCID_3; } inline int32_t* get_address_of_win32LCID_3() { return &___win32LCID_3; } inline void set_win32LCID_3(int32_t value) { ___win32LCID_3 = value; } inline static int32_t get_offset_of_m_name_4() { return static_cast(offsetof(CompareInfo_t1092934962, ___m_name_4)); } inline String_t* get_m_name_4() const { return ___m_name_4; } inline String_t** get_address_of_m_name_4() { return &___m_name_4; } inline void set_m_name_4(String_t* value) { ___m_name_4 = value; Il2CppCodeGenWriteBarrier((&___m_name_4), value); } inline static int32_t get_offset_of_collator_5() { return static_cast(offsetof(CompareInfo_t1092934962, ___collator_5)); } inline SimpleCollator_t2877834729 * get_collator_5() const { return ___collator_5; } inline SimpleCollator_t2877834729 ** get_address_of_collator_5() { return &___collator_5; } inline void set_collator_5(SimpleCollator_t2877834729 * value) { ___collator_5 = value; Il2CppCodeGenWriteBarrier((&___collator_5), value); } }; struct CompareInfo_t1092934962_StaticFields { public: // System.Boolean System.Globalization.CompareInfo::useManagedCollation bool ___useManagedCollation_0; // System.Collections.Hashtable System.Globalization.CompareInfo::collators Hashtable_t1853889766 * ___collators_6; // System.Object System.Globalization.CompareInfo::monitor RuntimeObject * ___monitor_7; public: inline static int32_t get_offset_of_useManagedCollation_0() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___useManagedCollation_0)); } inline bool get_useManagedCollation_0() const { return ___useManagedCollation_0; } inline bool* get_address_of_useManagedCollation_0() { return &___useManagedCollation_0; } inline void set_useManagedCollation_0(bool value) { ___useManagedCollation_0 = value; } inline static int32_t get_offset_of_collators_6() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___collators_6)); } inline Hashtable_t1853889766 * get_collators_6() const { return ___collators_6; } inline Hashtable_t1853889766 ** get_address_of_collators_6() { return &___collators_6; } inline void set_collators_6(Hashtable_t1853889766 * value) { ___collators_6 = value; Il2CppCodeGenWriteBarrier((&___collators_6), value); } inline static int32_t get_offset_of_monitor_7() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___monitor_7)); } inline RuntimeObject * get_monitor_7() const { return ___monitor_7; } inline RuntimeObject ** get_address_of_monitor_7() { return &___monitor_7; } inline void set_monitor_7(RuntimeObject * value) { ___monitor_7 = value; Il2CppCodeGenWriteBarrier((&___monitor_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPAREINFO_T1092934962_H #ifndef XMLSCHEMACOLLECTION_T3610399789_H #define XMLSCHEMACOLLECTION_T3610399789_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t3610399789 : public RuntimeObject { public: // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaCollection::schemaSet XmlSchemaSet_t266093086 * ___schemaSet_0; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaCollection::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_1; public: inline static int32_t get_offset_of_schemaSet_0() { return static_cast(offsetof(XmlSchemaCollection_t3610399789, ___schemaSet_0)); } inline XmlSchemaSet_t266093086 * get_schemaSet_0() const { return ___schemaSet_0; } inline XmlSchemaSet_t266093086 ** get_address_of_schemaSet_0() { return &___schemaSet_0; } inline void set_schemaSet_0(XmlSchemaSet_t266093086 * value) { ___schemaSet_0 = value; Il2CppCodeGenWriteBarrier((&___schemaSet_0), value); } inline static int32_t get_offset_of_ValidationEventHandler_1() { return static_cast(offsetof(XmlSchemaCollection_t3610399789, ___ValidationEventHandler_1)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_1() const { return ___ValidationEventHandler_1; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_1() { return &___ValidationEventHandler_1; } inline void set_ValidationEventHandler_1(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_1 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACOLLECTION_T3610399789_H #ifndef XPATHITEM_T4250588140_H #define XPATHITEM_T4250588140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathItem struct XPathItem_t4250588140 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHITEM_T4250588140_H #ifndef XMLNAMEDNODEMAP_T2821286253_H #define XMLNAMEDNODEMAP_T2821286253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253 : public RuntimeObject { public: // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::parent XmlNode_t3767805227 * ___parent_1; // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::nodeList ArrayList_t2718874744 * ___nodeList_2; // System.Boolean System.Xml.XmlNamedNodeMap::readOnly bool ___readOnly_3; public: inline static int32_t get_offset_of_parent_1() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___parent_1)); } inline XmlNode_t3767805227 * get_parent_1() const { return ___parent_1; } inline XmlNode_t3767805227 ** get_address_of_parent_1() { return &___parent_1; } inline void set_parent_1(XmlNode_t3767805227 * value) { ___parent_1 = value; Il2CppCodeGenWriteBarrier((&___parent_1), value); } inline static int32_t get_offset_of_nodeList_2() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___nodeList_2)); } inline ArrayList_t2718874744 * get_nodeList_2() const { return ___nodeList_2; } inline ArrayList_t2718874744 ** get_address_of_nodeList_2() { return &___nodeList_2; } inline void set_nodeList_2(ArrayList_t2718874744 * value) { ___nodeList_2 = value; Il2CppCodeGenWriteBarrier((&___nodeList_2), value); } inline static int32_t get_offset_of_readOnly_3() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253, ___readOnly_3)); } inline bool get_readOnly_3() const { return ___readOnly_3; } inline bool* get_address_of_readOnly_3() { return &___readOnly_3; } inline void set_readOnly_3(bool value) { ___readOnly_3 = value; } }; struct XmlNamedNodeMap_t2821286253_StaticFields { public: // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::emptyEnumerator RuntimeObject* ___emptyEnumerator_0; public: inline static int32_t get_offset_of_emptyEnumerator_0() { return static_cast(offsetof(XmlNamedNodeMap_t2821286253_StaticFields, ___emptyEnumerator_0)); } inline RuntimeObject* get_emptyEnumerator_0() const { return ___emptyEnumerator_0; } inline RuntimeObject** get_address_of_emptyEnumerator_0() { return &___emptyEnumerator_0; } inline void set_emptyEnumerator_0(RuntimeObject* value) { ___emptyEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___emptyEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEDNODEMAP_T2821286253_H #ifndef XMLNAMETABLE_T71772148_H #define XMLNAMETABLE_T71772148_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNameTable struct XmlNameTable_t71772148 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMETABLE_T71772148_H #ifndef HASHTABLE_T1853889766_H #define HASHTABLE_T1853889766_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Hashtable struct Hashtable_t1853889766 : public RuntimeObject { public: // System.Int32 System.Collections.Hashtable::inUse int32_t ___inUse_1; // System.Int32 System.Collections.Hashtable::modificationCount int32_t ___modificationCount_2; // System.Single System.Collections.Hashtable::loadFactor float ___loadFactor_3; // System.Collections.Hashtable/Slot[] System.Collections.Hashtable::table SlotU5BU5D_t2994659099* ___table_4; // System.Int32[] System.Collections.Hashtable::hashes Int32U5BU5D_t385246372* ___hashes_5; // System.Int32 System.Collections.Hashtable::threshold int32_t ___threshold_6; // System.Collections.Hashtable/HashKeys System.Collections.Hashtable::hashKeys HashKeys_t1568156503 * ___hashKeys_7; // System.Collections.Hashtable/HashValues System.Collections.Hashtable::hashValues HashValues_t618387445 * ___hashValues_8; // System.Collections.IHashCodeProvider System.Collections.Hashtable::hcpRef RuntimeObject* ___hcpRef_9; // System.Collections.IComparer System.Collections.Hashtable::comparerRef RuntimeObject* ___comparerRef_10; // System.Runtime.Serialization.SerializationInfo System.Collections.Hashtable::serializationInfo SerializationInfo_t950877179 * ___serializationInfo_11; // System.Collections.IEqualityComparer System.Collections.Hashtable::equalityComparer RuntimeObject* ___equalityComparer_12; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(Hashtable_t1853889766, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(Hashtable_t1853889766, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_loadFactor_3() { return static_cast(offsetof(Hashtable_t1853889766, ___loadFactor_3)); } inline float get_loadFactor_3() const { return ___loadFactor_3; } inline float* get_address_of_loadFactor_3() { return &___loadFactor_3; } inline void set_loadFactor_3(float value) { ___loadFactor_3 = value; } inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Hashtable_t1853889766, ___table_4)); } inline SlotU5BU5D_t2994659099* get_table_4() const { return ___table_4; } inline SlotU5BU5D_t2994659099** get_address_of_table_4() { return &___table_4; } inline void set_table_4(SlotU5BU5D_t2994659099* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_hashes_5() { return static_cast(offsetof(Hashtable_t1853889766, ___hashes_5)); } inline Int32U5BU5D_t385246372* get_hashes_5() const { return ___hashes_5; } inline Int32U5BU5D_t385246372** get_address_of_hashes_5() { return &___hashes_5; } inline void set_hashes_5(Int32U5BU5D_t385246372* value) { ___hashes_5 = value; Il2CppCodeGenWriteBarrier((&___hashes_5), value); } inline static int32_t get_offset_of_threshold_6() { return static_cast(offsetof(Hashtable_t1853889766, ___threshold_6)); } inline int32_t get_threshold_6() const { return ___threshold_6; } inline int32_t* get_address_of_threshold_6() { return &___threshold_6; } inline void set_threshold_6(int32_t value) { ___threshold_6 = value; } inline static int32_t get_offset_of_hashKeys_7() { return static_cast(offsetof(Hashtable_t1853889766, ___hashKeys_7)); } inline HashKeys_t1568156503 * get_hashKeys_7() const { return ___hashKeys_7; } inline HashKeys_t1568156503 ** get_address_of_hashKeys_7() { return &___hashKeys_7; } inline void set_hashKeys_7(HashKeys_t1568156503 * value) { ___hashKeys_7 = value; Il2CppCodeGenWriteBarrier((&___hashKeys_7), value); } inline static int32_t get_offset_of_hashValues_8() { return static_cast(offsetof(Hashtable_t1853889766, ___hashValues_8)); } inline HashValues_t618387445 * get_hashValues_8() const { return ___hashValues_8; } inline HashValues_t618387445 ** get_address_of_hashValues_8() { return &___hashValues_8; } inline void set_hashValues_8(HashValues_t618387445 * value) { ___hashValues_8 = value; Il2CppCodeGenWriteBarrier((&___hashValues_8), value); } inline static int32_t get_offset_of_hcpRef_9() { return static_cast(offsetof(Hashtable_t1853889766, ___hcpRef_9)); } inline RuntimeObject* get_hcpRef_9() const { return ___hcpRef_9; } inline RuntimeObject** get_address_of_hcpRef_9() { return &___hcpRef_9; } inline void set_hcpRef_9(RuntimeObject* value) { ___hcpRef_9 = value; Il2CppCodeGenWriteBarrier((&___hcpRef_9), value); } inline static int32_t get_offset_of_comparerRef_10() { return static_cast(offsetof(Hashtable_t1853889766, ___comparerRef_10)); } inline RuntimeObject* get_comparerRef_10() const { return ___comparerRef_10; } inline RuntimeObject** get_address_of_comparerRef_10() { return &___comparerRef_10; } inline void set_comparerRef_10(RuntimeObject* value) { ___comparerRef_10 = value; Il2CppCodeGenWriteBarrier((&___comparerRef_10), value); } inline static int32_t get_offset_of_serializationInfo_11() { return static_cast(offsetof(Hashtable_t1853889766, ___serializationInfo_11)); } inline SerializationInfo_t950877179 * get_serializationInfo_11() const { return ___serializationInfo_11; } inline SerializationInfo_t950877179 ** get_address_of_serializationInfo_11() { return &___serializationInfo_11; } inline void set_serializationInfo_11(SerializationInfo_t950877179 * value) { ___serializationInfo_11 = value; Il2CppCodeGenWriteBarrier((&___serializationInfo_11), value); } inline static int32_t get_offset_of_equalityComparer_12() { return static_cast(offsetof(Hashtable_t1853889766, ___equalityComparer_12)); } inline RuntimeObject* get_equalityComparer_12() const { return ___equalityComparer_12; } inline RuntimeObject** get_address_of_equalityComparer_12() { return &___equalityComparer_12; } inline void set_equalityComparer_12(RuntimeObject* value) { ___equalityComparer_12 = value; Il2CppCodeGenWriteBarrier((&___equalityComparer_12), value); } }; struct Hashtable_t1853889766_StaticFields { public: // System.Int32[] System.Collections.Hashtable::primeTbl Int32U5BU5D_t385246372* ___primeTbl_13; public: inline static int32_t get_offset_of_primeTbl_13() { return static_cast(offsetof(Hashtable_t1853889766_StaticFields, ___primeTbl_13)); } inline Int32U5BU5D_t385246372* get_primeTbl_13() const { return ___primeTbl_13; } inline Int32U5BU5D_t385246372** get_address_of_primeTbl_13() { return &___primeTbl_13; } inline void set_primeTbl_13(Int32U5BU5D_t385246372* value) { ___primeTbl_13 = value; Il2CppCodeGenWriteBarrier((&___primeTbl_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HASHTABLE_T1853889766_H #ifndef XMLNAMEENTRY_T1073099671_H #define XMLNAMEENTRY_T1073099671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671 : public RuntimeObject { public: // System.String System.Xml.XmlNameEntry::Prefix String_t* ___Prefix_0; // System.String System.Xml.XmlNameEntry::LocalName String_t* ___LocalName_1; // System.String System.Xml.XmlNameEntry::NS String_t* ___NS_2; // System.Int32 System.Xml.XmlNameEntry::Hash int32_t ___Hash_3; // System.String System.Xml.XmlNameEntry::prefixed_name_cache String_t* ___prefixed_name_cache_4; public: inline static int32_t get_offset_of_Prefix_0() { return static_cast(offsetof(XmlNameEntry_t1073099671, ___Prefix_0)); } inline String_t* get_Prefix_0() const { return ___Prefix_0; } inline String_t** get_address_of_Prefix_0() { return &___Prefix_0; } inline void set_Prefix_0(String_t* value) { ___Prefix_0 = value; Il2CppCodeGenWriteBarrier((&___Prefix_0), value); } inline static int32_t get_offset_of_LocalName_1() { return static_cast(offsetof(XmlNameEntry_t1073099671, ___LocalName_1)); } inline String_t* get_LocalName_1() const { return ___LocalName_1; } inline String_t** get_address_of_LocalName_1() { return &___LocalName_1; } inline void set_LocalName_1(String_t* value) { ___LocalName_1 = value; Il2CppCodeGenWriteBarrier((&___LocalName_1), value); } inline static int32_t get_offset_of_NS_2() { return static_cast(offsetof(XmlNameEntry_t1073099671, ___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((&___NS_2), value); } inline static int32_t get_offset_of_Hash_3() { return static_cast(offsetof(XmlNameEntry_t1073099671, ___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; } inline static int32_t get_offset_of_prefixed_name_cache_4() { return static_cast(offsetof(XmlNameEntry_t1073099671, ___prefixed_name_cache_4)); } inline String_t* get_prefixed_name_cache_4() const { return ___prefixed_name_cache_4; } inline String_t** get_address_of_prefixed_name_cache_4() { return &___prefixed_name_cache_4; } inline void set_prefixed_name_cache_4(String_t* value) { ___prefixed_name_cache_4 = value; Il2CppCodeGenWriteBarrier((&___prefixed_name_cache_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEENTRY_T1073099671_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___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_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef XMLNAMESPACEMANAGER_T418790500_H #define XMLNAMESPACEMANAGER_T418790500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NsDecl[] System.Xml.XmlNamespaceManager::decls NsDeclU5BU5D_t2116608150* ___decls_0; // System.Int32 System.Xml.XmlNamespaceManager::declPos int32_t ___declPos_1; // System.Xml.XmlNamespaceManager/NsScope[] System.Xml.XmlNamespaceManager::scopes NsScopeU5BU5D_t382374428* ___scopes_2; // System.Int32 System.Xml.XmlNamespaceManager::scopePos int32_t ___scopePos_3; // System.String System.Xml.XmlNamespaceManager::defaultNamespace String_t* ___defaultNamespace_4; // System.Int32 System.Xml.XmlNamespaceManager::count int32_t ___count_5; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t71772148 * ___nameTable_6; // System.Boolean System.Xml.XmlNamespaceManager::internalAtomizedNames bool ___internalAtomizedNames_7; public: inline static int32_t get_offset_of_decls_0() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___decls_0)); } inline NsDeclU5BU5D_t2116608150* get_decls_0() const { return ___decls_0; } inline NsDeclU5BU5D_t2116608150** get_address_of_decls_0() { return &___decls_0; } inline void set_decls_0(NsDeclU5BU5D_t2116608150* value) { ___decls_0 = value; Il2CppCodeGenWriteBarrier((&___decls_0), value); } inline static int32_t get_offset_of_declPos_1() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___declPos_1)); } inline int32_t get_declPos_1() const { return ___declPos_1; } inline int32_t* get_address_of_declPos_1() { return &___declPos_1; } inline void set_declPos_1(int32_t value) { ___declPos_1 = value; } inline static int32_t get_offset_of_scopes_2() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___scopes_2)); } inline NsScopeU5BU5D_t382374428* get_scopes_2() const { return ___scopes_2; } inline NsScopeU5BU5D_t382374428** get_address_of_scopes_2() { return &___scopes_2; } inline void set_scopes_2(NsScopeU5BU5D_t382374428* value) { ___scopes_2 = value; Il2CppCodeGenWriteBarrier((&___scopes_2), value); } inline static int32_t get_offset_of_scopePos_3() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___scopePos_3)); } inline int32_t get_scopePos_3() const { return ___scopePos_3; } inline int32_t* get_address_of_scopePos_3() { return &___scopePos_3; } inline void set_scopePos_3(int32_t value) { ___scopePos_3 = value; } inline static int32_t get_offset_of_defaultNamespace_4() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___defaultNamespace_4)); } inline String_t* get_defaultNamespace_4() const { return ___defaultNamespace_4; } inline String_t** get_address_of_defaultNamespace_4() { return &___defaultNamespace_4; } inline void set_defaultNamespace_4(String_t* value) { ___defaultNamespace_4 = value; Il2CppCodeGenWriteBarrier((&___defaultNamespace_4), value); } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___count_5)); } inline int32_t get_count_5() const { return ___count_5; } inline int32_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(int32_t value) { ___count_5 = value; } inline static int32_t get_offset_of_nameTable_6() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___nameTable_6)); } inline XmlNameTable_t71772148 * get_nameTable_6() const { return ___nameTable_6; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_6() { return &___nameTable_6; } inline void set_nameTable_6(XmlNameTable_t71772148 * value) { ___nameTable_6 = value; Il2CppCodeGenWriteBarrier((&___nameTable_6), value); } inline static int32_t get_offset_of_internalAtomizedNames_7() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___internalAtomizedNames_7)); } inline bool get_internalAtomizedNames_7() const { return ___internalAtomizedNames_7; } inline bool* get_address_of_internalAtomizedNames_7() { return &___internalAtomizedNames_7; } inline void set_internalAtomizedNames_7(bool value) { ___internalAtomizedNames_7 = value; } }; struct XmlNamespaceManager_t418790500_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::<>f__switch$map25 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map25_8; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map25_8() { return static_cast(offsetof(XmlNamespaceManager_t418790500_StaticFields, ___U3CU3Ef__switchU24map25_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map25_8() const { return ___U3CU3Ef__switchU24map25_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map25_8() { return &___U3CU3Ef__switchU24map25_8; } inline void set_U3CU3Ef__switchU24map25_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map25_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map25_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMESPACEMANAGER_T418790500_H #ifndef XMLNAMEENTRYCACHE_T2890546907_H #define XMLNAMEENTRYCACHE_T2890546907_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907 : public RuntimeObject { public: // System.Collections.Hashtable System.Xml.XmlNameEntryCache::table Hashtable_t1853889766 * ___table_0; // System.Xml.XmlNameTable System.Xml.XmlNameEntryCache::nameTable XmlNameTable_t71772148 * ___nameTable_1; // System.Xml.XmlNameEntry System.Xml.XmlNameEntryCache::dummy XmlNameEntry_t1073099671 * ___dummy_2; // System.Char[] System.Xml.XmlNameEntryCache::cacheBuffer CharU5BU5D_t3528271667* ___cacheBuffer_3; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(XmlNameEntryCache_t2890546907, ___table_0)); } inline Hashtable_t1853889766 * get_table_0() const { return ___table_0; } inline Hashtable_t1853889766 ** get_address_of_table_0() { return &___table_0; } inline void set_table_0(Hashtable_t1853889766 * value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((&___table_0), value); } inline static int32_t get_offset_of_nameTable_1() { return static_cast(offsetof(XmlNameEntryCache_t2890546907, ___nameTable_1)); } inline XmlNameTable_t71772148 * get_nameTable_1() const { return ___nameTable_1; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_1() { return &___nameTable_1; } inline void set_nameTable_1(XmlNameTable_t71772148 * value) { ___nameTable_1 = value; Il2CppCodeGenWriteBarrier((&___nameTable_1), value); } inline static int32_t get_offset_of_dummy_2() { return static_cast(offsetof(XmlNameEntryCache_t2890546907, ___dummy_2)); } inline XmlNameEntry_t1073099671 * get_dummy_2() const { return ___dummy_2; } inline XmlNameEntry_t1073099671 ** get_address_of_dummy_2() { return &___dummy_2; } inline void set_dummy_2(XmlNameEntry_t1073099671 * value) { ___dummy_2 = value; Il2CppCodeGenWriteBarrier((&___dummy_2), value); } inline static int32_t get_offset_of_cacheBuffer_3() { return static_cast(offsetof(XmlNameEntryCache_t2890546907, ___cacheBuffer_3)); } inline CharU5BU5D_t3528271667* get_cacheBuffer_3() const { return ___cacheBuffer_3; } inline CharU5BU5D_t3528271667** get_address_of_cacheBuffer_3() { return &___cacheBuffer_3; } inline void set_cacheBuffer_3(CharU5BU5D_t3528271667* value) { ___cacheBuffer_3 = value; Il2CppCodeGenWriteBarrier((&___cacheBuffer_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMEENTRYCACHE_T2890546907_H #ifndef XMLNODELIST_T2551693786_H #define XMLNODELIST_T2551693786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeList struct XmlNodeList_t2551693786 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELIST_T2551693786_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef UTF8ENCODING_T3956466879_H #define UTF8ENCODING_T3956466879_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.UTF8Encoding struct UTF8Encoding_t3956466879 : public Encoding_t1523322056 { public: // System.Boolean System.Text.UTF8Encoding::emitIdentifier bool ___emitIdentifier_28; public: inline static int32_t get_offset_of_emitIdentifier_28() { return static_cast(offsetof(UTF8Encoding_t3956466879, ___emitIdentifier_28)); } inline bool get_emitIdentifier_28() const { return ___emitIdentifier_28; } inline bool* get_address_of_emitIdentifier_28() { return &___emitIdentifier_28; } inline void set_emitIdentifier_28(bool value) { ___emitIdentifier_28 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UTF8ENCODING_T3956466879_H #ifndef XMLTEXTREADER_T4233384356_H #define XMLTEXTREADER_T4233384356_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextReader struct XmlTextReader_t4233384356 : public XmlReader_t3121518892 { public: // System.Xml.XmlTextReader System.Xml.XmlTextReader::entity XmlTextReader_t4233384356 * ___entity_2; // Mono.Xml2.XmlTextReader System.Xml.XmlTextReader::source XmlTextReader_t3455035481 * ___source_3; // System.Boolean System.Xml.XmlTextReader::entityInsideAttribute bool ___entityInsideAttribute_4; // System.Boolean System.Xml.XmlTextReader::insideAttribute bool ___insideAttribute_5; // System.Collections.Generic.Stack`1 System.Xml.XmlTextReader::entityNameStack Stack_1_t2690840144 * ___entityNameStack_6; public: inline static int32_t get_offset_of_entity_2() { return static_cast(offsetof(XmlTextReader_t4233384356, ___entity_2)); } inline XmlTextReader_t4233384356 * get_entity_2() const { return ___entity_2; } inline XmlTextReader_t4233384356 ** get_address_of_entity_2() { return &___entity_2; } inline void set_entity_2(XmlTextReader_t4233384356 * value) { ___entity_2 = value; Il2CppCodeGenWriteBarrier((&___entity_2), value); } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(XmlTextReader_t4233384356, ___source_3)); } inline XmlTextReader_t3455035481 * get_source_3() const { return ___source_3; } inline XmlTextReader_t3455035481 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(XmlTextReader_t3455035481 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((&___source_3), value); } inline static int32_t get_offset_of_entityInsideAttribute_4() { return static_cast(offsetof(XmlTextReader_t4233384356, ___entityInsideAttribute_4)); } inline bool get_entityInsideAttribute_4() const { return ___entityInsideAttribute_4; } inline bool* get_address_of_entityInsideAttribute_4() { return &___entityInsideAttribute_4; } inline void set_entityInsideAttribute_4(bool value) { ___entityInsideAttribute_4 = value; } inline static int32_t get_offset_of_insideAttribute_5() { return static_cast(offsetof(XmlTextReader_t4233384356, ___insideAttribute_5)); } inline bool get_insideAttribute_5() const { return ___insideAttribute_5; } inline bool* get_address_of_insideAttribute_5() { return &___insideAttribute_5; } inline void set_insideAttribute_5(bool value) { ___insideAttribute_5 = value; } inline static int32_t get_offset_of_entityNameStack_6() { return static_cast(offsetof(XmlTextReader_t4233384356, ___entityNameStack_6)); } inline Stack_1_t2690840144 * get_entityNameStack_6() const { return ___entityNameStack_6; } inline Stack_1_t2690840144 ** get_address_of_entityNameStack_6() { return &___entityNameStack_6; } inline void set_entityNameStack_6(Stack_1_t2690840144 * value) { ___entityNameStack_6 = value; Il2CppCodeGenWriteBarrier((&___entityNameStack_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTREADER_T4233384356_H #ifndef EXPRNUMBER_T3483239576_H #define EXPRNUMBER_T3483239576_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNumber struct ExprNumber_t3483239576 : public Expression_t1452783009 { public: // System.Double System.Xml.XPath.ExprNumber::_value double ____value_0; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ExprNumber_t3483239576, ____value_0)); } inline double get__value_0() const { return ____value_0; } inline double* get_address_of__value_0() { return &____value_0; } inline void set__value_0(double value) { ____value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNUMBER_T3483239576_H #ifndef NAMETABLE_T3178203267_H #define NAMETABLE_T3178203267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NameTable struct NameTable_t3178203267 : public XmlNameTable_t71772148 { public: // System.Int32 System.Xml.NameTable::count int32_t ___count_0; // System.Xml.NameTable/Entry[] System.Xml.NameTable::buckets EntryU5BU5D_t491982174* ___buckets_1; // System.Int32 System.Xml.NameTable::size int32_t ___size_2; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(NameTable_t3178203267, ___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_buckets_1() { return static_cast(offsetof(NameTable_t3178203267, ___buckets_1)); } inline EntryU5BU5D_t491982174* get_buckets_1() const { return ___buckets_1; } inline EntryU5BU5D_t491982174** get_address_of_buckets_1() { return &___buckets_1; } inline void set_buckets_1(EntryU5BU5D_t491982174* value) { ___buckets_1 = value; Il2CppCodeGenWriteBarrier((&___buckets_1), value); } inline static int32_t get_offset_of_size_2() { return static_cast(offsetof(NameTable_t3178203267, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMETABLE_T3178203267_H #ifndef EXPRPARENS_T795575662_H #define EXPRPARENS_T795575662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprParens struct ExprParens_t795575662 : public Expression_t1452783009 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprParens::_expr Expression_t1452783009 * ____expr_0; public: inline static int32_t get_offset_of__expr_0() { return static_cast(offsetof(ExprParens_t795575662, ____expr_0)); } inline Expression_t1452783009 * get__expr_0() const { return ____expr_0; } inline Expression_t1452783009 ** get_address_of__expr_0() { return &____expr_0; } inline void set__expr_0(Expression_t1452783009 * value) { ____expr_0 = value; Il2CppCodeGenWriteBarrier((&____expr_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRPARENS_T795575662_H #ifndef XMLDOCUMENT_T2837193595_H #define XMLDOCUMENT_T2837193595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocument struct XmlDocument_t2837193595 : public XmlNode_t3767805227 { public: // System.Boolean System.Xml.XmlDocument::optimal_create_element bool ___optimal_create_element_6; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_7; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_8; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_9; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_10; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_11; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_12; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_13; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_14; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_15; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_16; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_17; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_18; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_19; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_25; public: inline static int32_t get_offset_of_optimal_create_element_6() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_6)); } inline bool get_optimal_create_element_6() const { return ___optimal_create_element_6; } inline bool* get_address_of_optimal_create_element_6() { return &___optimal_create_element_6; } inline void set_optimal_create_element_6(bool value) { ___optimal_create_element_6 = value; } inline static int32_t get_offset_of_optimal_create_attribute_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_7)); } inline bool get_optimal_create_attribute_7() const { return ___optimal_create_attribute_7; } inline bool* get_address_of_optimal_create_attribute_7() { return &___optimal_create_attribute_7; } inline void set_optimal_create_attribute_7(bool value) { ___optimal_create_attribute_7 = value; } inline static int32_t get_offset_of_nameTable_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_8)); } inline XmlNameTable_t71772148 * get_nameTable_8() const { return ___nameTable_8; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_8() { return &___nameTable_8; } inline void set_nameTable_8(XmlNameTable_t71772148 * value) { ___nameTable_8 = value; Il2CppCodeGenWriteBarrier((&___nameTable_8), value); } inline static int32_t get_offset_of_baseURI_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_9)); } inline String_t* get_baseURI_9() const { return ___baseURI_9; } inline String_t** get_address_of_baseURI_9() { return &___baseURI_9; } inline void set_baseURI_9(String_t* value) { ___baseURI_9 = value; Il2CppCodeGenWriteBarrier((&___baseURI_9), value); } inline static int32_t get_offset_of_implementation_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_10)); } inline XmlImplementation_t254178875 * get_implementation_10() const { return ___implementation_10; } inline XmlImplementation_t254178875 ** get_address_of_implementation_10() { return &___implementation_10; } inline void set_implementation_10(XmlImplementation_t254178875 * value) { ___implementation_10 = value; Il2CppCodeGenWriteBarrier((&___implementation_10), value); } inline static int32_t get_offset_of_preserveWhitespace_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_11)); } inline bool get_preserveWhitespace_11() const { return ___preserveWhitespace_11; } inline bool* get_address_of_preserveWhitespace_11() { return &___preserveWhitespace_11; } inline void set_preserveWhitespace_11(bool value) { ___preserveWhitespace_11 = value; } inline static int32_t get_offset_of_resolver_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_12)); } inline XmlResolver_t626023767 * get_resolver_12() const { return ___resolver_12; } inline XmlResolver_t626023767 ** get_address_of_resolver_12() { return &___resolver_12; } inline void set_resolver_12(XmlResolver_t626023767 * value) { ___resolver_12 = value; Il2CppCodeGenWriteBarrier((&___resolver_12), value); } inline static int32_t get_offset_of_idTable_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_13)); } inline Hashtable_t1853889766 * get_idTable_13() const { return ___idTable_13; } inline Hashtable_t1853889766 ** get_address_of_idTable_13() { return &___idTable_13; } inline void set_idTable_13(Hashtable_t1853889766 * value) { ___idTable_13 = value; Il2CppCodeGenWriteBarrier((&___idTable_13), value); } inline static int32_t get_offset_of_nameCache_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_14)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_14() const { return ___nameCache_14; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_14() { return &___nameCache_14; } inline void set_nameCache_14(XmlNameEntryCache_t2890546907 * value) { ___nameCache_14 = value; Il2CppCodeGenWriteBarrier((&___nameCache_14), value); } inline static int32_t get_offset_of_lastLinkedChild_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_15)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_15() const { return ___lastLinkedChild_15; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_15() { return &___lastLinkedChild_15; } inline void set_lastLinkedChild_15(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_15 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_15), value); } inline static int32_t get_offset_of_nsNodeXml_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_16)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_16() const { return ___nsNodeXml_16; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_16() { return &___nsNodeXml_16; } inline void set_nsNodeXml_16(XmlAttribute_t1173852259 * value) { ___nsNodeXml_16 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_16), value); } inline static int32_t get_offset_of_schemas_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_17)); } inline XmlSchemaSet_t266093086 * get_schemas_17() const { return ___schemas_17; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_17() { return &___schemas_17; } inline void set_schemas_17(XmlSchemaSet_t266093086 * value) { ___schemas_17 = value; Il2CppCodeGenWriteBarrier((&___schemas_17), value); } inline static int32_t get_offset_of_schemaInfo_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_18)); } inline RuntimeObject* get_schemaInfo_18() const { return ___schemaInfo_18; } inline RuntimeObject** get_address_of_schemaInfo_18() { return &___schemaInfo_18; } inline void set_schemaInfo_18(RuntimeObject* value) { ___schemaInfo_18 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_18), value); } inline static int32_t get_offset_of_loadMode_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_19)); } inline bool get_loadMode_19() const { return ___loadMode_19; } inline bool* get_address_of_loadMode_19() { return &___loadMode_19; } inline void set_loadMode_19(bool value) { ___loadMode_19 = value; } inline static int32_t get_offset_of_NodeChanged_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_20)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_20() const { return ___NodeChanged_20; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_20() { return &___NodeChanged_20; } inline void set_NodeChanged_20(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_20 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_20), value); } inline static int32_t get_offset_of_NodeChanging_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_21() const { return ___NodeChanging_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_21() { return &___NodeChanging_21; } inline void set_NodeChanging_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_21), value); } inline static int32_t get_offset_of_NodeInserted_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_22() const { return ___NodeInserted_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_22() { return &___NodeInserted_22; } inline void set_NodeInserted_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_22 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_22), value); } inline static int32_t get_offset_of_NodeInserting_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_23() const { return ___NodeInserting_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_23() { return &___NodeInserting_23; } inline void set_NodeInserting_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_23), value); } inline static int32_t get_offset_of_NodeRemoved_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_24() const { return ___NodeRemoved_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_24() { return &___NodeRemoved_24; } inline void set_NodeRemoved_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_24 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_24), value); } inline static int32_t get_offset_of_NodeRemoving_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_25() const { return ___NodeRemoving_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_25() { return &___NodeRemoving_25; } inline void set_NodeRemoving_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_25), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_5; public: inline static int32_t get_offset_of_optimal_create_types_5() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_5)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_5() const { return ___optimal_create_types_5; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_5() { return &___optimal_create_types_5; } inline void set_optimal_create_types_5(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_5 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_H #ifndef NSSCOPE_T3958624705_H #define NSSCOPE_T3958624705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager/NsScope struct NsScope_t3958624705 { public: // System.Int32 System.Xml.XmlNamespaceManager/NsScope::DeclCount int32_t ___DeclCount_0; // System.String System.Xml.XmlNamespaceManager/NsScope::DefaultNamespace String_t* ___DefaultNamespace_1; public: inline static int32_t get_offset_of_DeclCount_0() { return static_cast(offsetof(NsScope_t3958624705, ___DeclCount_0)); } inline int32_t get_DeclCount_0() const { return ___DeclCount_0; } inline int32_t* get_address_of_DeclCount_0() { return &___DeclCount_0; } inline void set_DeclCount_0(int32_t value) { ___DeclCount_0 = value; } inline static int32_t get_offset_of_DefaultNamespace_1() { return static_cast(offsetof(NsScope_t3958624705, ___DefaultNamespace_1)); } inline String_t* get_DefaultNamespace_1() const { return ___DefaultNamespace_1; } inline String_t** get_address_of_DefaultNamespace_1() { return &___DefaultNamespace_1; } inline void set_DefaultNamespace_1(String_t* value) { ___DefaultNamespace_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultNamespace_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NsScope struct NsScope_t3958624705_marshaled_pinvoke { int32_t ___DeclCount_0; char* ___DefaultNamespace_1; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NsScope struct NsScope_t3958624705_marshaled_com { int32_t ___DeclCount_0; Il2CppChar* ___DefaultNamespace_1; }; #endif // NSSCOPE_T3958624705_H #ifndef DTDENTITYBASE_T1228162861_H #define DTDENTITYBASE_T1228162861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDEntityBase struct DTDEntityBase_t1228162861 : public DTDNode_t858560093 { public: // System.String Mono.Xml.DTDEntityBase::name String_t* ___name_5; // System.String Mono.Xml.DTDEntityBase::publicId String_t* ___publicId_6; // System.String Mono.Xml.DTDEntityBase::systemId String_t* ___systemId_7; // System.String Mono.Xml.DTDEntityBase::literalValue String_t* ___literalValue_8; // System.String Mono.Xml.DTDEntityBase::replacementText String_t* ___replacementText_9; // System.String Mono.Xml.DTDEntityBase::uriString String_t* ___uriString_10; // System.Uri Mono.Xml.DTDEntityBase::absUri Uri_t100236324 * ___absUri_11; // System.Boolean Mono.Xml.DTDEntityBase::isInvalid bool ___isInvalid_12; // System.Boolean Mono.Xml.DTDEntityBase::loadFailed bool ___loadFailed_13; // System.Xml.XmlResolver Mono.Xml.DTDEntityBase::resolver XmlResolver_t626023767 * ___resolver_14; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___name_5)); } inline String_t* get_name_5() const { return ___name_5; } inline String_t** get_address_of_name_5() { return &___name_5; } inline void set_name_5(String_t* value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_publicId_6() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___publicId_6)); } inline String_t* get_publicId_6() const { return ___publicId_6; } inline String_t** get_address_of_publicId_6() { return &___publicId_6; } inline void set_publicId_6(String_t* value) { ___publicId_6 = value; Il2CppCodeGenWriteBarrier((&___publicId_6), value); } inline static int32_t get_offset_of_systemId_7() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___systemId_7)); } inline String_t* get_systemId_7() const { return ___systemId_7; } inline String_t** get_address_of_systemId_7() { return &___systemId_7; } inline void set_systemId_7(String_t* value) { ___systemId_7 = value; Il2CppCodeGenWriteBarrier((&___systemId_7), value); } inline static int32_t get_offset_of_literalValue_8() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___literalValue_8)); } inline String_t* get_literalValue_8() const { return ___literalValue_8; } inline String_t** get_address_of_literalValue_8() { return &___literalValue_8; } inline void set_literalValue_8(String_t* value) { ___literalValue_8 = value; Il2CppCodeGenWriteBarrier((&___literalValue_8), value); } inline static int32_t get_offset_of_replacementText_9() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___replacementText_9)); } inline String_t* get_replacementText_9() const { return ___replacementText_9; } inline String_t** get_address_of_replacementText_9() { return &___replacementText_9; } inline void set_replacementText_9(String_t* value) { ___replacementText_9 = value; Il2CppCodeGenWriteBarrier((&___replacementText_9), value); } inline static int32_t get_offset_of_uriString_10() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___uriString_10)); } inline String_t* get_uriString_10() const { return ___uriString_10; } inline String_t** get_address_of_uriString_10() { return &___uriString_10; } inline void set_uriString_10(String_t* value) { ___uriString_10 = value; Il2CppCodeGenWriteBarrier((&___uriString_10), value); } inline static int32_t get_offset_of_absUri_11() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___absUri_11)); } inline Uri_t100236324 * get_absUri_11() const { return ___absUri_11; } inline Uri_t100236324 ** get_address_of_absUri_11() { return &___absUri_11; } inline void set_absUri_11(Uri_t100236324 * value) { ___absUri_11 = value; Il2CppCodeGenWriteBarrier((&___absUri_11), value); } inline static int32_t get_offset_of_isInvalid_12() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___isInvalid_12)); } inline bool get_isInvalid_12() const { return ___isInvalid_12; } inline bool* get_address_of_isInvalid_12() { return &___isInvalid_12; } inline void set_isInvalid_12(bool value) { ___isInvalid_12 = value; } inline static int32_t get_offset_of_loadFailed_13() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___loadFailed_13)); } inline bool get_loadFailed_13() const { return ___loadFailed_13; } inline bool* get_address_of_loadFailed_13() { return &___loadFailed_13; } inline void set_loadFailed_13(bool value) { ___loadFailed_13 = value; } inline static int32_t get_offset_of_resolver_14() { return static_cast(offsetof(DTDEntityBase_t1228162861, ___resolver_14)); } inline XmlResolver_t626023767 * get_resolver_14() const { return ___resolver_14; } inline XmlResolver_t626023767 ** get_address_of_resolver_14() { return &___resolver_14; } inline void set_resolver_14(XmlResolver_t626023767 * value) { ___resolver_14 = value; Il2CppCodeGenWriteBarrier((&___resolver_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDENTITYBASE_T1228162861_H #ifndef NSDECL_T3938094415_H #define NSDECL_T3938094415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager/NsDecl struct NsDecl_t3938094415 { public: // System.String System.Xml.XmlNamespaceManager/NsDecl::Prefix String_t* ___Prefix_0; // System.String System.Xml.XmlNamespaceManager/NsDecl::Uri String_t* ___Uri_1; public: inline static int32_t get_offset_of_Prefix_0() { return static_cast(offsetof(NsDecl_t3938094415, ___Prefix_0)); } inline String_t* get_Prefix_0() const { return ___Prefix_0; } inline String_t** get_address_of_Prefix_0() { return &___Prefix_0; } inline void set_Prefix_0(String_t* value) { ___Prefix_0 = value; Il2CppCodeGenWriteBarrier((&___Prefix_0), value); } inline static int32_t get_offset_of_Uri_1() { return static_cast(offsetof(NsDecl_t3938094415, ___Uri_1)); } inline String_t* get_Uri_1() const { return ___Uri_1; } inline String_t** get_address_of_Uri_1() { return &___Uri_1; } inline void set_Uri_1(String_t* value) { ___Uri_1 = value; Il2CppCodeGenWriteBarrier((&___Uri_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NsDecl struct NsDecl_t3938094415_marshaled_pinvoke { char* ___Prefix_0; char* ___Uri_1; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NsDecl struct NsDecl_t3938094415_marshaled_com { Il2CppChar* ___Prefix_0; Il2CppChar* ___Uri_1; }; #endif // NSDECL_T3938094415_H #ifndef EXPRFUNCTIONCALL_T607199437_H #define EXPRFUNCTIONCALL_T607199437_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprFunctionCall struct ExprFunctionCall_t607199437 : public Expression_t1452783009 { public: // System.Xml.XmlQualifiedName System.Xml.XPath.ExprFunctionCall::_name XmlQualifiedName_t2760654312 * ____name_0; // System.Boolean System.Xml.XPath.ExprFunctionCall::resolvedName bool ___resolvedName_1; // System.Collections.ArrayList System.Xml.XPath.ExprFunctionCall::_args ArrayList_t2718874744 * ____args_2; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(ExprFunctionCall_t607199437, ____name_0)); } inline XmlQualifiedName_t2760654312 * get__name_0() const { return ____name_0; } inline XmlQualifiedName_t2760654312 ** get_address_of__name_0() { return &____name_0; } inline void set__name_0(XmlQualifiedName_t2760654312 * value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((&____name_0), value); } inline static int32_t get_offset_of_resolvedName_1() { return static_cast(offsetof(ExprFunctionCall_t607199437, ___resolvedName_1)); } inline bool get_resolvedName_1() const { return ___resolvedName_1; } inline bool* get_address_of_resolvedName_1() { return &___resolvedName_1; } inline void set_resolvedName_1(bool value) { ___resolvedName_1 = value; } inline static int32_t get_offset_of__args_2() { return static_cast(offsetof(ExprFunctionCall_t607199437, ____args_2)); } inline ArrayList_t2718874744 * get__args_2() const { return ____args_2; } inline ArrayList_t2718874744 ** get_address_of__args_2() { return &____args_2; } inline void set__args_2(ArrayList_t2718874744 * value) { ____args_2 = value; Il2CppCodeGenWriteBarrier((&____args_2), value); } }; struct ExprFunctionCall_t607199437_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XPath.ExprFunctionCall::<>f__switch$map3C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3C_3; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map3C_3() { return static_cast(offsetof(ExprFunctionCall_t607199437_StaticFields, ___U3CU3Ef__switchU24map3C_3)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3C_3() const { return ___U3CU3Ef__switchU24map3C_3; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3C_3() { return &___U3CU3Ef__switchU24map3C_3; } inline void set_U3CU3Ef__switchU24map3C_3(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3C_3 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3C_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRFUNCTIONCALL_T607199437_H #ifndef EMPTYNODELIST_T139615908_H #define EMPTYNODELIST_T139615908_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908 : public XmlNodeList_t2551693786 { public: public: }; struct EmptyNodeList_t139615908_StaticFields { public: // System.Collections.IEnumerator System.Xml.XmlNode/EmptyNodeList::emptyEnumerator RuntimeObject* ___emptyEnumerator_0; public: inline static int32_t get_offset_of_emptyEnumerator_0() { return static_cast(offsetof(EmptyNodeList_t139615908_StaticFields, ___emptyEnumerator_0)); } inline RuntimeObject* get_emptyEnumerator_0() const { return ___emptyEnumerator_0; } inline RuntimeObject** get_address_of_emptyEnumerator_0() { return &___emptyEnumerator_0; } inline void set_emptyEnumerator_0(RuntimeObject* value) { ___emptyEnumerator_0 = value; Il2CppCodeGenWriteBarrier((&___emptyEnumerator_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMPTYNODELIST_T139615908_H #ifndef XMLATTRIBUTECOLLECTION_T2316283784_H #define XMLATTRIBUTECOLLECTION_T2316283784_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784 : public XmlNamedNodeMap_t2821286253 { public: // System.Xml.XmlElement System.Xml.XmlAttributeCollection::ownerElement XmlElement_t561603118 * ___ownerElement_4; // System.Xml.XmlDocument System.Xml.XmlAttributeCollection::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_5; public: inline static int32_t get_offset_of_ownerElement_4() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerElement_4)); } inline XmlElement_t561603118 * get_ownerElement_4() const { return ___ownerElement_4; } inline XmlElement_t561603118 ** get_address_of_ownerElement_4() { return &___ownerElement_4; } inline void set_ownerElement_4(XmlElement_t561603118 * value) { ___ownerElement_4 = value; Il2CppCodeGenWriteBarrier((&___ownerElement_4), value); } inline static int32_t get_offset_of_ownerDocument_5() { return static_cast(offsetof(XmlAttributeCollection_t2316283784, ___ownerDocument_5)); } inline XmlDocument_t2837193595 * get_ownerDocument_5() const { return ___ownerDocument_5; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_5() { return &___ownerDocument_5; } inline void set_ownerDocument_5(XmlDocument_t2837193595 * value) { ___ownerDocument_5 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTECOLLECTION_T2316283784_H #ifndef STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public MarshalByRefObject_t2760389100 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_1; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_2; public: inline static int32_t get_offset_of_CoreNewLine_1() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_1)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_1() const { return ___CoreNewLine_1; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_1() { return &___CoreNewLine_1; } inline void set_CoreNewLine_1(CharU5BU5D_t3528271667* value) { ___CoreNewLine_1 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_1), value); } inline static int32_t get_offset_of_internalFormatProvider_2() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_2)); } inline RuntimeObject* get_internalFormatProvider_2() const { return ___internalFormatProvider_2; } inline RuntimeObject** get_address_of_internalFormatProvider_2() { return &___internalFormatProvider_2; } inline void set_internalFormatProvider_2(RuntimeObject* value) { ___internalFormatProvider_2 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_2), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_3; public: inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_3)); } inline TextWriter_t3478189236 * get_Null_3() const { return ___Null_3; } inline TextWriter_t3478189236 ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextWriter_t3478189236 * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef COMPILEDEXPRESSION_T4018285681_H #define COMPILEDEXPRESSION_T4018285681_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.CompiledExpression struct CompiledExpression_t4018285681 : public XPathExpression_t1723793351 { public: // System.Xml.IXmlNamespaceResolver System.Xml.XPath.CompiledExpression::_nsm RuntimeObject* ____nsm_0; // System.Xml.XPath.Expression System.Xml.XPath.CompiledExpression::_expr Expression_t1452783009 * ____expr_1; // System.Xml.XPath.XPathSorters System.Xml.XPath.CompiledExpression::_sorters XPathSorters_t698127628 * ____sorters_2; // System.String System.Xml.XPath.CompiledExpression::rawExpression String_t* ___rawExpression_3; public: inline static int32_t get_offset_of__nsm_0() { return static_cast(offsetof(CompiledExpression_t4018285681, ____nsm_0)); } inline RuntimeObject* get__nsm_0() const { return ____nsm_0; } inline RuntimeObject** get_address_of__nsm_0() { return &____nsm_0; } inline void set__nsm_0(RuntimeObject* value) { ____nsm_0 = value; Il2CppCodeGenWriteBarrier((&____nsm_0), value); } inline static int32_t get_offset_of__expr_1() { return static_cast(offsetof(CompiledExpression_t4018285681, ____expr_1)); } inline Expression_t1452783009 * get__expr_1() const { return ____expr_1; } inline Expression_t1452783009 ** get_address_of__expr_1() { return &____expr_1; } inline void set__expr_1(Expression_t1452783009 * value) { ____expr_1 = value; Il2CppCodeGenWriteBarrier((&____expr_1), value); } inline static int32_t get_offset_of__sorters_2() { return static_cast(offsetof(CompiledExpression_t4018285681, ____sorters_2)); } inline XPathSorters_t698127628 * get__sorters_2() const { return ____sorters_2; } inline XPathSorters_t698127628 ** get_address_of__sorters_2() { return &____sorters_2; } inline void set__sorters_2(XPathSorters_t698127628 * value) { ____sorters_2 = value; Il2CppCodeGenWriteBarrier((&____sorters_2), value); } inline static int32_t get_offset_of_rawExpression_3() { return static_cast(offsetof(CompiledExpression_t4018285681, ___rawExpression_3)); } inline String_t* get_rawExpression_3() const { return ___rawExpression_3; } inline String_t** get_address_of_rawExpression_3() { return &___rawExpression_3; } inline void set_rawExpression_3(String_t* value) { ___rawExpression_3 = value; Il2CppCodeGenWriteBarrier((&___rawExpression_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPILEDEXPRESSION_T4018285681_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef U24ARRAYTYPEU2412_T2490092598_H #define U24ARRAYTYPEU2412_T2490092598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092598 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092598__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092598_H #ifndef NODESET_T3272593155_H #define NODESET_T3272593155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeSet struct NodeSet_t3272593155 : public Expression_t1452783009 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODESET_T3272593155_H #ifndef XMLURLRESOLVER_T817895037_H #define XMLURLRESOLVER_T817895037_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlUrlResolver struct XmlUrlResolver_t817895037 : public XmlResolver_t626023767 { public: // System.Net.ICredentials System.Xml.XmlUrlResolver::credential RuntimeObject* ___credential_0; public: inline static int32_t get_offset_of_credential_0() { return static_cast(offsetof(XmlUrlResolver_t817895037, ___credential_0)); } inline RuntimeObject* get_credential_0() const { return ___credential_0; } inline RuntimeObject** get_address_of_credential_0() { return &___credential_0; } inline void set_credential_0(RuntimeObject* value) { ___credential_0 = value; Il2CppCodeGenWriteBarrier((&___credential_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLURLRESOLVER_T817895037_H #ifndef XMLFILTERREADER_T953863161_H #define XMLFILTERREADER_T953863161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XmlFilterReader struct XmlFilterReader_t953863161 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader Mono.Xml.XmlFilterReader::reader XmlReader_t3121518892 * ___reader_2; // System.Xml.XmlReaderSettings Mono.Xml.XmlFilterReader::settings XmlReaderSettings_t2186285234 * ___settings_3; // System.Xml.IXmlLineInfo Mono.Xml.XmlFilterReader::lineInfo RuntimeObject* ___lineInfo_4; public: inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(XmlFilterReader_t953863161, ___reader_2)); } inline XmlReader_t3121518892 * get_reader_2() const { return ___reader_2; } inline XmlReader_t3121518892 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(XmlReader_t3121518892 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((&___reader_2), value); } inline static int32_t get_offset_of_settings_3() { return static_cast(offsetof(XmlFilterReader_t953863161, ___settings_3)); } inline XmlReaderSettings_t2186285234 * get_settings_3() const { return ___settings_3; } inline XmlReaderSettings_t2186285234 ** get_address_of_settings_3() { return &___settings_3; } inline void set_settings_3(XmlReaderSettings_t2186285234 * value) { ___settings_3 = value; Il2CppCodeGenWriteBarrier((&___settings_3), value); } inline static int32_t get_offset_of_lineInfo_4() { return static_cast(offsetof(XmlFilterReader_t953863161, ___lineInfo_4)); } inline RuntimeObject* get_lineInfo_4() const { return ___lineInfo_4; } inline RuntimeObject** get_address_of_lineInfo_4() { return &___lineInfo_4; } inline void set_lineInfo_4(RuntimeObject* value) { ___lineInfo_4 = value; Il2CppCodeGenWriteBarrier((&___lineInfo_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLFILTERREADER_T953863161_H #ifndef EXPRLITERAL_T2264229068_H #define EXPRLITERAL_T2264229068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprLiteral struct ExprLiteral_t2264229068 : public Expression_t1452783009 { public: // System.String System.Xml.XPath.ExprLiteral::_value String_t* ____value_0; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ExprLiteral_t2264229068, ____value_0)); } inline String_t* get__value_0() const { return ____value_0; } inline String_t** get_address_of__value_0() { return &____value_0; } inline void set__value_0(String_t* value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((&____value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRLITERAL_T2264229068_H #ifndef XSLTCONTEXT_T2039362735_H #define XSLTCONTEXT_T2039362735_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Xsl.XsltContext struct XsltContext_t2039362735 : public XmlNamespaceManager_t418790500 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSLTCONTEXT_T2039362735_H #ifndef EXPRBINARY_T2069694888_H #define EXPRBINARY_T2069694888_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprBinary struct ExprBinary_t2069694888 : public Expression_t1452783009 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprBinary::_left Expression_t1452783009 * ____left_0; // System.Xml.XPath.Expression System.Xml.XPath.ExprBinary::_right Expression_t1452783009 * ____right_1; public: inline static int32_t get_offset_of__left_0() { return static_cast(offsetof(ExprBinary_t2069694888, ____left_0)); } inline Expression_t1452783009 * get__left_0() const { return ____left_0; } inline Expression_t1452783009 ** get_address_of__left_0() { return &____left_0; } inline void set__left_0(Expression_t1452783009 * value) { ____left_0 = value; Il2CppCodeGenWriteBarrier((&____left_0), value); } inline static int32_t get_offset_of__right_1() { return static_cast(offsetof(ExprBinary_t2069694888, ____right_1)); } inline Expression_t1452783009 * get__right_1() const { return ____right_1; } inline Expression_t1452783009 ** get_address_of__right_1() { return &____right_1; } inline void set__right_1(Expression_t1452783009 * value) { ____right_1 = value; Il2CppCodeGenWriteBarrier((&____right_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRBINARY_T2069694888_H #ifndef EXPRNEG_T381818215_H #define EXPRNEG_T381818215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNEG struct ExprNEG_t381818215 : public Expression_t1452783009 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprNEG::_expr Expression_t1452783009 * ____expr_0; public: inline static int32_t get_offset_of__expr_0() { return static_cast(offsetof(ExprNEG_t381818215, ____expr_0)); } inline Expression_t1452783009 * get__expr_0() const { return ____expr_0; } inline Expression_t1452783009 ** get_address_of__expr_0() { return &____expr_0; } inline void set__expr_0(Expression_t1452783009 * value) { ____expr_0 = value; Il2CppCodeGenWriteBarrier((&____expr_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNEG_T381818215_H #ifndef U24ARRAYTYPEU2472_T1683523543_H #define U24ARRAYTYPEU2472_T1683523543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523543 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523543__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523543_H #ifndef U24ARRAYTYPEU24236_T1547144958_H #define U24ARRAYTYPEU24236_T1547144958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$236 struct U24ArrayTypeU24236_t1547144958 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24236_t1547144958__padding[236]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24236_T1547144958_H #ifndef U24ARRAYTYPEU24208_T3503460108_H #define U24ARRAYTYPEU24208_T3503460108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$208 struct U24ArrayTypeU24208_t3503460108 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24208_t3503460108__padding[208]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24208_T3503460108_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // 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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t386037858 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t386037858 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t386037858 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t386037858 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((&____fastRng_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef XMLATTRIBUTE_T1173852259_H #define XMLATTRIBUTE_T1173852259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttribute struct XmlAttribute_t1173852259 : public XmlNode_t3767805227 { public: // System.Xml.XmlNameEntry System.Xml.XmlAttribute::name XmlNameEntry_t1073099671 * ___name_5; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_6; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_7; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_8; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_5)); } inline XmlNameEntry_t1073099671 * get_name_5() const { return ___name_5; } inline XmlNameEntry_t1073099671 ** get_address_of_name_5() { return &___name_5; } inline void set_name_5(XmlNameEntry_t1073099671 * value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_isDefault_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_6)); } inline bool get_isDefault_6() const { return ___isDefault_6; } inline bool* get_address_of_isDefault_6() { return &___isDefault_6; } inline void set_isDefault_6(bool value) { ___isDefault_6 = value; } inline static int32_t get_offset_of_lastLinkedChild_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___lastLinkedChild_7)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_7() const { return ___lastLinkedChild_7; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_7() { return &___lastLinkedChild_7; } inline void set_lastLinkedChild_7(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_7 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_7), value); } inline static int32_t get_offset_of_schemaInfo_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_8)); } inline RuntimeObject* get_schemaInfo_8() const { return ___schemaInfo_8; } inline RuntimeObject** get_address_of_schemaInfo_8() { return &___schemaInfo_8; } inline void set_schemaInfo_8(RuntimeObject* value) { ___schemaInfo_8 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_H #ifndef XMLNODEREADER_T4064889562_H #define XMLNODEREADER_T4064889562_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeReader struct XmlNodeReader_t4064889562 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader System.Xml.XmlNodeReader::entity XmlReader_t3121518892 * ___entity_2; // System.Xml.XmlNodeReaderImpl System.Xml.XmlNodeReader::source XmlNodeReaderImpl_t2501602067 * ___source_3; // System.Boolean System.Xml.XmlNodeReader::entityInsideAttribute bool ___entityInsideAttribute_4; // System.Boolean System.Xml.XmlNodeReader::insideAttribute bool ___insideAttribute_5; public: inline static int32_t get_offset_of_entity_2() { return static_cast(offsetof(XmlNodeReader_t4064889562, ___entity_2)); } inline XmlReader_t3121518892 * get_entity_2() const { return ___entity_2; } inline XmlReader_t3121518892 ** get_address_of_entity_2() { return &___entity_2; } inline void set_entity_2(XmlReader_t3121518892 * value) { ___entity_2 = value; Il2CppCodeGenWriteBarrier((&___entity_2), value); } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(XmlNodeReader_t4064889562, ___source_3)); } inline XmlNodeReaderImpl_t2501602067 * get_source_3() const { return ___source_3; } inline XmlNodeReaderImpl_t2501602067 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(XmlNodeReaderImpl_t2501602067 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((&___source_3), value); } inline static int32_t get_offset_of_entityInsideAttribute_4() { return static_cast(offsetof(XmlNodeReader_t4064889562, ___entityInsideAttribute_4)); } inline bool get_entityInsideAttribute_4() const { return ___entityInsideAttribute_4; } inline bool* get_address_of_entityInsideAttribute_4() { return &___entityInsideAttribute_4; } inline void set_entityInsideAttribute_4(bool value) { ___entityInsideAttribute_4 = value; } inline static int32_t get_offset_of_insideAttribute_5() { return static_cast(offsetof(XmlNodeReader_t4064889562, ___insideAttribute_5)); } inline bool get_insideAttribute_5() const { return ___insideAttribute_5; } inline bool* get_address_of_insideAttribute_5() { return &___insideAttribute_5; } inline void set_insideAttribute_5(bool value) { ___insideAttribute_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODEREADER_T4064889562_H #ifndef U24ARRAYTYPEU241532_T2333946162_H #define U24ARRAYTYPEU241532_T2333946162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1532 struct U24ArrayTypeU241532_t2333946162 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241532_t2333946162__padding[1532]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241532_T2333946162_H #ifndef XPATHFUNCTION_T857746608_H #define XPATHFUNCTION_T857746608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunction struct XPathFunction_t857746608 : public Expression_t1452783009 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTION_T857746608_H #ifndef XPATHNAVIGATOR_T787956054_H #define XPATHNAVIGATOR_T787956054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNavigator struct XPathNavigator_t787956054 : public XPathItem_t4250588140 { public: public: }; struct XPathNavigator_t787956054_StaticFields { public: // System.Char[] System.Xml.XPath.XPathNavigator::escape_text_chars CharU5BU5D_t3528271667* ___escape_text_chars_0; // System.Char[] System.Xml.XPath.XPathNavigator::escape_attr_chars CharU5BU5D_t3528271667* ___escape_attr_chars_1; public: inline static int32_t get_offset_of_escape_text_chars_0() { return static_cast(offsetof(XPathNavigator_t787956054_StaticFields, ___escape_text_chars_0)); } inline CharU5BU5D_t3528271667* get_escape_text_chars_0() const { return ___escape_text_chars_0; } inline CharU5BU5D_t3528271667** get_address_of_escape_text_chars_0() { return &___escape_text_chars_0; } inline void set_escape_text_chars_0(CharU5BU5D_t3528271667* value) { ___escape_text_chars_0 = value; Il2CppCodeGenWriteBarrier((&___escape_text_chars_0), value); } inline static int32_t get_offset_of_escape_attr_chars_1() { return static_cast(offsetof(XPathNavigator_t787956054_StaticFields, ___escape_attr_chars_1)); } inline CharU5BU5D_t3528271667* get_escape_attr_chars_1() const { return ___escape_attr_chars_1; } inline CharU5BU5D_t3528271667** get_address_of_escape_attr_chars_1() { return &___escape_attr_chars_1; } inline void set_escape_attr_chars_1(CharU5BU5D_t3528271667* value) { ___escape_attr_chars_1 = value; Il2CppCodeGenWriteBarrier((&___escape_attr_chars_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNAVIGATOR_T787956054_H #ifndef BASEITERATOR_T4168896842_H #define BASEITERATOR_T4168896842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.BaseIterator struct BaseIterator_t4168896842 : public XPathNodeIterator_t3667290188 { public: // System.Xml.IXmlNamespaceResolver System.Xml.XPath.BaseIterator::_nsm RuntimeObject* ____nsm_1; // System.Int32 System.Xml.XPath.BaseIterator::position int32_t ___position_2; public: inline static int32_t get_offset_of__nsm_1() { return static_cast(offsetof(BaseIterator_t4168896842, ____nsm_1)); } inline RuntimeObject* get__nsm_1() const { return ____nsm_1; } inline RuntimeObject** get_address_of__nsm_1() { return &____nsm_1; } inline void set__nsm_1(RuntimeObject* value) { ____nsm_1 = value; Il2CppCodeGenWriteBarrier((&____nsm_1), value); } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(BaseIterator_t4168896842, ___position_2)); } inline int32_t get_position_2() const { return ___position_2; } inline int32_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(int32_t value) { ___position_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEITERATOR_T4168896842_H #ifndef U24ARRAYTYPEU241280_T4290130235_H #define U24ARRAYTYPEU241280_T4290130235_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1280 struct U24ArrayTypeU241280_t4290130235 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241280_t4290130235__padding[1280]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241280_T4290130235_H #ifndef U24ARRAYTYPEU24256_T1929481984_H #define U24ARRAYTYPEU24256_T1929481984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481984 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481984__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481984_H #ifndef U24ARRAYTYPEU248_T3244137464_H #define U24ARRAYTYPEU248_T3244137464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137464 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137464__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137464_H #ifndef XMLITERATORNODELIST_T2218031790_H #define XMLITERATORNODELIST_T2218031790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlIteratorNodeList struct XmlIteratorNodeList_t2218031790 : public XmlNodeList_t2551693786 { public: // System.Xml.XPath.XPathNodeIterator System.Xml.XmlIteratorNodeList::source XPathNodeIterator_t3667290188 * ___source_0; // System.Xml.XPath.XPathNodeIterator System.Xml.XmlIteratorNodeList::iterator XPathNodeIterator_t3667290188 * ___iterator_1; // System.Collections.ArrayList System.Xml.XmlIteratorNodeList::list ArrayList_t2718874744 * ___list_2; // System.Boolean System.Xml.XmlIteratorNodeList::finished bool ___finished_3; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(XmlIteratorNodeList_t2218031790, ___source_0)); } inline XPathNodeIterator_t3667290188 * get_source_0() const { return ___source_0; } inline XPathNodeIterator_t3667290188 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(XPathNodeIterator_t3667290188 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((&___source_0), value); } inline static int32_t get_offset_of_iterator_1() { return static_cast(offsetof(XmlIteratorNodeList_t2218031790, ___iterator_1)); } inline XPathNodeIterator_t3667290188 * get_iterator_1() const { return ___iterator_1; } inline XPathNodeIterator_t3667290188 ** get_address_of_iterator_1() { return &___iterator_1; } inline void set_iterator_1(XPathNodeIterator_t3667290188 * value) { ___iterator_1 = value; Il2CppCodeGenWriteBarrier((&___iterator_1), value); } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(XmlIteratorNodeList_t2218031790, ___list_2)); } inline ArrayList_t2718874744 * get_list_2() const { return ___list_2; } inline ArrayList_t2718874744 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ArrayList_t2718874744 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } inline static int32_t get_offset_of_finished_3() { return static_cast(offsetof(XmlIteratorNodeList_t2218031790, ___finished_3)); } inline bool get_finished_3() const { return ___finished_3; } inline bool* get_address_of_finished_3() { return &___finished_3; } inline void set_finished_3(bool value) { ___finished_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLITERATORNODELIST_T2218031790_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef XMLNODELISTCHILDREN_T1082692789_H #define XMLNODELISTCHILDREN_T1082692789_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789 : public XmlNodeList_t2551693786 { public: // System.Xml.IHasXmlChildNode System.Xml.XmlNodeListChildren::parent RuntimeObject* ___parent_0; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(XmlNodeListChildren_t1082692789, ___parent_0)); } inline RuntimeObject* get_parent_0() const { return ___parent_0; } inline RuntimeObject** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(RuntimeObject* value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((&___parent_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODELISTCHILDREN_T1082692789_H #ifndef TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef XMLLINKEDNODE_T1437094927_H #define XMLLINKEDNODE_T1437094927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927 : public XmlNode_t3767805227 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::nextSibling XmlLinkedNode_t1437094927 * ___nextSibling_5; public: inline static int32_t get_offset_of_nextSibling_5() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_5)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_5() const { return ___nextSibling_5; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_5() { return &___nextSibling_5; } inline void set_nextSibling_5(XmlLinkedNode_t1437094927 * value) { ___nextSibling_5 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_H #ifndef XMLNOTATION_T1476580686_H #define XMLNOTATION_T1476580686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNotation struct XmlNotation_t1476580686 : public XmlNode_t3767805227 { public: // System.String System.Xml.XmlNotation::localName String_t* ___localName_5; // System.String System.Xml.XmlNotation::publicId String_t* ___publicId_6; // System.String System.Xml.XmlNotation::systemId String_t* ___systemId_7; // System.String System.Xml.XmlNotation::prefix String_t* ___prefix_8; public: inline static int32_t get_offset_of_localName_5() { return static_cast(offsetof(XmlNotation_t1476580686, ___localName_5)); } inline String_t* get_localName_5() const { return ___localName_5; } inline String_t** get_address_of_localName_5() { return &___localName_5; } inline void set_localName_5(String_t* value) { ___localName_5 = value; Il2CppCodeGenWriteBarrier((&___localName_5), value); } inline static int32_t get_offset_of_publicId_6() { return static_cast(offsetof(XmlNotation_t1476580686, ___publicId_6)); } inline String_t* get_publicId_6() const { return ___publicId_6; } inline String_t** get_address_of_publicId_6() { return &___publicId_6; } inline void set_publicId_6(String_t* value) { ___publicId_6 = value; Il2CppCodeGenWriteBarrier((&___publicId_6), value); } inline static int32_t get_offset_of_systemId_7() { return static_cast(offsetof(XmlNotation_t1476580686, ___systemId_7)); } inline String_t* get_systemId_7() const { return ___systemId_7; } inline String_t** get_address_of_systemId_7() { return &___systemId_7; } inline void set_systemId_7(String_t* value) { ___systemId_7 = value; Il2CppCodeGenWriteBarrier((&___systemId_7), value); } inline static int32_t get_offset_of_prefix_8() { return static_cast(offsetof(XmlNotation_t1476580686, ___prefix_8)); } inline String_t* get_prefix_8() const { return ___prefix_8; } inline String_t** get_address_of_prefix_8() { return &___prefix_8; } inline void set_prefix_8(String_t* value) { ___prefix_8 = value; Il2CppCodeGenWriteBarrier((&___prefix_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNOTATION_T1476580686_H #ifndef WEBRESPONSE_T229922639_H #define WEBRESPONSE_T229922639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebResponse struct WebResponse_t229922639 : public MarshalByRefObject_t2760389100 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBRESPONSE_T229922639_H #ifndef DTDVALIDATINGREADER_T3946379043_H #define DTDVALIDATINGREADER_T3946379043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDValidatingReader struct DTDValidatingReader_t3946379043 : public XmlReader_t3121518892 { public: // Mono.Xml.EntityResolvingXmlReader Mono.Xml.DTDValidatingReader::reader EntityResolvingXmlReader_t1267732406 * ___reader_2; // System.Xml.XmlTextReader Mono.Xml.DTDValidatingReader::sourceTextReader XmlTextReader_t4233384356 * ___sourceTextReader_3; // System.Xml.XmlValidatingReader Mono.Xml.DTDValidatingReader::validatingReader XmlValidatingReader_t1719295192 * ___validatingReader_4; // Mono.Xml.DTDObjectModel Mono.Xml.DTDValidatingReader::dtd DTDObjectModel_t1729680289 * ___dtd_5; // System.Xml.XmlResolver Mono.Xml.DTDValidatingReader::resolver XmlResolver_t626023767 * ___resolver_6; // System.String Mono.Xml.DTDValidatingReader::currentElement String_t* ___currentElement_7; // Mono.Xml.DTDValidatingReader/AttributeSlot[] Mono.Xml.DTDValidatingReader::attributes AttributeSlotU5BU5D_t600906362* ___attributes_8; // System.Int32 Mono.Xml.DTDValidatingReader::attributeCount int32_t ___attributeCount_9; // System.Int32 Mono.Xml.DTDValidatingReader::currentAttribute int32_t ___currentAttribute_10; // System.Boolean Mono.Xml.DTDValidatingReader::consumedAttribute bool ___consumedAttribute_11; // System.Collections.Stack Mono.Xml.DTDValidatingReader::elementStack Stack_t2329662280 * ___elementStack_12; // System.Collections.Stack Mono.Xml.DTDValidatingReader::automataStack Stack_t2329662280 * ___automataStack_13; // System.Boolean Mono.Xml.DTDValidatingReader::popScope bool ___popScope_14; // System.Boolean Mono.Xml.DTDValidatingReader::isStandalone bool ___isStandalone_15; // Mono.Xml.DTDAutomata Mono.Xml.DTDValidatingReader::currentAutomata DTDAutomata_t781538777 * ___currentAutomata_16; // Mono.Xml.DTDAutomata Mono.Xml.DTDValidatingReader::previousAutomata DTDAutomata_t781538777 * ___previousAutomata_17; // System.Collections.ArrayList Mono.Xml.DTDValidatingReader::idList ArrayList_t2718874744 * ___idList_18; // System.Collections.ArrayList Mono.Xml.DTDValidatingReader::missingIDReferences ArrayList_t2718874744 * ___missingIDReferences_19; // System.Xml.XmlNamespaceManager Mono.Xml.DTDValidatingReader::nsmgr XmlNamespaceManager_t418790500 * ___nsmgr_20; // System.String Mono.Xml.DTDValidatingReader::currentTextValue String_t* ___currentTextValue_21; // System.String Mono.Xml.DTDValidatingReader::constructingTextValue String_t* ___constructingTextValue_22; // System.Boolean Mono.Xml.DTDValidatingReader::shouldResetCurrentTextValue bool ___shouldResetCurrentTextValue_23; // System.Boolean Mono.Xml.DTDValidatingReader::isSignificantWhitespace bool ___isSignificantWhitespace_24; // System.Boolean Mono.Xml.DTDValidatingReader::isWhitespace bool ___isWhitespace_25; // System.Boolean Mono.Xml.DTDValidatingReader::isText bool ___isText_26; // System.Collections.Stack Mono.Xml.DTDValidatingReader::attributeValueEntityStack Stack_t2329662280 * ___attributeValueEntityStack_27; // System.Text.StringBuilder Mono.Xml.DTDValidatingReader::valueBuilder StringBuilder_t * ___valueBuilder_28; // System.Char[] Mono.Xml.DTDValidatingReader::whitespaceChars CharU5BU5D_t3528271667* ___whitespaceChars_29; public: inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___reader_2)); } inline EntityResolvingXmlReader_t1267732406 * get_reader_2() const { return ___reader_2; } inline EntityResolvingXmlReader_t1267732406 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(EntityResolvingXmlReader_t1267732406 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((&___reader_2), value); } inline static int32_t get_offset_of_sourceTextReader_3() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___sourceTextReader_3)); } inline XmlTextReader_t4233384356 * get_sourceTextReader_3() const { return ___sourceTextReader_3; } inline XmlTextReader_t4233384356 ** get_address_of_sourceTextReader_3() { return &___sourceTextReader_3; } inline void set_sourceTextReader_3(XmlTextReader_t4233384356 * value) { ___sourceTextReader_3 = value; Il2CppCodeGenWriteBarrier((&___sourceTextReader_3), value); } inline static int32_t get_offset_of_validatingReader_4() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___validatingReader_4)); } inline XmlValidatingReader_t1719295192 * get_validatingReader_4() const { return ___validatingReader_4; } inline XmlValidatingReader_t1719295192 ** get_address_of_validatingReader_4() { return &___validatingReader_4; } inline void set_validatingReader_4(XmlValidatingReader_t1719295192 * value) { ___validatingReader_4 = value; Il2CppCodeGenWriteBarrier((&___validatingReader_4), value); } inline static int32_t get_offset_of_dtd_5() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___dtd_5)); } inline DTDObjectModel_t1729680289 * get_dtd_5() const { return ___dtd_5; } inline DTDObjectModel_t1729680289 ** get_address_of_dtd_5() { return &___dtd_5; } inline void set_dtd_5(DTDObjectModel_t1729680289 * value) { ___dtd_5 = value; Il2CppCodeGenWriteBarrier((&___dtd_5), value); } inline static int32_t get_offset_of_resolver_6() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___resolver_6)); } inline XmlResolver_t626023767 * get_resolver_6() const { return ___resolver_6; } inline XmlResolver_t626023767 ** get_address_of_resolver_6() { return &___resolver_6; } inline void set_resolver_6(XmlResolver_t626023767 * value) { ___resolver_6 = value; Il2CppCodeGenWriteBarrier((&___resolver_6), value); } inline static int32_t get_offset_of_currentElement_7() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___currentElement_7)); } inline String_t* get_currentElement_7() const { return ___currentElement_7; } inline String_t** get_address_of_currentElement_7() { return &___currentElement_7; } inline void set_currentElement_7(String_t* value) { ___currentElement_7 = value; Il2CppCodeGenWriteBarrier((&___currentElement_7), value); } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___attributes_8)); } inline AttributeSlotU5BU5D_t600906362* get_attributes_8() const { return ___attributes_8; } inline AttributeSlotU5BU5D_t600906362** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttributeSlotU5BU5D_t600906362* value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((&___attributes_8), value); } inline static int32_t get_offset_of_attributeCount_9() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___attributeCount_9)); } inline int32_t get_attributeCount_9() const { return ___attributeCount_9; } inline int32_t* get_address_of_attributeCount_9() { return &___attributeCount_9; } inline void set_attributeCount_9(int32_t value) { ___attributeCount_9 = value; } inline static int32_t get_offset_of_currentAttribute_10() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___currentAttribute_10)); } inline int32_t get_currentAttribute_10() const { return ___currentAttribute_10; } inline int32_t* get_address_of_currentAttribute_10() { return &___currentAttribute_10; } inline void set_currentAttribute_10(int32_t value) { ___currentAttribute_10 = value; } inline static int32_t get_offset_of_consumedAttribute_11() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___consumedAttribute_11)); } inline bool get_consumedAttribute_11() const { return ___consumedAttribute_11; } inline bool* get_address_of_consumedAttribute_11() { return &___consumedAttribute_11; } inline void set_consumedAttribute_11(bool value) { ___consumedAttribute_11 = value; } inline static int32_t get_offset_of_elementStack_12() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___elementStack_12)); } inline Stack_t2329662280 * get_elementStack_12() const { return ___elementStack_12; } inline Stack_t2329662280 ** get_address_of_elementStack_12() { return &___elementStack_12; } inline void set_elementStack_12(Stack_t2329662280 * value) { ___elementStack_12 = value; Il2CppCodeGenWriteBarrier((&___elementStack_12), value); } inline static int32_t get_offset_of_automataStack_13() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___automataStack_13)); } inline Stack_t2329662280 * get_automataStack_13() const { return ___automataStack_13; } inline Stack_t2329662280 ** get_address_of_automataStack_13() { return &___automataStack_13; } inline void set_automataStack_13(Stack_t2329662280 * value) { ___automataStack_13 = value; Il2CppCodeGenWriteBarrier((&___automataStack_13), value); } inline static int32_t get_offset_of_popScope_14() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___popScope_14)); } inline bool get_popScope_14() const { return ___popScope_14; } inline bool* get_address_of_popScope_14() { return &___popScope_14; } inline void set_popScope_14(bool value) { ___popScope_14 = value; } inline static int32_t get_offset_of_isStandalone_15() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___isStandalone_15)); } inline bool get_isStandalone_15() const { return ___isStandalone_15; } inline bool* get_address_of_isStandalone_15() { return &___isStandalone_15; } inline void set_isStandalone_15(bool value) { ___isStandalone_15 = value; } inline static int32_t get_offset_of_currentAutomata_16() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___currentAutomata_16)); } inline DTDAutomata_t781538777 * get_currentAutomata_16() const { return ___currentAutomata_16; } inline DTDAutomata_t781538777 ** get_address_of_currentAutomata_16() { return &___currentAutomata_16; } inline void set_currentAutomata_16(DTDAutomata_t781538777 * value) { ___currentAutomata_16 = value; Il2CppCodeGenWriteBarrier((&___currentAutomata_16), value); } inline static int32_t get_offset_of_previousAutomata_17() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___previousAutomata_17)); } inline DTDAutomata_t781538777 * get_previousAutomata_17() const { return ___previousAutomata_17; } inline DTDAutomata_t781538777 ** get_address_of_previousAutomata_17() { return &___previousAutomata_17; } inline void set_previousAutomata_17(DTDAutomata_t781538777 * value) { ___previousAutomata_17 = value; Il2CppCodeGenWriteBarrier((&___previousAutomata_17), value); } inline static int32_t get_offset_of_idList_18() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___idList_18)); } inline ArrayList_t2718874744 * get_idList_18() const { return ___idList_18; } inline ArrayList_t2718874744 ** get_address_of_idList_18() { return &___idList_18; } inline void set_idList_18(ArrayList_t2718874744 * value) { ___idList_18 = value; Il2CppCodeGenWriteBarrier((&___idList_18), value); } inline static int32_t get_offset_of_missingIDReferences_19() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___missingIDReferences_19)); } inline ArrayList_t2718874744 * get_missingIDReferences_19() const { return ___missingIDReferences_19; } inline ArrayList_t2718874744 ** get_address_of_missingIDReferences_19() { return &___missingIDReferences_19; } inline void set_missingIDReferences_19(ArrayList_t2718874744 * value) { ___missingIDReferences_19 = value; Il2CppCodeGenWriteBarrier((&___missingIDReferences_19), value); } inline static int32_t get_offset_of_nsmgr_20() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___nsmgr_20)); } inline XmlNamespaceManager_t418790500 * get_nsmgr_20() const { return ___nsmgr_20; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmgr_20() { return &___nsmgr_20; } inline void set_nsmgr_20(XmlNamespaceManager_t418790500 * value) { ___nsmgr_20 = value; Il2CppCodeGenWriteBarrier((&___nsmgr_20), value); } inline static int32_t get_offset_of_currentTextValue_21() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___currentTextValue_21)); } inline String_t* get_currentTextValue_21() const { return ___currentTextValue_21; } inline String_t** get_address_of_currentTextValue_21() { return &___currentTextValue_21; } inline void set_currentTextValue_21(String_t* value) { ___currentTextValue_21 = value; Il2CppCodeGenWriteBarrier((&___currentTextValue_21), value); } inline static int32_t get_offset_of_constructingTextValue_22() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___constructingTextValue_22)); } inline String_t* get_constructingTextValue_22() const { return ___constructingTextValue_22; } inline String_t** get_address_of_constructingTextValue_22() { return &___constructingTextValue_22; } inline void set_constructingTextValue_22(String_t* value) { ___constructingTextValue_22 = value; Il2CppCodeGenWriteBarrier((&___constructingTextValue_22), value); } inline static int32_t get_offset_of_shouldResetCurrentTextValue_23() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___shouldResetCurrentTextValue_23)); } inline bool get_shouldResetCurrentTextValue_23() const { return ___shouldResetCurrentTextValue_23; } inline bool* get_address_of_shouldResetCurrentTextValue_23() { return &___shouldResetCurrentTextValue_23; } inline void set_shouldResetCurrentTextValue_23(bool value) { ___shouldResetCurrentTextValue_23 = value; } inline static int32_t get_offset_of_isSignificantWhitespace_24() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___isSignificantWhitespace_24)); } inline bool get_isSignificantWhitespace_24() const { return ___isSignificantWhitespace_24; } inline bool* get_address_of_isSignificantWhitespace_24() { return &___isSignificantWhitespace_24; } inline void set_isSignificantWhitespace_24(bool value) { ___isSignificantWhitespace_24 = value; } inline static int32_t get_offset_of_isWhitespace_25() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___isWhitespace_25)); } inline bool get_isWhitespace_25() const { return ___isWhitespace_25; } inline bool* get_address_of_isWhitespace_25() { return &___isWhitespace_25; } inline void set_isWhitespace_25(bool value) { ___isWhitespace_25 = value; } inline static int32_t get_offset_of_isText_26() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___isText_26)); } inline bool get_isText_26() const { return ___isText_26; } inline bool* get_address_of_isText_26() { return &___isText_26; } inline void set_isText_26(bool value) { ___isText_26 = value; } inline static int32_t get_offset_of_attributeValueEntityStack_27() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___attributeValueEntityStack_27)); } inline Stack_t2329662280 * get_attributeValueEntityStack_27() const { return ___attributeValueEntityStack_27; } inline Stack_t2329662280 ** get_address_of_attributeValueEntityStack_27() { return &___attributeValueEntityStack_27; } inline void set_attributeValueEntityStack_27(Stack_t2329662280 * value) { ___attributeValueEntityStack_27 = value; Il2CppCodeGenWriteBarrier((&___attributeValueEntityStack_27), value); } inline static int32_t get_offset_of_valueBuilder_28() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___valueBuilder_28)); } inline StringBuilder_t * get_valueBuilder_28() const { return ___valueBuilder_28; } inline StringBuilder_t ** get_address_of_valueBuilder_28() { return &___valueBuilder_28; } inline void set_valueBuilder_28(StringBuilder_t * value) { ___valueBuilder_28 = value; Il2CppCodeGenWriteBarrier((&___valueBuilder_28), value); } inline static int32_t get_offset_of_whitespaceChars_29() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___whitespaceChars_29)); } inline CharU5BU5D_t3528271667* get_whitespaceChars_29() const { return ___whitespaceChars_29; } inline CharU5BU5D_t3528271667** get_address_of_whitespaceChars_29() { return &___whitespaceChars_29; } inline void set_whitespaceChars_29(CharU5BU5D_t3528271667* value) { ___whitespaceChars_29 = value; Il2CppCodeGenWriteBarrier((&___whitespaceChars_29), value); } }; struct DTDValidatingReader_t3946379043_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml.DTDValidatingReader::<>f__switch$map2A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2A_30; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map2A_30() { return static_cast(offsetof(DTDValidatingReader_t3946379043_StaticFields, ___U3CU3Ef__switchU24map2A_30)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2A_30() const { return ___U3CU3Ef__switchU24map2A_30; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2A_30() { return &___U3CU3Ef__switchU24map2A_30; } inline void set_U3CU3Ef__switchU24map2A_30(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2A_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2A_30), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDVALIDATINGREADER_T3946379043_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef EXPRVARIABLE_T1387751146_H #define EXPRVARIABLE_T1387751146_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprVariable struct ExprVariable_t1387751146 : public Expression_t1452783009 { public: // System.Xml.XmlQualifiedName System.Xml.XPath.ExprVariable::_name XmlQualifiedName_t2760654312 * ____name_0; // System.Boolean System.Xml.XPath.ExprVariable::resolvedName bool ___resolvedName_1; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(ExprVariable_t1387751146, ____name_0)); } inline XmlQualifiedName_t2760654312 * get__name_0() const { return ____name_0; } inline XmlQualifiedName_t2760654312 ** get_address_of__name_0() { return &____name_0; } inline void set__name_0(XmlQualifiedName_t2760654312 * value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((&____name_0), value); } inline static int32_t get_offset_of_resolvedName_1() { return static_cast(offsetof(ExprVariable_t1387751146, ___resolvedName_1)); } inline bool get_resolvedName_1() const { return ___resolvedName_1; } inline bool* get_address_of_resolvedName_1() { return &___resolvedName_1; } inline void set_resolvedName_1(bool value) { ___resolvedName_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRVARIABLE_T1387751146_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef EXPRNUMERIC_T370757872_H #define EXPRNUMERIC_T370757872_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNumeric struct ExprNumeric_t370757872 : public ExprBinary_t2069694888 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNUMERIC_T370757872_H #ifndef WRAPPERITERATOR_T1258076988_H #define WRAPPERITERATOR_T1258076988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.WrapperIterator struct WrapperIterator_t1258076988 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.WrapperIterator::iter XPathNodeIterator_t3667290188 * ___iter_3; public: inline static int32_t get_offset_of_iter_3() { return static_cast(offsetof(WrapperIterator_t1258076988, ___iter_3)); } inline XPathNodeIterator_t3667290188 * get_iter_3() const { return ___iter_3; } inline XPathNodeIterator_t3667290188 ** get_address_of_iter_3() { return &___iter_3; } inline void set_iter_3(XPathNodeIterator_t3667290188 * value) { ___iter_3 = value; Il2CppCodeGenWriteBarrier((&___iter_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRAPPERITERATOR_T1258076988_H #ifndef EXPRFILTER_T2551926938_H #define EXPRFILTER_T2551926938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprFilter struct ExprFilter_t2551926938 : public NodeSet_t3272593155 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprFilter::expr Expression_t1452783009 * ___expr_0; // System.Xml.XPath.Expression System.Xml.XPath.ExprFilter::pred Expression_t1452783009 * ___pred_1; public: inline static int32_t get_offset_of_expr_0() { return static_cast(offsetof(ExprFilter_t2551926938, ___expr_0)); } inline Expression_t1452783009 * get_expr_0() const { return ___expr_0; } inline Expression_t1452783009 ** get_address_of_expr_0() { return &___expr_0; } inline void set_expr_0(Expression_t1452783009 * value) { ___expr_0 = value; Il2CppCodeGenWriteBarrier((&___expr_0), value); } inline static int32_t get_offset_of_pred_1() { return static_cast(offsetof(ExprFilter_t2551926938, ___pred_1)); } inline Expression_t1452783009 * get_pred_1() const { return ___pred_1; } inline Expression_t1452783009 ** get_address_of_pred_1() { return &___pred_1; } inline void set_pred_1(Expression_t1452783009 * value) { ___pred_1 = value; Il2CppCodeGenWriteBarrier((&___pred_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRFILTER_T2551926938_H #ifndef NODETEST_T747859056_H #define NODETEST_T747859056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeTest struct NodeTest_t747859056 : public NodeSet_t3272593155 { public: // System.Xml.XPath.AxisSpecifier System.Xml.XPath.NodeTest::_axis AxisSpecifier_t40435393 * ____axis_0; public: inline static int32_t get_offset_of__axis_0() { return static_cast(offsetof(NodeTest_t747859056, ____axis_0)); } inline AxisSpecifier_t40435393 * get__axis_0() const { return ____axis_0; } inline AxisSpecifier_t40435393 ** get_address_of__axis_0() { return &____axis_0; } inline void set__axis_0(AxisSpecifier_t40435393 * value) { ____axis_0 = value; Il2CppCodeGenWriteBarrier((&____axis_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODETEST_T747859056_H #ifndef SIMPLEITERATOR_T809567201_H #define SIMPLEITERATOR_T809567201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SimpleIterator struct SimpleIterator_t809567201 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.XPathNavigator System.Xml.XPath.SimpleIterator::_nav XPathNavigator_t787956054 * ____nav_3; // System.Xml.XPath.XPathNavigator System.Xml.XPath.SimpleIterator::_current XPathNavigator_t787956054 * ____current_4; // System.Boolean System.Xml.XPath.SimpleIterator::skipfirst bool ___skipfirst_5; public: inline static int32_t get_offset_of__nav_3() { return static_cast(offsetof(SimpleIterator_t809567201, ____nav_3)); } inline XPathNavigator_t787956054 * get__nav_3() const { return ____nav_3; } inline XPathNavigator_t787956054 ** get_address_of__nav_3() { return &____nav_3; } inline void set__nav_3(XPathNavigator_t787956054 * value) { ____nav_3 = value; Il2CppCodeGenWriteBarrier((&____nav_3), value); } inline static int32_t get_offset_of__current_4() { return static_cast(offsetof(SimpleIterator_t809567201, ____current_4)); } inline XPathNavigator_t787956054 * get__current_4() const { return ____current_4; } inline XPathNavigator_t787956054 ** get_address_of__current_4() { return &____current_4; } inline void set__current_4(XPathNavigator_t787956054 * value) { ____current_4 = value; Il2CppCodeGenWriteBarrier((&____current_4), value); } inline static int32_t get_offset_of_skipfirst_5() { return static_cast(offsetof(SimpleIterator_t809567201, ___skipfirst_5)); } inline bool get_skipfirst_5() const { return ___skipfirst_5; } inline bool* get_address_of_skipfirst_5() { return &___skipfirst_5; } inline void set_skipfirst_5(bool value) { ___skipfirst_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLEITERATOR_T809567201_H #ifndef XPATHNUMERICFUNCTION_T307051317_H #define XPATHNUMERICFUNCTION_T307051317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNumericFunction struct XPathNumericFunction_t307051317 : public XPathFunction_t857746608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNUMERICFUNCTION_T307051317_H #ifndef AXES_T1882171014_H #define AXES_T1882171014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.Axes struct Axes_t1882171014 { public: // System.Int32 System.Xml.XPath.Axes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Axes_t1882171014, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXES_T1882171014_H #ifndef XPATHEXCEPTION_T2107611652_H #define XPATHEXCEPTION_T2107611652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathException struct XPathException_t2107611652 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHEXCEPTION_T2107611652_H #ifndef EXPRBOOLEAN_T3855188593_H #define EXPRBOOLEAN_T3855188593_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprBoolean struct ExprBoolean_t3855188593 : public ExprBinary_t2069694888 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRBOOLEAN_T3855188593_H #ifndef XPATHRESULTTYPE_T2828988488_H #define XPATHRESULTTYPE_T2828988488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathResultType struct XPathResultType_t2828988488 { public: // System.Int32 System.Xml.XPath.XPathResultType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XPathResultType_t2828988488, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHRESULTTYPE_T2828988488_H #ifndef CHILDITERATOR_T3598849435_H #define CHILDITERATOR_T3598849435_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ChildIterator struct ChildIterator_t3598849435 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.XPathNavigator System.Xml.XPath.ChildIterator::_nav XPathNavigator_t787956054 * ____nav_3; public: inline static int32_t get_offset_of__nav_3() { return static_cast(offsetof(ChildIterator_t3598849435, ____nav_3)); } inline XPathNavigator_t787956054 * get__nav_3() const { return ____nav_3; } inline XPathNavigator_t787956054 ** get_address_of__nav_3() { return &____nav_3; } inline void set__nav_3(XPathNavigator_t787956054 * value) { ____nav_3 = value; Il2CppCodeGenWriteBarrier((&____nav_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHILDITERATOR_T3598849435_H #ifndef AXISITERATOR_T3073253660_H #define AXISITERATOR_T3073253660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.AxisIterator struct AxisIterator_t3073253660 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.AxisIterator::_iter BaseIterator_t4168896842 * ____iter_3; // System.Xml.XPath.NodeTest System.Xml.XPath.AxisIterator::_test NodeTest_t747859056 * ____test_4; public: inline static int32_t get_offset_of__iter_3() { return static_cast(offsetof(AxisIterator_t3073253660, ____iter_3)); } inline BaseIterator_t4168896842 * get__iter_3() const { return ____iter_3; } inline BaseIterator_t4168896842 ** get_address_of__iter_3() { return &____iter_3; } inline void set__iter_3(BaseIterator_t4168896842 * value) { ____iter_3 = value; Il2CppCodeGenWriteBarrier((&____iter_3), value); } inline static int32_t get_offset_of__test_4() { return static_cast(offsetof(AxisIterator_t3073253660, ____test_4)); } inline NodeTest_t747859056 * get__test_4() const { return ____test_4; } inline NodeTest_t747859056 ** get_address_of__test_4() { return &____test_4; } inline void set__test_4(NodeTest_t747859056 * value) { ____test_4 = value; Il2CppCodeGenWriteBarrier((&____test_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISITERATOR_T3073253660_H #ifndef XPATHFUNCTIONLAST_T241688620_H #define XPATHFUNCTIONLAST_T241688620_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionLast struct XPathFunctionLast_t241688620 : public XPathFunction_t857746608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONLAST_T241688620_H #ifndef SLASHITERATOR_T2421034408_H #define SLASHITERATOR_T2421034408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SlashIterator struct SlashIterator_t2421034408 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.SlashIterator::_iterLeft BaseIterator_t4168896842 * ____iterLeft_3; // System.Xml.XPath.BaseIterator System.Xml.XPath.SlashIterator::_iterRight BaseIterator_t4168896842 * ____iterRight_4; // System.Xml.XPath.NodeSet System.Xml.XPath.SlashIterator::_expr NodeSet_t3272593155 * ____expr_5; // System.Collections.SortedList System.Xml.XPath.SlashIterator::_iterList SortedList_t2427694641 * ____iterList_6; // System.Boolean System.Xml.XPath.SlashIterator::_finished bool ____finished_7; // System.Xml.XPath.BaseIterator System.Xml.XPath.SlashIterator::_nextIterRight BaseIterator_t4168896842 * ____nextIterRight_8; public: inline static int32_t get_offset_of__iterLeft_3() { return static_cast(offsetof(SlashIterator_t2421034408, ____iterLeft_3)); } inline BaseIterator_t4168896842 * get__iterLeft_3() const { return ____iterLeft_3; } inline BaseIterator_t4168896842 ** get_address_of__iterLeft_3() { return &____iterLeft_3; } inline void set__iterLeft_3(BaseIterator_t4168896842 * value) { ____iterLeft_3 = value; Il2CppCodeGenWriteBarrier((&____iterLeft_3), value); } inline static int32_t get_offset_of__iterRight_4() { return static_cast(offsetof(SlashIterator_t2421034408, ____iterRight_4)); } inline BaseIterator_t4168896842 * get__iterRight_4() const { return ____iterRight_4; } inline BaseIterator_t4168896842 ** get_address_of__iterRight_4() { return &____iterRight_4; } inline void set__iterRight_4(BaseIterator_t4168896842 * value) { ____iterRight_4 = value; Il2CppCodeGenWriteBarrier((&____iterRight_4), value); } inline static int32_t get_offset_of__expr_5() { return static_cast(offsetof(SlashIterator_t2421034408, ____expr_5)); } inline NodeSet_t3272593155 * get__expr_5() const { return ____expr_5; } inline NodeSet_t3272593155 ** get_address_of__expr_5() { return &____expr_5; } inline void set__expr_5(NodeSet_t3272593155 * value) { ____expr_5 = value; Il2CppCodeGenWriteBarrier((&____expr_5), value); } inline static int32_t get_offset_of__iterList_6() { return static_cast(offsetof(SlashIterator_t2421034408, ____iterList_6)); } inline SortedList_t2427694641 * get__iterList_6() const { return ____iterList_6; } inline SortedList_t2427694641 ** get_address_of__iterList_6() { return &____iterList_6; } inline void set__iterList_6(SortedList_t2427694641 * value) { ____iterList_6 = value; Il2CppCodeGenWriteBarrier((&____iterList_6), value); } inline static int32_t get_offset_of__finished_7() { return static_cast(offsetof(SlashIterator_t2421034408, ____finished_7)); } inline bool get__finished_7() const { return ____finished_7; } inline bool* get_address_of__finished_7() { return &____finished_7; } inline void set__finished_7(bool value) { ____finished_7 = value; } inline static int32_t get_offset_of__nextIterRight_8() { return static_cast(offsetof(SlashIterator_t2421034408, ____nextIterRight_8)); } inline BaseIterator_t4168896842 * get__nextIterRight_8() const { return ____nextIterRight_8; } inline BaseIterator_t4168896842 ** get_address_of__nextIterRight_8() { return &____nextIterRight_8; } inline void set__nextIterRight_8(BaseIterator_t4168896842 * value) { ____nextIterRight_8 = value; Il2CppCodeGenWriteBarrier((&____nextIterRight_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SLASHITERATOR_T2421034408_H #ifndef SIMPLESLASHITERATOR_T3611200333_H #define SIMPLESLASHITERATOR_T3611200333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SimpleSlashIterator struct SimpleSlashIterator_t3611200333 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.NodeSet System.Xml.XPath.SimpleSlashIterator::_expr NodeSet_t3272593155 * ____expr_3; // System.Xml.XPath.BaseIterator System.Xml.XPath.SimpleSlashIterator::_left BaseIterator_t4168896842 * ____left_4; // System.Xml.XPath.BaseIterator System.Xml.XPath.SimpleSlashIterator::_right BaseIterator_t4168896842 * ____right_5; // System.Xml.XPath.XPathNavigator System.Xml.XPath.SimpleSlashIterator::_current XPathNavigator_t787956054 * ____current_6; public: inline static int32_t get_offset_of__expr_3() { return static_cast(offsetof(SimpleSlashIterator_t3611200333, ____expr_3)); } inline NodeSet_t3272593155 * get__expr_3() const { return ____expr_3; } inline NodeSet_t3272593155 ** get_address_of__expr_3() { return &____expr_3; } inline void set__expr_3(NodeSet_t3272593155 * value) { ____expr_3 = value; Il2CppCodeGenWriteBarrier((&____expr_3), value); } inline static int32_t get_offset_of__left_4() { return static_cast(offsetof(SimpleSlashIterator_t3611200333, ____left_4)); } inline BaseIterator_t4168896842 * get__left_4() const { return ____left_4; } inline BaseIterator_t4168896842 ** get_address_of__left_4() { return &____left_4; } inline void set__left_4(BaseIterator_t4168896842 * value) { ____left_4 = value; Il2CppCodeGenWriteBarrier((&____left_4), value); } inline static int32_t get_offset_of__right_5() { return static_cast(offsetof(SimpleSlashIterator_t3611200333, ____right_5)); } inline BaseIterator_t4168896842 * get__right_5() const { return ____right_5; } inline BaseIterator_t4168896842 ** get_address_of__right_5() { return &____right_5; } inline void set__right_5(BaseIterator_t4168896842 * value) { ____right_5 = value; Il2CppCodeGenWriteBarrier((&____right_5), value); } inline static int32_t get_offset_of__current_6() { return static_cast(offsetof(SimpleSlashIterator_t3611200333, ____current_6)); } inline XPathNavigator_t787956054 * get__current_6() const { return ____current_6; } inline XPathNavigator_t787956054 ** get_address_of__current_6() { return &____current_6; } inline void set__current_6(XPathNavigator_t787956054 * value) { ____current_6 = value; Il2CppCodeGenWriteBarrier((&____current_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLESLASHITERATOR_T3611200333_H #ifndef EXPRSLASH_T1263914658_H #define EXPRSLASH_T1263914658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprSLASH struct ExprSLASH_t1263914658 : public NodeSet_t3272593155 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprSLASH::left Expression_t1452783009 * ___left_0; // System.Xml.XPath.NodeSet System.Xml.XPath.ExprSLASH::right NodeSet_t3272593155 * ___right_1; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(ExprSLASH_t1263914658, ___left_0)); } inline Expression_t1452783009 * get_left_0() const { return ___left_0; } inline Expression_t1452783009 ** get_address_of_left_0() { return &___left_0; } inline void set_left_0(Expression_t1452783009 * value) { ___left_0 = value; Il2CppCodeGenWriteBarrier((&___left_0), value); } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(ExprSLASH_t1263914658, ___right_1)); } inline NodeSet_t3272593155 * get_right_1() const { return ___right_1; } inline NodeSet_t3272593155 ** get_address_of_right_1() { return &___right_1; } inline void set_right_1(NodeSet_t3272593155 * value) { ___right_1 = value; Il2CppCodeGenWriteBarrier((&___right_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRSLASH_T1263914658_H #ifndef EXPRROOT_T3091324302_H #define EXPRROOT_T3091324302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprRoot struct ExprRoot_t3091324302 : public NodeSet_t3272593155 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRROOT_T3091324302_H #ifndef PARENSITERATOR_T4020310733_H #define PARENSITERATOR_T4020310733_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ParensIterator struct ParensIterator_t4020310733 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.ParensIterator::_iter BaseIterator_t4168896842 * ____iter_3; public: inline static int32_t get_offset_of__iter_3() { return static_cast(offsetof(ParensIterator_t4020310733, ____iter_3)); } inline BaseIterator_t4168896842 * get__iter_3() const { return ____iter_3; } inline BaseIterator_t4168896842 ** get_address_of__iter_3() { return &____iter_3; } inline void set__iter_3(BaseIterator_t4168896842 * value) { ____iter_3 = value; Il2CppCodeGenWriteBarrier((&____iter_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARENSITERATOR_T4020310733_H #ifndef XPATHFUNCTIONLANG_T242671679_H #define XPATHFUNCTIONLANG_T242671679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionLang struct XPathFunctionLang_t242671679 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionLang::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionLang_t242671679, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONLANG_T242671679_H #ifndef SORTEDITERATOR_T2904376427_H #define SORTEDITERATOR_T2904376427_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SortedIterator struct SortedIterator_t2904376427 : public BaseIterator_t4168896842 { public: // System.Collections.ArrayList System.Xml.XPath.SortedIterator::list ArrayList_t2718874744 * ___list_3; public: inline static int32_t get_offset_of_list_3() { return static_cast(offsetof(SortedIterator_t2904376427, ___list_3)); } inline ArrayList_t2718874744 * get_list_3() const { return ___list_3; } inline ArrayList_t2718874744 ** get_address_of_list_3() { return &___list_3; } inline void set_list_3(ArrayList_t2718874744 * value) { ___list_3 = value; Il2CppCodeGenWriteBarrier((&___list_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTEDITERATOR_T2904376427_H #ifndef XPATHBOOLEANFUNCTION_T57991257_H #define XPATHBOOLEANFUNCTION_T57991257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathBooleanFunction struct XPathBooleanFunction_t57991257 : public XPathFunction_t857746608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHBOOLEANFUNCTION_T57991257_H #ifndef AUTHENTICATIONLEVEL_T1236753641_H #define AUTHENTICATIONLEVEL_T1236753641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_t1236753641 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(AuthenticationLevel_t1236753641, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AUTHENTICATIONLEVEL_T1236753641_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef LISTITERATOR_T3066609410_H #define LISTITERATOR_T3066609410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ListIterator struct ListIterator_t3066609410 : public BaseIterator_t4168896842 { public: // System.Collections.IList System.Xml.XPath.ListIterator::_list RuntimeObject* ____list_3; public: inline static int32_t get_offset_of__list_3() { return static_cast(offsetof(ListIterator_t3066609410, ____list_3)); } inline RuntimeObject* get__list_3() const { return ____list_3; } inline RuntimeObject** get_address_of__list_3() { return &____list_3; } inline void set__list_3(RuntimeObject* value) { ____list_3 = value; Il2CppCodeGenWriteBarrier((&____list_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTITERATOR_T3066609410_H #ifndef UNIONITERATOR_T312972106_H #define UNIONITERATOR_T312972106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.UnionIterator struct UnionIterator_t312972106 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.UnionIterator::_left BaseIterator_t4168896842 * ____left_3; // System.Xml.XPath.BaseIterator System.Xml.XPath.UnionIterator::_right BaseIterator_t4168896842 * ____right_4; // System.Boolean System.Xml.XPath.UnionIterator::keepLeft bool ___keepLeft_5; // System.Boolean System.Xml.XPath.UnionIterator::keepRight bool ___keepRight_6; // System.Xml.XPath.XPathNavigator System.Xml.XPath.UnionIterator::_current XPathNavigator_t787956054 * ____current_7; public: inline static int32_t get_offset_of__left_3() { return static_cast(offsetof(UnionIterator_t312972106, ____left_3)); } inline BaseIterator_t4168896842 * get__left_3() const { return ____left_3; } inline BaseIterator_t4168896842 ** get_address_of__left_3() { return &____left_3; } inline void set__left_3(BaseIterator_t4168896842 * value) { ____left_3 = value; Il2CppCodeGenWriteBarrier((&____left_3), value); } inline static int32_t get_offset_of__right_4() { return static_cast(offsetof(UnionIterator_t312972106, ____right_4)); } inline BaseIterator_t4168896842 * get__right_4() const { return ____right_4; } inline BaseIterator_t4168896842 ** get_address_of__right_4() { return &____right_4; } inline void set__right_4(BaseIterator_t4168896842 * value) { ____right_4 = value; Il2CppCodeGenWriteBarrier((&____right_4), value); } inline static int32_t get_offset_of_keepLeft_5() { return static_cast(offsetof(UnionIterator_t312972106, ___keepLeft_5)); } inline bool get_keepLeft_5() const { return ___keepLeft_5; } inline bool* get_address_of_keepLeft_5() { return &___keepLeft_5; } inline void set_keepLeft_5(bool value) { ___keepLeft_5 = value; } inline static int32_t get_offset_of_keepRight_6() { return static_cast(offsetof(UnionIterator_t312972106, ___keepRight_6)); } inline bool get_keepRight_6() const { return ___keepRight_6; } inline bool* get_address_of_keepRight_6() { return &___keepRight_6; } inline void set_keepRight_6(bool value) { ___keepRight_6 = value; } inline static int32_t get_offset_of__current_7() { return static_cast(offsetof(UnionIterator_t312972106, ____current_7)); } inline XPathNavigator_t787956054 * get__current_7() const { return ____current_7; } inline XPathNavigator_t787956054 ** get_address_of__current_7() { return &____current_7; } inline void set__current_7(XPathNavigator_t787956054 * value) { ____current_7 = value; Il2CppCodeGenWriteBarrier((&____current_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNIONITERATOR_T312972106_H #ifndef EXPRUNION_T1609753984_H #define EXPRUNION_T1609753984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprUNION struct ExprUNION_t1609753984 : public NodeSet_t3272593155 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprUNION::left Expression_t1452783009 * ___left_0; // System.Xml.XPath.Expression System.Xml.XPath.ExprUNION::right Expression_t1452783009 * ___right_1; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(ExprUNION_t1609753984, ___left_0)); } inline Expression_t1452783009 * get_left_0() const { return ___left_0; } inline Expression_t1452783009 ** get_address_of_left_0() { return &___left_0; } inline void set_left_0(Expression_t1452783009 * value) { ___left_0 = value; Il2CppCodeGenWriteBarrier((&___left_0), value); } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(ExprUNION_t1609753984, ___right_1)); } inline Expression_t1452783009 * get_right_1() const { return ___right_1; } inline Expression_t1452783009 ** get_address_of_right_1() { return &___right_1; } inline void set_right_1(Expression_t1452783009 * value) { ___right_1 = value; Il2CppCodeGenWriteBarrier((&___right_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRUNION_T1609753984_H #ifndef EXPRSLASH2_T1762680492_H #define EXPRSLASH2_T1762680492_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprSLASH2 struct ExprSLASH2_t1762680492 : public NodeSet_t3272593155 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprSLASH2::left Expression_t1452783009 * ___left_0; // System.Xml.XPath.NodeSet System.Xml.XPath.ExprSLASH2::right NodeSet_t3272593155 * ___right_1; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(ExprSLASH2_t1762680492, ___left_0)); } inline Expression_t1452783009 * get_left_0() const { return ___left_0; } inline Expression_t1452783009 ** get_address_of_left_0() { return &___left_0; } inline void set_left_0(Expression_t1452783009 * value) { ___left_0 = value; Il2CppCodeGenWriteBarrier((&___left_0), value); } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(ExprSLASH2_t1762680492, ___right_1)); } inline NodeSet_t3272593155 * get_right_1() const { return ___right_1; } inline NodeSet_t3272593155 ** get_address_of_right_1() { return &___right_1; } inline void set_right_1(NodeSet_t3272593155 * value) { ___right_1 = value; Il2CppCodeGenWriteBarrier((&___right_1), value); } }; struct ExprSLASH2_t1762680492_StaticFields { public: // System.Xml.XPath.NodeTest System.Xml.XPath.ExprSLASH2::DescendantOrSelfStar NodeTest_t747859056 * ___DescendantOrSelfStar_2; public: inline static int32_t get_offset_of_DescendantOrSelfStar_2() { return static_cast(offsetof(ExprSLASH2_t1762680492_StaticFields, ___DescendantOrSelfStar_2)); } inline NodeTest_t747859056 * get_DescendantOrSelfStar_2() const { return ___DescendantOrSelfStar_2; } inline NodeTest_t747859056 ** get_address_of_DescendantOrSelfStar_2() { return &___DescendantOrSelfStar_2; } inline void set_DescendantOrSelfStar_2(NodeTest_t747859056 * value) { ___DescendantOrSelfStar_2 = value; Il2CppCodeGenWriteBarrier((&___DescendantOrSelfStar_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRSLASH2_T1762680492_H #ifndef XPATHFUNCTIONTRANSLATE_T1071508611_H #define XPATHFUNCTIONTRANSLATE_T1071508611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionTranslate struct XPathFunctionTranslate_t1071508611 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionTranslate::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionTranslate::arg1 Expression_t1452783009 * ___arg1_1; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionTranslate::arg2 Expression_t1452783009 * ___arg2_2; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionTranslate_t1071508611, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionTranslate_t1071508611, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } inline static int32_t get_offset_of_arg2_2() { return static_cast(offsetof(XPathFunctionTranslate_t1071508611, ___arg2_2)); } inline Expression_t1452783009 * get_arg2_2() const { return ___arg2_2; } inline Expression_t1452783009 ** get_address_of_arg2_2() { return &___arg2_2; } inline void set_arg2_2(Expression_t1452783009 * value) { ___arg2_2 = value; Il2CppCodeGenWriteBarrier((&___arg2_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONTRANSLATE_T1071508611_H #ifndef XPATHFUNCTIONSTRING_T3820712894_H #define XPATHFUNCTIONSTRING_T3820712894_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionString struct XPathFunctionString_t3820712894 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionString::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionString_t3820712894, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSTRING_T3820712894_H #ifndef XPATHFUNCTIONNAME_T1405602168_H #define XPATHFUNCTIONNAME_T1405602168_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionName struct XPathFunctionName_t1405602168 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionName::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionName_t1405602168, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNAME_T1405602168_H #ifndef XPATHFUNCTIONNAMESPACEURI_T4077891083_H #define XPATHFUNCTIONNAMESPACEURI_T4077891083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionNamespaceUri struct XPathFunctionNamespaceUri_t4077891083 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionNamespaceUri::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionNamespaceUri_t4077891083, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNAMESPACEURI_T4077891083_H #ifndef XPATHFUNCTIONLOCALNAME_T1807446049_H #define XPATHFUNCTIONLOCALNAME_T1807446049_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionLocalName struct XPathFunctionLocalName_t1807446049 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionLocalName::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionLocalName_t1807446049, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONLOCALNAME_T1807446049_H #ifndef XPATHFUNCTIONID_T1670301333_H #define XPATHFUNCTIONID_T1670301333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionId struct XPathFunctionId_t1670301333 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionId::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionId_t1670301333, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; struct XPathFunctionId_t1670301333_StaticFields { public: // System.Char[] System.Xml.XPath.XPathFunctionId::rgchWhitespace CharU5BU5D_t3528271667* ___rgchWhitespace_1; public: inline static int32_t get_offset_of_rgchWhitespace_1() { return static_cast(offsetof(XPathFunctionId_t1670301333_StaticFields, ___rgchWhitespace_1)); } inline CharU5BU5D_t3528271667* get_rgchWhitespace_1() const { return ___rgchWhitespace_1; } inline CharU5BU5D_t3528271667** get_address_of_rgchWhitespace_1() { return &___rgchWhitespace_1; } inline void set_rgchWhitespace_1(CharU5BU5D_t3528271667* value) { ___rgchWhitespace_1 = value; Il2CppCodeGenWriteBarrier((&___rgchWhitespace_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONID_T1670301333_H #ifndef XPATHFUNCTIONCOUNT_T4174407007_H #define XPATHFUNCTIONCOUNT_T4174407007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionCount struct XPathFunctionCount_t4174407007 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionCount::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionCount_t4174407007, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONCOUNT_T4174407007_H #ifndef XPATHFUNCTIONPOSITION_T1996792158_H #define XPATHFUNCTIONPOSITION_T1996792158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionPosition struct XPathFunctionPosition_t1996792158 : public XPathFunction_t857746608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONPOSITION_T1996792158_H #ifndef XPATHFUNCTIONCONCAT_T3351639595_H #define XPATHFUNCTIONCONCAT_T3351639595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionConcat struct XPathFunctionConcat_t3351639595 : public XPathFunction_t857746608 { public: // System.Collections.ArrayList System.Xml.XPath.XPathFunctionConcat::rgs ArrayList_t2718874744 * ___rgs_0; public: inline static int32_t get_offset_of_rgs_0() { return static_cast(offsetof(XPathFunctionConcat_t3351639595, ___rgs_0)); } inline ArrayList_t2718874744 * get_rgs_0() const { return ___rgs_0; } inline ArrayList_t2718874744 ** get_address_of_rgs_0() { return &___rgs_0; } inline void set_rgs_0(ArrayList_t2718874744 * value) { ___rgs_0 = value; Il2CppCodeGenWriteBarrier((&___rgs_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONCONCAT_T3351639595_H #ifndef XPATHFUNCTIONNORMALIZESPACE_T379159227_H #define XPATHFUNCTIONNORMALIZESPACE_T379159227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionNormalizeSpace struct XPathFunctionNormalizeSpace_t379159227 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionNormalizeSpace::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionNormalizeSpace_t379159227, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNORMALIZESPACE_T379159227_H #ifndef XPATHFUNCTIONSTRINGLENGTH_T1686187666_H #define XPATHFUNCTIONSTRINGLENGTH_T1686187666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionStringLength struct XPathFunctionStringLength_t1686187666 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionStringLength::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionStringLength_t1686187666, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSTRINGLENGTH_T1686187666_H #ifndef XPATHFUNCTIONSUBSTRING_T3677332116_H #define XPATHFUNCTIONSUBSTRING_T3677332116_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionSubstring struct XPathFunctionSubstring_t3677332116 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstring::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstring::arg1 Expression_t1452783009 * ___arg1_1; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstring::arg2 Expression_t1452783009 * ___arg2_2; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionSubstring_t3677332116, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionSubstring_t3677332116, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } inline static int32_t get_offset_of_arg2_2() { return static_cast(offsetof(XPathFunctionSubstring_t3677332116, ___arg2_2)); } inline Expression_t1452783009 * get_arg2_2() const { return ___arg2_2; } inline Expression_t1452783009 ** get_address_of_arg2_2() { return &___arg2_2; } inline void set_arg2_2(Expression_t1452783009 * value) { ___arg2_2 = value; Il2CppCodeGenWriteBarrier((&___arg2_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSUBSTRING_T3677332116_H #ifndef XPATHFUNCTIONSUBSTRINGAFTER_T2254953802_H #define XPATHFUNCTIONSUBSTRINGAFTER_T2254953802_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionSubstringAfter struct XPathFunctionSubstringAfter_t2254953802 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstringAfter::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstringAfter::arg1 Expression_t1452783009 * ___arg1_1; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionSubstringAfter_t2254953802, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionSubstringAfter_t2254953802, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSUBSTRINGAFTER_T2254953802_H #ifndef XPATHFUNCTIONSUBSTRINGBEFORE_T3299707364_H #define XPATHFUNCTIONSUBSTRINGBEFORE_T3299707364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionSubstringBefore struct XPathFunctionSubstringBefore_t3299707364 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstringBefore::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstringBefore::arg1 Expression_t1452783009 * ___arg1_1; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionSubstringBefore_t3299707364, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionSubstringBefore_t3299707364, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSUBSTRINGBEFORE_T3299707364_H #ifndef XPATHFUNCTIONCONTAINS_T678583606_H #define XPATHFUNCTIONCONTAINS_T678583606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionContains struct XPathFunctionContains_t678583606 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionContains::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionContains::arg1 Expression_t1452783009 * ___arg1_1; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionContains_t678583606, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionContains_t678583606, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONCONTAINS_T678583606_H #ifndef XPATHFUNCTIONSTARTSWITH_T3734288208_H #define XPATHFUNCTIONSTARTSWITH_T3734288208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionStartsWith struct XPathFunctionStartsWith_t3734288208 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionStartsWith::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionStartsWith::arg1 Expression_t1452783009 * ___arg1_1; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionStartsWith_t3734288208, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionStartsWith_t3734288208, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSTARTSWITH_T3734288208_H #ifndef DELEGATE_T1188392813_H #define DELEGATE_T1188392813_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Delegate struct Delegate_t1188392813 : 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::method_code intptr_t ___method_code_5; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_6; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_7; // System.DelegateData System.Delegate::data DelegateData_t1677132599 * ___data_8; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_t1188392813, ___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((&___m_target_2), value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t1188392813, ___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_t1188392813, ___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_method_code_5() { return static_cast(offsetof(Delegate_t1188392813, ___method_code_5)); } inline intptr_t get_method_code_5() const { return ___method_code_5; } inline intptr_t* get_address_of_method_code_5() { return &___method_code_5; } inline void set_method_code_5(intptr_t value) { ___method_code_5 = value; } inline static int32_t get_offset_of_method_info_6() { return static_cast(offsetof(Delegate_t1188392813, ___method_info_6)); } inline MethodInfo_t * get_method_info_6() const { return ___method_info_6; } inline MethodInfo_t ** get_address_of_method_info_6() { return &___method_info_6; } inline void set_method_info_6(MethodInfo_t * value) { ___method_info_6 = value; Il2CppCodeGenWriteBarrier((&___method_info_6), value); } inline static int32_t get_offset_of_original_method_info_7() { return static_cast(offsetof(Delegate_t1188392813, ___original_method_info_7)); } inline MethodInfo_t * get_original_method_info_7() const { return ___original_method_info_7; } inline MethodInfo_t ** get_address_of_original_method_info_7() { return &___original_method_info_7; } inline void set_original_method_info_7(MethodInfo_t * value) { ___original_method_info_7 = value; Il2CppCodeGenWriteBarrier((&___original_method_info_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(Delegate_t1188392813, ___data_8)); } inline DelegateData_t1677132599 * get_data_8() const { return ___data_8; } inline DelegateData_t1677132599 ** get_address_of_data_8() { return &___data_8; } inline void set_data_8(DelegateData_t1677132599 * value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DELEGATE_T1188392813_H #ifndef XMLSCHEMASET_T266093086_H #define XMLSCHEMASET_T266093086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable XmlNameTable_t71772148 * ___nameTable_0; // System.Xml.XmlResolver System.Xml.Schema.XmlSchemaSet::xmlResolver XmlResolver_t626023767 * ___xmlResolver_1; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaSet::schemas ArrayList_t2718874744 * ___schemas_2; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::attributes XmlSchemaObjectTable_t2546974348 * ___attributes_3; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::elements XmlSchemaObjectTable_t2546974348 * ___elements_4; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::types XmlSchemaObjectTable_t2546974348 * ___types_5; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::idCollection Hashtable_t1853889766 * ___idCollection_6; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::namedIdentities XmlSchemaObjectTable_t2546974348 * ___namedIdentities_7; // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::settings XmlSchemaCompilationSettings_t2218765537 * ___settings_8; // System.Boolean System.Xml.Schema.XmlSchemaSet::isCompiled bool ___isCompiled_9; // System.Guid System.Xml.Schema.XmlSchemaSet::CompilationId Guid_t ___CompilationId_10; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_11; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___nameTable_0)); } inline XmlNameTable_t71772148 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t71772148 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((&___nameTable_0), value); } inline static int32_t get_offset_of_xmlResolver_1() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___xmlResolver_1)); } inline XmlResolver_t626023767 * get_xmlResolver_1() const { return ___xmlResolver_1; } inline XmlResolver_t626023767 ** get_address_of_xmlResolver_1() { return &___xmlResolver_1; } inline void set_xmlResolver_1(XmlResolver_t626023767 * value) { ___xmlResolver_1 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_1), value); } inline static int32_t get_offset_of_schemas_2() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___schemas_2)); } inline ArrayList_t2718874744 * get_schemas_2() const { return ___schemas_2; } inline ArrayList_t2718874744 ** get_address_of_schemas_2() { return &___schemas_2; } inline void set_schemas_2(ArrayList_t2718874744 * value) { ___schemas_2 = value; Il2CppCodeGenWriteBarrier((&___schemas_2), value); } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___attributes_3)); } inline XmlSchemaObjectTable_t2546974348 * get_attributes_3() const { return ___attributes_3; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(XmlSchemaObjectTable_t2546974348 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((&___attributes_3), value); } inline static int32_t get_offset_of_elements_4() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___elements_4)); } inline XmlSchemaObjectTable_t2546974348 * get_elements_4() const { return ___elements_4; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_elements_4() { return &___elements_4; } inline void set_elements_4(XmlSchemaObjectTable_t2546974348 * value) { ___elements_4 = value; Il2CppCodeGenWriteBarrier((&___elements_4), value); } inline static int32_t get_offset_of_types_5() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___types_5)); } inline XmlSchemaObjectTable_t2546974348 * get_types_5() const { return ___types_5; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_types_5() { return &___types_5; } inline void set_types_5(XmlSchemaObjectTable_t2546974348 * value) { ___types_5 = value; Il2CppCodeGenWriteBarrier((&___types_5), value); } inline static int32_t get_offset_of_idCollection_6() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___idCollection_6)); } inline Hashtable_t1853889766 * get_idCollection_6() const { return ___idCollection_6; } inline Hashtable_t1853889766 ** get_address_of_idCollection_6() { return &___idCollection_6; } inline void set_idCollection_6(Hashtable_t1853889766 * value) { ___idCollection_6 = value; Il2CppCodeGenWriteBarrier((&___idCollection_6), value); } inline static int32_t get_offset_of_namedIdentities_7() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___namedIdentities_7)); } inline XmlSchemaObjectTable_t2546974348 * get_namedIdentities_7() const { return ___namedIdentities_7; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_namedIdentities_7() { return &___namedIdentities_7; } inline void set_namedIdentities_7(XmlSchemaObjectTable_t2546974348 * value) { ___namedIdentities_7 = value; Il2CppCodeGenWriteBarrier((&___namedIdentities_7), value); } inline static int32_t get_offset_of_settings_8() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___settings_8)); } inline XmlSchemaCompilationSettings_t2218765537 * get_settings_8() const { return ___settings_8; } inline XmlSchemaCompilationSettings_t2218765537 ** get_address_of_settings_8() { return &___settings_8; } inline void set_settings_8(XmlSchemaCompilationSettings_t2218765537 * value) { ___settings_8 = value; Il2CppCodeGenWriteBarrier((&___settings_8), value); } inline static int32_t get_offset_of_isCompiled_9() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___isCompiled_9)); } inline bool get_isCompiled_9() const { return ___isCompiled_9; } inline bool* get_address_of_isCompiled_9() { return &___isCompiled_9; } inline void set_isCompiled_9(bool value) { ___isCompiled_9 = value; } inline static int32_t get_offset_of_CompilationId_10() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___CompilationId_10)); } inline Guid_t get_CompilationId_10() const { return ___CompilationId_10; } inline Guid_t * get_address_of_CompilationId_10() { return &___CompilationId_10; } inline void set_CompilationId_10(Guid_t value) { ___CompilationId_10 = value; } inline static int32_t get_offset_of_ValidationEventHandler_11() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___ValidationEventHandler_11)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_11() const { return ___ValidationEventHandler_11; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_11() { return &___ValidationEventHandler_11; } inline void set_ValidationEventHandler_11(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_11 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASET_T266093086_H #ifndef COMMANDSTATE_T1020432923_H #define COMMANDSTATE_T1020432923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderBinarySupport/CommandState struct CommandState_t1020432923 { public: // System.Int32 System.Xml.XmlReaderBinarySupport/CommandState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CommandState_t1020432923, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMMANDSTATE_T1020432923_H #ifndef STRINGWRITER_T802263757_H #define STRINGWRITER_T802263757_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringWriter struct StringWriter_t802263757 : public TextWriter_t3478189236 { public: // System.Text.StringBuilder System.IO.StringWriter::internalString StringBuilder_t * ___internalString_4; // System.Boolean System.IO.StringWriter::disposed bool ___disposed_5; public: inline static int32_t get_offset_of_internalString_4() { return static_cast(offsetof(StringWriter_t802263757, ___internalString_4)); } inline StringBuilder_t * get_internalString_4() const { return ___internalString_4; } inline StringBuilder_t ** get_address_of_internalString_4() { return &___internalString_4; } inline void set_internalString_4(StringBuilder_t * value) { ___internalString_4 = value; Il2CppCodeGenWriteBarrier((&___internalString_4), value); } inline static int32_t get_offset_of_disposed_5() { return static_cast(offsetof(StringWriter_t802263757, ___disposed_5)); } inline bool get_disposed_5() const { return ___disposed_5; } inline bool* get_address_of_disposed_5() { return &___disposed_5; } inline void set_disposed_5(bool value) { ___disposed_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGWRITER_T802263757_H #ifndef NOTIMPLEMENTEDEXCEPTION_T3489357830_H #define NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotImplementedException struct NotImplementedException_t3489357830 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTIMPLEMENTEDEXCEPTION_T3489357830_H #ifndef XMLSCHEMAVALIDATIONFLAGS_T877176585_H #define XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_t877176585 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaValidationFlags_t877176585, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifndef VALIDATIONTYPE_T4049928607_H #define VALIDATIONTYPE_T4049928607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ValidationType struct ValidationType_t4049928607 { public: // System.Int32 System.Xml.ValidationType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ValidationType_t4049928607, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONTYPE_T4049928607_H #ifndef ENTITYHANDLING_T1047276436_H #define ENTITYHANDLING_T1047276436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.EntityHandling struct EntityHandling_t1047276436 { public: // System.Int32 System.Xml.EntityHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(EntityHandling_t1047276436, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTITYHANDLING_T1047276436_H #ifndef CONFORMANCELEVEL_T3899847875_H #define CONFORMANCELEVEL_T3899847875_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ConformanceLevel struct ConformanceLevel_t3899847875 { public: // System.Int32 System.Xml.ConformanceLevel::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ConformanceLevel_t3899847875, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONFORMANCELEVEL_T3899847875_H #ifndef XMLSEVERITYTYPE_T1894651412_H #define XMLSEVERITYTYPE_T1894651412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSeverityType struct XmlSeverityType_t1894651412 { public: // System.Int32 System.Xml.Schema.XmlSeverityType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSeverityType_t1894651412, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSEVERITYTYPE_T1894651412_H #ifndef FILEACCESS_T1659085276_H #define FILEACCESS_T1659085276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileAccess struct FileAccess_t1659085276 { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileAccess_t1659085276, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEACCESS_T1659085276_H #ifndef FILEMODE_T1183438340_H #define FILEMODE_T1183438340_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileMode struct FileMode_t1183438340 { public: // System.Int32 System.IO.FileMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileMode_t1183438340, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILEMODE_T1183438340_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef WHITESPACEHANDLING_T784045650_H #define WHITESPACEHANDLING_T784045650_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.WhitespaceHandling struct WhitespaceHandling_t784045650 { public: // System.Int32 System.Xml.WhitespaceHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WhitespaceHandling_t784045650, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WHITESPACEHANDLING_T784045650_H #ifndef NONBLOCKINGSTREAMREADER_T2495303928_H #define NONBLOCKINGSTREAMREADER_T2495303928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NonBlockingStreamReader struct NonBlockingStreamReader_t2495303928 : public TextReader_t283511965 { public: // System.Byte[] System.Xml.NonBlockingStreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_2; // System.Char[] System.Xml.NonBlockingStreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_3; // System.Int32 System.Xml.NonBlockingStreamReader::decoded_count int32_t ___decoded_count_4; // System.Int32 System.Xml.NonBlockingStreamReader::pos int32_t ___pos_5; // System.Int32 System.Xml.NonBlockingStreamReader::buffer_size int32_t ___buffer_size_6; // System.Text.Encoding System.Xml.NonBlockingStreamReader::encoding Encoding_t1523322056 * ___encoding_7; // System.Text.Decoder System.Xml.NonBlockingStreamReader::decoder Decoder_t2204182725 * ___decoder_8; // System.IO.Stream System.Xml.NonBlockingStreamReader::base_stream Stream_t1273022909 * ___base_stream_9; // System.Boolean System.Xml.NonBlockingStreamReader::mayBlock bool ___mayBlock_10; // System.Text.StringBuilder System.Xml.NonBlockingStreamReader::line_builder StringBuilder_t * ___line_builder_11; // System.Boolean System.Xml.NonBlockingStreamReader::foundCR bool ___foundCR_12; public: inline static int32_t get_offset_of_input_buffer_2() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___input_buffer_2)); } inline ByteU5BU5D_t4116647657* get_input_buffer_2() const { return ___input_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_2() { return &___input_buffer_2; } inline void set_input_buffer_2(ByteU5BU5D_t4116647657* value) { ___input_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_2), value); } inline static int32_t get_offset_of_decoded_buffer_3() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoded_buffer_3)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_3() const { return ___decoded_buffer_3; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_3() { return &___decoded_buffer_3; } inline void set_decoded_buffer_3(CharU5BU5D_t3528271667* value) { ___decoded_buffer_3 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_3), value); } inline static int32_t get_offset_of_decoded_count_4() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoded_count_4)); } inline int32_t get_decoded_count_4() const { return ___decoded_count_4; } inline int32_t* get_address_of_decoded_count_4() { return &___decoded_count_4; } inline void set_decoded_count_4(int32_t value) { ___decoded_count_4 = value; } inline static int32_t get_offset_of_pos_5() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___pos_5)); } inline int32_t get_pos_5() const { return ___pos_5; } inline int32_t* get_address_of_pos_5() { return &___pos_5; } inline void set_pos_5(int32_t value) { ___pos_5 = value; } inline static int32_t get_offset_of_buffer_size_6() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___buffer_size_6)); } inline int32_t get_buffer_size_6() const { return ___buffer_size_6; } inline int32_t* get_address_of_buffer_size_6() { return &___buffer_size_6; } inline void set_buffer_size_6(int32_t value) { ___buffer_size_6 = value; } inline static int32_t get_offset_of_encoding_7() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___encoding_7)); } inline Encoding_t1523322056 * get_encoding_7() const { return ___encoding_7; } inline Encoding_t1523322056 ** get_address_of_encoding_7() { return &___encoding_7; } inline void set_encoding_7(Encoding_t1523322056 * value) { ___encoding_7 = value; Il2CppCodeGenWriteBarrier((&___encoding_7), value); } inline static int32_t get_offset_of_decoder_8() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoder_8)); } inline Decoder_t2204182725 * get_decoder_8() const { return ___decoder_8; } inline Decoder_t2204182725 ** get_address_of_decoder_8() { return &___decoder_8; } inline void set_decoder_8(Decoder_t2204182725 * value) { ___decoder_8 = value; Il2CppCodeGenWriteBarrier((&___decoder_8), value); } inline static int32_t get_offset_of_base_stream_9() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___base_stream_9)); } inline Stream_t1273022909 * get_base_stream_9() const { return ___base_stream_9; } inline Stream_t1273022909 ** get_address_of_base_stream_9() { return &___base_stream_9; } inline void set_base_stream_9(Stream_t1273022909 * value) { ___base_stream_9 = value; Il2CppCodeGenWriteBarrier((&___base_stream_9), value); } inline static int32_t get_offset_of_mayBlock_10() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___mayBlock_10)); } inline bool get_mayBlock_10() const { return ___mayBlock_10; } inline bool* get_address_of_mayBlock_10() { return &___mayBlock_10; } inline void set_mayBlock_10(bool value) { ___mayBlock_10 = value; } inline static int32_t get_offset_of_line_builder_11() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___line_builder_11)); } inline StringBuilder_t * get_line_builder_11() const { return ___line_builder_11; } inline StringBuilder_t ** get_address_of_line_builder_11() { return &___line_builder_11; } inline void set_line_builder_11(StringBuilder_t * value) { ___line_builder_11 = value; Il2CppCodeGenWriteBarrier((&___line_builder_11), value); } inline static int32_t get_offset_of_foundCR_12() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___foundCR_12)); } inline bool get_foundCR_12() const { return ___foundCR_12; } inline bool* get_address_of_foundCR_12() { return &___foundCR_12; } inline void set_foundCR_12(bool value) { ___foundCR_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NONBLOCKINGSTREAMREADER_T2495303928_H #ifndef XMLINPUTSTREAM_T1691369434_H #define XMLINPUTSTREAM_T1691369434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlInputStream struct XmlInputStream_t1691369434 : public Stream_t1273022909 { public: // System.Text.Encoding System.Xml.XmlInputStream::enc Encoding_t1523322056 * ___enc_3; // System.IO.Stream System.Xml.XmlInputStream::stream Stream_t1273022909 * ___stream_4; // System.Byte[] System.Xml.XmlInputStream::buffer ByteU5BU5D_t4116647657* ___buffer_5; // System.Int32 System.Xml.XmlInputStream::bufLength int32_t ___bufLength_6; // System.Int32 System.Xml.XmlInputStream::bufPos int32_t ___bufPos_7; public: inline static int32_t get_offset_of_enc_3() { return static_cast(offsetof(XmlInputStream_t1691369434, ___enc_3)); } inline Encoding_t1523322056 * get_enc_3() const { return ___enc_3; } inline Encoding_t1523322056 ** get_address_of_enc_3() { return &___enc_3; } inline void set_enc_3(Encoding_t1523322056 * value) { ___enc_3 = value; Il2CppCodeGenWriteBarrier((&___enc_3), value); } inline static int32_t get_offset_of_stream_4() { return static_cast(offsetof(XmlInputStream_t1691369434, ___stream_4)); } inline Stream_t1273022909 * get_stream_4() const { return ___stream_4; } inline Stream_t1273022909 ** get_address_of_stream_4() { return &___stream_4; } inline void set_stream_4(Stream_t1273022909 * value) { ___stream_4 = value; Il2CppCodeGenWriteBarrier((&___stream_4), value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(XmlInputStream_t1691369434, ___buffer_5)); } inline ByteU5BU5D_t4116647657* get_buffer_5() const { return ___buffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(ByteU5BU5D_t4116647657* value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((&___buffer_5), value); } inline static int32_t get_offset_of_bufLength_6() { return static_cast(offsetof(XmlInputStream_t1691369434, ___bufLength_6)); } inline int32_t get_bufLength_6() const { return ___bufLength_6; } inline int32_t* get_address_of_bufLength_6() { return &___bufLength_6; } inline void set_bufLength_6(int32_t value) { ___bufLength_6 = value; } inline static int32_t get_offset_of_bufPos_7() { return static_cast(offsetof(XmlInputStream_t1691369434, ___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; } }; struct XmlInputStream_t1691369434_StaticFields { public: // System.Text.Encoding System.Xml.XmlInputStream::StrictUTF8 Encoding_t1523322056 * ___StrictUTF8_2; // System.Xml.XmlException System.Xml.XmlInputStream::encodingException XmlException_t1761730631 * ___encodingException_8; public: inline static int32_t get_offset_of_StrictUTF8_2() { return static_cast(offsetof(XmlInputStream_t1691369434_StaticFields, ___StrictUTF8_2)); } inline Encoding_t1523322056 * get_StrictUTF8_2() const { return ___StrictUTF8_2; } inline Encoding_t1523322056 ** get_address_of_StrictUTF8_2() { return &___StrictUTF8_2; } inline void set_StrictUTF8_2(Encoding_t1523322056 * value) { ___StrictUTF8_2 = value; Il2CppCodeGenWriteBarrier((&___StrictUTF8_2), value); } inline static int32_t get_offset_of_encodingException_8() { return static_cast(offsetof(XmlInputStream_t1691369434_StaticFields, ___encodingException_8)); } inline XmlException_t1761730631 * get_encodingException_8() const { return ___encodingException_8; } inline XmlException_t1761730631 ** get_address_of_encodingException_8() { return &___encodingException_8; } inline void set_encodingException_8(XmlException_t1761730631 * value) { ___encodingException_8 = value; Il2CppCodeGenWriteBarrier((&___encodingException_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLINPUTSTREAM_T1691369434_H #ifndef XMLCHARACTERDATA_T1167807131_H #define XMLCHARACTERDATA_T1167807131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlCharacterData struct XmlCharacterData_t1167807131 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlCharacterData::data String_t* ___data_6; public: inline static int32_t get_offset_of_data_6() { return static_cast(offsetof(XmlCharacterData_t1167807131, ___data_6)); } inline String_t* get_data_6() const { return ___data_6; } inline String_t** get_address_of_data_6() { return &___data_6; } inline void set_data_6(String_t* value) { ___data_6 = value; Il2CppCodeGenWriteBarrier((&___data_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHARACTERDATA_T1167807131_H #ifndef XMLSCHEMAEXCEPTION_T3511258692_H #define XMLSCHEMAEXCEPTION_T3511258692_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t3511258692 : public SystemException_t176217640 { public: // System.Boolean System.Xml.Schema.XmlSchemaException::hasLineInfo bool ___hasLineInfo_11; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_12; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_13; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceObj XmlSchemaObject_t1315720168 * ___sourceObj_14; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_15; public: inline static int32_t get_offset_of_hasLineInfo_11() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___hasLineInfo_11)); } inline bool get_hasLineInfo_11() const { return ___hasLineInfo_11; } inline bool* get_address_of_hasLineInfo_11() { return &___hasLineInfo_11; } inline void set_hasLineInfo_11(bool value) { ___hasLineInfo_11 = value; } inline static int32_t get_offset_of_lineNumber_12() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___lineNumber_12)); } inline int32_t get_lineNumber_12() const { return ___lineNumber_12; } inline int32_t* get_address_of_lineNumber_12() { return &___lineNumber_12; } inline void set_lineNumber_12(int32_t value) { ___lineNumber_12 = value; } inline static int32_t get_offset_of_linePosition_13() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___linePosition_13)); } inline int32_t get_linePosition_13() const { return ___linePosition_13; } inline int32_t* get_address_of_linePosition_13() { return &___linePosition_13; } inline void set_linePosition_13(int32_t value) { ___linePosition_13 = value; } inline static int32_t get_offset_of_sourceObj_14() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___sourceObj_14)); } inline XmlSchemaObject_t1315720168 * get_sourceObj_14() const { return ___sourceObj_14; } inline XmlSchemaObject_t1315720168 ** get_address_of_sourceObj_14() { return &___sourceObj_14; } inline void set_sourceObj_14(XmlSchemaObject_t1315720168 * value) { ___sourceObj_14 = value; Il2CppCodeGenWriteBarrier((&___sourceObj_14), value); } inline static int32_t get_offset_of_sourceUri_15() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___sourceUri_15)); } inline String_t* get_sourceUri_15() const { return ___sourceUri_15; } inline String_t** get_address_of_sourceUri_15() { return &___sourceUri_15; } inline void set_sourceUri_15(String_t* value) { ___sourceUri_15 = value; Il2CppCodeGenWriteBarrier((&___sourceUri_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAEXCEPTION_T3511258692_H #ifndef XMLPROCESSINGINSTRUCTION_T425688976_H #define XMLPROCESSINGINSTRUCTION_T425688976_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t425688976 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlProcessingInstruction::target String_t* ___target_6; // System.String System.Xml.XmlProcessingInstruction::data String_t* ___data_7; public: inline static int32_t get_offset_of_target_6() { return static_cast(offsetof(XmlProcessingInstruction_t425688976, ___target_6)); } inline String_t* get_target_6() const { return ___target_6; } inline String_t** get_address_of_target_6() { return &___target_6; } inline void set_target_6(String_t* value) { ___target_6 = value; Il2CppCodeGenWriteBarrier((&___target_6), value); } inline static int32_t get_offset_of_data_7() { return static_cast(offsetof(XmlProcessingInstruction_t425688976, ___data_7)); } inline String_t* get_data_7() const { return ___data_7; } inline String_t** get_address_of_data_7() { return &___data_7; } inline void set_data_7(String_t* value) { ___data_7 = value; Il2CppCodeGenWriteBarrier((&___data_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPROCESSINGINSTRUCTION_T425688976_H #ifndef XMLNODEORDER_T3385003529_H #define XMLNODEORDER_T3385003529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeOrder struct XmlNodeOrder_t3385003529 { public: // System.Int32 System.Xml.XmlNodeOrder::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeOrder_t3385003529, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODEORDER_T3385003529_H #ifndef XMLELEMENT_T561603118_H #define XMLELEMENT_T561603118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlElement struct XmlElement_t561603118 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_t2316283784 * ___attributes_6; // System.Xml.XmlNameEntry System.Xml.XmlElement::name XmlNameEntry_t1073099671 * ___name_7; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; // System.Boolean System.Xml.XmlElement::isNotEmpty bool ___isNotEmpty_9; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::schemaInfo RuntimeObject* ___schemaInfo_10; public: inline static int32_t get_offset_of_attributes_6() { return static_cast(offsetof(XmlElement_t561603118, ___attributes_6)); } inline XmlAttributeCollection_t2316283784 * get_attributes_6() const { return ___attributes_6; } inline XmlAttributeCollection_t2316283784 ** get_address_of_attributes_6() { return &___attributes_6; } inline void set_attributes_6(XmlAttributeCollection_t2316283784 * value) { ___attributes_6 = value; Il2CppCodeGenWriteBarrier((&___attributes_6), value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(XmlElement_t561603118, ___name_7)); } inline XmlNameEntry_t1073099671 * get_name_7() const { return ___name_7; } inline XmlNameEntry_t1073099671 ** get_address_of_name_7() { return &___name_7; } inline void set_name_7(XmlNameEntry_t1073099671 * value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlElement_t561603118, ___lastLinkedChild_8)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_8() const { return ___lastLinkedChild_8; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_8() { return &___lastLinkedChild_8; } inline void set_lastLinkedChild_8(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_8 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_8), value); } inline static int32_t get_offset_of_isNotEmpty_9() { return static_cast(offsetof(XmlElement_t561603118, ___isNotEmpty_9)); } inline bool get_isNotEmpty_9() const { return ___isNotEmpty_9; } inline bool* get_address_of_isNotEmpty_9() { return &___isNotEmpty_9; } inline void set_isNotEmpty_9(bool value) { ___isNotEmpty_9 = value; } inline static int32_t get_offset_of_schemaInfo_10() { return static_cast(offsetof(XmlElement_t561603118, ___schemaInfo_10)); } inline RuntimeObject* get_schemaInfo_10() const { return ___schemaInfo_10; } inline RuntimeObject** get_address_of_schemaInfo_10() { return &___schemaInfo_10; } inline void set_schemaInfo_10(RuntimeObject* value) { ___schemaInfo_10 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T561603118_H #ifndef XMLNODECHANGEDACTION_T3227731597_H #define XMLNODECHANGEDACTION_T3227731597_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeChangedAction struct XmlNodeChangedAction_t3227731597 { public: // System.Int32 System.Xml.XmlNodeChangedAction::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeChangedAction_t3227731597, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODECHANGEDACTION_T3227731597_H #ifndef XPATHNODETYPE_T3031007223_H #define XPATHNODETYPE_T3031007223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNodeType struct XPathNodeType_t3031007223 { public: // System.Int32 System.Xml.XPath.XPathNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XPathNodeType_t3031007223, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNODETYPE_T3031007223_H #ifndef NULLREFERENCEEXCEPTION_T1023182353_H #define NULLREFERENCEEXCEPTION_T1023182353_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NullReferenceException struct NullReferenceException_t1023182353 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLREFERENCEEXCEPTION_T1023182353_H #ifndef XMLEXCEPTION_T1761730631_H #define XMLEXCEPTION_T1761730631_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlException struct XmlException_t1761730631 : public SystemException_t176217640 { public: // System.Int32 System.Xml.XmlException::lineNumber int32_t ___lineNumber_11; // System.Int32 System.Xml.XmlException::linePosition int32_t ___linePosition_12; // System.String System.Xml.XmlException::sourceUri String_t* ___sourceUri_13; // System.String System.Xml.XmlException::res String_t* ___res_14; // System.String[] System.Xml.XmlException::messages StringU5BU5D_t1281789340* ___messages_15; public: inline static int32_t get_offset_of_lineNumber_11() { return static_cast(offsetof(XmlException_t1761730631, ___lineNumber_11)); } inline int32_t get_lineNumber_11() const { return ___lineNumber_11; } inline int32_t* get_address_of_lineNumber_11() { return &___lineNumber_11; } inline void set_lineNumber_11(int32_t value) { ___lineNumber_11 = value; } inline static int32_t get_offset_of_linePosition_12() { return static_cast(offsetof(XmlException_t1761730631, ___linePosition_12)); } inline int32_t get_linePosition_12() const { return ___linePosition_12; } inline int32_t* get_address_of_linePosition_12() { return &___linePosition_12; } inline void set_linePosition_12(int32_t value) { ___linePosition_12 = value; } inline static int32_t get_offset_of_sourceUri_13() { return static_cast(offsetof(XmlException_t1761730631, ___sourceUri_13)); } inline String_t* get_sourceUri_13() const { return ___sourceUri_13; } inline String_t** get_address_of_sourceUri_13() { return &___sourceUri_13; } inline void set_sourceUri_13(String_t* value) { ___sourceUri_13 = value; Il2CppCodeGenWriteBarrier((&___sourceUri_13), value); } inline static int32_t get_offset_of_res_14() { return static_cast(offsetof(XmlException_t1761730631, ___res_14)); } inline String_t* get_res_14() const { return ___res_14; } inline String_t** get_address_of_res_14() { return &___res_14; } inline void set_res_14(String_t* value) { ___res_14 = value; Il2CppCodeGenWriteBarrier((&___res_14), value); } inline static int32_t get_offset_of_messages_15() { return static_cast(offsetof(XmlException_t1761730631, ___messages_15)); } inline StringU5BU5D_t1281789340* get_messages_15() const { return ___messages_15; } inline StringU5BU5D_t1281789340** get_address_of_messages_15() { return &___messages_15; } inline void set_messages_15(StringU5BU5D_t1281789340* value) { ___messages_15 = value; Il2CppCodeGenWriteBarrier((&___messages_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLEXCEPTION_T1761730631_H #ifndef XMLENTITYREFERENCE_T1966808559_H #define XMLENTITYREFERENCE_T1966808559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlEntityReference struct XmlEntityReference_t1966808559 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlEntityReference::entityName String_t* ___entityName_6; // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_7; public: inline static int32_t get_offset_of_entityName_6() { return static_cast(offsetof(XmlEntityReference_t1966808559, ___entityName_6)); } inline String_t* get_entityName_6() const { return ___entityName_6; } inline String_t** get_address_of_entityName_6() { return &___entityName_6; } inline void set_entityName_6(String_t* value) { ___entityName_6 = value; Il2CppCodeGenWriteBarrier((&___entityName_6), value); } inline static int32_t get_offset_of_lastLinkedChild_7() { return static_cast(offsetof(XmlEntityReference_t1966808559, ___lastLinkedChild_7)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_7() const { return ___lastLinkedChild_7; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_7() { return &___lastLinkedChild_7; } inline void set_lastLinkedChild_7(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_7 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLENTITYREFERENCE_T1966808559_H #ifndef XMLSPACE_T3324193251_H #define XMLSPACE_T3324193251_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlSpace struct XmlSpace_t3324193251 { public: // System.Int32 System.Xml.XmlSpace::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSpace_t3324193251, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSPACE_T3324193251_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef STRINGREADER_T3465604688_H #define STRINGREADER_T3465604688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringReader struct StringReader_t3465604688 : public TextReader_t283511965 { public: // System.String System.IO.StringReader::source String_t* ___source_2; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_3; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_4; public: inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(StringReader_t3465604688, ___source_2)); } inline String_t* get_source_2() const { return ___source_2; } inline String_t** get_address_of_source_2() { return &___source_2; } inline void set_source_2(String_t* value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((&___source_2), value); } inline static int32_t get_offset_of_nextChar_3() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_3)); } inline int32_t get_nextChar_3() const { return ___nextChar_3; } inline int32_t* get_address_of_nextChar_3() { return &___nextChar_3; } inline void set_nextChar_3(int32_t value) { ___nextChar_3 = value; } inline static int32_t get_offset_of_sourceLength_4() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_4)); } inline int32_t get_sourceLength_4() const { return ___sourceLength_4; } inline int32_t* get_address_of_sourceLength_4() { return &___sourceLength_4; } inline void set_sourceLength_4(int32_t value) { ___sourceLength_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_H #ifndef DTDPARAMETERENTITYDECLARATION_T3796253422_H #define DTDPARAMETERENTITYDECLARATION_T3796253422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDParameterEntityDeclaration struct DTDParameterEntityDeclaration_t3796253422 : public DTDEntityBase_t1228162861 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDPARAMETERENTITYDECLARATION_T3796253422_H #ifndef XMLOUTPUTMETHOD_T2185361861_H #define XMLOUTPUTMETHOD_T2185361861_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlOutputMethod struct XmlOutputMethod_t2185361861 { public: // System.Int32 System.Xml.XmlOutputMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlOutputMethod_t2185361861, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLOUTPUTMETHOD_T2185361861_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef XMLDECLARATION_T679870411_H #define XMLDECLARATION_T679870411_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDeclaration struct XmlDeclaration_t679870411 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlDeclaration::encoding String_t* ___encoding_6; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_7; // System.String System.Xml.XmlDeclaration::version String_t* ___version_8; public: inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(XmlDeclaration_t679870411, ___encoding_6)); } inline String_t* get_encoding_6() const { return ___encoding_6; } inline String_t** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(String_t* value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((&___encoding_6), value); } inline static int32_t get_offset_of_standalone_7() { return static_cast(offsetof(XmlDeclaration_t679870411, ___standalone_7)); } inline String_t* get_standalone_7() const { return ___standalone_7; } inline String_t** get_address_of_standalone_7() { return &___standalone_7; } inline void set_standalone_7(String_t* value) { ___standalone_7 = value; Il2CppCodeGenWriteBarrier((&___standalone_7), value); } inline static int32_t get_offset_of_version_8() { return static_cast(offsetof(XmlDeclaration_t679870411, ___version_8)); } inline String_t* get_version_8() const { return ___version_8; } inline String_t** get_address_of_version_8() { return &___version_8; } inline void set_version_8(String_t* value) { ___version_8 = value; Il2CppCodeGenWriteBarrier((&___version_8), value); } }; struct XmlDeclaration_t679870411_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlDeclaration::<>f__switch$map30 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map30_9; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map30_9() { return static_cast(offsetof(XmlDeclaration_t679870411_StaticFields, ___U3CU3Ef__switchU24map30_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map30_9() const { return ___U3CU3Ef__switchU24map30_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map30_9() { return &___U3CU3Ef__switchU24map30_9; } inline void set_U3CU3Ef__switchU24map30_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map30_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map30_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDECLARATION_T679870411_H #ifndef XMLDOCUMENTTYPE_T4112370061_H #define XMLDOCUMENTTYPE_T4112370061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocumentType struct XmlDocumentType_t4112370061 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities XmlNamedNodeMap_t2821286253 * ___entities_6; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t2821286253 * ___notations_7; // Mono.Xml.DTDObjectModel System.Xml.XmlDocumentType::dtd DTDObjectModel_t1729680289 * ___dtd_8; public: inline static int32_t get_offset_of_entities_6() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___entities_6)); } inline XmlNamedNodeMap_t2821286253 * get_entities_6() const { return ___entities_6; } inline XmlNamedNodeMap_t2821286253 ** get_address_of_entities_6() { return &___entities_6; } inline void set_entities_6(XmlNamedNodeMap_t2821286253 * value) { ___entities_6 = value; Il2CppCodeGenWriteBarrier((&___entities_6), value); } inline static int32_t get_offset_of_notations_7() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___notations_7)); } inline XmlNamedNodeMap_t2821286253 * get_notations_7() const { return ___notations_7; } inline XmlNamedNodeMap_t2821286253 ** get_address_of_notations_7() { return &___notations_7; } inline void set_notations_7(XmlNamedNodeMap_t2821286253 * value) { ___notations_7 = value; Il2CppCodeGenWriteBarrier((&___notations_7), value); } inline static int32_t get_offset_of_dtd_8() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___dtd_8)); } inline DTDObjectModel_t1729680289 * get_dtd_8() const { return ___dtd_8; } inline DTDObjectModel_t1729680289 ** get_address_of_dtd_8() { return &___dtd_8; } inline void set_dtd_8(DTDObjectModel_t1729680289 * value) { ___dtd_8 = value; Il2CppCodeGenWriteBarrier((&___dtd_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTTYPE_T4112370061_H #ifndef XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODETYPE_T1672767151_H #ifndef READSTATE_T944984020_H #define READSTATE_T944984020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ReadState struct ReadState_t944984020 { public: // System.Int32 System.Xml.ReadState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ReadState_t944984020, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // READSTATE_T944984020_H #ifndef FILESHARE_T3553318550_H #define FILESHARE_T3553318550_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileShare struct FileShare_t3553318550 { public: // System.Int32 System.IO.FileShare::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FileShare_t3553318550, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESHARE_T3553318550_H #ifndef STREAMWRITER_T1266378904_H #define STREAMWRITER_T1266378904_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StreamWriter struct StreamWriter_t1266378904 : public TextWriter_t3478189236 { public: // System.Text.Encoding System.IO.StreamWriter::internalEncoding Encoding_t1523322056 * ___internalEncoding_4; // System.IO.Stream System.IO.StreamWriter::internalStream Stream_t1273022909 * ___internalStream_5; // System.Boolean System.IO.StreamWriter::iflush bool ___iflush_6; // System.Byte[] System.IO.StreamWriter::byte_buf ByteU5BU5D_t4116647657* ___byte_buf_7; // System.Int32 System.IO.StreamWriter::byte_pos int32_t ___byte_pos_8; // System.Char[] System.IO.StreamWriter::decode_buf CharU5BU5D_t3528271667* ___decode_buf_9; // System.Int32 System.IO.StreamWriter::decode_pos int32_t ___decode_pos_10; // System.Boolean System.IO.StreamWriter::DisposedAlready bool ___DisposedAlready_11; // System.Boolean System.IO.StreamWriter::preamble_done bool ___preamble_done_12; public: inline static int32_t get_offset_of_internalEncoding_4() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalEncoding_4)); } inline Encoding_t1523322056 * get_internalEncoding_4() const { return ___internalEncoding_4; } inline Encoding_t1523322056 ** get_address_of_internalEncoding_4() { return &___internalEncoding_4; } inline void set_internalEncoding_4(Encoding_t1523322056 * value) { ___internalEncoding_4 = value; Il2CppCodeGenWriteBarrier((&___internalEncoding_4), value); } inline static int32_t get_offset_of_internalStream_5() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalStream_5)); } inline Stream_t1273022909 * get_internalStream_5() const { return ___internalStream_5; } inline Stream_t1273022909 ** get_address_of_internalStream_5() { return &___internalStream_5; } inline void set_internalStream_5(Stream_t1273022909 * value) { ___internalStream_5 = value; Il2CppCodeGenWriteBarrier((&___internalStream_5), value); } inline static int32_t get_offset_of_iflush_6() { return static_cast(offsetof(StreamWriter_t1266378904, ___iflush_6)); } inline bool get_iflush_6() const { return ___iflush_6; } inline bool* get_address_of_iflush_6() { return &___iflush_6; } inline void set_iflush_6(bool value) { ___iflush_6 = value; } inline static int32_t get_offset_of_byte_buf_7() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_buf_7)); } inline ByteU5BU5D_t4116647657* get_byte_buf_7() const { return ___byte_buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_byte_buf_7() { return &___byte_buf_7; } inline void set_byte_buf_7(ByteU5BU5D_t4116647657* value) { ___byte_buf_7 = value; Il2CppCodeGenWriteBarrier((&___byte_buf_7), value); } inline static int32_t get_offset_of_byte_pos_8() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_pos_8)); } inline int32_t get_byte_pos_8() const { return ___byte_pos_8; } inline int32_t* get_address_of_byte_pos_8() { return &___byte_pos_8; } inline void set_byte_pos_8(int32_t value) { ___byte_pos_8 = value; } inline static int32_t get_offset_of_decode_buf_9() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_buf_9)); } inline CharU5BU5D_t3528271667* get_decode_buf_9() const { return ___decode_buf_9; } inline CharU5BU5D_t3528271667** get_address_of_decode_buf_9() { return &___decode_buf_9; } inline void set_decode_buf_9(CharU5BU5D_t3528271667* value) { ___decode_buf_9 = value; Il2CppCodeGenWriteBarrier((&___decode_buf_9), value); } inline static int32_t get_offset_of_decode_pos_10() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_pos_10)); } inline int32_t get_decode_pos_10() const { return ___decode_pos_10; } inline int32_t* get_address_of_decode_pos_10() { return &___decode_pos_10; } inline void set_decode_pos_10(int32_t value) { ___decode_pos_10 = value; } inline static int32_t get_offset_of_DisposedAlready_11() { return static_cast(offsetof(StreamWriter_t1266378904, ___DisposedAlready_11)); } inline bool get_DisposedAlready_11() const { return ___DisposedAlready_11; } inline bool* get_address_of_DisposedAlready_11() { return &___DisposedAlready_11; } inline void set_DisposedAlready_11(bool value) { ___DisposedAlready_11 = value; } inline static int32_t get_offset_of_preamble_done_12() { return static_cast(offsetof(StreamWriter_t1266378904, ___preamble_done_12)); } inline bool get_preamble_done_12() const { return ___preamble_done_12; } inline bool* get_address_of_preamble_done_12() { return &___preamble_done_12; } inline void set_preamble_done_12(bool value) { ___preamble_done_12 = value; } }; struct StreamWriter_t1266378904_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t1266378904 * ___Null_13; public: inline static int32_t get_offset_of_Null_13() { return static_cast(offsetof(StreamWriter_t1266378904_StaticFields, ___Null_13)); } inline StreamWriter_t1266378904 * get_Null_13() const { return ___Null_13; } inline StreamWriter_t1266378904 ** get_address_of_Null_13() { return &___Null_13; } inline void set_Null_13(StreamWriter_t1266378904 * value) { ___Null_13 = value; Il2CppCodeGenWriteBarrier((&___Null_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMWRITER_T1266378904_H #ifndef XMLTOKENIZEDTYPE_T3348692225_H #define XMLTOKENIZEDTYPE_T3348692225_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTokenizedType struct XmlTokenizedType_t3348692225 { public: // System.Int32 System.Xml.XmlTokenizedType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlTokenizedType_t3348692225, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTOKENIZEDTYPE_T3348692225_H #ifndef NEWLINEHANDLING_T850339274_H #define NEWLINEHANDLING_T850339274_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NewLineHandling struct NewLineHandling_t850339274 { public: // System.Int32 System.Xml.NewLineHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NewLineHandling_t850339274, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NEWLINEHANDLING_T850339274_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { 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_t1871169219, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef WRITESTATE_T3983380671_H #define WRITESTATE_T3983380671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.WriteState struct WriteState_t3983380671 { public: // System.Int32 System.Xml.WriteState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(WriteState_t3983380671, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRITESTATE_T3983380671_H #ifndef FORMATTING_T1232942836_H #define FORMATTING_T1232942836_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Formatting struct Formatting_t1232942836 { public: // System.Int32 System.Xml.Formatting::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Formatting_t1232942836, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATTING_T1232942836_H #ifndef NAMESPACEHANDLING_T4087553436_H #define NAMESPACEHANDLING_T4087553436_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NamespaceHandling struct NamespaceHandling_t4087553436 { public: // System.Int32 System.Xml.NamespaceHandling::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NamespaceHandling_t4087553436, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMESPACEHANDLING_T4087553436_H #ifndef XMLDECLSTATE_T1683299469_H #define XMLDECLSTATE_T1683299469_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextWriter/XmlDeclState struct XmlDeclState_t1683299469 { public: // System.Int32 System.Xml.XmlTextWriter/XmlDeclState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlDeclState_t1683299469, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDECLSTATE_T1683299469_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { 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_t3027515415, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255363 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields { public: // /$ArrayType$208 ::$$field-0 U24ArrayTypeU24208_t3503460108 ___U24U24fieldU2D0_0; // /$ArrayType$208 ::$$field-1 U24ArrayTypeU24208_t3503460108 ___U24U24fieldU2D1_1; // /$ArrayType$236 ::$$field-2 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D2_2; // /$ArrayType$72 ::$$field-3 U24ArrayTypeU2472_t1683523543 ___U24U24fieldU2D3_3; // /$ArrayType$236 ::$$field-4 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D4_4; // /$ArrayType$236 ::$$field-5 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D5_5; // /$ArrayType$72 ::$$field-6 U24ArrayTypeU2472_t1683523543 ___U24U24fieldU2D6_6; // /$ArrayType$1532 ::$$field-7 U24ArrayTypeU241532_t2333946162 ___U24U24fieldU2D7_7; // /$ArrayType$1532 ::$$field-8 U24ArrayTypeU241532_t2333946162 ___U24U24fieldU2D8_8; // /$ArrayType$12 ::$$field-18 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D18_9; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D36_10; // /$ArrayType$256 ::$$field-37 U24ArrayTypeU24256_t1929481984 ___U24U24fieldU2D37_11; // /$ArrayType$256 ::$$field-38 U24ArrayTypeU24256_t1929481984 ___U24U24fieldU2D38_12; // /$ArrayType$1280 ::$$field-39 U24ArrayTypeU241280_t4290130235 ___U24U24fieldU2D39_13; // /$ArrayType$12 ::$$field-40 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D40_14; // /$ArrayType$12 ::$$field-41 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D41_15; // /$ArrayType$8 ::$$field-42 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D42_16; // /$ArrayType$8 ::$$field-43 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D43_17; // /$ArrayType$8 ::$$field-44 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D44_18; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU24208_t3503460108 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU24208_t3503460108 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU24208_t3503460108 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU24208_t3503460108 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU24208_t3503460108 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU24208_t3503460108 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2472_t1683523543 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2472_t1683523543 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2472_t1683523543 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2472_t1683523543 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2472_t1683523543 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2472_t1683523543 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D7_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D7_7)); } inline U24ArrayTypeU241532_t2333946162 get_U24U24fieldU2D7_7() const { return ___U24U24fieldU2D7_7; } inline U24ArrayTypeU241532_t2333946162 * get_address_of_U24U24fieldU2D7_7() { return &___U24U24fieldU2D7_7; } inline void set_U24U24fieldU2D7_7(U24ArrayTypeU241532_t2333946162 value) { ___U24U24fieldU2D7_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D8_8)); } inline U24ArrayTypeU241532_t2333946162 get_U24U24fieldU2D8_8() const { return ___U24U24fieldU2D8_8; } inline U24ArrayTypeU241532_t2333946162 * get_address_of_U24U24fieldU2D8_8() { return &___U24U24fieldU2D8_8; } inline void set_U24U24fieldU2D8_8(U24ArrayTypeU241532_t2333946162 value) { ___U24U24fieldU2D8_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D18_9)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D18_9() const { return ___U24U24fieldU2D18_9; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D18_9() { return &___U24U24fieldU2D18_9; } inline void set_U24U24fieldU2D18_9(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D18_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D36_10)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D36_10() const { return ___U24U24fieldU2D36_10; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D36_10() { return &___U24U24fieldU2D36_10; } inline void set_U24U24fieldU2D36_10(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D36_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D37_11)); } inline U24ArrayTypeU24256_t1929481984 get_U24U24fieldU2D37_11() const { return ___U24U24fieldU2D37_11; } inline U24ArrayTypeU24256_t1929481984 * get_address_of_U24U24fieldU2D37_11() { return &___U24U24fieldU2D37_11; } inline void set_U24U24fieldU2D37_11(U24ArrayTypeU24256_t1929481984 value) { ___U24U24fieldU2D37_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D38_12)); } inline U24ArrayTypeU24256_t1929481984 get_U24U24fieldU2D38_12() const { return ___U24U24fieldU2D38_12; } inline U24ArrayTypeU24256_t1929481984 * get_address_of_U24U24fieldU2D38_12() { return &___U24U24fieldU2D38_12; } inline void set_U24U24fieldU2D38_12(U24ArrayTypeU24256_t1929481984 value) { ___U24U24fieldU2D38_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D39_13)); } inline U24ArrayTypeU241280_t4290130235 get_U24U24fieldU2D39_13() const { return ___U24U24fieldU2D39_13; } inline U24ArrayTypeU241280_t4290130235 * get_address_of_U24U24fieldU2D39_13() { return &___U24U24fieldU2D39_13; } inline void set_U24U24fieldU2D39_13(U24ArrayTypeU241280_t4290130235 value) { ___U24U24fieldU2D39_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D40_14)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D40_14() const { return ___U24U24fieldU2D40_14; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D40_14() { return &___U24U24fieldU2D40_14; } inline void set_U24U24fieldU2D40_14(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D40_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D41_15)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D41_15() const { return ___U24U24fieldU2D41_15; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D41_15() { return &___U24U24fieldU2D41_15; } inline void set_U24U24fieldU2D41_15(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D41_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D42_16)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D42_16() const { return ___U24U24fieldU2D42_16; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D42_16() { return &___U24U24fieldU2D42_16; } inline void set_U24U24fieldU2D42_16(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D42_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D43_17)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D43_17() const { return ___U24U24fieldU2D43_17; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D43_17() { return &___U24U24fieldU2D43_17; } inline void set_U24U24fieldU2D43_17(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D43_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D44_18)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D44_18() const { return ___U24U24fieldU2D44_18; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D44_18() { return &___U24U24fieldU2D44_18; } inline void set_U24U24fieldU2D44_18(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D44_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #ifndef FOLLOWINGSIBLINGITERATOR_T3042855407_H #define FOLLOWINGSIBLINGITERATOR_T3042855407_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.FollowingSiblingIterator struct FollowingSiblingIterator_t3042855407 : public SimpleIterator_t809567201 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOLLOWINGSIBLINGITERATOR_T3042855407_H #ifndef FOLLOWINGITERATOR_T3658643279_H #define FOLLOWINGITERATOR_T3658643279_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.FollowingIterator struct FollowingIterator_t3658643279 : public SimpleIterator_t809567201 { public: // System.Boolean System.Xml.XPath.FollowingIterator::_finished bool ____finished_6; public: inline static int32_t get_offset_of__finished_6() { return static_cast(offsetof(FollowingIterator_t3658643279, ____finished_6)); } inline bool get__finished_6() const { return ____finished_6; } inline bool* get_address_of__finished_6() { return &____finished_6; } inline void set__finished_6(bool value) { ____finished_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FOLLOWINGITERATOR_T3658643279_H #ifndef PRECEDINGSIBLINGITERATOR_T3231156185_H #define PRECEDINGSIBLINGITERATOR_T3231156185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.PrecedingSiblingIterator struct PrecedingSiblingIterator_t3231156185 : public SimpleIterator_t809567201 { public: // System.Boolean System.Xml.XPath.PrecedingSiblingIterator::finished bool ___finished_6; // System.Boolean System.Xml.XPath.PrecedingSiblingIterator::started bool ___started_7; // System.Xml.XPath.XPathNavigator System.Xml.XPath.PrecedingSiblingIterator::startPosition XPathNavigator_t787956054 * ___startPosition_8; public: inline static int32_t get_offset_of_finished_6() { return static_cast(offsetof(PrecedingSiblingIterator_t3231156185, ___finished_6)); } inline bool get_finished_6() const { return ___finished_6; } inline bool* get_address_of_finished_6() { return &___finished_6; } inline void set_finished_6(bool value) { ___finished_6 = value; } inline static int32_t get_offset_of_started_7() { return static_cast(offsetof(PrecedingSiblingIterator_t3231156185, ___started_7)); } inline bool get_started_7() const { return ___started_7; } inline bool* get_address_of_started_7() { return &___started_7; } inline void set_started_7(bool value) { ___started_7 = value; } inline static int32_t get_offset_of_startPosition_8() { return static_cast(offsetof(PrecedingSiblingIterator_t3231156185, ___startPosition_8)); } inline XPathNavigator_t787956054 * get_startPosition_8() const { return ___startPosition_8; } inline XPathNavigator_t787956054 ** get_address_of_startPosition_8() { return &___startPosition_8; } inline void set_startPosition_8(XPathNavigator_t787956054 * value) { ___startPosition_8 = value; Il2CppCodeGenWriteBarrier((&___startPosition_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRECEDINGSIBLINGITERATOR_T3231156185_H #ifndef SELFITERATOR_T907214_H #define SELFITERATOR_T907214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SelfIterator struct SelfIterator_t907214 : public SimpleIterator_t809567201 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELFITERATOR_T907214_H #ifndef NODETYPETEST_T4287533341_H #define NODETYPETEST_T4287533341_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeTypeTest struct NodeTypeTest_t4287533341 : public NodeTest_t747859056 { public: // System.Xml.XPath.XPathNodeType System.Xml.XPath.NodeTypeTest::type int32_t ___type_1; // System.String System.Xml.XPath.NodeTypeTest::_param String_t* ____param_2; public: inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(NodeTypeTest_t4287533341, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of__param_2() { return static_cast(offsetof(NodeTypeTest_t4287533341, ____param_2)); } inline String_t* get__param_2() const { return ____param_2; } inline String_t** get_address_of__param_2() { return &____param_2; } inline void set__param_2(String_t* value) { ____param_2 = value; Il2CppCodeGenWriteBarrier((&____param_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODETYPETEST_T4287533341_H #ifndef EXPROR_T3019581832_H #define EXPROR_T3019581832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprOR struct ExprOR_t3019581832 : public ExprBoolean_t3855188593 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPROR_T3019581832_H #ifndef EXPRPLUS_T1725353634_H #define EXPRPLUS_T1725353634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprPLUS struct ExprPLUS_t1725353634 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRPLUS_T1725353634_H #ifndef PRECEDINGITERATOR_T2452812266_H #define PRECEDINGITERATOR_T2452812266_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.PrecedingIterator struct PrecedingIterator_t2452812266 : public SimpleIterator_t809567201 { public: // System.Boolean System.Xml.XPath.PrecedingIterator::finished bool ___finished_6; // System.Boolean System.Xml.XPath.PrecedingIterator::started bool ___started_7; // System.Xml.XPath.XPathNavigator System.Xml.XPath.PrecedingIterator::startPosition XPathNavigator_t787956054 * ___startPosition_8; public: inline static int32_t get_offset_of_finished_6() { return static_cast(offsetof(PrecedingIterator_t2452812266, ___finished_6)); } inline bool get_finished_6() const { return ___finished_6; } inline bool* get_address_of_finished_6() { return &___finished_6; } inline void set_finished_6(bool value) { ___finished_6 = value; } inline static int32_t get_offset_of_started_7() { return static_cast(offsetof(PrecedingIterator_t2452812266, ___started_7)); } inline bool get_started_7() const { return ___started_7; } inline bool* get_address_of_started_7() { return &___started_7; } inline void set_started_7(bool value) { ___started_7 = value; } inline static int32_t get_offset_of_startPosition_8() { return static_cast(offsetof(PrecedingIterator_t2452812266, ___startPosition_8)); } inline XPathNavigator_t787956054 * get_startPosition_8() const { return ___startPosition_8; } inline XPathNavigator_t787956054 ** get_address_of_startPosition_8() { return &___startPosition_8; } inline void set_startPosition_8(XPathNavigator_t787956054 * value) { ___startPosition_8 = value; Il2CppCodeGenWriteBarrier((&___startPosition_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRECEDINGITERATOR_T2452812266_H #ifndef XMLREADERSETTINGS_T2186285234_H #define XMLREADERSETTINGS_T2186285234_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234 : public RuntimeObject { public: // System.Boolean System.Xml.XmlReaderSettings::checkCharacters bool ___checkCharacters_0; // System.Boolean System.Xml.XmlReaderSettings::closeInput bool ___closeInput_1; // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::conformance int32_t ___conformance_2; // System.Boolean System.Xml.XmlReaderSettings::ignoreComments bool ___ignoreComments_3; // System.Boolean System.Xml.XmlReaderSettings::ignoreProcessingInstructions bool ___ignoreProcessingInstructions_4; // System.Boolean System.Xml.XmlReaderSettings::ignoreWhitespace bool ___ignoreWhitespace_5; // System.Int32 System.Xml.XmlReaderSettings::lineNumberOffset int32_t ___lineNumberOffset_6; // System.Int32 System.Xml.XmlReaderSettings::linePositionOffset int32_t ___linePositionOffset_7; // System.Boolean System.Xml.XmlReaderSettings::prohibitDtd bool ___prohibitDtd_8; // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::nameTable XmlNameTable_t71772148 * ___nameTable_9; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::schemas XmlSchemaSet_t266093086 * ___schemas_10; // System.Boolean System.Xml.XmlReaderSettings::schemasNeedsInitialization bool ___schemasNeedsInitialization_11; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::validationFlags int32_t ___validationFlags_12; // System.Xml.ValidationType System.Xml.XmlReaderSettings::validationType int32_t ___validationType_13; // System.Xml.XmlResolver System.Xml.XmlReaderSettings::xmlResolver XmlResolver_t626023767 * ___xmlResolver_14; // System.Xml.Schema.ValidationEventHandler System.Xml.XmlReaderSettings::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_15; public: inline static int32_t get_offset_of_checkCharacters_0() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___checkCharacters_0)); } inline bool get_checkCharacters_0() const { return ___checkCharacters_0; } inline bool* get_address_of_checkCharacters_0() { return &___checkCharacters_0; } inline void set_checkCharacters_0(bool value) { ___checkCharacters_0 = value; } inline static int32_t get_offset_of_closeInput_1() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___closeInput_1)); } inline bool get_closeInput_1() const { return ___closeInput_1; } inline bool* get_address_of_closeInput_1() { return &___closeInput_1; } inline void set_closeInput_1(bool value) { ___closeInput_1 = value; } inline static int32_t get_offset_of_conformance_2() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___conformance_2)); } inline int32_t get_conformance_2() const { return ___conformance_2; } inline int32_t* get_address_of_conformance_2() { return &___conformance_2; } inline void set_conformance_2(int32_t value) { ___conformance_2 = value; } inline static int32_t get_offset_of_ignoreComments_3() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreComments_3)); } inline bool get_ignoreComments_3() const { return ___ignoreComments_3; } inline bool* get_address_of_ignoreComments_3() { return &___ignoreComments_3; } inline void set_ignoreComments_3(bool value) { ___ignoreComments_3 = value; } inline static int32_t get_offset_of_ignoreProcessingInstructions_4() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreProcessingInstructions_4)); } inline bool get_ignoreProcessingInstructions_4() const { return ___ignoreProcessingInstructions_4; } inline bool* get_address_of_ignoreProcessingInstructions_4() { return &___ignoreProcessingInstructions_4; } inline void set_ignoreProcessingInstructions_4(bool value) { ___ignoreProcessingInstructions_4 = value; } inline static int32_t get_offset_of_ignoreWhitespace_5() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreWhitespace_5)); } inline bool get_ignoreWhitespace_5() const { return ___ignoreWhitespace_5; } inline bool* get_address_of_ignoreWhitespace_5() { return &___ignoreWhitespace_5; } inline void set_ignoreWhitespace_5(bool value) { ___ignoreWhitespace_5 = value; } inline static int32_t get_offset_of_lineNumberOffset_6() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___lineNumberOffset_6)); } inline int32_t get_lineNumberOffset_6() const { return ___lineNumberOffset_6; } inline int32_t* get_address_of_lineNumberOffset_6() { return &___lineNumberOffset_6; } inline void set_lineNumberOffset_6(int32_t value) { ___lineNumberOffset_6 = value; } inline static int32_t get_offset_of_linePositionOffset_7() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___linePositionOffset_7)); } inline int32_t get_linePositionOffset_7() const { return ___linePositionOffset_7; } inline int32_t* get_address_of_linePositionOffset_7() { return &___linePositionOffset_7; } inline void set_linePositionOffset_7(int32_t value) { ___linePositionOffset_7 = value; } inline static int32_t get_offset_of_prohibitDtd_8() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___prohibitDtd_8)); } inline bool get_prohibitDtd_8() const { return ___prohibitDtd_8; } inline bool* get_address_of_prohibitDtd_8() { return &___prohibitDtd_8; } inline void set_prohibitDtd_8(bool value) { ___prohibitDtd_8 = value; } inline static int32_t get_offset_of_nameTable_9() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___nameTable_9)); } inline XmlNameTable_t71772148 * get_nameTable_9() const { return ___nameTable_9; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_9() { return &___nameTable_9; } inline void set_nameTable_9(XmlNameTable_t71772148 * value) { ___nameTable_9 = value; Il2CppCodeGenWriteBarrier((&___nameTable_9), value); } inline static int32_t get_offset_of_schemas_10() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___schemas_10)); } inline XmlSchemaSet_t266093086 * get_schemas_10() const { return ___schemas_10; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_10() { return &___schemas_10; } inline void set_schemas_10(XmlSchemaSet_t266093086 * value) { ___schemas_10 = value; Il2CppCodeGenWriteBarrier((&___schemas_10), value); } inline static int32_t get_offset_of_schemasNeedsInitialization_11() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___schemasNeedsInitialization_11)); } inline bool get_schemasNeedsInitialization_11() const { return ___schemasNeedsInitialization_11; } inline bool* get_address_of_schemasNeedsInitialization_11() { return &___schemasNeedsInitialization_11; } inline void set_schemasNeedsInitialization_11(bool value) { ___schemasNeedsInitialization_11 = value; } inline static int32_t get_offset_of_validationFlags_12() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___validationFlags_12)); } inline int32_t get_validationFlags_12() const { return ___validationFlags_12; } inline int32_t* get_address_of_validationFlags_12() { return &___validationFlags_12; } inline void set_validationFlags_12(int32_t value) { ___validationFlags_12 = value; } inline static int32_t get_offset_of_validationType_13() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___validationType_13)); } inline int32_t get_validationType_13() const { return ___validationType_13; } inline int32_t* get_address_of_validationType_13() { return &___validationType_13; } inline void set_validationType_13(int32_t value) { ___validationType_13 = value; } inline static int32_t get_offset_of_xmlResolver_14() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___xmlResolver_14)); } inline XmlResolver_t626023767 * get_xmlResolver_14() const { return ___xmlResolver_14; } inline XmlResolver_t626023767 ** get_address_of_xmlResolver_14() { return &___xmlResolver_14; } inline void set_xmlResolver_14(XmlResolver_t626023767 * value) { ___xmlResolver_14 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_14), value); } inline static int32_t get_offset_of_ValidationEventHandler_15() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ValidationEventHandler_15)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_15() const { return ___ValidationEventHandler_15; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_15() { return &___ValidationEventHandler_15; } inline void set_ValidationEventHandler_15(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_15 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADERSETTINGS_T2186285234_H #ifndef PARENTITERATOR_T3536730964_H #define PARENTITERATOR_T3536730964_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ParentIterator struct ParentIterator_t3536730964 : public SimpleIterator_t809567201 { public: // System.Boolean System.Xml.XPath.ParentIterator::canMove bool ___canMove_6; public: inline static int32_t get_offset_of_canMove_6() { return static_cast(offsetof(ParentIterator_t3536730964, ___canMove_6)); } inline bool get_canMove_6() const { return ___canMove_6; } inline bool* get_address_of_canMove_6() { return &___canMove_6; } inline void set_canMove_6(bool value) { ___canMove_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARENTITERATOR_T3536730964_H #ifndef NAMESPACEITERATOR_T3101604877_H #define NAMESPACEITERATOR_T3101604877_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NamespaceIterator struct NamespaceIterator_t3101604877 : public SimpleIterator_t809567201 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMESPACEITERATOR_T3101604877_H #ifndef CONTEXTITEM_T3112052795_H #define CONTEXTITEM_T3112052795_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlParserContext/ContextItem struct ContextItem_t3112052795 : public RuntimeObject { public: // System.String System.Xml.XmlParserContext/ContextItem::BaseURI String_t* ___BaseURI_0; // System.String System.Xml.XmlParserContext/ContextItem::XmlLang String_t* ___XmlLang_1; // System.Xml.XmlSpace System.Xml.XmlParserContext/ContextItem::XmlSpace int32_t ___XmlSpace_2; public: inline static int32_t get_offset_of_BaseURI_0() { return static_cast(offsetof(ContextItem_t3112052795, ___BaseURI_0)); } inline String_t* get_BaseURI_0() const { return ___BaseURI_0; } inline String_t** get_address_of_BaseURI_0() { return &___BaseURI_0; } inline void set_BaseURI_0(String_t* value) { ___BaseURI_0 = value; Il2CppCodeGenWriteBarrier((&___BaseURI_0), value); } inline static int32_t get_offset_of_XmlLang_1() { return static_cast(offsetof(ContextItem_t3112052795, ___XmlLang_1)); } inline String_t* get_XmlLang_1() const { return ___XmlLang_1; } inline String_t** get_address_of_XmlLang_1() { return &___XmlLang_1; } inline void set_XmlLang_1(String_t* value) { ___XmlLang_1 = value; Il2CppCodeGenWriteBarrier((&___XmlLang_1), value); } inline static int32_t get_offset_of_XmlSpace_2() { return static_cast(offsetof(ContextItem_t3112052795, ___XmlSpace_2)); } inline int32_t get_XmlSpace_2() const { return ___XmlSpace_2; } inline int32_t* get_address_of_XmlSpace_2() { return &___XmlSpace_2; } inline void set_XmlSpace_2(int32_t value) { ___XmlSpace_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONTEXTITEM_T3112052795_H #ifndef XMLTEXTREADER_T3455035481_H #define XMLTEXTREADER_T3455035481_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader struct XmlTextReader_t3455035481 : public XmlReader_t3121518892 { public: // Mono.Xml2.XmlTextReader/XmlTokenInfo Mono.Xml2.XmlTextReader::cursorToken XmlTokenInfo_t2519673037 * ___cursorToken_2; // Mono.Xml2.XmlTextReader/XmlTokenInfo Mono.Xml2.XmlTextReader::currentToken XmlTokenInfo_t2519673037 * ___currentToken_3; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo Mono.Xml2.XmlTextReader::currentAttributeToken XmlAttributeTokenInfo_t384315108 * ___currentAttributeToken_4; // Mono.Xml2.XmlTextReader/XmlTokenInfo Mono.Xml2.XmlTextReader::currentAttributeValueToken XmlTokenInfo_t2519673037 * ___currentAttributeValueToken_5; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo[] Mono.Xml2.XmlTextReader::attributeTokens XmlAttributeTokenInfoU5BU5D_t1089758477* ___attributeTokens_6; // Mono.Xml2.XmlTextReader/XmlTokenInfo[] Mono.Xml2.XmlTextReader::attributeValueTokens XmlTokenInfoU5BU5D_t2522587488* ___attributeValueTokens_7; // System.Int32 Mono.Xml2.XmlTextReader::currentAttribute int32_t ___currentAttribute_8; // System.Int32 Mono.Xml2.XmlTextReader::currentAttributeValue int32_t ___currentAttributeValue_9; // System.Int32 Mono.Xml2.XmlTextReader::attributeCount int32_t ___attributeCount_10; // System.Xml.XmlParserContext Mono.Xml2.XmlTextReader::parserContext XmlParserContext_t2544895291 * ___parserContext_11; // System.Xml.XmlNameTable Mono.Xml2.XmlTextReader::nameTable XmlNameTable_t71772148 * ___nameTable_12; // System.Xml.XmlNamespaceManager Mono.Xml2.XmlTextReader::nsmgr XmlNamespaceManager_t418790500 * ___nsmgr_13; // System.Xml.ReadState Mono.Xml2.XmlTextReader::readState int32_t ___readState_14; // System.Boolean Mono.Xml2.XmlTextReader::disallowReset bool ___disallowReset_15; // System.Int32 Mono.Xml2.XmlTextReader::depth int32_t ___depth_16; // System.Int32 Mono.Xml2.XmlTextReader::elementDepth int32_t ___elementDepth_17; // System.Boolean Mono.Xml2.XmlTextReader::depthUp bool ___depthUp_18; // System.Boolean Mono.Xml2.XmlTextReader::popScope bool ___popScope_19; // Mono.Xml2.XmlTextReader/TagName[] Mono.Xml2.XmlTextReader::elementNames TagNameU5BU5D_t2055670886* ___elementNames_20; // System.Int32 Mono.Xml2.XmlTextReader::elementNameStackPos int32_t ___elementNameStackPos_21; // System.Boolean Mono.Xml2.XmlTextReader::allowMultipleRoot bool ___allowMultipleRoot_22; // System.Boolean Mono.Xml2.XmlTextReader::isStandalone bool ___isStandalone_23; // System.Boolean Mono.Xml2.XmlTextReader::returnEntityReference bool ___returnEntityReference_24; // System.String Mono.Xml2.XmlTextReader::entityReferenceName String_t* ___entityReferenceName_25; // System.Text.StringBuilder Mono.Xml2.XmlTextReader::valueBuffer StringBuilder_t * ___valueBuffer_26; // System.IO.TextReader Mono.Xml2.XmlTextReader::reader TextReader_t283511965 * ___reader_27; // System.Char[] Mono.Xml2.XmlTextReader::peekChars CharU5BU5D_t3528271667* ___peekChars_28; // System.Int32 Mono.Xml2.XmlTextReader::peekCharsIndex int32_t ___peekCharsIndex_29; // System.Int32 Mono.Xml2.XmlTextReader::peekCharsLength int32_t ___peekCharsLength_30; // System.Int32 Mono.Xml2.XmlTextReader::curNodePeekIndex int32_t ___curNodePeekIndex_31; // System.Boolean Mono.Xml2.XmlTextReader::preserveCurrentTag bool ___preserveCurrentTag_32; // System.Int32 Mono.Xml2.XmlTextReader::line int32_t ___line_33; // System.Int32 Mono.Xml2.XmlTextReader::column int32_t ___column_34; // System.Int32 Mono.Xml2.XmlTextReader::currentLinkedNodeLineNumber int32_t ___currentLinkedNodeLineNumber_35; // System.Int32 Mono.Xml2.XmlTextReader::currentLinkedNodeLinePosition int32_t ___currentLinkedNodeLinePosition_36; // System.Boolean Mono.Xml2.XmlTextReader::useProceedingLineInfo bool ___useProceedingLineInfo_37; // System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::startNodeType int32_t ___startNodeType_38; // System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::currentState int32_t ___currentState_39; // System.Int32 Mono.Xml2.XmlTextReader::nestLevel int32_t ___nestLevel_40; // System.Boolean Mono.Xml2.XmlTextReader::readCharsInProgress bool ___readCharsInProgress_41; // System.Xml.XmlReaderBinarySupport/CharGetter Mono.Xml2.XmlTextReader::binaryCharGetter CharGetter_t1703763694 * ___binaryCharGetter_42; // System.Boolean Mono.Xml2.XmlTextReader::namespaces bool ___namespaces_43; // System.Xml.WhitespaceHandling Mono.Xml2.XmlTextReader::whitespaceHandling int32_t ___whitespaceHandling_44; // System.Xml.XmlResolver Mono.Xml2.XmlTextReader::resolver XmlResolver_t626023767 * ___resolver_45; // System.Boolean Mono.Xml2.XmlTextReader::normalization bool ___normalization_46; // System.Boolean Mono.Xml2.XmlTextReader::checkCharacters bool ___checkCharacters_47; // System.Boolean Mono.Xml2.XmlTextReader::prohibitDtd bool ___prohibitDtd_48; // System.Boolean Mono.Xml2.XmlTextReader::closeInput bool ___closeInput_49; // System.Xml.EntityHandling Mono.Xml2.XmlTextReader::entityHandling int32_t ___entityHandling_50; // System.Xml.NameTable Mono.Xml2.XmlTextReader::whitespacePool NameTable_t3178203267 * ___whitespacePool_51; // System.Char[] Mono.Xml2.XmlTextReader::whitespaceCache CharU5BU5D_t3528271667* ___whitespaceCache_52; // Mono.Xml2.XmlTextReader/DtdInputStateStack Mono.Xml2.XmlTextReader::stateStack DtdInputStateStack_t339956957 * ___stateStack_53; public: inline static int32_t get_offset_of_cursorToken_2() { return static_cast(offsetof(XmlTextReader_t3455035481, ___cursorToken_2)); } inline XmlTokenInfo_t2519673037 * get_cursorToken_2() const { return ___cursorToken_2; } inline XmlTokenInfo_t2519673037 ** get_address_of_cursorToken_2() { return &___cursorToken_2; } inline void set_cursorToken_2(XmlTokenInfo_t2519673037 * value) { ___cursorToken_2 = value; Il2CppCodeGenWriteBarrier((&___cursorToken_2), value); } inline static int32_t get_offset_of_currentToken_3() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentToken_3)); } inline XmlTokenInfo_t2519673037 * get_currentToken_3() const { return ___currentToken_3; } inline XmlTokenInfo_t2519673037 ** get_address_of_currentToken_3() { return &___currentToken_3; } inline void set_currentToken_3(XmlTokenInfo_t2519673037 * value) { ___currentToken_3 = value; Il2CppCodeGenWriteBarrier((&___currentToken_3), value); } inline static int32_t get_offset_of_currentAttributeToken_4() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentAttributeToken_4)); } inline XmlAttributeTokenInfo_t384315108 * get_currentAttributeToken_4() const { return ___currentAttributeToken_4; } inline XmlAttributeTokenInfo_t384315108 ** get_address_of_currentAttributeToken_4() { return &___currentAttributeToken_4; } inline void set_currentAttributeToken_4(XmlAttributeTokenInfo_t384315108 * value) { ___currentAttributeToken_4 = value; Il2CppCodeGenWriteBarrier((&___currentAttributeToken_4), value); } inline static int32_t get_offset_of_currentAttributeValueToken_5() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentAttributeValueToken_5)); } inline XmlTokenInfo_t2519673037 * get_currentAttributeValueToken_5() const { return ___currentAttributeValueToken_5; } inline XmlTokenInfo_t2519673037 ** get_address_of_currentAttributeValueToken_5() { return &___currentAttributeValueToken_5; } inline void set_currentAttributeValueToken_5(XmlTokenInfo_t2519673037 * value) { ___currentAttributeValueToken_5 = value; Il2CppCodeGenWriteBarrier((&___currentAttributeValueToken_5), value); } inline static int32_t get_offset_of_attributeTokens_6() { return static_cast(offsetof(XmlTextReader_t3455035481, ___attributeTokens_6)); } inline XmlAttributeTokenInfoU5BU5D_t1089758477* get_attributeTokens_6() const { return ___attributeTokens_6; } inline XmlAttributeTokenInfoU5BU5D_t1089758477** get_address_of_attributeTokens_6() { return &___attributeTokens_6; } inline void set_attributeTokens_6(XmlAttributeTokenInfoU5BU5D_t1089758477* value) { ___attributeTokens_6 = value; Il2CppCodeGenWriteBarrier((&___attributeTokens_6), value); } inline static int32_t get_offset_of_attributeValueTokens_7() { return static_cast(offsetof(XmlTextReader_t3455035481, ___attributeValueTokens_7)); } inline XmlTokenInfoU5BU5D_t2522587488* get_attributeValueTokens_7() const { return ___attributeValueTokens_7; } inline XmlTokenInfoU5BU5D_t2522587488** get_address_of_attributeValueTokens_7() { return &___attributeValueTokens_7; } inline void set_attributeValueTokens_7(XmlTokenInfoU5BU5D_t2522587488* value) { ___attributeValueTokens_7 = value; Il2CppCodeGenWriteBarrier((&___attributeValueTokens_7), value); } inline static int32_t get_offset_of_currentAttribute_8() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentAttribute_8)); } inline int32_t get_currentAttribute_8() const { return ___currentAttribute_8; } inline int32_t* get_address_of_currentAttribute_8() { return &___currentAttribute_8; } inline void set_currentAttribute_8(int32_t value) { ___currentAttribute_8 = value; } inline static int32_t get_offset_of_currentAttributeValue_9() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentAttributeValue_9)); } inline int32_t get_currentAttributeValue_9() const { return ___currentAttributeValue_9; } inline int32_t* get_address_of_currentAttributeValue_9() { return &___currentAttributeValue_9; } inline void set_currentAttributeValue_9(int32_t value) { ___currentAttributeValue_9 = value; } inline static int32_t get_offset_of_attributeCount_10() { return static_cast(offsetof(XmlTextReader_t3455035481, ___attributeCount_10)); } inline int32_t get_attributeCount_10() const { return ___attributeCount_10; } inline int32_t* get_address_of_attributeCount_10() { return &___attributeCount_10; } inline void set_attributeCount_10(int32_t value) { ___attributeCount_10 = value; } inline static int32_t get_offset_of_parserContext_11() { return static_cast(offsetof(XmlTextReader_t3455035481, ___parserContext_11)); } inline XmlParserContext_t2544895291 * get_parserContext_11() const { return ___parserContext_11; } inline XmlParserContext_t2544895291 ** get_address_of_parserContext_11() { return &___parserContext_11; } inline void set_parserContext_11(XmlParserContext_t2544895291 * value) { ___parserContext_11 = value; Il2CppCodeGenWriteBarrier((&___parserContext_11), value); } inline static int32_t get_offset_of_nameTable_12() { return static_cast(offsetof(XmlTextReader_t3455035481, ___nameTable_12)); } inline XmlNameTable_t71772148 * get_nameTable_12() const { return ___nameTable_12; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_12() { return &___nameTable_12; } inline void set_nameTable_12(XmlNameTable_t71772148 * value) { ___nameTable_12 = value; Il2CppCodeGenWriteBarrier((&___nameTable_12), value); } inline static int32_t get_offset_of_nsmgr_13() { return static_cast(offsetof(XmlTextReader_t3455035481, ___nsmgr_13)); } inline XmlNamespaceManager_t418790500 * get_nsmgr_13() const { return ___nsmgr_13; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmgr_13() { return &___nsmgr_13; } inline void set_nsmgr_13(XmlNamespaceManager_t418790500 * value) { ___nsmgr_13 = value; Il2CppCodeGenWriteBarrier((&___nsmgr_13), value); } inline static int32_t get_offset_of_readState_14() { return static_cast(offsetof(XmlTextReader_t3455035481, ___readState_14)); } inline int32_t get_readState_14() const { return ___readState_14; } inline int32_t* get_address_of_readState_14() { return &___readState_14; } inline void set_readState_14(int32_t value) { ___readState_14 = value; } inline static int32_t get_offset_of_disallowReset_15() { return static_cast(offsetof(XmlTextReader_t3455035481, ___disallowReset_15)); } inline bool get_disallowReset_15() const { return ___disallowReset_15; } inline bool* get_address_of_disallowReset_15() { return &___disallowReset_15; } inline void set_disallowReset_15(bool value) { ___disallowReset_15 = value; } inline static int32_t get_offset_of_depth_16() { return static_cast(offsetof(XmlTextReader_t3455035481, ___depth_16)); } inline int32_t get_depth_16() const { return ___depth_16; } inline int32_t* get_address_of_depth_16() { return &___depth_16; } inline void set_depth_16(int32_t value) { ___depth_16 = value; } inline static int32_t get_offset_of_elementDepth_17() { return static_cast(offsetof(XmlTextReader_t3455035481, ___elementDepth_17)); } inline int32_t get_elementDepth_17() const { return ___elementDepth_17; } inline int32_t* get_address_of_elementDepth_17() { return &___elementDepth_17; } inline void set_elementDepth_17(int32_t value) { ___elementDepth_17 = value; } inline static int32_t get_offset_of_depthUp_18() { return static_cast(offsetof(XmlTextReader_t3455035481, ___depthUp_18)); } inline bool get_depthUp_18() const { return ___depthUp_18; } inline bool* get_address_of_depthUp_18() { return &___depthUp_18; } inline void set_depthUp_18(bool value) { ___depthUp_18 = value; } inline static int32_t get_offset_of_popScope_19() { return static_cast(offsetof(XmlTextReader_t3455035481, ___popScope_19)); } inline bool get_popScope_19() const { return ___popScope_19; } inline bool* get_address_of_popScope_19() { return &___popScope_19; } inline void set_popScope_19(bool value) { ___popScope_19 = value; } inline static int32_t get_offset_of_elementNames_20() { return static_cast(offsetof(XmlTextReader_t3455035481, ___elementNames_20)); } inline TagNameU5BU5D_t2055670886* get_elementNames_20() const { return ___elementNames_20; } inline TagNameU5BU5D_t2055670886** get_address_of_elementNames_20() { return &___elementNames_20; } inline void set_elementNames_20(TagNameU5BU5D_t2055670886* value) { ___elementNames_20 = value; Il2CppCodeGenWriteBarrier((&___elementNames_20), value); } inline static int32_t get_offset_of_elementNameStackPos_21() { return static_cast(offsetof(XmlTextReader_t3455035481, ___elementNameStackPos_21)); } inline int32_t get_elementNameStackPos_21() const { return ___elementNameStackPos_21; } inline int32_t* get_address_of_elementNameStackPos_21() { return &___elementNameStackPos_21; } inline void set_elementNameStackPos_21(int32_t value) { ___elementNameStackPos_21 = value; } inline static int32_t get_offset_of_allowMultipleRoot_22() { return static_cast(offsetof(XmlTextReader_t3455035481, ___allowMultipleRoot_22)); } inline bool get_allowMultipleRoot_22() const { return ___allowMultipleRoot_22; } inline bool* get_address_of_allowMultipleRoot_22() { return &___allowMultipleRoot_22; } inline void set_allowMultipleRoot_22(bool value) { ___allowMultipleRoot_22 = value; } inline static int32_t get_offset_of_isStandalone_23() { return static_cast(offsetof(XmlTextReader_t3455035481, ___isStandalone_23)); } inline bool get_isStandalone_23() const { return ___isStandalone_23; } inline bool* get_address_of_isStandalone_23() { return &___isStandalone_23; } inline void set_isStandalone_23(bool value) { ___isStandalone_23 = value; } inline static int32_t get_offset_of_returnEntityReference_24() { return static_cast(offsetof(XmlTextReader_t3455035481, ___returnEntityReference_24)); } inline bool get_returnEntityReference_24() const { return ___returnEntityReference_24; } inline bool* get_address_of_returnEntityReference_24() { return &___returnEntityReference_24; } inline void set_returnEntityReference_24(bool value) { ___returnEntityReference_24 = value; } inline static int32_t get_offset_of_entityReferenceName_25() { return static_cast(offsetof(XmlTextReader_t3455035481, ___entityReferenceName_25)); } inline String_t* get_entityReferenceName_25() const { return ___entityReferenceName_25; } inline String_t** get_address_of_entityReferenceName_25() { return &___entityReferenceName_25; } inline void set_entityReferenceName_25(String_t* value) { ___entityReferenceName_25 = value; Il2CppCodeGenWriteBarrier((&___entityReferenceName_25), value); } inline static int32_t get_offset_of_valueBuffer_26() { return static_cast(offsetof(XmlTextReader_t3455035481, ___valueBuffer_26)); } inline StringBuilder_t * get_valueBuffer_26() const { return ___valueBuffer_26; } inline StringBuilder_t ** get_address_of_valueBuffer_26() { return &___valueBuffer_26; } inline void set_valueBuffer_26(StringBuilder_t * value) { ___valueBuffer_26 = value; Il2CppCodeGenWriteBarrier((&___valueBuffer_26), value); } inline static int32_t get_offset_of_reader_27() { return static_cast(offsetof(XmlTextReader_t3455035481, ___reader_27)); } inline TextReader_t283511965 * get_reader_27() const { return ___reader_27; } inline TextReader_t283511965 ** get_address_of_reader_27() { return &___reader_27; } inline void set_reader_27(TextReader_t283511965 * value) { ___reader_27 = value; Il2CppCodeGenWriteBarrier((&___reader_27), value); } inline static int32_t get_offset_of_peekChars_28() { return static_cast(offsetof(XmlTextReader_t3455035481, ___peekChars_28)); } inline CharU5BU5D_t3528271667* get_peekChars_28() const { return ___peekChars_28; } inline CharU5BU5D_t3528271667** get_address_of_peekChars_28() { return &___peekChars_28; } inline void set_peekChars_28(CharU5BU5D_t3528271667* value) { ___peekChars_28 = value; Il2CppCodeGenWriteBarrier((&___peekChars_28), value); } inline static int32_t get_offset_of_peekCharsIndex_29() { return static_cast(offsetof(XmlTextReader_t3455035481, ___peekCharsIndex_29)); } inline int32_t get_peekCharsIndex_29() const { return ___peekCharsIndex_29; } inline int32_t* get_address_of_peekCharsIndex_29() { return &___peekCharsIndex_29; } inline void set_peekCharsIndex_29(int32_t value) { ___peekCharsIndex_29 = value; } inline static int32_t get_offset_of_peekCharsLength_30() { return static_cast(offsetof(XmlTextReader_t3455035481, ___peekCharsLength_30)); } inline int32_t get_peekCharsLength_30() const { return ___peekCharsLength_30; } inline int32_t* get_address_of_peekCharsLength_30() { return &___peekCharsLength_30; } inline void set_peekCharsLength_30(int32_t value) { ___peekCharsLength_30 = value; } inline static int32_t get_offset_of_curNodePeekIndex_31() { return static_cast(offsetof(XmlTextReader_t3455035481, ___curNodePeekIndex_31)); } inline int32_t get_curNodePeekIndex_31() const { return ___curNodePeekIndex_31; } inline int32_t* get_address_of_curNodePeekIndex_31() { return &___curNodePeekIndex_31; } inline void set_curNodePeekIndex_31(int32_t value) { ___curNodePeekIndex_31 = value; } inline static int32_t get_offset_of_preserveCurrentTag_32() { return static_cast(offsetof(XmlTextReader_t3455035481, ___preserveCurrentTag_32)); } inline bool get_preserveCurrentTag_32() const { return ___preserveCurrentTag_32; } inline bool* get_address_of_preserveCurrentTag_32() { return &___preserveCurrentTag_32; } inline void set_preserveCurrentTag_32(bool value) { ___preserveCurrentTag_32 = value; } inline static int32_t get_offset_of_line_33() { return static_cast(offsetof(XmlTextReader_t3455035481, ___line_33)); } inline int32_t get_line_33() const { return ___line_33; } inline int32_t* get_address_of_line_33() { return &___line_33; } inline void set_line_33(int32_t value) { ___line_33 = value; } inline static int32_t get_offset_of_column_34() { return static_cast(offsetof(XmlTextReader_t3455035481, ___column_34)); } inline int32_t get_column_34() const { return ___column_34; } inline int32_t* get_address_of_column_34() { return &___column_34; } inline void set_column_34(int32_t value) { ___column_34 = value; } inline static int32_t get_offset_of_currentLinkedNodeLineNumber_35() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentLinkedNodeLineNumber_35)); } inline int32_t get_currentLinkedNodeLineNumber_35() const { return ___currentLinkedNodeLineNumber_35; } inline int32_t* get_address_of_currentLinkedNodeLineNumber_35() { return &___currentLinkedNodeLineNumber_35; } inline void set_currentLinkedNodeLineNumber_35(int32_t value) { ___currentLinkedNodeLineNumber_35 = value; } inline static int32_t get_offset_of_currentLinkedNodeLinePosition_36() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentLinkedNodeLinePosition_36)); } inline int32_t get_currentLinkedNodeLinePosition_36() const { return ___currentLinkedNodeLinePosition_36; } inline int32_t* get_address_of_currentLinkedNodeLinePosition_36() { return &___currentLinkedNodeLinePosition_36; } inline void set_currentLinkedNodeLinePosition_36(int32_t value) { ___currentLinkedNodeLinePosition_36 = value; } inline static int32_t get_offset_of_useProceedingLineInfo_37() { return static_cast(offsetof(XmlTextReader_t3455035481, ___useProceedingLineInfo_37)); } inline bool get_useProceedingLineInfo_37() const { return ___useProceedingLineInfo_37; } inline bool* get_address_of_useProceedingLineInfo_37() { return &___useProceedingLineInfo_37; } inline void set_useProceedingLineInfo_37(bool value) { ___useProceedingLineInfo_37 = value; } inline static int32_t get_offset_of_startNodeType_38() { return static_cast(offsetof(XmlTextReader_t3455035481, ___startNodeType_38)); } inline int32_t get_startNodeType_38() const { return ___startNodeType_38; } inline int32_t* get_address_of_startNodeType_38() { return &___startNodeType_38; } inline void set_startNodeType_38(int32_t value) { ___startNodeType_38 = value; } inline static int32_t get_offset_of_currentState_39() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentState_39)); } inline int32_t get_currentState_39() const { return ___currentState_39; } inline int32_t* get_address_of_currentState_39() { return &___currentState_39; } inline void set_currentState_39(int32_t value) { ___currentState_39 = value; } inline static int32_t get_offset_of_nestLevel_40() { return static_cast(offsetof(XmlTextReader_t3455035481, ___nestLevel_40)); } inline int32_t get_nestLevel_40() const { return ___nestLevel_40; } inline int32_t* get_address_of_nestLevel_40() { return &___nestLevel_40; } inline void set_nestLevel_40(int32_t value) { ___nestLevel_40 = value; } inline static int32_t get_offset_of_readCharsInProgress_41() { return static_cast(offsetof(XmlTextReader_t3455035481, ___readCharsInProgress_41)); } inline bool get_readCharsInProgress_41() const { return ___readCharsInProgress_41; } inline bool* get_address_of_readCharsInProgress_41() { return &___readCharsInProgress_41; } inline void set_readCharsInProgress_41(bool value) { ___readCharsInProgress_41 = value; } inline static int32_t get_offset_of_binaryCharGetter_42() { return static_cast(offsetof(XmlTextReader_t3455035481, ___binaryCharGetter_42)); } inline CharGetter_t1703763694 * get_binaryCharGetter_42() const { return ___binaryCharGetter_42; } inline CharGetter_t1703763694 ** get_address_of_binaryCharGetter_42() { return &___binaryCharGetter_42; } inline void set_binaryCharGetter_42(CharGetter_t1703763694 * value) { ___binaryCharGetter_42 = value; Il2CppCodeGenWriteBarrier((&___binaryCharGetter_42), value); } inline static int32_t get_offset_of_namespaces_43() { return static_cast(offsetof(XmlTextReader_t3455035481, ___namespaces_43)); } inline bool get_namespaces_43() const { return ___namespaces_43; } inline bool* get_address_of_namespaces_43() { return &___namespaces_43; } inline void set_namespaces_43(bool value) { ___namespaces_43 = value; } inline static int32_t get_offset_of_whitespaceHandling_44() { return static_cast(offsetof(XmlTextReader_t3455035481, ___whitespaceHandling_44)); } inline int32_t get_whitespaceHandling_44() const { return ___whitespaceHandling_44; } inline int32_t* get_address_of_whitespaceHandling_44() { return &___whitespaceHandling_44; } inline void set_whitespaceHandling_44(int32_t value) { ___whitespaceHandling_44 = value; } inline static int32_t get_offset_of_resolver_45() { return static_cast(offsetof(XmlTextReader_t3455035481, ___resolver_45)); } inline XmlResolver_t626023767 * get_resolver_45() const { return ___resolver_45; } inline XmlResolver_t626023767 ** get_address_of_resolver_45() { return &___resolver_45; } inline void set_resolver_45(XmlResolver_t626023767 * value) { ___resolver_45 = value; Il2CppCodeGenWriteBarrier((&___resolver_45), value); } inline static int32_t get_offset_of_normalization_46() { return static_cast(offsetof(XmlTextReader_t3455035481, ___normalization_46)); } inline bool get_normalization_46() const { return ___normalization_46; } inline bool* get_address_of_normalization_46() { return &___normalization_46; } inline void set_normalization_46(bool value) { ___normalization_46 = value; } inline static int32_t get_offset_of_checkCharacters_47() { return static_cast(offsetof(XmlTextReader_t3455035481, ___checkCharacters_47)); } inline bool get_checkCharacters_47() const { return ___checkCharacters_47; } inline bool* get_address_of_checkCharacters_47() { return &___checkCharacters_47; } inline void set_checkCharacters_47(bool value) { ___checkCharacters_47 = value; } inline static int32_t get_offset_of_prohibitDtd_48() { return static_cast(offsetof(XmlTextReader_t3455035481, ___prohibitDtd_48)); } inline bool get_prohibitDtd_48() const { return ___prohibitDtd_48; } inline bool* get_address_of_prohibitDtd_48() { return &___prohibitDtd_48; } inline void set_prohibitDtd_48(bool value) { ___prohibitDtd_48 = value; } inline static int32_t get_offset_of_closeInput_49() { return static_cast(offsetof(XmlTextReader_t3455035481, ___closeInput_49)); } inline bool get_closeInput_49() const { return ___closeInput_49; } inline bool* get_address_of_closeInput_49() { return &___closeInput_49; } inline void set_closeInput_49(bool value) { ___closeInput_49 = value; } inline static int32_t get_offset_of_entityHandling_50() { return static_cast(offsetof(XmlTextReader_t3455035481, ___entityHandling_50)); } inline int32_t get_entityHandling_50() const { return ___entityHandling_50; } inline int32_t* get_address_of_entityHandling_50() { return &___entityHandling_50; } inline void set_entityHandling_50(int32_t value) { ___entityHandling_50 = value; } inline static int32_t get_offset_of_whitespacePool_51() { return static_cast(offsetof(XmlTextReader_t3455035481, ___whitespacePool_51)); } inline NameTable_t3178203267 * get_whitespacePool_51() const { return ___whitespacePool_51; } inline NameTable_t3178203267 ** get_address_of_whitespacePool_51() { return &___whitespacePool_51; } inline void set_whitespacePool_51(NameTable_t3178203267 * value) { ___whitespacePool_51 = value; Il2CppCodeGenWriteBarrier((&___whitespacePool_51), value); } inline static int32_t get_offset_of_whitespaceCache_52() { return static_cast(offsetof(XmlTextReader_t3455035481, ___whitespaceCache_52)); } inline CharU5BU5D_t3528271667* get_whitespaceCache_52() const { return ___whitespaceCache_52; } inline CharU5BU5D_t3528271667** get_address_of_whitespaceCache_52() { return &___whitespaceCache_52; } inline void set_whitespaceCache_52(CharU5BU5D_t3528271667* value) { ___whitespaceCache_52 = value; Il2CppCodeGenWriteBarrier((&___whitespaceCache_52), value); } inline static int32_t get_offset_of_stateStack_53() { return static_cast(offsetof(XmlTextReader_t3455035481, ___stateStack_53)); } inline DtdInputStateStack_t339956957 * get_stateStack_53() const { return ___stateStack_53; } inline DtdInputStateStack_t339956957 ** get_address_of_stateStack_53() { return &___stateStack_53; } inline void set_stateStack_53(DtdInputStateStack_t339956957 * value) { ___stateStack_53 = value; Il2CppCodeGenWriteBarrier((&___stateStack_53), value); } }; struct XmlTextReader_t3455035481_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml2.XmlTextReader::<>f__switch$map38 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map38_54; // System.Collections.Generic.Dictionary`2 Mono.Xml2.XmlTextReader::<>f__switch$map39 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map39_55; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map38_54() { return static_cast(offsetof(XmlTextReader_t3455035481_StaticFields, ___U3CU3Ef__switchU24map38_54)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map38_54() const { return ___U3CU3Ef__switchU24map38_54; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map38_54() { return &___U3CU3Ef__switchU24map38_54; } inline void set_U3CU3Ef__switchU24map38_54(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map38_54 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map38_54), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map39_55() { return static_cast(offsetof(XmlTextReader_t3455035481_StaticFields, ___U3CU3Ef__switchU24map39_55)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map39_55() const { return ___U3CU3Ef__switchU24map39_55; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map39_55() { return &___U3CU3Ef__switchU24map39_55; } inline void set_U3CU3Ef__switchU24map39_55(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map39_55 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map39_55), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTREADER_T3455035481_H #ifndef NODENAMETEST_T562814213_H #define NODENAMETEST_T562814213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeNameTest struct NodeNameTest_t562814213 : public NodeTest_t747859056 { public: // System.Xml.XmlQualifiedName System.Xml.XPath.NodeNameTest::_name XmlQualifiedName_t2760654312 * ____name_1; // System.Boolean System.Xml.XPath.NodeNameTest::resolvedName bool ___resolvedName_2; public: inline static int32_t get_offset_of__name_1() { return static_cast(offsetof(NodeNameTest_t562814213, ____name_1)); } inline XmlQualifiedName_t2760654312 * get__name_1() const { return ____name_1; } inline XmlQualifiedName_t2760654312 ** get_address_of__name_1() { return &____name_1; } inline void set__name_1(XmlQualifiedName_t2760654312 * value) { ____name_1 = value; Il2CppCodeGenWriteBarrier((&____name_1), value); } inline static int32_t get_offset_of_resolvedName_2() { return static_cast(offsetof(NodeNameTest_t562814213, ___resolvedName_2)); } inline bool get_resolvedName_2() const { return ___resolvedName_2; } inline bool* get_address_of_resolvedName_2() { return &___resolvedName_2; } inline void set_resolvedName_2(bool value) { ___resolvedName_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODENAMETEST_T562814213_H #ifndef XMLNODECHANGEDEVENTARGS_T2486095928_H #define XMLNODECHANGEDEVENTARGS_T2486095928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_t2486095928 : public EventArgs_t3591816995 { public: // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::_oldParent XmlNode_t3767805227 * ____oldParent_1; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::_newParent XmlNode_t3767805227 * ____newParent_2; // System.Xml.XmlNodeChangedAction System.Xml.XmlNodeChangedEventArgs::_action int32_t ____action_3; // System.Xml.XmlNode System.Xml.XmlNodeChangedEventArgs::_node XmlNode_t3767805227 * ____node_4; // System.String System.Xml.XmlNodeChangedEventArgs::_oldValue String_t* ____oldValue_5; // System.String System.Xml.XmlNodeChangedEventArgs::_newValue String_t* ____newValue_6; public: inline static int32_t get_offset_of__oldParent_1() { return static_cast(offsetof(XmlNodeChangedEventArgs_t2486095928, ____oldParent_1)); } inline XmlNode_t3767805227 * get__oldParent_1() const { return ____oldParent_1; } inline XmlNode_t3767805227 ** get_address_of__oldParent_1() { return &____oldParent_1; } inline void set__oldParent_1(XmlNode_t3767805227 * value) { ____oldParent_1 = value; Il2CppCodeGenWriteBarrier((&____oldParent_1), value); } inline static int32_t get_offset_of__newParent_2() { return static_cast(offsetof(XmlNodeChangedEventArgs_t2486095928, ____newParent_2)); } inline XmlNode_t3767805227 * get__newParent_2() const { return ____newParent_2; } inline XmlNode_t3767805227 ** get_address_of__newParent_2() { return &____newParent_2; } inline void set__newParent_2(XmlNode_t3767805227 * value) { ____newParent_2 = value; Il2CppCodeGenWriteBarrier((&____newParent_2), value); } inline static int32_t get_offset_of__action_3() { return static_cast(offsetof(XmlNodeChangedEventArgs_t2486095928, ____action_3)); } inline int32_t get__action_3() const { return ____action_3; } inline int32_t* get_address_of__action_3() { return &____action_3; } inline void set__action_3(int32_t value) { ____action_3 = value; } inline static int32_t get_offset_of__node_4() { return static_cast(offsetof(XmlNodeChangedEventArgs_t2486095928, ____node_4)); } inline XmlNode_t3767805227 * get__node_4() const { return ____node_4; } inline XmlNode_t3767805227 ** get_address_of__node_4() { return &____node_4; } inline void set__node_4(XmlNode_t3767805227 * value) { ____node_4 = value; Il2CppCodeGenWriteBarrier((&____node_4), value); } inline static int32_t get_offset_of__oldValue_5() { return static_cast(offsetof(XmlNodeChangedEventArgs_t2486095928, ____oldValue_5)); } inline String_t* get__oldValue_5() const { return ____oldValue_5; } inline String_t** get_address_of__oldValue_5() { return &____oldValue_5; } inline void set__oldValue_5(String_t* value) { ____oldValue_5 = value; Il2CppCodeGenWriteBarrier((&____oldValue_5), value); } inline static int32_t get_offset_of__newValue_6() { return static_cast(offsetof(XmlNodeChangedEventArgs_t2486095928, ____newValue_6)); } inline String_t* get__newValue_6() const { return ____newValue_6; } inline String_t** get_address_of__newValue_6() { return &____newValue_6; } inline void set__newValue_6(String_t* value) { ____newValue_6 = value; Il2CppCodeGenWriteBarrier((&____newValue_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODECHANGEDEVENTARGS_T2486095928_H #ifndef ATTRIBUTEITERATOR_T3778175417_H #define ATTRIBUTEITERATOR_T3778175417_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.AttributeIterator struct AttributeIterator_t3778175417 : public SimpleIterator_t809567201 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTEITERATOR_T3778175417_H #ifndef WEBREQUEST_T1939381076_H #define WEBREQUEST_T1939381076_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Net.WebRequest struct WebRequest_t1939381076 : public MarshalByRefObject_t2760389100 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::authentication_level int32_t ___authentication_level_4; public: inline static int32_t get_offset_of_authentication_level_4() { return static_cast(offsetof(WebRequest_t1939381076, ___authentication_level_4)); } inline int32_t get_authentication_level_4() const { return ___authentication_level_4; } inline int32_t* get_address_of_authentication_level_4() { return &___authentication_level_4; } inline void set_authentication_level_4(int32_t value) { ___authentication_level_4 = value; } }; struct WebRequest_t1939381076_StaticFields { public: // System.Collections.Specialized.HybridDictionary System.Net.WebRequest::prefixes HybridDictionary_t4070033136 * ___prefixes_1; // System.Boolean System.Net.WebRequest::isDefaultWebProxySet bool ___isDefaultWebProxySet_2; // System.Net.IWebProxy System.Net.WebRequest::defaultWebProxy RuntimeObject* ___defaultWebProxy_3; // System.Object System.Net.WebRequest::lockobj RuntimeObject * ___lockobj_5; public: inline static int32_t get_offset_of_prefixes_1() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___prefixes_1)); } inline HybridDictionary_t4070033136 * get_prefixes_1() const { return ___prefixes_1; } inline HybridDictionary_t4070033136 ** get_address_of_prefixes_1() { return &___prefixes_1; } inline void set_prefixes_1(HybridDictionary_t4070033136 * value) { ___prefixes_1 = value; Il2CppCodeGenWriteBarrier((&___prefixes_1), value); } inline static int32_t get_offset_of_isDefaultWebProxySet_2() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___isDefaultWebProxySet_2)); } inline bool get_isDefaultWebProxySet_2() const { return ___isDefaultWebProxySet_2; } inline bool* get_address_of_isDefaultWebProxySet_2() { return &___isDefaultWebProxySet_2; } inline void set_isDefaultWebProxySet_2(bool value) { ___isDefaultWebProxySet_2 = value; } inline static int32_t get_offset_of_defaultWebProxy_3() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___defaultWebProxy_3)); } inline RuntimeObject* get_defaultWebProxy_3() const { return ___defaultWebProxy_3; } inline RuntimeObject** get_address_of_defaultWebProxy_3() { return &___defaultWebProxy_3; } inline void set_defaultWebProxy_3(RuntimeObject* value) { ___defaultWebProxy_3 = value; Il2CppCodeGenWriteBarrier((&___defaultWebProxy_3), value); } inline static int32_t get_offset_of_lockobj_5() { return static_cast(offsetof(WebRequest_t1939381076_StaticFields, ___lockobj_5)); } inline RuntimeObject * get_lockobj_5() const { return ___lockobj_5; } inline RuntimeObject ** get_address_of_lockobj_5() { return &___lockobj_5; } inline void set_lockobj_5(RuntimeObject * value) { ___lockobj_5 = value; Il2CppCodeGenWriteBarrier((&___lockobj_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WEBREQUEST_T1939381076_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef XSDVALIDATINGREADER_T3961132625_H #define XSDVALIDATINGREADER_T3961132625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdValidatingReader struct XsdValidatingReader_t3961132625 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader Mono.Xml.Schema.XsdValidatingReader::reader XmlReader_t3121518892 * ___reader_3; // System.Xml.XmlResolver Mono.Xml.Schema.XsdValidatingReader::resolver XmlResolver_t626023767 * ___resolver_4; // Mono.Xml.IHasXmlSchemaInfo Mono.Xml.Schema.XsdValidatingReader::sourceReaderSchemaInfo RuntimeObject* ___sourceReaderSchemaInfo_5; // System.Xml.IXmlLineInfo Mono.Xml.Schema.XsdValidatingReader::readerLineInfo RuntimeObject* ___readerLineInfo_6; // System.Xml.ValidationType Mono.Xml.Schema.XsdValidatingReader::validationType int32_t ___validationType_7; // System.Xml.Schema.XmlSchemaSet Mono.Xml.Schema.XsdValidatingReader::schemas XmlSchemaSet_t266093086 * ___schemas_8; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::namespaces bool ___namespaces_9; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::validationStarted bool ___validationStarted_10; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::checkIdentity bool ___checkIdentity_11; // Mono.Xml.Schema.XsdIDManager Mono.Xml.Schema.XsdValidatingReader::idManager XsdIDManager_t1008806102 * ___idManager_12; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::checkKeyConstraints bool ___checkKeyConstraints_13; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::keyTables ArrayList_t2718874744 * ___keyTables_14; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::currentKeyFieldConsumers ArrayList_t2718874744 * ___currentKeyFieldConsumers_15; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::tmpKeyrefPool ArrayList_t2718874744 * ___tmpKeyrefPool_16; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::elementQNameStack ArrayList_t2718874744 * ___elementQNameStack_17; // Mono.Xml.Schema.XsdParticleStateManager Mono.Xml.Schema.XsdValidatingReader::state XsdParticleStateManager_t726654767 * ___state_18; // System.Int32 Mono.Xml.Schema.XsdValidatingReader::skipValidationDepth int32_t ___skipValidationDepth_19; // System.Int32 Mono.Xml.Schema.XsdValidatingReader::xsiNilDepth int32_t ___xsiNilDepth_20; // System.Text.StringBuilder Mono.Xml.Schema.XsdValidatingReader::storedCharacters StringBuilder_t * ___storedCharacters_21; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::shouldValidateCharacters bool ___shouldValidateCharacters_22; // System.Xml.Schema.XmlSchemaAttribute[] Mono.Xml.Schema.XsdValidatingReader::defaultAttributes XmlSchemaAttributeU5BU5D_t346244693* ___defaultAttributes_23; // System.Int32 Mono.Xml.Schema.XsdValidatingReader::currentDefaultAttribute int32_t ___currentDefaultAttribute_24; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::defaultAttributesCache ArrayList_t2718874744 * ___defaultAttributesCache_25; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::defaultAttributeConsumed bool ___defaultAttributeConsumed_26; // System.Object Mono.Xml.Schema.XsdValidatingReader::currentAttrType RuntimeObject * ___currentAttrType_27; // System.Xml.Schema.ValidationEventHandler Mono.Xml.Schema.XsdValidatingReader::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_28; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___reader_3)); } inline XmlReader_t3121518892 * get_reader_3() const { return ___reader_3; } inline XmlReader_t3121518892 ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(XmlReader_t3121518892 * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((&___reader_3), value); } inline static int32_t get_offset_of_resolver_4() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___resolver_4)); } inline XmlResolver_t626023767 * get_resolver_4() const { return ___resolver_4; } inline XmlResolver_t626023767 ** get_address_of_resolver_4() { return &___resolver_4; } inline void set_resolver_4(XmlResolver_t626023767 * value) { ___resolver_4 = value; Il2CppCodeGenWriteBarrier((&___resolver_4), value); } inline static int32_t get_offset_of_sourceReaderSchemaInfo_5() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___sourceReaderSchemaInfo_5)); } inline RuntimeObject* get_sourceReaderSchemaInfo_5() const { return ___sourceReaderSchemaInfo_5; } inline RuntimeObject** get_address_of_sourceReaderSchemaInfo_5() { return &___sourceReaderSchemaInfo_5; } inline void set_sourceReaderSchemaInfo_5(RuntimeObject* value) { ___sourceReaderSchemaInfo_5 = value; Il2CppCodeGenWriteBarrier((&___sourceReaderSchemaInfo_5), value); } inline static int32_t get_offset_of_readerLineInfo_6() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___readerLineInfo_6)); } inline RuntimeObject* get_readerLineInfo_6() const { return ___readerLineInfo_6; } inline RuntimeObject** get_address_of_readerLineInfo_6() { return &___readerLineInfo_6; } inline void set_readerLineInfo_6(RuntimeObject* value) { ___readerLineInfo_6 = value; Il2CppCodeGenWriteBarrier((&___readerLineInfo_6), value); } inline static int32_t get_offset_of_validationType_7() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___validationType_7)); } inline int32_t get_validationType_7() const { return ___validationType_7; } inline int32_t* get_address_of_validationType_7() { return &___validationType_7; } inline void set_validationType_7(int32_t value) { ___validationType_7 = value; } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___schemas_8)); } inline XmlSchemaSet_t266093086 * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_t266093086 * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((&___schemas_8), value); } inline static int32_t get_offset_of_namespaces_9() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___namespaces_9)); } inline bool get_namespaces_9() const { return ___namespaces_9; } inline bool* get_address_of_namespaces_9() { return &___namespaces_9; } inline void set_namespaces_9(bool value) { ___namespaces_9 = value; } inline static int32_t get_offset_of_validationStarted_10() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___validationStarted_10)); } inline bool get_validationStarted_10() const { return ___validationStarted_10; } inline bool* get_address_of_validationStarted_10() { return &___validationStarted_10; } inline void set_validationStarted_10(bool value) { ___validationStarted_10 = value; } inline static int32_t get_offset_of_checkIdentity_11() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___checkIdentity_11)); } inline bool get_checkIdentity_11() const { return ___checkIdentity_11; } inline bool* get_address_of_checkIdentity_11() { return &___checkIdentity_11; } inline void set_checkIdentity_11(bool value) { ___checkIdentity_11 = value; } inline static int32_t get_offset_of_idManager_12() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___idManager_12)); } inline XsdIDManager_t1008806102 * get_idManager_12() const { return ___idManager_12; } inline XsdIDManager_t1008806102 ** get_address_of_idManager_12() { return &___idManager_12; } inline void set_idManager_12(XsdIDManager_t1008806102 * value) { ___idManager_12 = value; Il2CppCodeGenWriteBarrier((&___idManager_12), value); } inline static int32_t get_offset_of_checkKeyConstraints_13() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___checkKeyConstraints_13)); } inline bool get_checkKeyConstraints_13() const { return ___checkKeyConstraints_13; } inline bool* get_address_of_checkKeyConstraints_13() { return &___checkKeyConstraints_13; } inline void set_checkKeyConstraints_13(bool value) { ___checkKeyConstraints_13 = value; } inline static int32_t get_offset_of_keyTables_14() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___keyTables_14)); } inline ArrayList_t2718874744 * get_keyTables_14() const { return ___keyTables_14; } inline ArrayList_t2718874744 ** get_address_of_keyTables_14() { return &___keyTables_14; } inline void set_keyTables_14(ArrayList_t2718874744 * value) { ___keyTables_14 = value; Il2CppCodeGenWriteBarrier((&___keyTables_14), value); } inline static int32_t get_offset_of_currentKeyFieldConsumers_15() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___currentKeyFieldConsumers_15)); } inline ArrayList_t2718874744 * get_currentKeyFieldConsumers_15() const { return ___currentKeyFieldConsumers_15; } inline ArrayList_t2718874744 ** get_address_of_currentKeyFieldConsumers_15() { return &___currentKeyFieldConsumers_15; } inline void set_currentKeyFieldConsumers_15(ArrayList_t2718874744 * value) { ___currentKeyFieldConsumers_15 = value; Il2CppCodeGenWriteBarrier((&___currentKeyFieldConsumers_15), value); } inline static int32_t get_offset_of_tmpKeyrefPool_16() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___tmpKeyrefPool_16)); } inline ArrayList_t2718874744 * get_tmpKeyrefPool_16() const { return ___tmpKeyrefPool_16; } inline ArrayList_t2718874744 ** get_address_of_tmpKeyrefPool_16() { return &___tmpKeyrefPool_16; } inline void set_tmpKeyrefPool_16(ArrayList_t2718874744 * value) { ___tmpKeyrefPool_16 = value; Il2CppCodeGenWriteBarrier((&___tmpKeyrefPool_16), value); } inline static int32_t get_offset_of_elementQNameStack_17() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___elementQNameStack_17)); } inline ArrayList_t2718874744 * get_elementQNameStack_17() const { return ___elementQNameStack_17; } inline ArrayList_t2718874744 ** get_address_of_elementQNameStack_17() { return &___elementQNameStack_17; } inline void set_elementQNameStack_17(ArrayList_t2718874744 * value) { ___elementQNameStack_17 = value; Il2CppCodeGenWriteBarrier((&___elementQNameStack_17), value); } inline static int32_t get_offset_of_state_18() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___state_18)); } inline XsdParticleStateManager_t726654767 * get_state_18() const { return ___state_18; } inline XsdParticleStateManager_t726654767 ** get_address_of_state_18() { return &___state_18; } inline void set_state_18(XsdParticleStateManager_t726654767 * value) { ___state_18 = value; Il2CppCodeGenWriteBarrier((&___state_18), value); } inline static int32_t get_offset_of_skipValidationDepth_19() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___skipValidationDepth_19)); } inline int32_t get_skipValidationDepth_19() const { return ___skipValidationDepth_19; } inline int32_t* get_address_of_skipValidationDepth_19() { return &___skipValidationDepth_19; } inline void set_skipValidationDepth_19(int32_t value) { ___skipValidationDepth_19 = value; } inline static int32_t get_offset_of_xsiNilDepth_20() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___xsiNilDepth_20)); } inline int32_t get_xsiNilDepth_20() const { return ___xsiNilDepth_20; } inline int32_t* get_address_of_xsiNilDepth_20() { return &___xsiNilDepth_20; } inline void set_xsiNilDepth_20(int32_t value) { ___xsiNilDepth_20 = value; } inline static int32_t get_offset_of_storedCharacters_21() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___storedCharacters_21)); } inline StringBuilder_t * get_storedCharacters_21() const { return ___storedCharacters_21; } inline StringBuilder_t ** get_address_of_storedCharacters_21() { return &___storedCharacters_21; } inline void set_storedCharacters_21(StringBuilder_t * value) { ___storedCharacters_21 = value; Il2CppCodeGenWriteBarrier((&___storedCharacters_21), value); } inline static int32_t get_offset_of_shouldValidateCharacters_22() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___shouldValidateCharacters_22)); } inline bool get_shouldValidateCharacters_22() const { return ___shouldValidateCharacters_22; } inline bool* get_address_of_shouldValidateCharacters_22() { return &___shouldValidateCharacters_22; } inline void set_shouldValidateCharacters_22(bool value) { ___shouldValidateCharacters_22 = value; } inline static int32_t get_offset_of_defaultAttributes_23() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___defaultAttributes_23)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_defaultAttributes_23() const { return ___defaultAttributes_23; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_defaultAttributes_23() { return &___defaultAttributes_23; } inline void set_defaultAttributes_23(XmlSchemaAttributeU5BU5D_t346244693* value) { ___defaultAttributes_23 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributes_23), value); } inline static int32_t get_offset_of_currentDefaultAttribute_24() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___currentDefaultAttribute_24)); } inline int32_t get_currentDefaultAttribute_24() const { return ___currentDefaultAttribute_24; } inline int32_t* get_address_of_currentDefaultAttribute_24() { return &___currentDefaultAttribute_24; } inline void set_currentDefaultAttribute_24(int32_t value) { ___currentDefaultAttribute_24 = value; } inline static int32_t get_offset_of_defaultAttributesCache_25() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___defaultAttributesCache_25)); } inline ArrayList_t2718874744 * get_defaultAttributesCache_25() const { return ___defaultAttributesCache_25; } inline ArrayList_t2718874744 ** get_address_of_defaultAttributesCache_25() { return &___defaultAttributesCache_25; } inline void set_defaultAttributesCache_25(ArrayList_t2718874744 * value) { ___defaultAttributesCache_25 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributesCache_25), value); } inline static int32_t get_offset_of_defaultAttributeConsumed_26() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___defaultAttributeConsumed_26)); } inline bool get_defaultAttributeConsumed_26() const { return ___defaultAttributeConsumed_26; } inline bool* get_address_of_defaultAttributeConsumed_26() { return &___defaultAttributeConsumed_26; } inline void set_defaultAttributeConsumed_26(bool value) { ___defaultAttributeConsumed_26 = value; } inline static int32_t get_offset_of_currentAttrType_27() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___currentAttrType_27)); } inline RuntimeObject * get_currentAttrType_27() const { return ___currentAttrType_27; } inline RuntimeObject ** get_address_of_currentAttrType_27() { return &___currentAttrType_27; } inline void set_currentAttrType_27(RuntimeObject * value) { ___currentAttrType_27 = value; Il2CppCodeGenWriteBarrier((&___currentAttrType_27), value); } inline static int32_t get_offset_of_ValidationEventHandler_28() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___ValidationEventHandler_28)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_28() const { return ___ValidationEventHandler_28; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_28() { return &___ValidationEventHandler_28; } inline void set_ValidationEventHandler_28(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_28 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_28), value); } }; struct XsdValidatingReader_t3961132625_StaticFields { public: // System.Xml.Schema.XmlSchemaAttribute[] Mono.Xml.Schema.XsdValidatingReader::emptyAttributeArray XmlSchemaAttributeU5BU5D_t346244693* ___emptyAttributeArray_2; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XsdValidatingReader::<>f__switch$map3 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3_29; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XsdValidatingReader::<>f__switch$map4 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4_30; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XsdValidatingReader::<>f__switch$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_31; public: inline static int32_t get_offset_of_emptyAttributeArray_2() { return static_cast(offsetof(XsdValidatingReader_t3961132625_StaticFields, ___emptyAttributeArray_2)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_emptyAttributeArray_2() const { return ___emptyAttributeArray_2; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_emptyAttributeArray_2() { return &___emptyAttributeArray_2; } inline void set_emptyAttributeArray_2(XmlSchemaAttributeU5BU5D_t346244693* value) { ___emptyAttributeArray_2 = value; Il2CppCodeGenWriteBarrier((&___emptyAttributeArray_2), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3_29() { return static_cast(offsetof(XsdValidatingReader_t3961132625_StaticFields, ___U3CU3Ef__switchU24map3_29)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3_29() const { return ___U3CU3Ef__switchU24map3_29; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3_29() { return &___U3CU3Ef__switchU24map3_29; } inline void set_U3CU3Ef__switchU24map3_29(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4_30() { return static_cast(offsetof(XsdValidatingReader_t3961132625_StaticFields, ___U3CU3Ef__switchU24map4_30)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4_30() const { return ___U3CU3Ef__switchU24map4_30; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4_30() { return &___U3CU3Ef__switchU24map4_30; } inline void set_U3CU3Ef__switchU24map4_30(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4_30), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map5_31() { return static_cast(offsetof(XsdValidatingReader_t3961132625_StaticFields, ___U3CU3Ef__switchU24map5_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_31() const { return ___U3CU3Ef__switchU24map5_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_31() { return &___U3CU3Ef__switchU24map5_31; } inline void set_U3CU3Ef__switchU24map5_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_31), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDVALIDATINGREADER_T3961132625_H #ifndef ANCESTORITERATOR_T1850150082_H #define ANCESTORITERATOR_T1850150082_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.AncestorIterator struct AncestorIterator_t1850150082 : public SimpleIterator_t809567201 { public: // System.Int32 System.Xml.XPath.AncestorIterator::currentPosition int32_t ___currentPosition_6; // System.Collections.ArrayList System.Xml.XPath.AncestorIterator::navigators ArrayList_t2718874744 * ___navigators_7; // System.Xml.XPath.XPathNavigator System.Xml.XPath.AncestorIterator::startPosition XPathNavigator_t787956054 * ___startPosition_8; public: inline static int32_t get_offset_of_currentPosition_6() { return static_cast(offsetof(AncestorIterator_t1850150082, ___currentPosition_6)); } inline int32_t get_currentPosition_6() const { return ___currentPosition_6; } inline int32_t* get_address_of_currentPosition_6() { return &___currentPosition_6; } inline void set_currentPosition_6(int32_t value) { ___currentPosition_6 = value; } inline static int32_t get_offset_of_navigators_7() { return static_cast(offsetof(AncestorIterator_t1850150082, ___navigators_7)); } inline ArrayList_t2718874744 * get_navigators_7() const { return ___navigators_7; } inline ArrayList_t2718874744 ** get_address_of_navigators_7() { return &___navigators_7; } inline void set_navigators_7(ArrayList_t2718874744 * value) { ___navigators_7 = value; Il2CppCodeGenWriteBarrier((&___navigators_7), value); } inline static int32_t get_offset_of_startPosition_8() { return static_cast(offsetof(AncestorIterator_t1850150082, ___startPosition_8)); } inline XPathNavigator_t787956054 * get_startPosition_8() const { return ___startPosition_8; } inline XPathNavigator_t787956054 ** get_address_of_startPosition_8() { return &___startPosition_8; } inline void set_startPosition_8(XPathNavigator_t787956054 * value) { ___startPosition_8 = value; Il2CppCodeGenWriteBarrier((&___startPosition_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANCESTORITERATOR_T1850150082_H #ifndef XMLWHITESPACE_T131741354_H #define XMLWHITESPACE_T131741354_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlWhitespace struct XmlWhitespace_t131741354 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLWHITESPACE_T131741354_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef XMLREADERBINARYSUPPORT_T1809665003_H #define XMLREADERBINARYSUPPORT_T1809665003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003 : public RuntimeObject { public: // System.Xml.XmlReader System.Xml.XmlReaderBinarySupport::reader XmlReader_t3121518892 * ___reader_0; // System.Int32 System.Xml.XmlReaderBinarySupport::base64CacheStartsAt int32_t ___base64CacheStartsAt_1; // System.Xml.XmlReaderBinarySupport/CommandState System.Xml.XmlReaderBinarySupport::state int32_t ___state_2; // System.Boolean System.Xml.XmlReaderBinarySupport::hasCache bool ___hasCache_3; // System.Boolean System.Xml.XmlReaderBinarySupport::dontReset bool ___dontReset_4; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___reader_0)); } inline XmlReader_t3121518892 * get_reader_0() const { return ___reader_0; } inline XmlReader_t3121518892 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(XmlReader_t3121518892 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((&___reader_0), value); } inline static int32_t get_offset_of_base64CacheStartsAt_1() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___base64CacheStartsAt_1)); } inline int32_t get_base64CacheStartsAt_1() const { return ___base64CacheStartsAt_1; } inline int32_t* get_address_of_base64CacheStartsAt_1() { return &___base64CacheStartsAt_1; } inline void set_base64CacheStartsAt_1(int32_t value) { ___base64CacheStartsAt_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of_hasCache_3() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___hasCache_3)); } inline bool get_hasCache_3() const { return ___hasCache_3; } inline bool* get_address_of_hasCache_3() { return &___hasCache_3; } inline void set_hasCache_3(bool value) { ___hasCache_3 = value; } inline static int32_t get_offset_of_dontReset_4() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___dontReset_4)); } inline bool get_dontReset_4() const { return ___dontReset_4; } inline bool* get_address_of_dontReset_4() { return &___dontReset_4; } inline void set_dontReset_4(bool value) { ___dontReset_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADERBINARYSUPPORT_T1809665003_H #ifndef ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #define ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997 : public ArgumentException_t132251570 { public: // System.Object System.ArgumentOutOfRangeException::actual_value RuntimeObject * ___actual_value_13; public: inline static int32_t get_offset_of_actual_value_13() { return static_cast(offsetof(ArgumentOutOfRangeException_t777629997, ___actual_value_13)); } inline RuntimeObject * get_actual_value_13() const { return ___actual_value_13; } inline RuntimeObject ** get_address_of_actual_value_13() { return &___actual_value_13; } inline void set_actual_value_13(RuntimeObject * value) { ___actual_value_13 = value; Il2CppCodeGenWriteBarrier((&___actual_value_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTOUTOFRANGEEXCEPTION_T777629997_H #ifndef DESCENDANTORSELFITERATOR_T4256219478_H #define DESCENDANTORSELFITERATOR_T4256219478_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.DescendantOrSelfIterator struct DescendantOrSelfIterator_t4256219478 : public SimpleIterator_t809567201 { public: // System.Int32 System.Xml.XPath.DescendantOrSelfIterator::_depth int32_t ____depth_6; // System.Boolean System.Xml.XPath.DescendantOrSelfIterator::_finished bool ____finished_7; public: inline static int32_t get_offset_of__depth_6() { return static_cast(offsetof(DescendantOrSelfIterator_t4256219478, ____depth_6)); } inline int32_t get__depth_6() const { return ____depth_6; } inline int32_t* get_address_of__depth_6() { return &____depth_6; } inline void set__depth_6(int32_t value) { ____depth_6 = value; } inline static int32_t get_offset_of__finished_7() { return static_cast(offsetof(DescendantOrSelfIterator_t4256219478, ____finished_7)); } inline bool get__finished_7() const { return ____finished_7; } inline bool* get_address_of__finished_7() { return &____finished_7; } inline void set__finished_7(bool value) { ____finished_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESCENDANTORSELFITERATOR_T4256219478_H #ifndef DESCENDANTITERATOR_T2685366878_H #define DESCENDANTITERATOR_T2685366878_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.DescendantIterator struct DescendantIterator_t2685366878 : public SimpleIterator_t809567201 { public: // System.Int32 System.Xml.XPath.DescendantIterator::_depth int32_t ____depth_6; // System.Boolean System.Xml.XPath.DescendantIterator::_finished bool ____finished_7; public: inline static int32_t get_offset_of__depth_6() { return static_cast(offsetof(DescendantIterator_t2685366878, ____depth_6)); } inline int32_t get__depth_6() const { return ____depth_6; } inline int32_t* get_address_of__depth_6() { return &____depth_6; } inline void set__depth_6(int32_t value) { ____depth_6 = value; } inline static int32_t get_offset_of__finished_7() { return static_cast(offsetof(DescendantIterator_t2685366878, ____finished_7)); } inline bool get__finished_7() const { return ____finished_7; } inline bool* get_address_of__finished_7() { return &____finished_7; } inline void set__finished_7(bool value) { ____finished_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DESCENDANTITERATOR_T2685366878_H #ifndef AXISSPECIFIER_T40435393_H #define AXISSPECIFIER_T40435393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.AxisSpecifier struct AxisSpecifier_t40435393 : public RuntimeObject { public: // System.Xml.XPath.Axes System.Xml.XPath.AxisSpecifier::_axis int32_t ____axis_0; public: inline static int32_t get_offset_of__axis_0() { return static_cast(offsetof(AxisSpecifier_t40435393, ____axis_0)); } inline int32_t get__axis_0() const { return ____axis_0; } inline int32_t* get_address_of__axis_0() { return &____axis_0; } inline void set__axis_0(int32_t value) { ____axis_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISSPECIFIER_T40435393_H #ifndef XMLPARSERCONTEXT_T2544895291_H #define XMLPARSERCONTEXT_T2544895291_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlParserContext struct XmlParserContext_t2544895291 : public RuntimeObject { public: // System.String System.Xml.XmlParserContext::baseURI String_t* ___baseURI_0; // System.String System.Xml.XmlParserContext::docTypeName String_t* ___docTypeName_1; // System.Text.Encoding System.Xml.XmlParserContext::encoding Encoding_t1523322056 * ___encoding_2; // System.String System.Xml.XmlParserContext::internalSubset String_t* ___internalSubset_3; // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::namespaceManager XmlNamespaceManager_t418790500 * ___namespaceManager_4; // System.Xml.XmlNameTable System.Xml.XmlParserContext::nameTable XmlNameTable_t71772148 * ___nameTable_5; // System.String System.Xml.XmlParserContext::publicID String_t* ___publicID_6; // System.String System.Xml.XmlParserContext::systemID String_t* ___systemID_7; // System.String System.Xml.XmlParserContext::xmlLang String_t* ___xmlLang_8; // System.Xml.XmlSpace System.Xml.XmlParserContext::xmlSpace int32_t ___xmlSpace_9; // System.Collections.ArrayList System.Xml.XmlParserContext::contextItems ArrayList_t2718874744 * ___contextItems_10; // System.Int32 System.Xml.XmlParserContext::contextItemCount int32_t ___contextItemCount_11; // Mono.Xml.DTDObjectModel System.Xml.XmlParserContext::dtd DTDObjectModel_t1729680289 * ___dtd_12; public: inline static int32_t get_offset_of_baseURI_0() { return static_cast(offsetof(XmlParserContext_t2544895291, ___baseURI_0)); } inline String_t* get_baseURI_0() const { return ___baseURI_0; } inline String_t** get_address_of_baseURI_0() { return &___baseURI_0; } inline void set_baseURI_0(String_t* value) { ___baseURI_0 = value; Il2CppCodeGenWriteBarrier((&___baseURI_0), value); } inline static int32_t get_offset_of_docTypeName_1() { return static_cast(offsetof(XmlParserContext_t2544895291, ___docTypeName_1)); } inline String_t* get_docTypeName_1() const { return ___docTypeName_1; } inline String_t** get_address_of_docTypeName_1() { return &___docTypeName_1; } inline void set_docTypeName_1(String_t* value) { ___docTypeName_1 = value; Il2CppCodeGenWriteBarrier((&___docTypeName_1), value); } inline static int32_t get_offset_of_encoding_2() { return static_cast(offsetof(XmlParserContext_t2544895291, ___encoding_2)); } inline Encoding_t1523322056 * get_encoding_2() const { return ___encoding_2; } inline Encoding_t1523322056 ** get_address_of_encoding_2() { return &___encoding_2; } inline void set_encoding_2(Encoding_t1523322056 * value) { ___encoding_2 = value; Il2CppCodeGenWriteBarrier((&___encoding_2), value); } inline static int32_t get_offset_of_internalSubset_3() { return static_cast(offsetof(XmlParserContext_t2544895291, ___internalSubset_3)); } inline String_t* get_internalSubset_3() const { return ___internalSubset_3; } inline String_t** get_address_of_internalSubset_3() { return &___internalSubset_3; } inline void set_internalSubset_3(String_t* value) { ___internalSubset_3 = value; Il2CppCodeGenWriteBarrier((&___internalSubset_3), value); } inline static int32_t get_offset_of_namespaceManager_4() { return static_cast(offsetof(XmlParserContext_t2544895291, ___namespaceManager_4)); } inline XmlNamespaceManager_t418790500 * get_namespaceManager_4() const { return ___namespaceManager_4; } inline XmlNamespaceManager_t418790500 ** get_address_of_namespaceManager_4() { return &___namespaceManager_4; } inline void set_namespaceManager_4(XmlNamespaceManager_t418790500 * value) { ___namespaceManager_4 = value; Il2CppCodeGenWriteBarrier((&___namespaceManager_4), value); } inline static int32_t get_offset_of_nameTable_5() { return static_cast(offsetof(XmlParserContext_t2544895291, ___nameTable_5)); } inline XmlNameTable_t71772148 * get_nameTable_5() const { return ___nameTable_5; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_5() { return &___nameTable_5; } inline void set_nameTable_5(XmlNameTable_t71772148 * value) { ___nameTable_5 = value; Il2CppCodeGenWriteBarrier((&___nameTable_5), value); } inline static int32_t get_offset_of_publicID_6() { return static_cast(offsetof(XmlParserContext_t2544895291, ___publicID_6)); } inline String_t* get_publicID_6() const { return ___publicID_6; } inline String_t** get_address_of_publicID_6() { return &___publicID_6; } inline void set_publicID_6(String_t* value) { ___publicID_6 = value; Il2CppCodeGenWriteBarrier((&___publicID_6), value); } inline static int32_t get_offset_of_systemID_7() { return static_cast(offsetof(XmlParserContext_t2544895291, ___systemID_7)); } inline String_t* get_systemID_7() const { return ___systemID_7; } inline String_t** get_address_of_systemID_7() { return &___systemID_7; } inline void set_systemID_7(String_t* value) { ___systemID_7 = value; Il2CppCodeGenWriteBarrier((&___systemID_7), value); } inline static int32_t get_offset_of_xmlLang_8() { return static_cast(offsetof(XmlParserContext_t2544895291, ___xmlLang_8)); } inline String_t* get_xmlLang_8() const { return ___xmlLang_8; } inline String_t** get_address_of_xmlLang_8() { return &___xmlLang_8; } inline void set_xmlLang_8(String_t* value) { ___xmlLang_8 = value; Il2CppCodeGenWriteBarrier((&___xmlLang_8), value); } inline static int32_t get_offset_of_xmlSpace_9() { return static_cast(offsetof(XmlParserContext_t2544895291, ___xmlSpace_9)); } inline int32_t get_xmlSpace_9() const { return ___xmlSpace_9; } inline int32_t* get_address_of_xmlSpace_9() { return &___xmlSpace_9; } inline void set_xmlSpace_9(int32_t value) { ___xmlSpace_9 = value; } inline static int32_t get_offset_of_contextItems_10() { return static_cast(offsetof(XmlParserContext_t2544895291, ___contextItems_10)); } inline ArrayList_t2718874744 * get_contextItems_10() const { return ___contextItems_10; } inline ArrayList_t2718874744 ** get_address_of_contextItems_10() { return &___contextItems_10; } inline void set_contextItems_10(ArrayList_t2718874744 * value) { ___contextItems_10 = value; Il2CppCodeGenWriteBarrier((&___contextItems_10), value); } inline static int32_t get_offset_of_contextItemCount_11() { return static_cast(offsetof(XmlParserContext_t2544895291, ___contextItemCount_11)); } inline int32_t get_contextItemCount_11() const { return ___contextItemCount_11; } inline int32_t* get_address_of_contextItemCount_11() { return &___contextItemCount_11; } inline void set_contextItemCount_11(int32_t value) { ___contextItemCount_11 = value; } inline static int32_t get_offset_of_dtd_12() { return static_cast(offsetof(XmlParserContext_t2544895291, ___dtd_12)); } inline DTDObjectModel_t1729680289 * get_dtd_12() const { return ___dtd_12; } inline DTDObjectModel_t1729680289 ** get_address_of_dtd_12() { return &___dtd_12; } inline void set_dtd_12(DTDObjectModel_t1729680289 * value) { ___dtd_12 = value; Il2CppCodeGenWriteBarrier((&___dtd_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPARSERCONTEXT_T2544895291_H #ifndef XMLNODEREADERIMPL_T2501602067_H #define XMLNODEREADERIMPL_T2501602067_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeReaderImpl struct XmlNodeReaderImpl_t2501602067 : public XmlReader_t3121518892 { public: // System.Xml.XmlDocument System.Xml.XmlNodeReaderImpl::document XmlDocument_t2837193595 * ___document_2; // System.Xml.XmlNode System.Xml.XmlNodeReaderImpl::startNode XmlNode_t3767805227 * ___startNode_3; // System.Xml.XmlNode System.Xml.XmlNodeReaderImpl::current XmlNode_t3767805227 * ___current_4; // System.Xml.XmlNode System.Xml.XmlNodeReaderImpl::ownerLinkedNode XmlNode_t3767805227 * ___ownerLinkedNode_5; // System.Xml.ReadState System.Xml.XmlNodeReaderImpl::state int32_t ___state_6; // System.Int32 System.Xml.XmlNodeReaderImpl::depth int32_t ___depth_7; // System.Boolean System.Xml.XmlNodeReaderImpl::isEndElement bool ___isEndElement_8; // System.Boolean System.Xml.XmlNodeReaderImpl::ignoreStartNode bool ___ignoreStartNode_9; public: inline static int32_t get_offset_of_document_2() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067, ___document_2)); } inline XmlDocument_t2837193595 * get_document_2() const { return ___document_2; } inline XmlDocument_t2837193595 ** get_address_of_document_2() { return &___document_2; } inline void set_document_2(XmlDocument_t2837193595 * value) { ___document_2 = value; Il2CppCodeGenWriteBarrier((&___document_2), value); } inline static int32_t get_offset_of_startNode_3() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067, ___startNode_3)); } inline XmlNode_t3767805227 * get_startNode_3() const { return ___startNode_3; } inline XmlNode_t3767805227 ** get_address_of_startNode_3() { return &___startNode_3; } inline void set_startNode_3(XmlNode_t3767805227 * value) { ___startNode_3 = value; Il2CppCodeGenWriteBarrier((&___startNode_3), value); } inline static int32_t get_offset_of_current_4() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067, ___current_4)); } inline XmlNode_t3767805227 * get_current_4() const { return ___current_4; } inline XmlNode_t3767805227 ** get_address_of_current_4() { return &___current_4; } inline void set_current_4(XmlNode_t3767805227 * value) { ___current_4 = value; Il2CppCodeGenWriteBarrier((&___current_4), value); } inline static int32_t get_offset_of_ownerLinkedNode_5() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067, ___ownerLinkedNode_5)); } inline XmlNode_t3767805227 * get_ownerLinkedNode_5() const { return ___ownerLinkedNode_5; } inline XmlNode_t3767805227 ** get_address_of_ownerLinkedNode_5() { return &___ownerLinkedNode_5; } inline void set_ownerLinkedNode_5(XmlNode_t3767805227 * value) { ___ownerLinkedNode_5 = value; Il2CppCodeGenWriteBarrier((&___ownerLinkedNode_5), value); } inline static int32_t get_offset_of_state_6() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067, ___state_6)); } inline int32_t get_state_6() const { return ___state_6; } inline int32_t* get_address_of_state_6() { return &___state_6; } inline void set_state_6(int32_t value) { ___state_6 = value; } inline static int32_t get_offset_of_depth_7() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067, ___depth_7)); } inline int32_t get_depth_7() const { return ___depth_7; } inline int32_t* get_address_of_depth_7() { return &___depth_7; } inline void set_depth_7(int32_t value) { ___depth_7 = value; } inline static int32_t get_offset_of_isEndElement_8() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067, ___isEndElement_8)); } inline bool get_isEndElement_8() const { return ___isEndElement_8; } inline bool* get_address_of_isEndElement_8() { return &___isEndElement_8; } inline void set_isEndElement_8(bool value) { ___isEndElement_8 = value; } inline static int32_t get_offset_of_ignoreStartNode_9() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067, ___ignoreStartNode_9)); } inline bool get_ignoreStartNode_9() const { return ___ignoreStartNode_9; } inline bool* get_address_of_ignoreStartNode_9() { return &___ignoreStartNode_9; } inline void set_ignoreStartNode_9(bool value) { ___ignoreStartNode_9 = value; } }; struct XmlNodeReaderImpl_t2501602067_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlNodeReaderImpl::<>f__switch$map34 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map34_10; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNodeReaderImpl::<>f__switch$map35 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map35_11; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNodeReaderImpl::<>f__switch$map36 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map36_12; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNodeReaderImpl::<>f__switch$map37 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map37_13; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map34_10() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067_StaticFields, ___U3CU3Ef__switchU24map34_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map34_10() const { return ___U3CU3Ef__switchU24map34_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map34_10() { return &___U3CU3Ef__switchU24map34_10; } inline void set_U3CU3Ef__switchU24map34_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map34_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map34_10), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map35_11() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067_StaticFields, ___U3CU3Ef__switchU24map35_11)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map35_11() const { return ___U3CU3Ef__switchU24map35_11; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map35_11() { return &___U3CU3Ef__switchU24map35_11; } inline void set_U3CU3Ef__switchU24map35_11(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map35_11 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map35_11), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map36_12() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067_StaticFields, ___U3CU3Ef__switchU24map36_12)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map36_12() const { return ___U3CU3Ef__switchU24map36_12; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map36_12() { return &___U3CU3Ef__switchU24map36_12; } inline void set_U3CU3Ef__switchU24map36_12(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map36_12 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map36_12), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map37_13() { return static_cast(offsetof(XmlNodeReaderImpl_t2501602067_StaticFields, ___U3CU3Ef__switchU24map37_13)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map37_13() const { return ___U3CU3Ef__switchU24map37_13; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map37_13() { return &___U3CU3Ef__switchU24map37_13; } inline void set_U3CU3Ef__switchU24map37_13(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map37_13 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map37_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODEREADERIMPL_T2501602067_H #ifndef MULTICASTDELEGATE_T_H #define MULTICASTDELEGATE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t1188392813 { public: // System.MulticastDelegate System.MulticastDelegate::prev MulticastDelegate_t * ___prev_9; // System.MulticastDelegate System.MulticastDelegate::kpm_next MulticastDelegate_t * ___kpm_next_10; public: inline static int32_t get_offset_of_prev_9() { return static_cast(offsetof(MulticastDelegate_t, ___prev_9)); } inline MulticastDelegate_t * get_prev_9() const { return ___prev_9; } inline MulticastDelegate_t ** get_address_of_prev_9() { return &___prev_9; } inline void set_prev_9(MulticastDelegate_t * value) { ___prev_9 = value; Il2CppCodeGenWriteBarrier((&___prev_9), value); } inline static int32_t get_offset_of_kpm_next_10() { return static_cast(offsetof(MulticastDelegate_t, ___kpm_next_10)); } inline MulticastDelegate_t * get_kpm_next_10() const { return ___kpm_next_10; } inline MulticastDelegate_t ** get_address_of_kpm_next_10() { return &___kpm_next_10; } inline void set_kpm_next_10(MulticastDelegate_t * value) { ___kpm_next_10 = value; Il2CppCodeGenWriteBarrier((&___kpm_next_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MULTICASTDELEGATE_T_H #ifndef EXPRMULT_T118778748_H #define EXPRMULT_T118778748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprMULT struct ExprMULT_t118778748 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRMULT_T118778748_H #ifndef XMLSIGNIFICANTWHITESPACE_T1052520128_H #define XMLSIGNIFICANTWHITESPACE_T1052520128_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t1052520128 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSIGNIFICANTWHITESPACE_T1052520128_H #ifndef XMLNODEINFO_T4030693883_H #define XMLNODEINFO_T4030693883_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextWriter/XmlNodeInfo struct XmlNodeInfo_t4030693883 : public RuntimeObject { public: // System.String System.Xml.XmlTextWriter/XmlNodeInfo::Prefix String_t* ___Prefix_0; // System.String System.Xml.XmlTextWriter/XmlNodeInfo::LocalName String_t* ___LocalName_1; // System.String System.Xml.XmlTextWriter/XmlNodeInfo::NS String_t* ___NS_2; // System.Boolean System.Xml.XmlTextWriter/XmlNodeInfo::HasSimple bool ___HasSimple_3; // System.Boolean System.Xml.XmlTextWriter/XmlNodeInfo::HasElements bool ___HasElements_4; // System.String System.Xml.XmlTextWriter/XmlNodeInfo::XmlLang String_t* ___XmlLang_5; // System.Xml.XmlSpace System.Xml.XmlTextWriter/XmlNodeInfo::XmlSpace int32_t ___XmlSpace_6; public: inline static int32_t get_offset_of_Prefix_0() { return static_cast(offsetof(XmlNodeInfo_t4030693883, ___Prefix_0)); } inline String_t* get_Prefix_0() const { return ___Prefix_0; } inline String_t** get_address_of_Prefix_0() { return &___Prefix_0; } inline void set_Prefix_0(String_t* value) { ___Prefix_0 = value; Il2CppCodeGenWriteBarrier((&___Prefix_0), value); } inline static int32_t get_offset_of_LocalName_1() { return static_cast(offsetof(XmlNodeInfo_t4030693883, ___LocalName_1)); } inline String_t* get_LocalName_1() const { return ___LocalName_1; } inline String_t** get_address_of_LocalName_1() { return &___LocalName_1; } inline void set_LocalName_1(String_t* value) { ___LocalName_1 = value; Il2CppCodeGenWriteBarrier((&___LocalName_1), value); } inline static int32_t get_offset_of_NS_2() { return static_cast(offsetof(XmlNodeInfo_t4030693883, ___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((&___NS_2), value); } inline static int32_t get_offset_of_HasSimple_3() { return static_cast(offsetof(XmlNodeInfo_t4030693883, ___HasSimple_3)); } inline bool get_HasSimple_3() const { return ___HasSimple_3; } inline bool* get_address_of_HasSimple_3() { return &___HasSimple_3; } inline void set_HasSimple_3(bool value) { ___HasSimple_3 = value; } inline static int32_t get_offset_of_HasElements_4() { return static_cast(offsetof(XmlNodeInfo_t4030693883, ___HasElements_4)); } inline bool get_HasElements_4() const { return ___HasElements_4; } inline bool* get_address_of_HasElements_4() { return &___HasElements_4; } inline void set_HasElements_4(bool value) { ___HasElements_4 = value; } inline static int32_t get_offset_of_XmlLang_5() { return static_cast(offsetof(XmlNodeInfo_t4030693883, ___XmlLang_5)); } inline String_t* get_XmlLang_5() const { return ___XmlLang_5; } inline String_t** get_address_of_XmlLang_5() { return &___XmlLang_5; } inline void set_XmlLang_5(String_t* value) { ___XmlLang_5 = value; Il2CppCodeGenWriteBarrier((&___XmlLang_5), value); } inline static int32_t get_offset_of_XmlSpace_6() { return static_cast(offsetof(XmlNodeInfo_t4030693883, ___XmlSpace_6)); } inline int32_t get_XmlSpace_6() const { return ___XmlSpace_6; } inline int32_t* get_address_of_XmlSpace_6() { return &___XmlSpace_6; } inline void set_XmlSpace_6(int32_t value) { ___XmlSpace_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODEINFO_T4030693883_H #ifndef XMLWRITERSETTINGS_T3314986516_H #define XMLWRITERSETTINGS_T3314986516_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlWriterSettings struct XmlWriterSettings_t3314986516 : public RuntimeObject { public: // System.Boolean System.Xml.XmlWriterSettings::checkCharacters bool ___checkCharacters_0; // System.Boolean System.Xml.XmlWriterSettings::closeOutput bool ___closeOutput_1; // System.Xml.ConformanceLevel System.Xml.XmlWriterSettings::conformance int32_t ___conformance_2; // System.Text.Encoding System.Xml.XmlWriterSettings::encoding Encoding_t1523322056 * ___encoding_3; // System.Boolean System.Xml.XmlWriterSettings::indent bool ___indent_4; // System.String System.Xml.XmlWriterSettings::indentChars String_t* ___indentChars_5; // System.String System.Xml.XmlWriterSettings::newLineChars String_t* ___newLineChars_6; // System.Boolean System.Xml.XmlWriterSettings::newLineOnAttributes bool ___newLineOnAttributes_7; // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::newLineHandling int32_t ___newLineHandling_8; // System.Boolean System.Xml.XmlWriterSettings::omitXmlDeclaration bool ___omitXmlDeclaration_9; // System.Xml.XmlOutputMethod System.Xml.XmlWriterSettings::outputMethod int32_t ___outputMethod_10; // System.Xml.NamespaceHandling System.Xml.XmlWriterSettings::k__BackingField int32_t ___U3CNamespaceHandlingU3Ek__BackingField_11; public: inline static int32_t get_offset_of_checkCharacters_0() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___checkCharacters_0)); } inline bool get_checkCharacters_0() const { return ___checkCharacters_0; } inline bool* get_address_of_checkCharacters_0() { return &___checkCharacters_0; } inline void set_checkCharacters_0(bool value) { ___checkCharacters_0 = value; } inline static int32_t get_offset_of_closeOutput_1() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___closeOutput_1)); } inline bool get_closeOutput_1() const { return ___closeOutput_1; } inline bool* get_address_of_closeOutput_1() { return &___closeOutput_1; } inline void set_closeOutput_1(bool value) { ___closeOutput_1 = value; } inline static int32_t get_offset_of_conformance_2() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___conformance_2)); } inline int32_t get_conformance_2() const { return ___conformance_2; } inline int32_t* get_address_of_conformance_2() { return &___conformance_2; } inline void set_conformance_2(int32_t value) { ___conformance_2 = value; } inline static int32_t get_offset_of_encoding_3() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___encoding_3)); } inline Encoding_t1523322056 * get_encoding_3() const { return ___encoding_3; } inline Encoding_t1523322056 ** get_address_of_encoding_3() { return &___encoding_3; } inline void set_encoding_3(Encoding_t1523322056 * value) { ___encoding_3 = value; Il2CppCodeGenWriteBarrier((&___encoding_3), value); } inline static int32_t get_offset_of_indent_4() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___indent_4)); } inline bool get_indent_4() const { return ___indent_4; } inline bool* get_address_of_indent_4() { return &___indent_4; } inline void set_indent_4(bool value) { ___indent_4 = value; } inline static int32_t get_offset_of_indentChars_5() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___indentChars_5)); } inline String_t* get_indentChars_5() const { return ___indentChars_5; } inline String_t** get_address_of_indentChars_5() { return &___indentChars_5; } inline void set_indentChars_5(String_t* value) { ___indentChars_5 = value; Il2CppCodeGenWriteBarrier((&___indentChars_5), value); } inline static int32_t get_offset_of_newLineChars_6() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___newLineChars_6)); } inline String_t* get_newLineChars_6() const { return ___newLineChars_6; } inline String_t** get_address_of_newLineChars_6() { return &___newLineChars_6; } inline void set_newLineChars_6(String_t* value) { ___newLineChars_6 = value; Il2CppCodeGenWriteBarrier((&___newLineChars_6), value); } inline static int32_t get_offset_of_newLineOnAttributes_7() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___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_newLineHandling_8() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___newLineHandling_8)); } inline int32_t get_newLineHandling_8() const { return ___newLineHandling_8; } inline int32_t* get_address_of_newLineHandling_8() { return &___newLineHandling_8; } inline void set_newLineHandling_8(int32_t value) { ___newLineHandling_8 = value; } inline static int32_t get_offset_of_omitXmlDeclaration_9() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___omitXmlDeclaration_9)); } inline bool get_omitXmlDeclaration_9() const { return ___omitXmlDeclaration_9; } inline bool* get_address_of_omitXmlDeclaration_9() { return &___omitXmlDeclaration_9; } inline void set_omitXmlDeclaration_9(bool value) { ___omitXmlDeclaration_9 = value; } inline static int32_t get_offset_of_outputMethod_10() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___outputMethod_10)); } inline int32_t get_outputMethod_10() const { return ___outputMethod_10; } inline int32_t* get_address_of_outputMethod_10() { return &___outputMethod_10; } inline void set_outputMethod_10(int32_t value) { ___outputMethod_10 = value; } inline static int32_t get_offset_of_U3CNamespaceHandlingU3Ek__BackingField_11() { return static_cast(offsetof(XmlWriterSettings_t3314986516, ___U3CNamespaceHandlingU3Ek__BackingField_11)); } inline int32_t get_U3CNamespaceHandlingU3Ek__BackingField_11() const { return ___U3CNamespaceHandlingU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CNamespaceHandlingU3Ek__BackingField_11() { return &___U3CNamespaceHandlingU3Ek__BackingField_11; } inline void set_U3CNamespaceHandlingU3Ek__BackingField_11(int32_t value) { ___U3CNamespaceHandlingU3Ek__BackingField_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLWRITERSETTINGS_T3314986516_H #ifndef VALIDATIONEVENTARGS_T2784773869_H #define VALIDATIONEVENTARGS_T2784773869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2784773869 : public EventArgs_t3591816995 { public: // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::exception XmlSchemaException_t3511258692 * ___exception_1; // System.String System.Xml.Schema.ValidationEventArgs::message String_t* ___message_2; // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::severity int32_t ___severity_3; public: inline static int32_t get_offset_of_exception_1() { return static_cast(offsetof(ValidationEventArgs_t2784773869, ___exception_1)); } inline XmlSchemaException_t3511258692 * get_exception_1() const { return ___exception_1; } inline XmlSchemaException_t3511258692 ** get_address_of_exception_1() { return &___exception_1; } inline void set_exception_1(XmlSchemaException_t3511258692 * value) { ___exception_1 = value; Il2CppCodeGenWriteBarrier((&___exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(ValidationEventArgs_t2784773869, ___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((&___message_2), value); } inline static int32_t get_offset_of_severity_3() { return static_cast(offsetof(ValidationEventArgs_t2784773869, ___severity_3)); } inline int32_t get_severity_3() const { return ___severity_3; } inline int32_t* get_address_of_severity_3() { return &___severity_3; } inline void set_severity_3(int32_t value) { ___severity_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONEVENTARGS_T2784773869_H #ifndef EQUALITYEXPR_T1646148531_H #define EQUALITYEXPR_T1646148531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.EqualityExpr struct EqualityExpr_t1646148531 : public ExprBoolean_t3855188593 { public: // System.Boolean System.Xml.XPath.EqualityExpr::trueVal bool ___trueVal_2; public: inline static int32_t get_offset_of_trueVal_2() { return static_cast(offsetof(EqualityExpr_t1646148531, ___trueVal_2)); } inline bool get_trueVal_2() const { return ___trueVal_2; } inline bool* get_address_of_trueVal_2() { return &___trueVal_2; } inline void set_trueVal_2(bool value) { ___trueVal_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYEXPR_T1646148531_H #ifndef ANCESTORORSELFITERATOR_T2300071220_H #define ANCESTORORSELFITERATOR_T2300071220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.AncestorOrSelfIterator struct AncestorOrSelfIterator_t2300071220 : public SimpleIterator_t809567201 { public: // System.Int32 System.Xml.XPath.AncestorOrSelfIterator::currentPosition int32_t ___currentPosition_6; // System.Collections.ArrayList System.Xml.XPath.AncestorOrSelfIterator::navigators ArrayList_t2718874744 * ___navigators_7; // System.Xml.XPath.XPathNavigator System.Xml.XPath.AncestorOrSelfIterator::startPosition XPathNavigator_t787956054 * ___startPosition_8; public: inline static int32_t get_offset_of_currentPosition_6() { return static_cast(offsetof(AncestorOrSelfIterator_t2300071220, ___currentPosition_6)); } inline int32_t get_currentPosition_6() const { return ___currentPosition_6; } inline int32_t* get_address_of_currentPosition_6() { return &___currentPosition_6; } inline void set_currentPosition_6(int32_t value) { ___currentPosition_6 = value; } inline static int32_t get_offset_of_navigators_7() { return static_cast(offsetof(AncestorOrSelfIterator_t2300071220, ___navigators_7)); } inline ArrayList_t2718874744 * get_navigators_7() const { return ___navigators_7; } inline ArrayList_t2718874744 ** get_address_of_navigators_7() { return &___navigators_7; } inline void set_navigators_7(ArrayList_t2718874744 * value) { ___navigators_7 = value; Il2CppCodeGenWriteBarrier((&___navigators_7), value); } inline static int32_t get_offset_of_startPosition_8() { return static_cast(offsetof(AncestorOrSelfIterator_t2300071220, ___startPosition_8)); } inline XPathNavigator_t787956054 * get_startPosition_8() const { return ___startPosition_8; } inline XPathNavigator_t787956054 ** get_address_of_startPosition_8() { return &___startPosition_8; } inline void set_startPosition_8(XPathNavigator_t787956054 * value) { ___startPosition_8 = value; Il2CppCodeGenWriteBarrier((&___startPosition_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ANCESTORORSELFITERATOR_T2300071220_H #ifndef XMLTEXTWRITER_T2114213153_H #define XMLTEXTWRITER_T2114213153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextWriter struct XmlTextWriter_t2114213153 : public XmlWriter_t127905479 { public: // System.IO.Stream System.Xml.XmlTextWriter::base_stream Stream_t1273022909 * ___base_stream_4; // System.IO.TextWriter System.Xml.XmlTextWriter::source TextWriter_t3478189236 * ___source_5; // System.IO.TextWriter System.Xml.XmlTextWriter::writer TextWriter_t3478189236 * ___writer_6; // System.IO.StringWriter System.Xml.XmlTextWriter::preserver StringWriter_t802263757 * ___preserver_7; // System.String System.Xml.XmlTextWriter::preserved_name String_t* ___preserved_name_8; // System.Boolean System.Xml.XmlTextWriter::is_preserved_xmlns bool ___is_preserved_xmlns_9; // System.Boolean System.Xml.XmlTextWriter::allow_doc_fragment bool ___allow_doc_fragment_10; // System.Boolean System.Xml.XmlTextWriter::close_output_stream bool ___close_output_stream_11; // System.Boolean System.Xml.XmlTextWriter::ignore_encoding bool ___ignore_encoding_12; // System.Boolean System.Xml.XmlTextWriter::namespaces bool ___namespaces_13; // System.Xml.XmlTextWriter/XmlDeclState System.Xml.XmlTextWriter::xmldecl_state int32_t ___xmldecl_state_14; // System.Boolean System.Xml.XmlTextWriter::check_character_validity bool ___check_character_validity_15; // System.Xml.NewLineHandling System.Xml.XmlTextWriter::newline_handling int32_t ___newline_handling_16; // System.Boolean System.Xml.XmlTextWriter::is_document_entity bool ___is_document_entity_17; // System.Xml.WriteState System.Xml.XmlTextWriter::state int32_t ___state_18; // System.Xml.XmlNodeType System.Xml.XmlTextWriter::node_state int32_t ___node_state_19; // System.Xml.XmlNamespaceManager System.Xml.XmlTextWriter::nsmanager XmlNamespaceManager_t418790500 * ___nsmanager_20; // System.Int32 System.Xml.XmlTextWriter::open_count int32_t ___open_count_21; // System.Xml.XmlTextWriter/XmlNodeInfo[] System.Xml.XmlTextWriter::elements XmlNodeInfoU5BU5D_t431163322* ___elements_22; // System.Collections.Stack System.Xml.XmlTextWriter::new_local_namespaces Stack_t2329662280 * ___new_local_namespaces_23; // System.Collections.ArrayList System.Xml.XmlTextWriter::explicit_nsdecls ArrayList_t2718874744 * ___explicit_nsdecls_24; // System.Xml.NamespaceHandling System.Xml.XmlTextWriter::namespace_handling int32_t ___namespace_handling_25; // System.Boolean System.Xml.XmlTextWriter::indent bool ___indent_26; // System.Int32 System.Xml.XmlTextWriter::indent_count int32_t ___indent_count_27; // System.Char System.Xml.XmlTextWriter::indent_char Il2CppChar ___indent_char_28; // System.String System.Xml.XmlTextWriter::indent_string String_t* ___indent_string_29; // System.String System.Xml.XmlTextWriter::newline String_t* ___newline_30; // System.Boolean System.Xml.XmlTextWriter::indent_attributes bool ___indent_attributes_31; // System.Char System.Xml.XmlTextWriter::quote_char Il2CppChar ___quote_char_32; // System.Boolean System.Xml.XmlTextWriter::v2 bool ___v2_33; public: inline static int32_t get_offset_of_base_stream_4() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___base_stream_4)); } inline Stream_t1273022909 * get_base_stream_4() const { return ___base_stream_4; } inline Stream_t1273022909 ** get_address_of_base_stream_4() { return &___base_stream_4; } inline void set_base_stream_4(Stream_t1273022909 * value) { ___base_stream_4 = value; Il2CppCodeGenWriteBarrier((&___base_stream_4), value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___source_5)); } inline TextWriter_t3478189236 * get_source_5() const { return ___source_5; } inline TextWriter_t3478189236 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(TextWriter_t3478189236 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((&___source_5), value); } inline static int32_t get_offset_of_writer_6() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___writer_6)); } inline TextWriter_t3478189236 * get_writer_6() const { return ___writer_6; } inline TextWriter_t3478189236 ** get_address_of_writer_6() { return &___writer_6; } inline void set_writer_6(TextWriter_t3478189236 * value) { ___writer_6 = value; Il2CppCodeGenWriteBarrier((&___writer_6), value); } inline static int32_t get_offset_of_preserver_7() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___preserver_7)); } inline StringWriter_t802263757 * get_preserver_7() const { return ___preserver_7; } inline StringWriter_t802263757 ** get_address_of_preserver_7() { return &___preserver_7; } inline void set_preserver_7(StringWriter_t802263757 * value) { ___preserver_7 = value; Il2CppCodeGenWriteBarrier((&___preserver_7), value); } inline static int32_t get_offset_of_preserved_name_8() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___preserved_name_8)); } inline String_t* get_preserved_name_8() const { return ___preserved_name_8; } inline String_t** get_address_of_preserved_name_8() { return &___preserved_name_8; } inline void set_preserved_name_8(String_t* value) { ___preserved_name_8 = value; Il2CppCodeGenWriteBarrier((&___preserved_name_8), value); } inline static int32_t get_offset_of_is_preserved_xmlns_9() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___is_preserved_xmlns_9)); } inline bool get_is_preserved_xmlns_9() const { return ___is_preserved_xmlns_9; } inline bool* get_address_of_is_preserved_xmlns_9() { return &___is_preserved_xmlns_9; } inline void set_is_preserved_xmlns_9(bool value) { ___is_preserved_xmlns_9 = value; } inline static int32_t get_offset_of_allow_doc_fragment_10() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___allow_doc_fragment_10)); } inline bool get_allow_doc_fragment_10() const { return ___allow_doc_fragment_10; } inline bool* get_address_of_allow_doc_fragment_10() { return &___allow_doc_fragment_10; } inline void set_allow_doc_fragment_10(bool value) { ___allow_doc_fragment_10 = value; } inline static int32_t get_offset_of_close_output_stream_11() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___close_output_stream_11)); } inline bool get_close_output_stream_11() const { return ___close_output_stream_11; } inline bool* get_address_of_close_output_stream_11() { return &___close_output_stream_11; } inline void set_close_output_stream_11(bool value) { ___close_output_stream_11 = value; } inline static int32_t get_offset_of_ignore_encoding_12() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___ignore_encoding_12)); } inline bool get_ignore_encoding_12() const { return ___ignore_encoding_12; } inline bool* get_address_of_ignore_encoding_12() { return &___ignore_encoding_12; } inline void set_ignore_encoding_12(bool value) { ___ignore_encoding_12 = value; } inline static int32_t get_offset_of_namespaces_13() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___namespaces_13)); } inline bool get_namespaces_13() const { return ___namespaces_13; } inline bool* get_address_of_namespaces_13() { return &___namespaces_13; } inline void set_namespaces_13(bool value) { ___namespaces_13 = value; } inline static int32_t get_offset_of_xmldecl_state_14() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___xmldecl_state_14)); } inline int32_t get_xmldecl_state_14() const { return ___xmldecl_state_14; } inline int32_t* get_address_of_xmldecl_state_14() { return &___xmldecl_state_14; } inline void set_xmldecl_state_14(int32_t value) { ___xmldecl_state_14 = value; } inline static int32_t get_offset_of_check_character_validity_15() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___check_character_validity_15)); } inline bool get_check_character_validity_15() const { return ___check_character_validity_15; } inline bool* get_address_of_check_character_validity_15() { return &___check_character_validity_15; } inline void set_check_character_validity_15(bool value) { ___check_character_validity_15 = value; } inline static int32_t get_offset_of_newline_handling_16() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___newline_handling_16)); } inline int32_t get_newline_handling_16() const { return ___newline_handling_16; } inline int32_t* get_address_of_newline_handling_16() { return &___newline_handling_16; } inline void set_newline_handling_16(int32_t value) { ___newline_handling_16 = value; } inline static int32_t get_offset_of_is_document_entity_17() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___is_document_entity_17)); } inline bool get_is_document_entity_17() const { return ___is_document_entity_17; } inline bool* get_address_of_is_document_entity_17() { return &___is_document_entity_17; } inline void set_is_document_entity_17(bool value) { ___is_document_entity_17 = value; } inline static int32_t get_offset_of_state_18() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___state_18)); } inline int32_t get_state_18() const { return ___state_18; } inline int32_t* get_address_of_state_18() { return &___state_18; } inline void set_state_18(int32_t value) { ___state_18 = value; } inline static int32_t get_offset_of_node_state_19() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___node_state_19)); } inline int32_t get_node_state_19() const { return ___node_state_19; } inline int32_t* get_address_of_node_state_19() { return &___node_state_19; } inline void set_node_state_19(int32_t value) { ___node_state_19 = value; } inline static int32_t get_offset_of_nsmanager_20() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___nsmanager_20)); } inline XmlNamespaceManager_t418790500 * get_nsmanager_20() const { return ___nsmanager_20; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmanager_20() { return &___nsmanager_20; } inline void set_nsmanager_20(XmlNamespaceManager_t418790500 * value) { ___nsmanager_20 = value; Il2CppCodeGenWriteBarrier((&___nsmanager_20), value); } inline static int32_t get_offset_of_open_count_21() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___open_count_21)); } inline int32_t get_open_count_21() const { return ___open_count_21; } inline int32_t* get_address_of_open_count_21() { return &___open_count_21; } inline void set_open_count_21(int32_t value) { ___open_count_21 = value; } inline static int32_t get_offset_of_elements_22() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___elements_22)); } inline XmlNodeInfoU5BU5D_t431163322* get_elements_22() const { return ___elements_22; } inline XmlNodeInfoU5BU5D_t431163322** get_address_of_elements_22() { return &___elements_22; } inline void set_elements_22(XmlNodeInfoU5BU5D_t431163322* value) { ___elements_22 = value; Il2CppCodeGenWriteBarrier((&___elements_22), value); } inline static int32_t get_offset_of_new_local_namespaces_23() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___new_local_namespaces_23)); } inline Stack_t2329662280 * get_new_local_namespaces_23() const { return ___new_local_namespaces_23; } inline Stack_t2329662280 ** get_address_of_new_local_namespaces_23() { return &___new_local_namespaces_23; } inline void set_new_local_namespaces_23(Stack_t2329662280 * value) { ___new_local_namespaces_23 = value; Il2CppCodeGenWriteBarrier((&___new_local_namespaces_23), value); } inline static int32_t get_offset_of_explicit_nsdecls_24() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___explicit_nsdecls_24)); } inline ArrayList_t2718874744 * get_explicit_nsdecls_24() const { return ___explicit_nsdecls_24; } inline ArrayList_t2718874744 ** get_address_of_explicit_nsdecls_24() { return &___explicit_nsdecls_24; } inline void set_explicit_nsdecls_24(ArrayList_t2718874744 * value) { ___explicit_nsdecls_24 = value; Il2CppCodeGenWriteBarrier((&___explicit_nsdecls_24), value); } inline static int32_t get_offset_of_namespace_handling_25() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___namespace_handling_25)); } inline int32_t get_namespace_handling_25() const { return ___namespace_handling_25; } inline int32_t* get_address_of_namespace_handling_25() { return &___namespace_handling_25; } inline void set_namespace_handling_25(int32_t value) { ___namespace_handling_25 = value; } inline static int32_t get_offset_of_indent_26() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_26)); } inline bool get_indent_26() const { return ___indent_26; } inline bool* get_address_of_indent_26() { return &___indent_26; } inline void set_indent_26(bool value) { ___indent_26 = value; } inline static int32_t get_offset_of_indent_count_27() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_count_27)); } inline int32_t get_indent_count_27() const { return ___indent_count_27; } inline int32_t* get_address_of_indent_count_27() { return &___indent_count_27; } inline void set_indent_count_27(int32_t value) { ___indent_count_27 = value; } inline static int32_t get_offset_of_indent_char_28() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_char_28)); } inline Il2CppChar get_indent_char_28() const { return ___indent_char_28; } inline Il2CppChar* get_address_of_indent_char_28() { return &___indent_char_28; } inline void set_indent_char_28(Il2CppChar value) { ___indent_char_28 = value; } inline static int32_t get_offset_of_indent_string_29() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_string_29)); } inline String_t* get_indent_string_29() const { return ___indent_string_29; } inline String_t** get_address_of_indent_string_29() { return &___indent_string_29; } inline void set_indent_string_29(String_t* value) { ___indent_string_29 = value; Il2CppCodeGenWriteBarrier((&___indent_string_29), value); } inline static int32_t get_offset_of_newline_30() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___newline_30)); } inline String_t* get_newline_30() const { return ___newline_30; } inline String_t** get_address_of_newline_30() { return &___newline_30; } inline void set_newline_30(String_t* value) { ___newline_30 = value; Il2CppCodeGenWriteBarrier((&___newline_30), value); } inline static int32_t get_offset_of_indent_attributes_31() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_attributes_31)); } inline bool get_indent_attributes_31() const { return ___indent_attributes_31; } inline bool* get_address_of_indent_attributes_31() { return &___indent_attributes_31; } inline void set_indent_attributes_31(bool value) { ___indent_attributes_31 = value; } inline static int32_t get_offset_of_quote_char_32() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___quote_char_32)); } inline Il2CppChar get_quote_char_32() const { return ___quote_char_32; } inline Il2CppChar* get_address_of_quote_char_32() { return &___quote_char_32; } inline void set_quote_char_32(Il2CppChar value) { ___quote_char_32 = value; } inline static int32_t get_offset_of_v2_33() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___v2_33)); } inline bool get_v2_33() const { return ___v2_33; } inline bool* get_address_of_v2_33() { return &___v2_33; } inline void set_v2_33(bool value) { ___v2_33 = value; } }; struct XmlTextWriter_t2114213153_StaticFields { public: // System.Text.Encoding System.Xml.XmlTextWriter::unmarked_utf8encoding Encoding_t1523322056 * ___unmarked_utf8encoding_1; // System.Char[] System.Xml.XmlTextWriter::escaped_text_chars CharU5BU5D_t3528271667* ___escaped_text_chars_2; // System.Char[] System.Xml.XmlTextWriter::escaped_attr_chars CharU5BU5D_t3528271667* ___escaped_attr_chars_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::<>f__switch$map3A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3A_34; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::<>f__switch$map3B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3B_35; public: inline static int32_t get_offset_of_unmarked_utf8encoding_1() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___unmarked_utf8encoding_1)); } inline Encoding_t1523322056 * get_unmarked_utf8encoding_1() const { return ___unmarked_utf8encoding_1; } inline Encoding_t1523322056 ** get_address_of_unmarked_utf8encoding_1() { return &___unmarked_utf8encoding_1; } inline void set_unmarked_utf8encoding_1(Encoding_t1523322056 * value) { ___unmarked_utf8encoding_1 = value; Il2CppCodeGenWriteBarrier((&___unmarked_utf8encoding_1), value); } inline static int32_t get_offset_of_escaped_text_chars_2() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___escaped_text_chars_2)); } inline CharU5BU5D_t3528271667* get_escaped_text_chars_2() const { return ___escaped_text_chars_2; } inline CharU5BU5D_t3528271667** get_address_of_escaped_text_chars_2() { return &___escaped_text_chars_2; } inline void set_escaped_text_chars_2(CharU5BU5D_t3528271667* value) { ___escaped_text_chars_2 = value; Il2CppCodeGenWriteBarrier((&___escaped_text_chars_2), value); } inline static int32_t get_offset_of_escaped_attr_chars_3() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___escaped_attr_chars_3)); } inline CharU5BU5D_t3528271667* get_escaped_attr_chars_3() const { return ___escaped_attr_chars_3; } inline CharU5BU5D_t3528271667** get_address_of_escaped_attr_chars_3() { return &___escaped_attr_chars_3; } inline void set_escaped_attr_chars_3(CharU5BU5D_t3528271667* value) { ___escaped_attr_chars_3 = value; Il2CppCodeGenWriteBarrier((&___escaped_attr_chars_3), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3A_34() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___U3CU3Ef__switchU24map3A_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3A_34() const { return ___U3CU3Ef__switchU24map3A_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3A_34() { return &___U3CU3Ef__switchU24map3A_34; } inline void set_U3CU3Ef__switchU24map3A_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3A_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3A_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3B_35() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___U3CU3Ef__switchU24map3B_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3B_35() const { return ___U3CU3Ef__switchU24map3B_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3B_35() { return &___U3CU3Ef__switchU24map3B_35; } inline void set_U3CU3Ef__switchU24map3B_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3B_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3B_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTWRITER_T2114213153_H #ifndef XMLSTREAMREADER_T727818754_H #define XMLSTREAMREADER_T727818754_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlStreamReader struct XmlStreamReader_t727818754 : public NonBlockingStreamReader_t2495303928 { public: // System.Xml.XmlInputStream System.Xml.XmlStreamReader::input XmlInputStream_t1691369434 * ___input_13; public: inline static int32_t get_offset_of_input_13() { return static_cast(offsetof(XmlStreamReader_t727818754, ___input_13)); } inline XmlInputStream_t1691369434 * get_input_13() const { return ___input_13; } inline XmlInputStream_t1691369434 ** get_address_of_input_13() { return &___input_13; } inline void set_input_13(XmlInputStream_t1691369434 * value) { ___input_13 = value; Il2CppCodeGenWriteBarrier((&___input_13), value); } }; struct XmlStreamReader_t727818754_StaticFields { public: // System.Xml.XmlException System.Xml.XmlStreamReader::invalidDataException XmlException_t1761730631 * ___invalidDataException_14; public: inline static int32_t get_offset_of_invalidDataException_14() { return static_cast(offsetof(XmlStreamReader_t727818754_StaticFields, ___invalidDataException_14)); } inline XmlException_t1761730631 * get_invalidDataException_14() const { return ___invalidDataException_14; } inline XmlException_t1761730631 ** get_address_of_invalidDataException_14() { return &___invalidDataException_14; } inline void set_invalidDataException_14(XmlException_t1761730631 * value) { ___invalidDataException_14 = value; Il2CppCodeGenWriteBarrier((&___invalidDataException_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSTREAMREADER_T727818754_H #ifndef EXPRDIV_T1961659563_H #define EXPRDIV_T1961659563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprDIV struct ExprDIV_t1961659563 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRDIV_T1961659563_H #ifndef XPATHFUNCTIONFALSE_T1021066162_H #define XPATHFUNCTIONFALSE_T1021066162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionFalse struct XPathFunctionFalse_t1021066162 : public XPathBooleanFunction_t57991257 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONFALSE_T1021066162_H #ifndef XPATHFUNCTIONTRUE_T3806785954_H #define XPATHFUNCTIONTRUE_T3806785954_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionTrue struct XPathFunctionTrue_t3806785954 : public XPathBooleanFunction_t57991257 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONTRUE_T3806785954_H #ifndef PREDICATEITERATOR_T4231391432_H #define PREDICATEITERATOR_T4231391432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.PredicateIterator struct PredicateIterator_t4231391432 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.PredicateIterator::_iter BaseIterator_t4168896842 * ____iter_3; // System.Xml.XPath.Expression System.Xml.XPath.PredicateIterator::_pred Expression_t1452783009 * ____pred_4; // System.Xml.XPath.XPathResultType System.Xml.XPath.PredicateIterator::resType int32_t ___resType_5; // System.Boolean System.Xml.XPath.PredicateIterator::finished bool ___finished_6; public: inline static int32_t get_offset_of__iter_3() { return static_cast(offsetof(PredicateIterator_t4231391432, ____iter_3)); } inline BaseIterator_t4168896842 * get__iter_3() const { return ____iter_3; } inline BaseIterator_t4168896842 ** get_address_of__iter_3() { return &____iter_3; } inline void set__iter_3(BaseIterator_t4168896842 * value) { ____iter_3 = value; Il2CppCodeGenWriteBarrier((&____iter_3), value); } inline static int32_t get_offset_of__pred_4() { return static_cast(offsetof(PredicateIterator_t4231391432, ____pred_4)); } inline Expression_t1452783009 * get__pred_4() const { return ____pred_4; } inline Expression_t1452783009 ** get_address_of__pred_4() { return &____pred_4; } inline void set__pred_4(Expression_t1452783009 * value) { ____pred_4 = value; Il2CppCodeGenWriteBarrier((&____pred_4), value); } inline static int32_t get_offset_of_resType_5() { return static_cast(offsetof(PredicateIterator_t4231391432, ___resType_5)); } inline int32_t get_resType_5() const { return ___resType_5; } inline int32_t* get_address_of_resType_5() { return &___resType_5; } inline void set_resType_5(int32_t value) { ___resType_5 = value; } inline static int32_t get_offset_of_finished_6() { return static_cast(offsetof(PredicateIterator_t4231391432, ___finished_6)); } inline bool get_finished_6() const { return ___finished_6; } inline bool* get_address_of_finished_6() { return &___finished_6; } inline void set_finished_6(bool value) { ___finished_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATEITERATOR_T4231391432_H #ifndef FILESTREAM_T4292183065_H #define FILESTREAM_T4292183065_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.FileStream struct FileStream_t4292183065 : public Stream_t1273022909 { public: // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_2; // System.Boolean System.IO.FileStream::owner bool ___owner_3; // System.Boolean System.IO.FileStream::async bool ___async_4; // System.Boolean System.IO.FileStream::canseek bool ___canseek_5; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_6; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_7; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_8; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_9; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_10; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_11; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_12; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_13; // System.String System.IO.FileStream::name String_t* ___name_14; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_15; public: inline static int32_t get_offset_of_access_2() { return static_cast(offsetof(FileStream_t4292183065, ___access_2)); } inline int32_t get_access_2() const { return ___access_2; } inline int32_t* get_address_of_access_2() { return &___access_2; } inline void set_access_2(int32_t value) { ___access_2 = value; } inline static int32_t get_offset_of_owner_3() { return static_cast(offsetof(FileStream_t4292183065, ___owner_3)); } inline bool get_owner_3() const { return ___owner_3; } inline bool* get_address_of_owner_3() { return &___owner_3; } inline void set_owner_3(bool value) { ___owner_3 = value; } inline static int32_t get_offset_of_async_4() { return static_cast(offsetof(FileStream_t4292183065, ___async_4)); } inline bool get_async_4() const { return ___async_4; } inline bool* get_address_of_async_4() { return &___async_4; } inline void set_async_4(bool value) { ___async_4 = value; } inline static int32_t get_offset_of_canseek_5() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_5)); } inline bool get_canseek_5() const { return ___canseek_5; } inline bool* get_address_of_canseek_5() { return &___canseek_5; } inline void set_canseek_5(bool value) { ___canseek_5 = value; } inline static int32_t get_offset_of_append_startpos_6() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_6)); } inline int64_t get_append_startpos_6() const { return ___append_startpos_6; } inline int64_t* get_address_of_append_startpos_6() { return &___append_startpos_6; } inline void set_append_startpos_6(int64_t value) { ___append_startpos_6 = value; } inline static int32_t get_offset_of_anonymous_7() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_7)); } inline bool get_anonymous_7() const { return ___anonymous_7; } inline bool* get_address_of_anonymous_7() { return &___anonymous_7; } inline void set_anonymous_7(bool value) { ___anonymous_7 = value; } inline static int32_t get_offset_of_buf_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_8)); } inline ByteU5BU5D_t4116647657* get_buf_8() const { return ___buf_8; } inline ByteU5BU5D_t4116647657** get_address_of_buf_8() { return &___buf_8; } inline void set_buf_8(ByteU5BU5D_t4116647657* value) { ___buf_8 = value; Il2CppCodeGenWriteBarrier((&___buf_8), value); } inline static int32_t get_offset_of_buf_size_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_9)); } inline int32_t get_buf_size_9() const { return ___buf_size_9; } inline int32_t* get_address_of_buf_size_9() { return &___buf_size_9; } inline void set_buf_size_9(int32_t value) { ___buf_size_9 = value; } inline static int32_t get_offset_of_buf_length_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_10)); } inline int32_t get_buf_length_10() const { return ___buf_length_10; } inline int32_t* get_address_of_buf_length_10() { return &___buf_length_10; } inline void set_buf_length_10(int32_t value) { ___buf_length_10 = value; } inline static int32_t get_offset_of_buf_offset_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_11)); } inline int32_t get_buf_offset_11() const { return ___buf_offset_11; } inline int32_t* get_address_of_buf_offset_11() { return &___buf_offset_11; } inline void set_buf_offset_11(int32_t value) { ___buf_offset_11 = value; } inline static int32_t get_offset_of_buf_dirty_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_12)); } inline bool get_buf_dirty_12() const { return ___buf_dirty_12; } inline bool* get_address_of_buf_dirty_12() { return &___buf_dirty_12; } inline void set_buf_dirty_12(bool value) { ___buf_dirty_12 = value; } inline static int32_t get_offset_of_buf_start_13() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_13)); } inline int64_t get_buf_start_13() const { return ___buf_start_13; } inline int64_t* get_address_of_buf_start_13() { return &___buf_start_13; } inline void set_buf_start_13(int64_t value) { ___buf_start_13 = value; } inline static int32_t get_offset_of_name_14() { return static_cast(offsetof(FileStream_t4292183065, ___name_14)); } inline String_t* get_name_14() const { return ___name_14; } inline String_t** get_address_of_name_14() { return &___name_14; } inline void set_name_14(String_t* value) { ___name_14 = value; Il2CppCodeGenWriteBarrier((&___name_14), value); } inline static int32_t get_offset_of_handle_15() { return static_cast(offsetof(FileStream_t4292183065, ___handle_15)); } inline intptr_t get_handle_15() const { return ___handle_15; } inline intptr_t* get_address_of_handle_15() { return &___handle_15; } inline void set_handle_15(intptr_t value) { ___handle_15 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_H #ifndef XMLTEXT_T2682211705_H #define XMLTEXT_T2682211705_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlText struct XmlText_t2682211705 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXT_T2682211705_H #ifndef EXPRAND_T348538276_H #define EXPRAND_T348538276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprAND struct ExprAND_t348538276 : public ExprBoolean_t3855188593 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRAND_T348538276_H #ifndef XMLSCHEMAVALIDATINGREADER_T3113890617_H #define XMLSCHEMAVALIDATINGREADER_T3113890617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XmlSchemaValidatingReader struct XmlSchemaValidatingReader_t3113890617 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader Mono.Xml.Schema.XmlSchemaValidatingReader::reader XmlReader_t3121518892 * ___reader_3; // System.Xml.Schema.XmlSchemaValidationFlags Mono.Xml.Schema.XmlSchemaValidatingReader::options int32_t ___options_4; // System.Xml.Schema.XmlSchemaValidator Mono.Xml.Schema.XmlSchemaValidatingReader::v XmlSchemaValidator_t1317961423 * ___v_5; // System.Xml.Schema.XmlValueGetter Mono.Xml.Schema.XmlSchemaValidatingReader::getter XmlValueGetter_t3904916812 * ___getter_6; // System.Xml.Schema.XmlSchemaInfo Mono.Xml.Schema.XmlSchemaValidatingReader::xsinfo XmlSchemaInfo_t997462956 * ___xsinfo_7; // System.Xml.IXmlLineInfo Mono.Xml.Schema.XmlSchemaValidatingReader::readerLineInfo RuntimeObject* ___readerLineInfo_8; // System.Xml.IXmlNamespaceResolver Mono.Xml.Schema.XmlSchemaValidatingReader::nsResolver RuntimeObject* ___nsResolver_9; // System.Xml.Schema.XmlSchemaAttribute[] Mono.Xml.Schema.XmlSchemaValidatingReader::defaultAttributes XmlSchemaAttributeU5BU5D_t346244693* ___defaultAttributes_10; // System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::currentDefaultAttribute int32_t ___currentDefaultAttribute_11; // System.Collections.ArrayList Mono.Xml.Schema.XmlSchemaValidatingReader::defaultAttributesCache ArrayList_t2718874744 * ___defaultAttributesCache_12; // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::defaultAttributeConsumed bool ___defaultAttributeConsumed_13; // System.Xml.Schema.XmlSchemaType Mono.Xml.Schema.XmlSchemaValidatingReader::currentAttrType XmlSchemaType_t2033747345 * ___currentAttrType_14; // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::validationDone bool ___validationDone_15; // System.Xml.Schema.XmlSchemaElement Mono.Xml.Schema.XmlSchemaValidatingReader::element XmlSchemaElement_t427880856 * ___element_16; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___reader_3)); } inline XmlReader_t3121518892 * get_reader_3() const { return ___reader_3; } inline XmlReader_t3121518892 ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(XmlReader_t3121518892 * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((&___reader_3), value); } inline static int32_t get_offset_of_options_4() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___options_4)); } inline int32_t get_options_4() const { return ___options_4; } inline int32_t* get_address_of_options_4() { return &___options_4; } inline void set_options_4(int32_t value) { ___options_4 = value; } inline static int32_t get_offset_of_v_5() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___v_5)); } inline XmlSchemaValidator_t1317961423 * get_v_5() const { return ___v_5; } inline XmlSchemaValidator_t1317961423 ** get_address_of_v_5() { return &___v_5; } inline void set_v_5(XmlSchemaValidator_t1317961423 * value) { ___v_5 = value; Il2CppCodeGenWriteBarrier((&___v_5), value); } inline static int32_t get_offset_of_getter_6() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___getter_6)); } inline XmlValueGetter_t3904916812 * get_getter_6() const { return ___getter_6; } inline XmlValueGetter_t3904916812 ** get_address_of_getter_6() { return &___getter_6; } inline void set_getter_6(XmlValueGetter_t3904916812 * value) { ___getter_6 = value; Il2CppCodeGenWriteBarrier((&___getter_6), value); } inline static int32_t get_offset_of_xsinfo_7() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___xsinfo_7)); } inline XmlSchemaInfo_t997462956 * get_xsinfo_7() const { return ___xsinfo_7; } inline XmlSchemaInfo_t997462956 ** get_address_of_xsinfo_7() { return &___xsinfo_7; } inline void set_xsinfo_7(XmlSchemaInfo_t997462956 * value) { ___xsinfo_7 = value; Il2CppCodeGenWriteBarrier((&___xsinfo_7), value); } inline static int32_t get_offset_of_readerLineInfo_8() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___readerLineInfo_8)); } inline RuntimeObject* get_readerLineInfo_8() const { return ___readerLineInfo_8; } inline RuntimeObject** get_address_of_readerLineInfo_8() { return &___readerLineInfo_8; } inline void set_readerLineInfo_8(RuntimeObject* value) { ___readerLineInfo_8 = value; Il2CppCodeGenWriteBarrier((&___readerLineInfo_8), value); } inline static int32_t get_offset_of_nsResolver_9() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___nsResolver_9)); } inline RuntimeObject* get_nsResolver_9() const { return ___nsResolver_9; } inline RuntimeObject** get_address_of_nsResolver_9() { return &___nsResolver_9; } inline void set_nsResolver_9(RuntimeObject* value) { ___nsResolver_9 = value; Il2CppCodeGenWriteBarrier((&___nsResolver_9), value); } inline static int32_t get_offset_of_defaultAttributes_10() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___defaultAttributes_10)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_defaultAttributes_10() const { return ___defaultAttributes_10; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_defaultAttributes_10() { return &___defaultAttributes_10; } inline void set_defaultAttributes_10(XmlSchemaAttributeU5BU5D_t346244693* value) { ___defaultAttributes_10 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributes_10), value); } inline static int32_t get_offset_of_currentDefaultAttribute_11() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___currentDefaultAttribute_11)); } inline int32_t get_currentDefaultAttribute_11() const { return ___currentDefaultAttribute_11; } inline int32_t* get_address_of_currentDefaultAttribute_11() { return &___currentDefaultAttribute_11; } inline void set_currentDefaultAttribute_11(int32_t value) { ___currentDefaultAttribute_11 = value; } inline static int32_t get_offset_of_defaultAttributesCache_12() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___defaultAttributesCache_12)); } inline ArrayList_t2718874744 * get_defaultAttributesCache_12() const { return ___defaultAttributesCache_12; } inline ArrayList_t2718874744 ** get_address_of_defaultAttributesCache_12() { return &___defaultAttributesCache_12; } inline void set_defaultAttributesCache_12(ArrayList_t2718874744 * value) { ___defaultAttributesCache_12 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributesCache_12), value); } inline static int32_t get_offset_of_defaultAttributeConsumed_13() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___defaultAttributeConsumed_13)); } inline bool get_defaultAttributeConsumed_13() const { return ___defaultAttributeConsumed_13; } inline bool* get_address_of_defaultAttributeConsumed_13() { return &___defaultAttributeConsumed_13; } inline void set_defaultAttributeConsumed_13(bool value) { ___defaultAttributeConsumed_13 = value; } inline static int32_t get_offset_of_currentAttrType_14() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___currentAttrType_14)); } inline XmlSchemaType_t2033747345 * get_currentAttrType_14() const { return ___currentAttrType_14; } inline XmlSchemaType_t2033747345 ** get_address_of_currentAttrType_14() { return &___currentAttrType_14; } inline void set_currentAttrType_14(XmlSchemaType_t2033747345 * value) { ___currentAttrType_14 = value; Il2CppCodeGenWriteBarrier((&___currentAttrType_14), value); } inline static int32_t get_offset_of_validationDone_15() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___validationDone_15)); } inline bool get_validationDone_15() const { return ___validationDone_15; } inline bool* get_address_of_validationDone_15() { return &___validationDone_15; } inline void set_validationDone_15(bool value) { ___validationDone_15 = value; } inline static int32_t get_offset_of_element_16() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___element_16)); } inline XmlSchemaElement_t427880856 * get_element_16() const { return ___element_16; } inline XmlSchemaElement_t427880856 ** get_address_of_element_16() { return &___element_16; } inline void set_element_16(XmlSchemaElement_t427880856 * value) { ___element_16 = value; Il2CppCodeGenWriteBarrier((&___element_16), value); } }; struct XmlSchemaValidatingReader_t3113890617_StaticFields { public: // System.Xml.Schema.XmlSchemaAttribute[] Mono.Xml.Schema.XmlSchemaValidatingReader::emptyAttributeArray XmlSchemaAttributeU5BU5D_t346244693* ___emptyAttributeArray_2; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XmlSchemaValidatingReader::<>f__switch$map0 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map0_17; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XmlSchemaValidatingReader::<>f__switch$map1 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1_18; public: inline static int32_t get_offset_of_emptyAttributeArray_2() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617_StaticFields, ___emptyAttributeArray_2)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_emptyAttributeArray_2() const { return ___emptyAttributeArray_2; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_emptyAttributeArray_2() { return &___emptyAttributeArray_2; } inline void set_emptyAttributeArray_2(XmlSchemaAttributeU5BU5D_t346244693* value) { ___emptyAttributeArray_2 = value; Il2CppCodeGenWriteBarrier((&___emptyAttributeArray_2), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map0_17() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617_StaticFields, ___U3CU3Ef__switchU24map0_17)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map0_17() const { return ___U3CU3Ef__switchU24map0_17; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map0_17() { return &___U3CU3Ef__switchU24map0_17; } inline void set_U3CU3Ef__switchU24map0_17(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map0_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map0_17), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1_18() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617_StaticFields, ___U3CU3Ef__switchU24map1_18)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1_18() const { return ___U3CU3Ef__switchU24map1_18; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1_18() { return &___U3CU3Ef__switchU24map1_18; } inline void set_U3CU3Ef__switchU24map1_18(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATINGREADER_T3113890617_H #ifndef RELATIONALEXPR_T3307137467_H #define RELATIONALEXPR_T3307137467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.RelationalExpr struct RelationalExpr_t3307137467 : public ExprBoolean_t3855188593 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RELATIONALEXPR_T3307137467_H #ifndef XPATHFUNCTIONROUND_T2668931994_H #define XPATHFUNCTIONROUND_T2668931994_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionRound struct XPathFunctionRound_t2668931994 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionRound::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionRound_t2668931994, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONROUND_T2668931994_H #ifndef XPATHFUNCTIONCEIL_T4176839285_H #define XPATHFUNCTIONCEIL_T4176839285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionCeil struct XPathFunctionCeil_t4176839285 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionCeil::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionCeil_t4176839285, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONCEIL_T4176839285_H #ifndef EXPRMINUS_T3125292145_H #define EXPRMINUS_T3125292145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprMINUS struct ExprMINUS_t3125292145 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRMINUS_T3125292145_H #ifndef XPATHFUNCTIONFLOOR_T3617095014_H #define XPATHFUNCTIONFLOOR_T3617095014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionFloor struct XPathFunctionFloor_t3617095014 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionFloor::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionFloor_t3617095014, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONFLOOR_T3617095014_H #ifndef XPATHFUNCTIONSUM_T2229418177_H #define XPATHFUNCTIONSUM_T2229418177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionSum struct XPathFunctionSum_t2229418177 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSum::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionSum_t2229418177, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSUM_T2229418177_H #ifndef XPATHFUNCTIONNUMBER_T699684043_H #define XPATHFUNCTIONNUMBER_T699684043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionNumber struct XPathFunctionNumber_t699684043 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionNumber::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionNumber_t699684043, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNUMBER_T699684043_H #ifndef XMLVALIDATINGREADER_T1719295192_H #define XMLVALIDATINGREADER_T1719295192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlValidatingReader struct XmlValidatingReader_t1719295192 : public XmlReader_t3121518892 { public: // System.Xml.EntityHandling System.Xml.XmlValidatingReader::entityHandling int32_t ___entityHandling_2; // System.Xml.XmlReader System.Xml.XmlValidatingReader::sourceReader XmlReader_t3121518892 * ___sourceReader_3; // System.Xml.XmlTextReader System.Xml.XmlValidatingReader::xmlTextReader XmlTextReader_t4233384356 * ___xmlTextReader_4; // System.Xml.XmlReader System.Xml.XmlValidatingReader::validatingReader XmlReader_t3121518892 * ___validatingReader_5; // System.Xml.XmlResolver System.Xml.XmlValidatingReader::resolver XmlResolver_t626023767 * ___resolver_6; // System.Boolean System.Xml.XmlValidatingReader::resolverSpecified bool ___resolverSpecified_7; // System.Xml.ValidationType System.Xml.XmlValidatingReader::validationType int32_t ___validationType_8; // System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReader::schemas XmlSchemaCollection_t3610399789 * ___schemas_9; // Mono.Xml.DTDValidatingReader System.Xml.XmlValidatingReader::dtdReader DTDValidatingReader_t3946379043 * ___dtdReader_10; // Mono.Xml.IHasXmlSchemaInfo System.Xml.XmlValidatingReader::schemaInfo RuntimeObject* ___schemaInfo_11; // System.Text.StringBuilder System.Xml.XmlValidatingReader::storedCharacters StringBuilder_t * ___storedCharacters_12; // System.Xml.Schema.ValidationEventHandler System.Xml.XmlValidatingReader::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_13; public: inline static int32_t get_offset_of_entityHandling_2() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___entityHandling_2)); } inline int32_t get_entityHandling_2() const { return ___entityHandling_2; } inline int32_t* get_address_of_entityHandling_2() { return &___entityHandling_2; } inline void set_entityHandling_2(int32_t value) { ___entityHandling_2 = value; } inline static int32_t get_offset_of_sourceReader_3() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___sourceReader_3)); } inline XmlReader_t3121518892 * get_sourceReader_3() const { return ___sourceReader_3; } inline XmlReader_t3121518892 ** get_address_of_sourceReader_3() { return &___sourceReader_3; } inline void set_sourceReader_3(XmlReader_t3121518892 * value) { ___sourceReader_3 = value; Il2CppCodeGenWriteBarrier((&___sourceReader_3), value); } inline static int32_t get_offset_of_xmlTextReader_4() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___xmlTextReader_4)); } inline XmlTextReader_t4233384356 * get_xmlTextReader_4() const { return ___xmlTextReader_4; } inline XmlTextReader_t4233384356 ** get_address_of_xmlTextReader_4() { return &___xmlTextReader_4; } inline void set_xmlTextReader_4(XmlTextReader_t4233384356 * value) { ___xmlTextReader_4 = value; Il2CppCodeGenWriteBarrier((&___xmlTextReader_4), value); } inline static int32_t get_offset_of_validatingReader_5() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___validatingReader_5)); } inline XmlReader_t3121518892 * get_validatingReader_5() const { return ___validatingReader_5; } inline XmlReader_t3121518892 ** get_address_of_validatingReader_5() { return &___validatingReader_5; } inline void set_validatingReader_5(XmlReader_t3121518892 * value) { ___validatingReader_5 = value; Il2CppCodeGenWriteBarrier((&___validatingReader_5), value); } inline static int32_t get_offset_of_resolver_6() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___resolver_6)); } inline XmlResolver_t626023767 * get_resolver_6() const { return ___resolver_6; } inline XmlResolver_t626023767 ** get_address_of_resolver_6() { return &___resolver_6; } inline void set_resolver_6(XmlResolver_t626023767 * value) { ___resolver_6 = value; Il2CppCodeGenWriteBarrier((&___resolver_6), value); } inline static int32_t get_offset_of_resolverSpecified_7() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___resolverSpecified_7)); } inline bool get_resolverSpecified_7() const { return ___resolverSpecified_7; } inline bool* get_address_of_resolverSpecified_7() { return &___resolverSpecified_7; } inline void set_resolverSpecified_7(bool value) { ___resolverSpecified_7 = value; } inline static int32_t get_offset_of_validationType_8() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___validationType_8)); } inline int32_t get_validationType_8() const { return ___validationType_8; } inline int32_t* get_address_of_validationType_8() { return &___validationType_8; } inline void set_validationType_8(int32_t value) { ___validationType_8 = value; } inline static int32_t get_offset_of_schemas_9() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___schemas_9)); } inline XmlSchemaCollection_t3610399789 * get_schemas_9() const { return ___schemas_9; } inline XmlSchemaCollection_t3610399789 ** get_address_of_schemas_9() { return &___schemas_9; } inline void set_schemas_9(XmlSchemaCollection_t3610399789 * value) { ___schemas_9 = value; Il2CppCodeGenWriteBarrier((&___schemas_9), value); } inline static int32_t get_offset_of_dtdReader_10() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___dtdReader_10)); } inline DTDValidatingReader_t3946379043 * get_dtdReader_10() const { return ___dtdReader_10; } inline DTDValidatingReader_t3946379043 ** get_address_of_dtdReader_10() { return &___dtdReader_10; } inline void set_dtdReader_10(DTDValidatingReader_t3946379043 * value) { ___dtdReader_10 = value; Il2CppCodeGenWriteBarrier((&___dtdReader_10), value); } inline static int32_t get_offset_of_schemaInfo_11() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___schemaInfo_11)); } inline RuntimeObject* get_schemaInfo_11() const { return ___schemaInfo_11; } inline RuntimeObject** get_address_of_schemaInfo_11() { return &___schemaInfo_11; } inline void set_schemaInfo_11(RuntimeObject* value) { ___schemaInfo_11 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_11), value); } inline static int32_t get_offset_of_storedCharacters_12() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___storedCharacters_12)); } inline StringBuilder_t * get_storedCharacters_12() const { return ___storedCharacters_12; } inline StringBuilder_t ** get_address_of_storedCharacters_12() { return &___storedCharacters_12; } inline void set_storedCharacters_12(StringBuilder_t * value) { ___storedCharacters_12 = value; Il2CppCodeGenWriteBarrier((&___storedCharacters_12), value); } inline static int32_t get_offset_of_ValidationEventHandler_13() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___ValidationEventHandler_13)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_13() const { return ___ValidationEventHandler_13; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_13() { return &___ValidationEventHandler_13; } inline void set_ValidationEventHandler_13(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_13 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLVALIDATINGREADER_T1719295192_H #ifndef XPATHFUNCTIONNOT_T3025979743_H #define XPATHFUNCTIONNOT_T3025979743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionNot struct XPathFunctionNot_t3025979743 : public XPathBooleanFunction_t57991257 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionNot::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionNot_t3025979743, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNOT_T3025979743_H #ifndef XPATHFUNCTIONBOOLEAN_T2892373420_H #define XPATHFUNCTIONBOOLEAN_T2892373420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionBoolean struct XPathFunctionBoolean_t2892373420 : public XPathBooleanFunction_t57991257 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionBoolean::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionBoolean_t2892373420, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONBOOLEAN_T2892373420_H #ifndef EXPRMOD_T1913835785_H #define EXPRMOD_T1913835785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprMOD struct ExprMOD_t1913835785 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRMOD_T1913835785_H #ifndef NULLITERATOR_T2630925529_H #define NULLITERATOR_T2630925529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NullIterator struct NullIterator_t2630925529 : public SelfIterator_t907214 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NULLITERATOR_T2630925529_H #ifndef EXPRNE_T4135261543_H #define EXPRNE_T4135261543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNE struct ExprNE_t4135261543 : public EqualityExpr_t1646148531 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNE_T4135261543_H #ifndef EXPREQ_T1453891107_H #define EXPREQ_T1453891107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprEQ struct ExprEQ_t1453891107 : public EqualityExpr_t1646148531 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPREQ_T1453891107_H #ifndef EXPRLT_T1856585810_H #define EXPRLT_T1856585810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprLT struct ExprLT_t1856585810 : public RelationalExpr_t3307137467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRLT_T1856585810_H #ifndef VALIDATIONEVENTHANDLER_T791314227_H #define VALIDATIONEVENTHANDLER_T791314227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONEVENTHANDLER_T791314227_H #ifndef EXPRGE_T4135851367_H #define EXPRGE_T4135851367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprGE struct ExprGE_t4135851367 : public RelationalExpr_t3307137467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRGE_T4135851367_H #ifndef ASYNCCALLBACK_T3962456242_H #define ASYNCCALLBACK_T3962456242_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.AsyncCallback struct AsyncCallback_t3962456242 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASYNCCALLBACK_T3962456242_H #ifndef XMLNODECHANGEDEVENTHANDLER_T1533444722_H #define XMLNODECHANGEDEVENTHANDLER_T1533444722_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODECHANGEDEVENTHANDLER_T1533444722_H #ifndef EXPRGT_T1857306706_H #define EXPRGT_T1857306706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprGT struct ExprGT_t1857306706 : public RelationalExpr_t3307137467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRGT_T1857306706_H #ifndef EXPRLE_T4135130471_H #define EXPRLE_T4135130471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprLE struct ExprLE_t4135130471 : public RelationalExpr_t3307137467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRLE_T4135130471_H #ifndef CHARGETTER_T1703763694_H #define CHARGETTER_T1703763694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderBinarySupport/CharGetter struct CharGetter_t1703763694 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARGETTER_T1703763694_H // System.Char[] struct CharU5BU5D_t3528271667 : 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.Xml.XmlNamespaceManager/NsDecl[] struct NsDeclU5BU5D_t2116608150 : public RuntimeArray { public: ALIGN_FIELD (8) NsDecl_t3938094415 m_Items[1]; public: inline NsDecl_t3938094415 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NsDecl_t3938094415 * 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, NsDecl_t3938094415 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NsDecl_t3938094415 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NsDecl_t3938094415 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NsDecl_t3938094415 value) { m_Items[index] = value; } }; // System.Xml.XmlNamespaceManager/NsScope[] struct NsScopeU5BU5D_t382374428 : public RuntimeArray { public: ALIGN_FIELD (8) NsScope_t3958624705 m_Items[1]; public: inline NsScope_t3958624705 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NsScope_t3958624705 * 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, NsScope_t3958624705 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline NsScope_t3958624705 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NsScope_t3958624705 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NsScope_t3958624705 value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_t2843939325 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Xml.XmlTextWriter/XmlNodeInfo[] struct XmlNodeInfoU5BU5D_t431163322 : public RuntimeArray { public: ALIGN_FIELD (8) XmlNodeInfo_t4030693883 * m_Items[1]; public: inline XmlNodeInfo_t4030693883 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlNodeInfo_t4030693883 ** 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, XmlNodeInfo_t4030693883 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlNodeInfo_t4030693883 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlNodeInfo_t4030693883 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlNodeInfo_t4030693883 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : 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(m_Items + index, 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(m_Items + index, value); } }; // System.Xml.XPath.XPathResultType[] struct XPathResultTypeU5BU5D_t1515527577 : 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.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack_1__ctor_m3164958980_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Stack`1::Contains(!0) extern "C" IL2CPP_METHOD_ATTR bool Stack_1_Contains_m1578348417_gshared (Stack_1_t3923495619 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::Push(!0) extern "C" IL2CPP_METHOD_ATTR void Stack_1_Push_m1669856732_gshared (Stack_1_t3923495619 * __this, RuntimeObject * p0, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Stack_1_Pop_m756553478_gshared (Stack_1_t3923495619 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEntry::Update(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNameEntry_Update_m516509888 (XmlNameEntry_t1073099671 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.String System.Xml.XmlNameEntryCache::GetAtomizedPrefixedName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNameEntryCache_GetAtomizedPrefixedName_m2364200688 (XmlNameEntryCache_t2890546907 * __this, String_t* ___prefix0, String_t* ___local1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNameEntry::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNameEntry__ctor_m1285719665 (XmlNameEntry_t1073099671 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, const RuntimeMethod* method); // System.Int32 System.Math::Max(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Max_m1873195862 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void String_CopyTo_m2803757991 (String_t* __this, int32_t p0, CharU5BU5D_t3528271667* p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Xml.XmlNameEntry System.Xml.XmlNameEntryCache::GetInternal(System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNameEntry_t1073099671 * XmlNameEntryCache_GetInternal_m3696482374 (XmlNameEntryCache_t2890546907 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, bool ___atomic3, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::InitData() extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_InitData_m1052880898 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_AddNamespace_m2881574395 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, String_t* ___uri1, bool ___atomizedNames2, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2009621981 (ArgumentNullException_t1615371798 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.Xml.XmlNamespaceManager::IsValidDeclaration(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_IsValidDeclaration_m4108912837 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, String_t* ___uri1, bool ___throwException2, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::GrowDecls() extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_GrowDecls_m623893661 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Boolean System.Xml.XmlNamespaceManager::CompareString(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlNamespaceManager_CompareString_m3140169228 (XmlNamespaceManager_t418790500 * __this, String_t* ___s10, String_t* ___s21, bool ___atomizedNames2, const RuntimeMethod* method); // System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_m1584729693 (XmlNamespaceManager_t418790500 * __this, String_t* ___uri0, bool ___atomizedName1, const RuntimeMethod* method); // System.String System.Xml.XmlNamespaceManager::LookupPrefixCore(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefixCore_m3821635644 (XmlNamespaceManager_t418790500 * __this, String_t* ___uri0, bool ___atomizedName1, bool ___excludeOverriden2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNamespaceManager::IsOverriden(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlNamespaceManager_IsOverriden_m3716660267 (XmlNamespaceManager_t418790500 * __this, int32_t ___idx0, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::GrowScopes() extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_GrowScopes_m2659812079 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::RemoveNamespace(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_RemoveNamespace_m2240367095 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, String_t* ___uri1, bool ___atomizedNames2, const RuntimeMethod* method); // System.Void System.Xml.XmlNode/EmptyNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmptyNodeList__ctor_m1446817227 (EmptyNodeList_t139615908 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Xml.XmlNode::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_GetEnumerator_m3569868351 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeListChildren::.ctor(System.Xml.IHasXmlChildNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeListChildren__ctor_m3010014102 (XmlNodeListChildren_t1082692789 * __this, RuntimeObject* ___parent0, const RuntimeMethod* method); // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::get_NextLinkedSibling() extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t1437094927 * XmlLinkedNode_get_NextLinkedSibling_m4215230027 (XmlLinkedNode_t1437094927 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::AppendChildValues(System.Text.StringBuilder&) extern "C" IL2CPP_METHOD_ATTR void XmlNode_AppendChildValues_m2928219305 (XmlNode_t3767805227 * __this, StringBuilder_t ** ___builder0, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.Int32) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_get_ItemOf_m2829877268 (XmlAttributeCollection_t2316283784 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_InsertBefore_m523861519 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, XmlNode_t3767805227 * ___refChild1, bool ___checkNodeType2, bool ___raiseEvent3, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::CheckNodeInsertion(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_CheckNodeInsertion_m2455978936 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, XmlNode_t3767805227 * ___refChild1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::onNodeInserting(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_onNodeInserting_m2380219613 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___newParent1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_RemoveChild_m447252444 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___oldChild0, bool ___checkNodeType1, const RuntimeMethod* method); // System.Void System.Xml.XmlLinkedNode::set_NextLinkedSibling(System.Xml.XmlLinkedNode) extern "C" IL2CPP_METHOD_ATTR void XmlLinkedNode_set_NextLinkedSibling_m247835483 (XmlLinkedNode_t1437094927 * __this, XmlLinkedNode_t1437094927 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlEntityReference::SetReferencedEntityContent() extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_SetReferencedEntityContent_m2226543001 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::onNodeInserted(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_onNodeInserted_m2673734294 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___newParent1, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_get_DocumentElement_m474633542 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3751204500 (XmlException_t1761730631 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNode::IsAncestor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNode_IsAncestor_m308515425 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::RemoveAll() extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_m1724727209 (XmlAttributeCollection_t2316283784 * __this, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m744513393 (NullReferenceException_t1023182353 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::onNodeRemoving(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_onNodeRemoving_m253634602 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___oldParent1, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::CheckNodeRemoval() extern "C" IL2CPP_METHOD_ATTR void XmlNode_CheckNodeRemoval_m3181322672 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m3698743796 (ArgumentException_t132251570 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::onNodeRemoved(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_onNodeRemoved_m502304840 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___oldParent1, const RuntimeMethod* method); // System.Xml.XmlNodeList System.Xml.XmlNode::SelectNodes(System.String,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR XmlNodeList_t2551693786 * XmlNode_SelectNodes_m1632712112 (XmlNode_t3767805227 * __this, String_t* ___xpath0, XmlNamespaceManager_t418790500 * ___nsmgr1, const RuntimeMethod* method); // System.Void System.Xml.XmlIteratorNodeList::.ctor(System.Xml.XPath.XPathNodeIterator) extern "C" IL2CPP_METHOD_ATTR void XmlIteratorNodeList__ctor_m1806341514 (XmlIteratorNodeList_t2218031790 * __this, XPathNodeIterator_t3667290188 * ___iter0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::SelectSingleNode(System.String,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_SelectSingleNode_m2126134173 (XmlNode_t3767805227 * __this, String_t* ___xpath0, XmlNamespaceManager_t418790500 * ___nsmgr1, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlDocument::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlDocument_get_NameTable_m3351667098 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m3238790559 (XmlNamespaceManager_t418790500 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeList__ctor_m572378854 (XmlNodeList_t2551693786 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator System.Array::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_m4277730612 (RuntimeArray * __this, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeChangedEventHandler::Invoke(System.Object,System.Xml.XmlNodeChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_Invoke_m550244302 (XmlNodeChangedEventHandler_t1533444722 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_t2486095928 * ___e1, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeListChildren/Enumerator::.ctor(System.Xml.IHasXmlChildNode) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m618683170 (Enumerator_t97922292 * __this, RuntimeObject* ___parent0, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__ctor_m2242864879 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeReaderImpl::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReaderImpl__ctor_m1389705042 (XmlNodeReaderImpl_t2501602067 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeReaderImpl::.ctor(System.Xml.XmlNodeReaderImpl) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReaderImpl__ctor_m2093862827 (XmlNodeReaderImpl_t2501602067 * __this, XmlNodeReaderImpl_t2501602067 * ___entityContainer0, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlNodeReader::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlNodeReader_get_Current_m3676088178 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeReader::.ctor(System.Xml.XmlNodeReaderImpl,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReader__ctor_m3612145275 (XmlNodeReader_t4064889562 * __this, XmlNodeReaderImpl_t2501602067 * ___entityContainer0, bool ___insideAttribute1, const RuntimeMethod* method); // System.Xml.XmlNamespaceManager System.Xml.XmlNode::ConstructNamespaceManager() extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t418790500 * XmlNode_ConstructNamespaceManager_m473532189 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel System.Xml.XmlDocumentType::get_DTD() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlDocumentType_get_DTD_m2297215448 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Unicode_m811213576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,Mono.Xml.DTDObjectModel,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m2145142613 (XmlParserContext_t2544895291 * __this, XmlNameTable_t71772148 * ___nt0, XmlNamespaceManager_t418790500 * ___nsMgr1, DTDObjectModel_t1729680289 * ___dtd2, String_t* ___baseURI3, String_t* ___xmlLang4, int32_t ___xmlSpace5, Encoding_t1523322056 * ___enc6, const RuntimeMethod* method); // System.Boolean System.Xml.XmlElement::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m1188605046 (XmlElement_t561603118 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m105575790 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m979887410 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Encoding() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m3427069320 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDeclaration::get_Standalone() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m967408221 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m3571984252 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m3515778358 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlNodeReaderImpl::GetXmlDeclarationAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_GetXmlDeclarationAttribute_m3181105048 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.Xml.XmlNodeReaderImpl::GetDocumentTypeAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_GetDocumentTypeAttribute_m2485030097 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_get_ItemOf_m952828905 (XmlAttributeCollection_t2316283784 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::get_ItemOf(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_get_ItemOf_m2608800820 (XmlAttributeCollection_t2316283784 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlNodeReaderImpl::GetCurrentElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlNodeReaderImpl_GetCurrentElement_m2799904392 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlNodeReaderImpl::LookupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_LookupPrefix_m2122107569 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___ns0, bool ___atomizedNames1, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, const RuntimeMethod* method); // System.Xml.XmlReaderBinarySupport System.Xml.XmlReader::get_Binary() extern "C" IL2CPP_METHOD_ATTR XmlReaderBinarySupport_t1809665003 * XmlReader_get_Binary_m3370719164 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderBinarySupport::Reset() extern "C" IL2CPP_METHOD_ATTR void XmlReaderBinarySupport_Reset_m4149730773 (XmlReaderBinarySupport_t1809665003 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlNodeReaderImpl::ReadContent() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_ReadContent_m468431852 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlReader_Skip_m2445993341 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNode__ctor_m2694942411 (XmlNode_t3767805227 * __this, XmlDocument_t2837193595 * ___ownerDocument0, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m1245162613 (XmlParserContext_t2544895291 * __this, XmlNameTable_t71772148 * ___nt0, XmlNamespaceManager_t418790500 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, Encoding_t1523322056 * ___enc9, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m3591085177 (XmlTextReader_t3455035481 * __this, TextReader_t283511965 * ___input0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel Mono.Xml2.XmlTextReader::GenerateDTDObjectModel(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlTextReader_GenerateDTDObjectModel_m1291768325 (XmlTextReader_t3455035481 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method); // System.String Mono.Xml.DTDObjectModel::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_Name_m4149993094 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_DocTypeName(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_DocTypeName_m1738723375 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String Mono.Xml.DTDObjectModel::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_PublicId_m664009037 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_PublicId(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_PublicId_m3531550524 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String Mono.Xml.DTDObjectModel::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_SystemId_m2725442049 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_SystemId(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_SystemId_m2348109559 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String Mono.Xml.DTDObjectModel::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_InternalSubset_m3920583053 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_InternalSubset(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_InternalSubset_m2419608887 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_BaseURI(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_BaseURI_m3915640945 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_XmlLang(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_XmlLang_m1868304449 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext/ContextItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void ContextItem__ctor_m4162607161 (ContextItem_t3112052795 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m3403405423 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m3854899066 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.Xml.XmlSpace System.Xml.XmlParserContext::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m672663556 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserInput::.ctor(System.IO.TextReader,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput__ctor_m323061724 (XmlParserInput_t2182411204 * __this, TextReader_t283511965 * ___reader0, String_t* ___baseURI1, int32_t ___line2, int32_t ___column3, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m2907601956 (Stack_t2329662280 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserInput/XmlParserInputSource::.ctor(System.IO.TextReader,System.String,System.Boolean,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlParserInputSource__ctor_m340894289 (XmlParserInputSource_t3533005609 * __this, TextReader_t283511965 * ___reader0, String_t* ___baseUri1, bool ___pe2, int32_t ___line3, int32_t ___column4, const RuntimeMethod* method); // System.Void System.Xml.XmlParserInput/XmlParserInputSource::Close() extern "C" IL2CPP_METHOD_ATTR void XmlParserInputSource_Close_m3296961761 (XmlParserInputSource_t3533005609 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityBase::get_ReplacementText() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_ReplacementText_m2400228330 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_m126993932 (StringReader_t3465604688 * __this, String_t* p0, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityBase::get_ActualUri() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_ActualUri_m3317770620 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::Read() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInputSource_Read_m188586768 (XmlParserInputSource_t3533005609 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput::ReadSourceChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_ReadSourceChar_m479227790 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput::PeekChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_PeekChar_m2826906097 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInputSource_get_LineNumber_m2358449795 (XmlParserInputSource_t3533005609 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInputSource_get_LinePosition_m2775212307 (XmlParserInputSource_t3533005609 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlLinkedNode::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_m1742070414 (XmlLinkedNode_t1437094927 * __this, XmlDocument_t2837193595 * ___doc0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyName_m2131148908 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.String System.Xml.XmlProcessingInstruction::get_Data() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Data_m288714794 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlProcessingInstruction::.ctor(System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlProcessingInstruction__ctor_m3762799159 (XmlProcessingInstruction_t425688976 * __this, String_t* ___target0, String_t* ___data1, XmlDocument_t2837193595 * ___doc2, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m835061046 (XmlQualifiedName_t2760654312 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1240160807 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m1684199236 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___a0, XmlQualifiedName_t2760654312 * ___b1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m363431711 (String_t* __this, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m270143366 (XmlQualifiedName_t2760654312 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlReaderSettings_get_NameTable_m1472950885 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.NameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameTable__ctor_m874080766 (NameTable_t3178203267 * __this, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlReader::PopulateNameTable(System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlReader_PopulateNameTable_m2250266297 (RuntimeObject * __this /* static, unused */, XmlReaderSettings_t2186285234 * ___settings0, const RuntimeMethod* method); // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::get_ConformanceLevel() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ConformanceLevel_m2244916470 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlReader::Create(System.IO.TextReader,System.Xml.XmlReaderSettings,System.String) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_Create_m1379303868 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, String_t* ___baseUri2, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m3137625896 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Xml.XmlReaderSettings System.Xml.XmlReaderSettings::Clone() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlReaderSettings_Clone_m3342798530 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Xml.XmlReaderSettings System.Xml.XmlReader::PopulateSettings(System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlReader_PopulateSettings_m827590875 (RuntimeObject * __this /* static, unused */, XmlReaderSettings_t2186285234 * ___src0, const RuntimeMethod* method); // System.Xml.XmlParserContext System.Xml.XmlReader::PopulateParserContext(System.Xml.XmlReaderSettings,System.String) extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlReader_PopulateParserContext_m2324768950 (RuntimeObject * __this /* static, unused */, XmlReaderSettings_t2186285234 * ___settings0, String_t* ___baseUri1, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlReader::Create(System.IO.TextReader,System.Xml.XmlReaderSettings,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_Create_m2980605140 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, XmlParserContext_t2544895291 * ___context2, const RuntimeMethod* method); // System.Xml.XmlNodeType System.Xml.XmlReader::GetNodeType(System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR int32_t XmlReader_GetNodeType_m1232125799 (RuntimeObject * __this /* static, unused */, XmlReaderSettings_t2186285234 * ___settings0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m3749625945 (XmlTextReader_t4233384356 * __this, String_t* ___baseURI0, TextReader_t283511965 * ___xmlFragment1, int32_t ___fragType2, XmlParserContext_t2544895291 * ___context3, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlReader::CreateCustomizedTextReader(System.Xml.XmlTextReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_CreateCustomizedTextReader_m3029166367 (RuntimeObject * __this /* static, unused */, XmlTextReader_t4233384356 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlReaderSettings::get_XmlResolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlReaderSettings_get_XmlResolver_m3646068991 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_m1445354776 (XmlTextReader_t4233384356 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_Normalization(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Normalization_m1302478956 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_m3974267498 (XmlTextReader_t4233384356 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_ProhibitDtd() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_ProhibitDtd_m1743435541 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_ProhibitDtd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_ProhibitDtd_m713192257 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_CheckCharacters() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CheckCharacters_m1683653392 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_CharacterChecking(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_CharacterChecking_m1374136630 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CloseInput_m227043160 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_CloseInput(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_CloseInput_m2512558630 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_Conformance(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Conformance_m4265718394 (XmlTextReader_t4233384356 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlReaderSettings::get_LineNumberOffset() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_LineNumberOffset_m3233655339 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlReaderSettings::get_LinePositionOffset() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_LinePositionOffset_m2541959498 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::AdjustLineInfoOffset(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AdjustLineInfoOffset_m234963254 (XmlTextReader_t4233384356 * __this, int32_t ___lineNumberOffset0, int32_t ___linePositionOffset1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::SetNameTable(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetNameTable_m3222139660 (XmlTextReader_t4233384356 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlReader::CreateFilteredXmlReader(System.Xml.XmlReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_CreateFilteredXmlReader_m1270514112 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method); // System.Xml.ConformanceLevel System.Xml.XmlTextReader::get_Conformance() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_Conformance_m268507185 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ConformanceLevel_m2934559644 (XmlReaderSettings_t2186285234 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlReader::CreateValidatingXmlReader(System.Xml.XmlReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_CreateValidatingXmlReader_m2790223960 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreComments() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreComments_m1494867857 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreProcessingInstructions() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreProcessingInstructions_m1221762678 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreWhitespace_m3303723294 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.XmlFilterReader::.ctor(System.Xml.XmlReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR void XmlFilterReader__ctor_m1009814255 (XmlFilterReader_t953863161 * __this, XmlReader_t3121518892 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method); // System.Xml.ValidationType System.Xml.XmlReaderSettings::get_ValidationType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationType_m823629358 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlValidatingReader::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader__ctor_m746074126 (XmlValidatingReader_t1719295192 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method); // System.Void System.Xml.XmlValidatingReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_set_XmlResolver_m3039624282 (XmlValidatingReader_t1719295192 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlValidatingReader::set_ValidationType(System.Xml.ValidationType) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_set_ValidationType_m3850545770 (XmlValidatingReader_t1719295192 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::.ctor(System.Xml.XmlReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader__ctor_m1701189759 (XmlSchemaValidatingReader_t3113890617 * __this, XmlReader_t3121518892 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::get_ValidationFlags() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationFlags_m2837396330 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m3058704252 (NotImplementedException_t3489357830 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReader::IsContent(System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR bool XmlReader_IsContent_m2643419123 (XmlReader_t3121518892 * __this, int32_t ___nodeType0, const RuntimeMethod* method); // System.Xml.XmlException System.Xml.XmlReader::XmlError(System.String) extern "C" IL2CPP_METHOD_ATTR XmlException_t1761730631 * XmlReader_XmlError_m363506509 (XmlReader_t3121518892 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringWriter__ctor_m1244548890 (StringWriter_t802263757 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::.ctor(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m85815683 (XmlTextWriter_t2114213153 * __this, TextWriter_t3478189236 * ___writer0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.Xml.IXmlLineInfo,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m212897041 (XmlException_t1761730631 * __this, RuntimeObject* ___li0, String_t* ___sourceUri1, String_t* ___message2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlReaderBinarySupport/CharGetter::Invoke(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CharGetter_Invoke_m2044290462 (CharGetter_t1703763694 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::Reset() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_Reset_m4048938400 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUrlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m1338399436 (XmlUrlResolver_t817895037 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m2333710421 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventHandler::Invoke(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m3984227947 (ValidationEventHandler_t791314227 * __this, RuntimeObject * ___sender0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method); // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::get_Severity() extern "C" IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m1798521934 (ValidationEventArgs_t2784773869 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::get_Exception() extern "C" IL2CPP_METHOD_ATTR XmlSchemaException_t3511258692 * ValidationEventArgs_get_Exception_m2119547120 (ValidationEventArgs_t2784773869 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_m2988156441 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * p0, Uri_t100236324 * p1, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m1474792120 (Uri_t100236324 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4142135635 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String System.Xml.XmlResolver::EscapeRelativeUriBody(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlResolver_EscapeRelativeUriBody_m3919279314 (XmlResolver_t626023767 * __this, String_t* ___src0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m279432735 (Uri_t100236324 * __this, Uri_t100236324 * p0, String_t* p1, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.XmlCharacterData::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlCharacterData__ctor_m3935345337 (XmlCharacterData_t1167807131 * __this, String_t* ___data0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsWhitespace_m2421104119 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Xml.XmlCharacterData::set_Data(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlCharacterData_set_Data_m1077571986 (XmlCharacterData_t1167807131 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_get_ParentNode_m3304904414 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m3379707424 (XmlSignificantWhitespace_t1052520128 * __this, String_t* ___strData0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method); // System.Text.Encoding System.Xml.XmlInputStream::get_ActualEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * XmlInputStream_get_ActualEncoding_m3321735681 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method); // System.Void System.Xml.NonBlockingStreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void NonBlockingStreamReader__ctor_m3980822218 (NonBlockingStreamReader_t2495303928 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Void System.Xml.XmlInputStream::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlInputStream__ctor_m3269376818 (XmlInputStream_t1691369434 * __this, Stream_t1273022909 * ___stream0, const RuntimeMethod* method); // System.Void System.Xml.XmlStreamReader::.ctor(System.Xml.XmlInputStream) extern "C" IL2CPP_METHOD_ATTR void XmlStreamReader__ctor_m3688274484 (XmlStreamReader_t727818754 * __this, XmlInputStream_t1691369434 * ___input0, const RuntimeMethod* method); // System.Int32 System.Xml.NonBlockingStreamReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NonBlockingStreamReader_Read_m583787078 (NonBlockingStreamReader_t2495303928 * __this, CharU5BU5D_t3528271667* ___dest_buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Xml.NonBlockingStreamReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NonBlockingStreamReader_Dispose_m2043563007 (NonBlockingStreamReader_t2495303928 * __this, bool ___disposing0, const RuntimeMethod* method); // System.Void System.Xml.XmlStreamReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlStreamReader__ctor_m3403779607 (XmlStreamReader_t727818754 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m4023450481 (XmlTextReader_t4233384356 * __this, TextReader_t283511965 * ___input0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m879520456 (XmlTextReader_t4233384356 * __this, TextReader_t283511965 * ___input0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::.ctor(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m3779111233 (XmlTextReader_t3455035481 * __this, String_t* ___url0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m2025294095 (XmlTextReader_t4233384356 * __this, String_t* ___url0, TextReader_t283511965 * ___input1, XmlNameTable_t71772148 * ___nt2, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m3612242620 (XmlTextReader_t3455035481 * __this, String_t* ___url0, TextReader_t283511965 * ___input1, XmlNameTable_t71772148 * ___nt2, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::.ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m4089766063 (XmlTextReader_t3455035481 * __this, String_t* ___xmlFragment0, int32_t ___fragType1, XmlParserContext_t2544895291 * ___context2, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m746327602 (XmlTextReader_t3455035481 * __this, String_t* ___url0, TextReader_t283511965 * ___fragment1, int32_t ___fragType2, XmlParserContext_t2544895291 * ___context3, const RuntimeMethod* method); // System.Xml.XmlParserContext System.Xml.XmlTextReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlTextReader_get_ParserContext_m2090305018 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.XmlTextReader::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlTextReader_get_Current_m3824742842 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlReader_get_Settings_m3232276411 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReader::get_CharacterChecking() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CharacterChecking_m142279829 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::get_CharacterChecking() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CharacterChecking_m322676875 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::set_CharacterChecking(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_CharacterChecking_m824755556 (XmlTextReader_t3455035481 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReader::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CloseInput_m4005923126 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CloseInput_m2055464539 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::set_CloseInput(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_CloseInput_m4163528207 (XmlTextReader_t3455035481 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.ConformanceLevel Mono.Xml2.XmlTextReader::get_Conformance() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_Conformance_m1085403856 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::set_Conformance(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Conformance_m1985097490 (XmlTextReader_t3455035481 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.XmlResolver Mono.Xml2.XmlTextReader::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlTextReader_get_Resolver_m2264491068 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlTextReader::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlTextReader_get_Resolver_m258955197 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Xml.EntityHandling Mono.Xml2.XmlTextReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_EntityHandling_m1829511007 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_m1384243287 (XmlTextReader_t3455035481 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LineNumber_m577852368 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LineNumber_m718766076 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LinePosition_m724764794 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LinePosition_m3838196996 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Namespaces_m56588872 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::get_Normalization() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Normalization_m1218533950 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::set_Normalization(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Normalization_m906147869 (XmlTextReader_t3455035481 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::set_ProhibitDtd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_ProhibitDtd_m3853230206 (XmlTextReader_t3455035481 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.WhitespaceHandling Mono.Xml2.XmlTextReader::get_WhitespaceHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_WhitespaceHandling_m3804345083 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_WhitespaceHandling(System.Xml.WhitespaceHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_WhitespaceHandling_m109745019 (XmlTextReader_t4233384356 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::set_WhitespaceHandling(System.Xml.WhitespaceHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_WhitespaceHandling_m239529318 (XmlTextReader_t3455035481 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_m151906742 (XmlTextReader_t3455035481 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::AdjustLineInfoOffset(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AdjustLineInfoOffset_m1122561127 (XmlTextReader_t3455035481 * __this, int32_t ___lineNumberOffset0, int32_t ___linePositionOffset1, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::SetNameTable(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetNameTable_m3099746376 (XmlTextReader_t3455035481 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::SkipTextDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SkipTextDeclaration_m1501695552 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::SkipTextDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SkipTextDeclaration_m484952237 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::CloseEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_CloseEntity_m366351831 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Xml.EntityHandling System.Xml.XmlTextReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_EntityHandling_m2980571846 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel System.Xml.XmlParserContext::get_Dtd() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlParserContext_get_Dtd_m2960147355 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // Mono.Xml2.XmlTextReader Mono.Xml.DTDObjectModel::GenerateEntityContentReader(System.String,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR XmlTextReader_t3455035481 * DTDObjectModel_GenerateEntityContentReader_m3148241306 (DTDObjectModel_t1729680289 * __this, String_t* ___entityName0, XmlParserContext_t2544895291 * ___context1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Stack`1::.ctor() #define Stack_1__ctor_m936691270(__this, method) (( void (*) (Stack_1_t2690840144 *, const RuntimeMethod*))Stack_1__ctor_m3164958980_gshared)(__this, method) // System.Boolean System.Collections.Generic.Stack`1::Contains(!0) #define Stack_1_Contains_m1213713845(__this, p0, method) (( bool (*) (Stack_1_t2690840144 *, String_t*, const RuntimeMethod*))Stack_1_Contains_m1578348417_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Stack`1::Push(!0) #define Stack_1_Push_m570958490(__this, p0, method) (( void (*) (Stack_1_t2690840144 *, String_t*, const RuntimeMethod*))Stack_1_Push_m1669856732_gshared)(__this, p0, method) // System.Void System.Xml.XmlTextReader::.ctor(Mono.Xml2.XmlTextReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m918862940 (XmlTextReader_t4233384356 * __this, XmlTextReader_t3455035481 * ___entityContainer0, bool ___insideAttribute1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::CopyProperties(System.Xml.XmlTextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_CopyProperties_m12151598 (XmlTextReader_t4233384356 * __this, XmlTextReader_t4233384356 * ___other0, const RuntimeMethod* method); // !0 System.Collections.Generic.Stack`1::Pop() #define Stack_1_Pop_m2585401118(__this, method) (( String_t* (*) (Stack_1_t2690840144 *, const RuntimeMethod*))Stack_1_Pop_m756553478_gshared)(__this, method) // System.IO.TextReader Mono.Xml2.XmlTextReader::GetRemainder() extern "C" IL2CPP_METHOD_ATTR TextReader_t283511965 * XmlTextReader_GetRemainder_m3291199686 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare) extern "C" IL2CPP_METHOD_ATTR void FileStream__ctor_m2889718780 (FileStream_t4292183065 * __this, String_t* p0, int32_t p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m614698628 (XmlTextWriter_t2114213153 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m2310301218 (StreamWriter_t1266378904 * __this, Stream_t1273022909 * p0, Encoding_t1523322056 * p1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::Initialize(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_Initialize_m3279439671 (XmlTextWriter_t2114213153 * __this, TextWriter_t3478189236 * ___writer0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlWriter__ctor_m2782267819 (XmlWriter_t127905479 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlWriterSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings__ctor_m2465852079 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Xml.ConformanceLevel System.Xml.XmlWriterSettings::get_ConformanceLevel() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_ConformanceLevel_m2619815559 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_OmitXmlDeclaration() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_OmitXmlDeclaration_m3263997331 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_Indent() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_Indent_m3267710849 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::set_Formatting(System.Xml.Formatting) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_set_Formatting_m3746754038 (XmlTextWriter_t2114213153 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlWriterSettings::get_IndentChars() extern "C" IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_IndentChars_m3196681170 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlWriterSettings::get_NewLineChars() extern "C" IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_NewLineChars_m2610474681 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_NewLineOnAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_NewLineOnAttributes_m2517507213 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlWriterSettings::get_CheckCharacters() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CheckCharacters_m68435957 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::get_NewLineHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NewLineHandling_m2857619168 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Xml.NamespaceHandling System.Xml.XmlWriterSettings::get_NamespaceHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NamespaceHandling_m2805092960 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m1391509536 (UTF8Encoding_t3956466879 * __this, bool p0, bool p1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.Exception System.Xml.XmlTextWriter::ArgumentError(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlTextWriter_ArgumentError_m3627124320 (XmlTextWriter_t2114213153 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.String System.Xml.XmlNamespaceManager::LookupPrefixExclusive(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefixExclusive_m4193555037 (XmlNamespaceManager_t418790500 * __this, String_t* ___uri0, bool ___atomizedName1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteStartDocumentCore(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteStartDocumentCore_m3985718073 (XmlTextWriter_t2114213153 * __this, bool ___outputStd0, bool ___standalone1, const RuntimeMethod* method); // System.Exception System.Xml.XmlTextWriter::StateError(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlTextWriter_StateError_m571999665 (XmlTextWriter_t2114213153 * __this, String_t* ___occured0, const RuntimeMethod* method); // System.Exception System.Xml.XmlTextWriter::InvalidOperation(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlTextWriter_InvalidOperation_m988191293 (XmlTextWriter_t2114213153 * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsName_m846619221 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::OutputAutoStartDocument() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_OutputAutoStartDocument_m96032915 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteIndent() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteIndent_m534435357 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupNamespace_m2828740952 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, bool ___atomizedNames1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::CloseStartElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_CloseStartElement_m3029087518 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter/XmlNodeInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeInfo__ctor_m1232608472 (XmlNodeInfo_t4030693883 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::CloseStartElementCore() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_CloseStartElementCore_m1099456942 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteEscapedString(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEscapedString_m3514294598 (XmlTextWriter_t2114213153 * __this, String_t* ___text0, bool ___isAttribute1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteEndElementCore(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEndElementCore_m4151593863 (XmlTextWriter_t2114213153 * __this, bool ___full0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteIndentEndElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteIndentEndElement_m1797366262 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlTextWriter::DetermineAttributePrefix(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextWriter_DetermineAttributePrefix_m2990155447 (XmlTextWriter_t2114213153 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteIndentAttribute() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteIndentAttribute_m3288075110 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::set_Length(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m1410065908 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.String System.Xml.XmlTextWriter::MockupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextWriter_MockupPrefix_m1608841972 (XmlTextWriter_t2114213153 * __this, String_t* ___ns0, bool ___skipLookup1, const RuntimeMethod* method); // System.String System.Xml.XmlTextWriter/StringUtil::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtil_Format_m4156193709 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlTextWriter/StringUtil::IndexOf(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringUtil_IndexOf_m1748403443 (RuntimeObject * __this /* static, unused */, String_t* ___src0, String_t* ___target1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::ShiftStateTopLevel(System.String,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_ShiftStateTopLevel_m3589898271 (XmlTextWriter_t2114213153 * __this, String_t* ___occured0, bool ___allowAttribute1, bool ___dontCheckXmlDecl2, bool ___isCharacter3, const RuntimeMethod* method); // System.Int32 System.Xml.XmlChar::IndexOfNonWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlChar_IndexOfNonWhitespace_m2684163220 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::ShiftStateContent(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_ShiftStateContent_m1491671115 (XmlTextWriter_t2114213153 * __this, String_t* ___occured0, bool ___allowAttribute1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteCheckedString(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteCheckedString_m2937191976 (XmlTextWriter_t2114213153 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextWriter::WriteIndentCore(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlTextWriter_WriteIndentCore_m729468996 (XmlTextWriter_t2114213153 * __this, int32_t ___nestFix0, bool ___attribute1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::CheckMixedContentState() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_CheckMixedContentState_m804091766 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m4159774896 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteCheckedBuffer(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteCheckedBuffer_m275259173 (XmlTextWriter_t2114213153 * __this, CharU5BU5D_t3528271667* ___text0, int32_t ___idx1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::WriteEscapedBuffer(System.Char[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEscapedBuffer_m903990798 (XmlTextWriter_t2114213153 * __this, CharU5BU5D_t3528271667* ___text0, int32_t ___index1, int32_t ___length2, bool ___isAttribute3, const RuntimeMethod* method); // System.Int32 System.Xml.XmlChar::IndexOfInvalid(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlChar_IndexOfInvalid_m478649474 (RuntimeObject * __this /* static, unused */, String_t* ___s0, bool ___allowSurrogate1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Int32::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m2507389746 (int32_t* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int32 System.Xml.XmlChar::IndexOfInvalid(System.Char[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlChar_IndexOfInvalid_m211553919 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___s0, int32_t ___start1, int32_t ___length2, bool ___allowSurrogate3, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t2843939325* p2, const RuntimeMethod* method); // System.Void System.Xml.XmlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlResolver__ctor_m2276492248 (XmlResolver_t626023767 * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m1620074514 (RuntimeObject * __this /* static, unused */, RuntimeTypeHandle_t3027515415 p0, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsAbsoluteUri() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m3834080655 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.Uri::get_Scheme() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m1686732325 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_m2766409727 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Uri::get_LocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m3953298695 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlUrlResolver::UnescapeRelativeUriBody(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlUrlResolver_UnescapeRelativeUriBody_m2976662118 (XmlUrlResolver_t817895037 * __this, String_t* ___src0, const RuntimeMethod* method); // System.Net.WebRequest System.Net.WebRequest::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t1939381076 * WebRequest_Create_m1809852225 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * p0, const RuntimeMethod* method); // System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * XmlResolver_ResolveUri_m3051172150 (XmlResolver_t626023767 * __this, Uri_t100236324 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method); // System.Xml.XmlParserContext Mono.Xml.DTDValidatingReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * DTDValidatingReader_get_ParserContext_m883207457 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_set_EntityHandling_m3201559656 (DTDValidatingReader_t3946379043 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlValidatingReader::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_Namespaces_m3935643757 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReader::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Namespaces_m3871412690 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaCollection::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaCollection__ctor_m3228921192 (XmlSchemaCollection_t3610399789 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_set_XmlResolver_m2067506225 (XsdValidatingReader_t3961132625 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_set_XmlResolver_m3887196702 (DTDValidatingReader_t3946379043 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* p0, const RuntimeMethod* method); // System.Xml.ValidationType System.Xml.XmlValidatingReader::get_ValidationType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_ValidationType_m768883523 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::.ctor(System.Xml.XmlReader,System.Xml.XmlValidatingReader) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader__ctor_m3400285377 (DTDValidatingReader_t3946379043 * __this, XmlReader_t3121518892 * ___reader0, XmlValidatingReader_t1719295192 * ___validatingReader1, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlValidatingReader::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlValidatingReader_get_Resolver_m1269208747 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader__ctor_m1875465247 (XsdValidatingReader_t3961132625 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler__ctor_m2945978529 (ValidationEventHandler_t791314227 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::set_ValidationType(System.Xml.ValidationType) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_set_ValidationType_m2062431012 (XsdValidatingReader_t3961132625 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReader::get_Schemas() extern "C" IL2CPP_METHOD_ATTR XmlSchemaCollection_t3610399789 * XmlValidatingReader_get_Schemas_m1542506967 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaCollection::get_SchemaSet() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSet_t266093086 * XmlSchemaCollection_get_SchemaSet_m2053221801 (XmlSchemaCollection_t3610399789 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::set_Schemas(System.Xml.Schema.XmlSchemaSet) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_set_Schemas_m1687221862 (XsdValidatingReader_t3961132625 * __this, XmlSchemaSet_t266093086 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlWhitespace::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlWhitespace__ctor_m949230574 (XmlWhitespace_t131741354 * __this, String_t* ___strData0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method); // System.Text.Encoding System.Xml.XmlWriterSettings::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * XmlWriterSettings_get_Encoding_m1165972402 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_UTF8() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_UTF8_m1008486739 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.IO.StreamWriter::.ctor(System.String,System.Boolean,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void StreamWriter__ctor_m3688233896 (StreamWriter_t1266378904 * __this, String_t* p0, bool p1, Encoding_t1523322056 * p2, const RuntimeMethod* method); // System.Xml.XmlWriter System.Xml.XmlWriter::CreateTextWriter(System.IO.TextWriter,System.Xml.XmlWriterSettings,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlWriter_t127905479 * XmlWriter_CreateTextWriter_m3145233621 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___writer0, XmlWriterSettings_t3314986516 * ___settings1, bool ___closeOutput2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m731621148 (XmlTextWriter_t2114213153 * __this, TextWriter_t3478189236 * ___writer0, XmlWriterSettings_t3314986516 * ___settings1, bool ___closeOutput2, const RuntimeMethod* method); // System.Xml.XmlWriter System.Xml.XmlWriter::Create(System.Xml.XmlWriter,System.Xml.XmlWriterSettings) extern "C" IL2CPP_METHOD_ATTR XmlWriter_t127905479 * XmlWriter_Create_m2130558420 (RuntimeObject * __this /* static, unused */, XmlWriter_t127905479 * ___writer0, XmlWriterSettings_t3314986516 * ___settings1, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m2341773285 (XmlWriter_t127905479 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteStartElement_m1499083124 (XmlWriter_t127905479 * __this, String_t* ___localName0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteNameInternal(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteNameInternal_m96630199 (XmlWriter_t127905479 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriter::WriteAttribute(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttribute_m3614493714 (XmlWriter_t127905479 * __this, XmlReader_t3121518892 * ___reader0, bool ___defattr1, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlWriterSettings::Reset() extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings_Reset_m4105849431 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m3211016485 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void System.Xml.XPath.SimpleIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void SimpleIterator__ctor_m3211911800 (SimpleIterator_t809567201 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.SimpleIterator::.ctor(System.Xml.XPath.SimpleIterator,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void SimpleIterator__ctor_m1156879794 (SimpleIterator_t809567201 * __this, SimpleIterator_t809567201 * ___other0, bool ___clone1, const RuntimeMethod* method); // System.Void System.Xml.XPath.AncestorIterator::.ctor(System.Xml.XPath.AncestorIterator) extern "C" IL2CPP_METHOD_ATTR void AncestorIterator__ctor_m2709636211 (AncestorIterator_t1850150082 * __this, AncestorIterator_t1850150082 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XPath.AncestorIterator::CollectResults() extern "C" IL2CPP_METHOD_ATTR void AncestorIterator_CollectResults_m1516726877 (AncestorIterator_t1850150082 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.AncestorOrSelfIterator::.ctor(System.Xml.XPath.AncestorOrSelfIterator) extern "C" IL2CPP_METHOD_ATTR void AncestorOrSelfIterator__ctor_m3889608412 (AncestorOrSelfIterator_t2300071220 * __this, AncestorOrSelfIterator_t2300071220 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XPath.AncestorOrSelfIterator::CollectResults() extern "C" IL2CPP_METHOD_ATTR void AncestorOrSelfIterator_CollectResults_m1016633961 (AncestorOrSelfIterator_t2300071220 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.AttributeIterator::.ctor(System.Xml.XPath.AttributeIterator) extern "C" IL2CPP_METHOD_ATTR void AttributeIterator__ctor_m938356853 (AttributeIterator_t3778175417 * __this, AttributeIterator_t3778175417 * ___other0, const RuntimeMethod* method); // System.Xml.IXmlNamespaceResolver System.Xml.XPath.BaseIterator::get_NamespaceManager() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BaseIterator_get_NamespaceManager_m2542706114 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.BaseIterator::.ctor(System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR void BaseIterator__ctor_m1145318967 (BaseIterator_t4168896842 * __this, RuntimeObject* ___nsm0, const RuntimeMethod* method); // System.Void System.Xml.XPath.BaseIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void BaseIterator__ctor_m2743981095 (BaseIterator_t4168896842 * __this, BaseIterator_t4168896842 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XPath.AxisIterator::.ctor(System.Xml.XPath.AxisIterator) extern "C" IL2CPP_METHOD_ATTR void AxisIterator__ctor_m3676210948 (AxisIterator_t3073253660 * __this, AxisIterator_t3073253660 * ___other0, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m2441337274 (IndexOutOfRangeException_t1578797820 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.AncestorIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void AncestorIterator__ctor_m2293317285 (AncestorIterator_t1850150082 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.AncestorOrSelfIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void AncestorOrSelfIterator__ctor_m1288891273 (AncestorOrSelfIterator_t2300071220 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.AttributeIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void AttributeIterator__ctor_m307815016 (AttributeIterator_t3778175417 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.ChildIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void ChildIterator__ctor_m2240528185 (ChildIterator_t3598849435 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.DescendantIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void DescendantIterator__ctor_m501616491 (DescendantIterator_t2685366878 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.DescendantOrSelfIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void DescendantOrSelfIterator__ctor_m4280890726 (DescendantOrSelfIterator_t4256219478 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.FollowingIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void FollowingIterator__ctor_m3846478294 (FollowingIterator_t3658643279 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.FollowingSiblingIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void FollowingSiblingIterator__ctor_m1609532892 (FollowingSiblingIterator_t3042855407 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.NamespaceIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void NamespaceIterator__ctor_m3677015037 (NamespaceIterator_t3101604877 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.ParentIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void ParentIterator__ctor_m591303579 (ParentIterator_t3536730964 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.PrecedingIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void PrecedingIterator__ctor_m763661242 (PrecedingIterator_t2452812266 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.PrecedingSiblingIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void PrecedingSiblingIterator__ctor_m2105973069 (PrecedingSiblingIterator_t3231156185 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.SelfIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void SelfIterator__ctor_m64748653 (SelfIterator_t907214 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathNodeIterator::.ctor() extern "C" IL2CPP_METHOD_ATTR void XPathNodeIterator__ctor_m2459357076 (XPathNodeIterator_t3667290188 * __this, const RuntimeMethod* method); // System.Xml.XPath.XPathNavigator System.Xml.XPath.BaseIterator::PeekNext() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * BaseIterator_PeekNext_m3513138465 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.ChildIterator::.ctor(System.Xml.XPath.ChildIterator) extern "C" IL2CPP_METHOD_ATTR void ChildIterator__ctor_m267098140 (ChildIterator_t3598849435 * __this, ChildIterator_t3598849435 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathExpression::.ctor() extern "C" IL2CPP_METHOD_ATTR void XPathExpression__ctor_m2817367233 (XPathExpression_t1723793351 * __this, const RuntimeMethod* method); // System.Xml.XPath.BaseIterator System.Xml.XPath.XPathSorters::Sort(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR BaseIterator_t4168896842 * XPathSorters_Sort_m1473903338 (XPathSorters_t698127628 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.DescendantIterator::.ctor(System.Xml.XPath.DescendantIterator) extern "C" IL2CPP_METHOD_ATTR void DescendantIterator__ctor_m906631730 (DescendantIterator_t2685366878 * __this, DescendantIterator_t2685366878 * ___other0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XPathException__ctor_m3226187054 (XPathException_t2107611652 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Xml.XPath.DescendantOrSelfIterator::.ctor(System.Xml.XPath.DescendantOrSelfIterator) extern "C" IL2CPP_METHOD_ATTR void DescendantOrSelfIterator__ctor_m372062892 (DescendantOrSelfIterator_t4256219478 * __this, DescendantOrSelfIterator_t4256219478 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprBoolean::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprBoolean__ctor_m1159749897 (ExprBoolean_t3855188593 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Expression_GetReturnType_m2343007501 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Double System.Xml.XPath.XPathFunctions::ToNumber(System.String) extern "C" IL2CPP_METHOD_ATTR double XPathFunctions_ToNumber_m2526127645 (RuntimeObject * __this /* static, unused */, String_t* ___arg0, const RuntimeMethod* method); // System.String System.Xml.XPath.XPathFunctions::ToString(System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* XPathFunctions_ToString_m4087755365 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg0, const RuntimeMethod* method); // System.Void System.Xml.XPath.Expression::.ctor() extern "C" IL2CPP_METHOD_ATTR void Expression__ctor_m15586157 (Expression_t1452783009 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprBinary::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprBinary__ctor_m2426281594 (ExprBinary_t2069694888 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Xml.XPath.Expression System.Xml.XPath.ExprBinary::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprBinary_Optimize_m2522886035 (ExprBinary_t2069694888 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionTrue::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionTrue__ctor_m1481356079 (XPathFunctionTrue_t3806785954 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionFalse::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionFalse__ctor_m2774750232 (XPathFunctionFalse_t1021066162 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprNumeric::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprNumeric__ctor_m2321536809 (ExprNumeric_t370757872 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.EqualityExpr::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void EqualityExpr__ctor_m1260778379 (EqualityExpr_t1646148531 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, bool ___trueVal2, const RuntimeMethod* method); // System.Double System.Xml.XPath.XPathFunctions::ToNumber(System.Object) extern "C" IL2CPP_METHOD_ATTR double XPathFunctions_ToNumber_m1425546570 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg0, const RuntimeMethod* method); // System.Boolean System.Xml.XPath.XPathFunctions::ToBoolean(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XPathFunctions_ToBoolean_m1843756110 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___arg0, const RuntimeMethod* method); // System.Void System.Xml.XPath.WrapperIterator::.ctor(System.Xml.XPath.XPathNodeIterator,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR void WrapperIterator__ctor_m1708545452 (WrapperIterator_t1258076988 * __this, XPathNodeIterator_t3667290188 * ___iter0, RuntimeObject* ___nsm1, const RuntimeMethod* method); // System.Void System.Xml.XPath.NullIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void NullIterator__ctor_m1623589000 (NullIterator_t2630925529 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.String System.Xml.XPath.XPathFunctions::ToString(System.Double) extern "C" IL2CPP_METHOD_ATTR String_t* XPathFunctions_ToString_m1095398116 (RuntimeObject * __this /* static, unused */, double ___d0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Object) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m4025515304 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsNaN_m649024406 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void NodeSet__ctor_m958047062 (NodeSet_t3272593155 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1809518182 (RuntimeObject * __this /* static, unused */, StringU5BU5D_t1281789340* p0, const RuntimeMethod* method); // System.Void System.Xml.XPath.PredicateIterator::.ctor(System.Xml.XPath.BaseIterator,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void PredicateIterator__ctor_m2581047513 (PredicateIterator_t4231391432 * __this, BaseIterator_t4168896842 * ___iter0, Expression_t1452783009 * ___pred1, const RuntimeMethod* method); // System.Void System.Xml.XPath.FunctionArguments::ToArrayList(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void FunctionArguments_ToArrayList_m3840216961 (FunctionArguments_t3573450773 * __this, ArrayList_t2718874744 * ___a0, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m3957593392 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprFunctionCall::.ctor(System.Xml.XmlQualifiedName,System.Xml.XPath.FunctionArguments,System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR void ExprFunctionCall__ctor_m3183351114 (ExprFunctionCall_t607199437 * __this, XmlQualifiedName_t2760654312 * ___name0, FunctionArguments_t3573450773 * ___args1, RuntimeObject* ___ctx2, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m815040483 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionLast::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionLast__ctor_m3671084286 (XPathFunctionLast_t241688620 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionPosition::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionPosition__ctor_m1805758189 (XPathFunctionPosition_t1996792158 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionCount::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionCount__ctor_m2746453153 (XPathFunctionCount_t4174407007 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionId::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionId__ctor_m1323120206 (XPathFunctionId_t1670301333 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionLocalName::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionLocalName__ctor_m3048811622 (XPathFunctionLocalName_t1807446049 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionNamespaceUri::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionNamespaceUri__ctor_m3651514132 (XPathFunctionNamespaceUri_t4077891083 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionName::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionName__ctor_m4109215838 (XPathFunctionName_t1405602168 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionString::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionString__ctor_m3331743563 (XPathFunctionString_t3820712894 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionConcat::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionConcat__ctor_m4049947836 (XPathFunctionConcat_t3351639595 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionStartsWith::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionStartsWith__ctor_m2801198720 (XPathFunctionStartsWith_t3734288208 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionContains::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionContains__ctor_m3471873644 (XPathFunctionContains_t678583606 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionSubstringBefore::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionSubstringBefore__ctor_m91696614 (XPathFunctionSubstringBefore_t3299707364 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionSubstringAfter::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionSubstringAfter__ctor_m3597395567 (XPathFunctionSubstringAfter_t2254953802 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionSubstring::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionSubstring__ctor_m2264598349 (XPathFunctionSubstring_t3677332116 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionStringLength::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionStringLength__ctor_m11633624 (XPathFunctionStringLength_t1686187666 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionNormalizeSpace::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionNormalizeSpace__ctor_m1765405179 (XPathFunctionNormalizeSpace_t379159227 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionTranslate::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionTranslate__ctor_m1010373577 (XPathFunctionTranslate_t1071508611 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionBoolean::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionBoolean__ctor_m3229475651 (XPathFunctionBoolean_t2892373420 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionNot::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionNot__ctor_m861869352 (XPathFunctionNot_t3025979743 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionLang::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionLang__ctor_m322832727 (XPathFunctionLang_t242671679 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionNumber::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionNumber__ctor_m2085021148 (XPathFunctionNumber_t699684043 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionSum::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionSum__ctor_m1838306581 (XPathFunctionSum_t2229418177 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionFloor::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionFloor__ctor_m3054856969 (XPathFunctionFloor_t3617095014 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionCeil::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionCeil__ctor_m376275260 (XPathFunctionCeil_t4176839285 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathFunctionRound::.ctor(System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void XPathFunctionRound__ctor_m2382310794 (XPathFunctionRound_t2668931994 * __this, FunctionArguments_t3573450773 * ___args0, const RuntimeMethod* method); // System.Xml.XPath.XPathResultType[] System.Xml.XPath.ExprFunctionCall::GetArgTypes(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR XPathResultTypeU5BU5D_t1515527577* ExprFunctionCall_GetArgTypes_m1103908206 (ExprFunctionCall_t607199437 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Object System.Xml.XPath.Expression::EvaluateAs(System.Xml.XPath.BaseIterator,System.Xml.XPath.XPathResultType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Expression_EvaluateAs_m4036363313 (Expression_t1452783009 * __this, BaseIterator_t4168896842 * ___iter0, int32_t ___type1, const RuntimeMethod* method); // System.Void System.Xml.XPath.RelationalExpr::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void RelationalExpr__ctor_m559163901 (RelationalExpr_t3307137467 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprNumber::.ctor(System.Double) extern "C" IL2CPP_METHOD_ATTR void ExprNumber__ctor_m147059916 (ExprNumber_t3483239576 * __this, double ___value0, const RuntimeMethod* method); // System.String System.Double::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1229922074 (double* __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.ParensIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void ParensIterator__ctor_m4211157708 (ParensIterator_t4020310733 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.SelfIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR void SelfIterator__ctor_m1955149028 (SelfIterator_t907214 * __this, XPathNavigator_t787956054 * ___nav0, RuntimeObject* ___nsm1, const RuntimeMethod* method); // System.Void System.Xml.XPath.SimpleSlashIterator::.ctor(System.Xml.XPath.BaseIterator,System.Xml.XPath.NodeSet) extern "C" IL2CPP_METHOD_ATTR void SimpleSlashIterator__ctor_m3118305435 (SimpleSlashIterator_t3611200333 * __this, BaseIterator_t4168896842 * ___left0, NodeSet_t3272593155 * ___expr1, const RuntimeMethod* method); // System.Void System.Xml.XPath.SlashIterator::.ctor(System.Xml.XPath.BaseIterator,System.Xml.XPath.NodeSet) extern "C" IL2CPP_METHOD_ATTR void SlashIterator__ctor_m1098282742 (SlashIterator_t2421034408 * __this, BaseIterator_t4168896842 * ___iter0, NodeSet_t3272593155 * ___expr1, const RuntimeMethod* method); // System.Void System.Xml.XPath.SortedIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void SortedIterator__ctor_m4010031056 (SortedIterator_t2904376427 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeTypeTest::.ctor(System.Xml.XPath.Axes,System.Xml.XPath.XPathNodeType) extern "C" IL2CPP_METHOD_ATTR void NodeTypeTest__ctor_m3703857314 (NodeTypeTest_t4287533341 * __this, int32_t ___axis0, int32_t ___type1, const RuntimeMethod* method); // System.Xml.XPath.AxisSpecifier System.Xml.XPath.NodeTest::get_Axis() extern "C" IL2CPP_METHOD_ATTR AxisSpecifier_t40435393 * NodeTest_get_Axis_m3456611747 (NodeTest_t747859056 * __this, const RuntimeMethod* method); // System.Xml.XPath.Axes System.Xml.XPath.AxisSpecifier::get_Axis() extern "C" IL2CPP_METHOD_ATTR int32_t AxisSpecifier_get_Axis_m3310811897 (AxisSpecifier_t40435393 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeNameTest::.ctor(System.Xml.XPath.NodeNameTest,System.Xml.XPath.Axes) extern "C" IL2CPP_METHOD_ATTR void NodeNameTest__ctor_m3009940847 (NodeNameTest_t562814213 * __this, NodeNameTest_t562814213 * ___source0, int32_t ___axis1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprSLASH::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.NodeSet) extern "C" IL2CPP_METHOD_ATTR void ExprSLASH__ctor_m3063015905 (ExprSLASH_t1263914658 * __this, Expression_t1452783009 * ___left0, NodeSet_t3272593155 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeTypeTest::.ctor(System.Xml.XPath.NodeTypeTest,System.Xml.XPath.Axes) extern "C" IL2CPP_METHOD_ATTR void NodeTypeTest__ctor_m922623223 (NodeTypeTest_t4287533341 * __this, NodeTypeTest_t4287533341 * ___other0, int32_t ___axis1, const RuntimeMethod* method); // System.Void System.Xml.XPath.UnionIterator::.ctor(System.Xml.XPath.BaseIterator,System.Xml.XPath.BaseIterator,System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void UnionIterator__ctor_m90054607 (UnionIterator_t312972106 * __this, BaseIterator_t4168896842 * ___iter0, BaseIterator_t4168896842 * ___left1, BaseIterator_t4168896842 * ___right2, const RuntimeMethod* method); // System.Void System.Xml.XPath.FollowingIterator::.ctor(System.Xml.XPath.FollowingIterator) extern "C" IL2CPP_METHOD_ATTR void FollowingIterator__ctor_m2516869462 (FollowingIterator_t3658643279 * __this, FollowingIterator_t3658643279 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XPath.FollowingSiblingIterator::.ctor(System.Xml.XPath.FollowingSiblingIterator) extern "C" IL2CPP_METHOD_ATTR void FollowingSiblingIterator__ctor_m3152868463 (FollowingSiblingIterator_t3042855407 * __this, FollowingSiblingIterator_t3042855407 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XPath.ListIterator::.ctor(System.Xml.XPath.ListIterator) extern "C" IL2CPP_METHOD_ATTR void ListIterator__ctor_m3997947691 (ListIterator_t3066609410 * __this, ListIterator_t3066609410 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XPath.NamespaceIterator::.ctor(System.Xml.XPath.NamespaceIterator) extern "C" IL2CPP_METHOD_ATTR void NamespaceIterator__ctor_m753006477 (NamespaceIterator_t3101604877 * __this, NamespaceIterator_t3101604877 * ___other0, const RuntimeMethod* method); // System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace() extern "C" IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFirstNamespace_m2355971184 (XPathNavigator_t787956054 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace() extern "C" IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNextNamespace_m1668516935 (XPathNavigator_t787956054 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeTest::.ctor(System.Xml.XPath.Axes) extern "C" IL2CPP_METHOD_ATTR void NodeTest__ctor_m2797019209 (NodeTest_t747859056 * __this, int32_t ___axis0, const RuntimeMethod* method); // System.Xml.XPath.XPathNodeType System.Xml.XPath.AxisSpecifier::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t AxisSpecifier_get_NodeType_m1659759391 (AxisSpecifier_t40435393 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.AxisSpecifier::.ctor(System.Xml.XPath.Axes) extern "C" IL2CPP_METHOD_ATTR void AxisSpecifier__ctor_m4054707554 (AxisSpecifier_t40435393 * __this, int32_t ___axis0, const RuntimeMethod* method); // System.Xml.XPath.BaseIterator System.Xml.XPath.AxisSpecifier::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR BaseIterator_t4168896842 * AxisSpecifier_Evaluate_m1747969038 (AxisSpecifier_t40435393 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method); // System.Void System.Xml.XPath.AxisIterator::.ctor(System.Xml.XPath.BaseIterator,System.Xml.XPath.NodeTest) extern "C" IL2CPP_METHOD_ATTR void AxisIterator__ctor_m642315199 (AxisIterator_t3073253660 * __this, BaseIterator_t4168896842 * ___iter0, NodeTest_t747859056 * ___test1, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNameEntry::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNameEntry__ctor_m1285719665 (XmlNameEntry_t1073099671 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___prefix0; String_t* L_1 = ___local1; String_t* L_2 = ___ns2; XmlNameEntry_Update_m516509888(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlNameEntry::Update(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNameEntry_Update_m516509888 (XmlNameEntry_t1073099671 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, const RuntimeMethod* method) { int32_t G_B2_0 = 0; XmlNameEntry_t1073099671 * G_B2_1 = NULL; int32_t G_B1_0 = 0; XmlNameEntry_t1073099671 * G_B1_1 = NULL; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; XmlNameEntry_t1073099671 * G_B3_2 = NULL; { String_t* L_0 = ___prefix0; __this->set_Prefix_0(L_0); String_t* L_1 = ___local1; __this->set_LocalName_1(L_1); String_t* L_2 = ___ns2; __this->set_NS_2(L_2); String_t* L_3 = ___local1; NullCheck(L_3); int32_t L_4 = String_GetHashCode_m1906374149(L_3, /*hidden argument*/NULL); String_t* L_5 = ___prefix0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); G_B1_0 = L_4; G_B1_1 = __this; if ((((int32_t)L_6) <= ((int32_t)0))) { G_B2_0 = L_4; G_B2_1 = __this; goto IL_0033; } } { String_t* L_7 = ___prefix0; NullCheck(L_7); int32_t L_8 = String_GetHashCode_m1906374149(L_7, /*hidden argument*/NULL); G_B3_0 = L_8; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0034; } IL_0033: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0034: { NullCheck(G_B3_2); G_B3_2->set_Hash_3(((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0))); return; } } // System.Boolean System.Xml.XmlNameEntry::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XmlNameEntry_Equals_m2877233 (XmlNameEntry_t1073099671 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNameEntry_Equals_m2877233_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNameEntry_t1073099671 * V_0 = NULL; int32_t G_B6_0 = 0; { RuntimeObject * L_0 = ___other0; V_0 = ((XmlNameEntry_t1073099671 *)IsInstClass((RuntimeObject*)L_0, XmlNameEntry_t1073099671_il2cpp_TypeInfo_var)); XmlNameEntry_t1073099671 * L_1 = V_0; if (!L_1) { goto IL_005d; } } { XmlNameEntry_t1073099671 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_Hash_3(); int32_t L_4 = __this->get_Hash_3(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_005d; } } { XmlNameEntry_t1073099671 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = L_5->get_LocalName_1(); String_t* L_7 = __this->get_LocalName_1(); bool L_8 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005d; } } { XmlNameEntry_t1073099671 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = L_9->get_NS_2(); String_t* L_11 = __this->get_NS_2(); bool L_12 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_005d; } } { XmlNameEntry_t1073099671 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = L_13->get_Prefix_0(); String_t* L_15 = __this->get_Prefix_0(); bool L_16 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); G_B6_0 = ((int32_t)(L_16)); goto IL_005e; } IL_005d: { G_B6_0 = 0; } IL_005e: { return (bool)G_B6_0; } } // System.Int32 System.Xml.XmlNameEntry::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNameEntry_GetHashCode_m807123771 (XmlNameEntry_t1073099671 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_Hash_3(); return L_0; } } // System.String System.Xml.XmlNameEntry::GetPrefixedName(System.Xml.XmlNameEntryCache) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNameEntry_GetPrefixedName_m1299719957 (XmlNameEntry_t1073099671 * __this, XmlNameEntryCache_t2890546907 * ___owner0, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefixed_name_cache_4(); if (L_0) { goto IL_0023; } } { XmlNameEntryCache_t2890546907 * L_1 = ___owner0; String_t* L_2 = __this->get_Prefix_0(); String_t* L_3 = __this->get_LocalName_1(); NullCheck(L_1); String_t* L_4 = XmlNameEntryCache_GetAtomizedPrefixedName_m2364200688(L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_prefixed_name_cache_4(L_4); } IL_0023: { String_t* L_5 = __this->get_prefixed_name_cache_4(); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNameEntryCache::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlNameEntryCache__ctor_m535202081 (XmlNameEntryCache_t2890546907 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNameEntryCache__ctor_m535202081_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_table_0(L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlNameEntry_t1073099671 * L_4 = (XmlNameEntry_t1073099671 *)il2cpp_codegen_object_new(XmlNameEntry_t1073099671_il2cpp_TypeInfo_var); XmlNameEntry__ctor_m1285719665(L_4, L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_dummy_2(L_4); Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_5 = ___nameTable0; __this->set_nameTable_1(L_5); return; } } // System.String System.Xml.XmlNameEntryCache::GetAtomizedPrefixedName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNameEntryCache_GetAtomizedPrefixedName_m2364200688 (XmlNameEntryCache_t2890546907 * __this, String_t* ___prefix0, String_t* ___local1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNameEntryCache_GetAtomizedPrefixedName_m2364200688_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___prefix0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___prefix0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0013; } } IL_0011: { String_t* L_3 = ___local1; return L_3; } IL_0013: { CharU5BU5D_t3528271667* L_4 = __this->get_cacheBuffer_3(); if (L_4) { goto IL_002b; } } { __this->set_cacheBuffer_3(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20)))); } IL_002b: { CharU5BU5D_t3528271667* L_5 = __this->get_cacheBuffer_3(); NullCheck(L_5); String_t* L_6 = ___prefix0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); String_t* L_8 = ___local1; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9)), (int32_t)1))))) { goto IL_0070; } } { String_t* L_10 = ___prefix0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); String_t* L_12 = ___local1; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_14 = __this->get_cacheBuffer_3(); NullCheck(L_14); int32_t L_15 = Math_Max_m1873195862(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)), (int32_t)1)), ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))<<(int32_t)1)), /*hidden argument*/NULL); __this->set_cacheBuffer_3(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_15))); } IL_0070: { String_t* L_16 = ___prefix0; CharU5BU5D_t3528271667* L_17 = __this->get_cacheBuffer_3(); String_t* L_18 = ___prefix0; NullCheck(L_18); int32_t L_19 = String_get_Length_m3847582255(L_18, /*hidden argument*/NULL); NullCheck(L_16); String_CopyTo_m2803757991(L_16, 0, L_17, 0, L_19, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_20 = __this->get_cacheBuffer_3(); String_t* L_21 = ___prefix0; NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); NullCheck(L_20); (L_20)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)58)); String_t* L_23 = ___local1; CharU5BU5D_t3528271667* L_24 = __this->get_cacheBuffer_3(); String_t* L_25 = ___prefix0; NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); String_t* L_27 = ___local1; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); NullCheck(L_23); String_CopyTo_m2803757991(L_23, 0, L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)), L_28, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_29 = __this->get_nameTable_1(); CharU5BU5D_t3528271667* L_30 = __this->get_cacheBuffer_3(); String_t* L_31 = ___prefix0; NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); String_t* L_33 = ___local1; NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_35 = VirtFuncInvoker3< String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_29, L_30, 0, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_34)), (int32_t)1))); return L_35; } } // System.Xml.XmlNameEntry System.Xml.XmlNameEntryCache::Add(System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNameEntry_t1073099671 * XmlNameEntryCache_Add_m886977046 (XmlNameEntryCache_t2890546907 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, bool ___atomic3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNameEntryCache_Add_m886977046_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNameEntry_t1073099671 * V_0 = NULL; { bool L_0 = ___atomic3; if (L_0) { goto IL_0031; } } { XmlNameTable_t71772148 * L_1 = __this->get_nameTable_1(); String_t* L_2 = ___prefix0; NullCheck(L_1); String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, L_2); ___prefix0 = L_3; XmlNameTable_t71772148 * L_4 = __this->get_nameTable_1(); String_t* L_5 = ___local1; NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, L_5); ___local1 = L_6; XmlNameTable_t71772148 * L_7 = __this->get_nameTable_1(); String_t* L_8 = ___ns2; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, L_8); ___ns2 = L_9; } IL_0031: { String_t* L_10 = ___prefix0; String_t* L_11 = ___local1; String_t* L_12 = ___ns2; XmlNameEntry_t1073099671 * L_13 = XmlNameEntryCache_GetInternal_m3696482374(__this, L_10, L_11, L_12, (bool)1, /*hidden argument*/NULL); V_0 = L_13; XmlNameEntry_t1073099671 * L_14 = V_0; if (L_14) { goto IL_0058; } } { String_t* L_15 = ___prefix0; String_t* L_16 = ___local1; String_t* L_17 = ___ns2; XmlNameEntry_t1073099671 * L_18 = (XmlNameEntry_t1073099671 *)il2cpp_codegen_object_new(XmlNameEntry_t1073099671_il2cpp_TypeInfo_var); XmlNameEntry__ctor_m1285719665(L_18, L_15, L_16, L_17, /*hidden argument*/NULL); V_0 = L_18; Hashtable_t1853889766 * L_19 = __this->get_table_0(); XmlNameEntry_t1073099671 * L_20 = V_0; XmlNameEntry_t1073099671 * L_21 = V_0; NullCheck(L_19); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, L_20, L_21); } IL_0058: { XmlNameEntry_t1073099671 * L_22 = V_0; return L_22; } } // System.Xml.XmlNameEntry System.Xml.XmlNameEntryCache::GetInternal(System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNameEntry_t1073099671 * XmlNameEntryCache_GetInternal_m3696482374 (XmlNameEntryCache_t2890546907 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, bool ___atomic3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNameEntryCache_GetInternal_m3696482374_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___atomic3; if (L_0) { goto IL_003c; } } { XmlNameTable_t71772148 * L_1 = __this->get_nameTable_1(); String_t* L_2 = ___prefix0; NullCheck(L_1); String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_1, L_2); if (!L_3) { goto IL_003a; } } { XmlNameTable_t71772148 * L_4 = __this->get_nameTable_1(); String_t* L_5 = ___local1; NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_4, L_5); if (!L_6) { goto IL_003a; } } { XmlNameTable_t71772148 * L_7 = __this->get_nameTable_1(); String_t* L_8 = ___ns2; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_7, L_8); if (L_9) { goto IL_003c; } } IL_003a: { return (XmlNameEntry_t1073099671 *)NULL; } IL_003c: { XmlNameEntry_t1073099671 * L_10 = __this->get_dummy_2(); String_t* L_11 = ___prefix0; String_t* L_12 = ___local1; String_t* L_13 = ___ns2; NullCheck(L_10); XmlNameEntry_Update_m516509888(L_10, L_11, L_12, L_13, /*hidden argument*/NULL); Hashtable_t1853889766 * L_14 = __this->get_table_0(); XmlNameEntry_t1073099671 * L_15 = __this->get_dummy_2(); NullCheck(L_14); RuntimeObject * L_16 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_15); return ((XmlNameEntry_t1073099671 *)IsInstClass((RuntimeObject*)L_16, XmlNameEntry_t1073099671_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.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m3238790559 (XmlNamespaceManager_t418790500 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager__ctor_m3238790559_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_declPos_1((-1)); __this->set_scopePos_3((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_0 = ___nameTable0; if (L_0) { goto IL_0025; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral2315872071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlNamespaceManager__ctor_m3238790559_RuntimeMethod_var); } IL_0025: { XmlNameTable_t71772148 * L_2 = ___nameTable0; __this->set_nameTable_6(L_2); XmlNameTable_t71772148 * L_3 = ___nameTable0; NullCheck(L_3); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, _stringLiteral3929236445); XmlNameTable_t71772148 * L_4 = ___nameTable0; NullCheck(L_4); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, _stringLiteral2909972470); XmlNameTable_t71772148 * L_5 = ___nameTable0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_5); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, L_6); XmlNameTable_t71772148 * L_7 = ___nameTable0; NullCheck(L_7); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, _stringLiteral2829469855); XmlNameTable_t71772148 * L_8 = ___nameTable0; NullCheck(L_8); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_8, _stringLiteral2984480440); XmlNamespaceManager_InitData_m1052880898(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlNamespaceManager::InitData() extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_InitData_m1052880898 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_InitData_m1052880898_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_decls_0(((NsDeclU5BU5D_t2116608150*)SZArrayNew(NsDeclU5BU5D_t2116608150_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); __this->set_scopes_2(((NsScopeU5BU5D_t382374428*)SZArrayNew(NsScopeU5BU5D_t382374428_il2cpp_TypeInfo_var, (uint32_t)((int32_t)40)))); return; } } // System.Void System.Xml.XmlNamespaceManager::GrowDecls() extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_GrowDecls_m623893661 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_GrowDecls_m623893661_MetadataUsageId); s_Il2CppMethodInitialized = true; } NsDeclU5BU5D_t2116608150* V_0 = NULL; { NsDeclU5BU5D_t2116608150* L_0 = __this->get_decls_0(); V_0 = L_0; int32_t L_1 = __this->get_declPos_1(); __this->set_decls_0(((NsDeclU5BU5D_t2116608150*)SZArrayNew(NsDeclU5BU5D_t2116608150_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (int32_t)1))))); int32_t L_2 = __this->get_declPos_1(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003c; } } { NsDeclU5BU5D_t2116608150* L_3 = V_0; NsDeclU5BU5D_t2116608150* L_4 = __this->get_decls_0(); int32_t L_5 = __this->get_declPos_1(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); } IL_003c: { return; } } // System.Void System.Xml.XmlNamespaceManager::GrowScopes() extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_GrowScopes_m2659812079 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_GrowScopes_m2659812079_MetadataUsageId); s_Il2CppMethodInitialized = true; } NsScopeU5BU5D_t382374428* V_0 = NULL; { NsScopeU5BU5D_t382374428* L_0 = __this->get_scopes_2(); V_0 = L_0; int32_t L_1 = __this->get_scopePos_3(); __this->set_scopes_2(((NsScopeU5BU5D_t382374428*)SZArrayNew(NsScopeU5BU5D_t382374428_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (int32_t)1))))); int32_t L_2 = __this->get_scopePos_3(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_003c; } } { NsScopeU5BU5D_t382374428* L_3 = V_0; NsScopeU5BU5D_t382374428* L_4 = __this->get_scopes_2(); int32_t L_5 = __this->get_scopePos_3(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); } IL_003c: { return; } } // System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_get_DefaultNamespace_m1497243422 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_get_DefaultNamespace_m1497243422_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { String_t* L_0 = __this->get_defaultNamespace_4(); if (L_0) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; goto IL_001b; } IL_0015: { String_t* L_2 = __this->get_defaultNamespace_4(); G_B3_0 = L_2; } IL_001b: { return G_B3_0; } } // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlNamespaceManager_get_NameTable_m3840465109 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method) { { XmlNameTable_t71772148 * L_0 = __this->get_nameTable_6(); return L_0; } } // System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_AddNamespace_m50978117 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, String_t* ___uri1, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = ___uri1; XmlNamespaceManager_AddNamespace_m2881574395(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_AddNamespace_m2881574395 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, String_t* ___uri1, bool ___atomizedNames2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_AddNamespace_m2881574395_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___prefix0; if (L_0) { goto IL_0016; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_1, _stringLiteral1220639822, _stringLiteral407221896, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlNamespaceManager_AddNamespace_m2881574395_RuntimeMethod_var); } IL_0016: { String_t* L_2 = ___uri1; if (L_2) { goto IL_002c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2009621981(L_3, _stringLiteral3313977880, _stringLiteral407221896, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlNamespaceManager_AddNamespace_m2881574395_RuntimeMethod_var); } IL_002c: { bool L_4 = ___atomizedNames2; if (L_4) { goto IL_004e; } } { XmlNameTable_t71772148 * L_5 = __this->get_nameTable_6(); String_t* L_6 = ___prefix0; NullCheck(L_5); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, L_6); ___prefix0 = L_7; XmlNameTable_t71772148 * L_8 = __this->get_nameTable_6(); String_t* L_9 = ___uri1; NullCheck(L_8); String_t* L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_8, L_9); ___uri1 = L_10; } IL_004e: { String_t* L_11 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_12) { goto IL_006f; } } { String_t* L_13 = ___uri1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral2984480440, /*hidden argument*/NULL); if (!L_14) { goto IL_006f; } } { return; } IL_006f: { String_t* L_15 = ___prefix0; String_t* L_16 = ___uri1; XmlNamespaceManager_IsValidDeclaration_m4108912837(NULL /*static, unused*/, L_15, L_16, (bool)1, /*hidden argument*/NULL); String_t* L_17 = ___prefix0; NullCheck(L_17); int32_t L_18 = String_get_Length_m3847582255(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_008a; } } { String_t* L_19 = ___uri1; __this->set_defaultNamespace_4(L_19); } IL_008a: { int32_t L_20 = __this->get_declPos_1(); V_0 = L_20; goto IL_00c9; } IL_0096: { NsDeclU5BU5D_t2116608150* L_21 = __this->get_decls_0(); int32_t L_22 = V_0; NullCheck(L_21); String_t* L_23 = ((L_21)->GetAddressAt(static_cast(L_22)))->get_Prefix_0(); String_t* L_24 = ___prefix0; bool L_25 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00c5; } } { NsDeclU5BU5D_t2116608150* L_26 = __this->get_decls_0(); int32_t L_27 = V_0; NullCheck(L_26); String_t* L_28 = ___uri1; ((L_26)->GetAddressAt(static_cast(L_27)))->set_Uri_1(L_28); return; } IL_00c5: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); } IL_00c9: { int32_t L_30 = V_0; int32_t L_31 = __this->get_declPos_1(); int32_t L_32 = __this->get_count_5(); if ((((int32_t)L_30) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))))) { goto IL_0096; } } { int32_t L_33 = __this->get_declPos_1(); __this->set_declPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); int32_t L_34 = __this->get_count_5(); __this->set_count_5(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1))); int32_t L_35 = __this->get_declPos_1(); NsDeclU5BU5D_t2116608150* L_36 = __this->get_decls_0(); NullCheck(L_36); if ((!(((uint32_t)L_35) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))))))) { goto IL_0111; } } { XmlNamespaceManager_GrowDecls_m623893661(__this, /*hidden argument*/NULL); } IL_0111: { NsDeclU5BU5D_t2116608150* L_37 = __this->get_decls_0(); int32_t L_38 = __this->get_declPos_1(); NullCheck(L_37); String_t* L_39 = ___prefix0; ((L_37)->GetAddressAt(static_cast(L_38)))->set_Prefix_0(L_39); NsDeclU5BU5D_t2116608150* L_40 = __this->get_decls_0(); int32_t L_41 = __this->get_declPos_1(); NullCheck(L_40); String_t* L_42 = ___uri1; ((L_40)->GetAddressAt(static_cast(L_41)))->set_Uri_1(L_42); return; } } // System.String System.Xml.XmlNamespaceManager::IsValidDeclaration(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_IsValidDeclaration_m4108912837 (RuntimeObject * __this /* static, unused */, String_t* ___prefix0, String_t* ___uri1, bool ___throwException2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_IsValidDeclaration_m4108912837_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { V_0 = (String_t*)NULL; String_t* L_0 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_1) { goto IL_0038; } } { String_t* L_2 = ___uri1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, _stringLiteral2984480440, /*hidden argument*/NULL); if (!L_3) { goto IL_0038; } } { String_t* L_4 = ___uri1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1014583983, _stringLiteral2984480440, L_4, /*hidden argument*/NULL); V_0 = L_5; goto IL_007f; } IL_0038: { String_t* L_6 = V_0; if (L_6) { goto IL_0059; } } { String_t* L_7 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_8) { goto IL_0059; } } { V_0 = _stringLiteral557446647; goto IL_007f; } IL_0059: { String_t* L_9 = V_0; if (L_9) { goto IL_007f; } } { String_t* L_10 = ___uri1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_11) { goto IL_007f; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3807520515, _stringLiteral2829469855, /*hidden argument*/NULL); V_0 = L_12; } IL_007f: { String_t* L_13 = V_0; if (!L_13) { goto IL_0092; } } { bool L_14 = ___throwException2; if (!L_14) { goto IL_0092; } } { String_t* L_15 = V_0; ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_16, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,XmlNamespaceManager_IsValidDeclaration_m4108912837_RuntimeMethod_var); } IL_0092: { String_t* L_17 = V_0; return L_17; } } // System.Collections.IEnumerator System.Xml.XmlNamespaceManager::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNamespaceManager_GetEnumerator_m1293075886 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_GetEnumerator_m1293075886_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; int32_t V_1 = 0; { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); V_0 = L_0; V_1 = 0; goto IL_006f; } IL_000d: { NsDeclU5BU5D_t2116608150* L_1 = __this->get_decls_0(); int32_t L_2 = V_1; NullCheck(L_1); String_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->get_Prefix_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_006b; } } { NsDeclU5BU5D_t2116608150* L_6 = __this->get_decls_0(); int32_t L_7 = V_1; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_Uri_1(); if (!L_8) { goto IL_006b; } } { Hashtable_t1853889766 * L_9 = V_0; NsDeclU5BU5D_t2116608150* L_10 = __this->get_decls_0(); int32_t L_11 = V_1; NullCheck(L_10); String_t* L_12 = ((L_10)->GetAddressAt(static_cast(L_11)))->get_Prefix_0(); NsDeclU5BU5D_t2116608150* L_13 = __this->get_decls_0(); int32_t L_14 = V_1; NullCheck(L_13); String_t* L_15 = ((L_13)->GetAddressAt(static_cast(L_14)))->get_Uri_1(); NullCheck(L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_9, L_12, L_15); } IL_006b: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_006f: { int32_t L_17 = V_1; int32_t L_18 = __this->get_declPos_1(); if ((((int32_t)L_17) <= ((int32_t)L_18))) { goto IL_000d; } } { Hashtable_t1853889766 * L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, __this); NullCheck(L_19); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, L_20, L_21); Hashtable_t1853889766 * L_22 = V_0; NullCheck(L_22); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_22, _stringLiteral2909972470, _stringLiteral2984480440); Hashtable_t1853889766 * L_23 = V_0; NullCheck(L_23); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_23, _stringLiteral3929236445, _stringLiteral2829469855); Hashtable_t1853889766 * L_24 = V_0; NullCheck(L_24); RuntimeObject* L_25 = VirtFuncInvoker0< RuntimeObject* >::Invoke(28 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_24); NullCheck(L_25); RuntimeObject* L_26 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_25); return L_26; } } // System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupNamespace_m4132025169 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_LookupNamespace_m4132025169_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { String_t* L_0 = ___prefix0; V_1 = L_0; String_t* L_1 = V_1; if (!L_1) { goto IL_0095; } } { Dictionary_2_t2736202052 * L_2 = ((XmlNamespaceManager_t418790500_StaticFields*)il2cpp_codegen_static_fields_for(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map25_8(); if (L_2) { goto IL_0043; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 3, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_3; Dictionary_2_t2736202052 * L_4 = V_2; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral3929236445, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_2; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral2909972470, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, L_7, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; ((XmlNamespaceManager_t418790500_StaticFields*)il2cpp_codegen_static_fields_for(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map25_8(L_8); } IL_0043: { Dictionary_2_t2736202052 * L_9 = ((XmlNamespaceManager_t418790500_StaticFields*)il2cpp_codegen_static_fields_for(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map25_8(); String_t* L_10 = V_1; NullCheck(L_9); bool L_11 = Dictionary_2_TryGetValue_m1013208020(L_9, L_10, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_11) { goto IL_0097; } } { int32_t L_12 = V_3; switch (L_12) { case 0: { goto IL_006c; } case 1: { goto IL_007d; } case 2: { goto IL_008e; } } } { goto IL_0097; } IL_006c: { XmlNameTable_t71772148 * L_13 = __this->get_nameTable_6(); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_13, _stringLiteral2829469855); return L_14; } IL_007d: { XmlNameTable_t71772148 * L_15 = __this->get_nameTable_6(); NullCheck(L_15); String_t* L_16 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_15, _stringLiteral2984480440); return L_16; } IL_008e: { String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, __this); return L_17; } IL_0095: { return (String_t*)NULL; } IL_0097: { int32_t L_18 = __this->get_declPos_1(); V_0 = L_18; goto IL_00f2; } IL_00a3: { NsDeclU5BU5D_t2116608150* L_19 = __this->get_decls_0(); int32_t L_20 = V_0; NullCheck(L_19); String_t* L_21 = ((L_19)->GetAddressAt(static_cast(L_20)))->get_Prefix_0(); String_t* L_22 = ___prefix0; bool L_23 = __this->get_internalAtomizedNames_7(); bool L_24 = XmlNamespaceManager_CompareString_m3140169228(__this, L_21, L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00ee; } } { NsDeclU5BU5D_t2116608150* L_25 = __this->get_decls_0(); int32_t L_26 = V_0; NullCheck(L_25); String_t* L_27 = ((L_25)->GetAddressAt(static_cast(L_26)))->get_Uri_1(); if (!L_27) { goto IL_00ee; } } { NsDeclU5BU5D_t2116608150* L_28 = __this->get_decls_0(); int32_t L_29 = V_0; NullCheck(L_28); String_t* L_30 = ((L_28)->GetAddressAt(static_cast(L_29)))->get_Uri_1(); return L_30; } IL_00ee: { int32_t L_31 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1)); } IL_00f2: { int32_t L_32 = V_0; if ((((int32_t)L_32) >= ((int32_t)0))) { goto IL_00a3; } } { return (String_t*)NULL; } } // System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupNamespace_m2828740952 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, bool ___atomizedNames1, const RuntimeMethod* method) { String_t* V_0 = NULL; { bool L_0 = ___atomizedNames1; __this->set_internalAtomizedNames_7(L_0); String_t* L_1 = ___prefix0; String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_1); V_0 = L_2; __this->set_internalAtomizedNames_7((bool)0); String_t* L_3 = V_0; return L_3; } } // System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_m3068630588 (XmlNamespaceManager_t418790500 * __this, String_t* ___uri0, const RuntimeMethod* method) { { String_t* L_0 = ___uri0; String_t* L_1 = XmlNamespaceManager_LookupPrefix_m1584729693(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlNamespaceManager::CompareString(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlNamespaceManager_CompareString_m3140169228 (XmlNamespaceManager_t418790500 * __this, String_t* ___s10, String_t* ___s21, bool ___atomizedNames2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_CompareString_m3140169228_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___atomizedNames2; if (!L_0) { goto IL_000e; } } { String_t* L_1 = ___s10; String_t* L_2 = ___s21; bool L_3 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_000e: { String_t* L_4 = ___s10; String_t* L_5 = ___s21; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); return L_6; } } // System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_m1584729693 (XmlNamespaceManager_t418790500 * __this, String_t* ___uri0, bool ___atomizedName1, const RuntimeMethod* method) { { String_t* L_0 = ___uri0; bool L_1 = ___atomizedName1; String_t* L_2 = XmlNamespaceManager_LookupPrefixCore_m3821635644(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlNamespaceManager::LookupPrefixExclusive(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefixExclusive_m4193555037 (XmlNamespaceManager_t418790500 * __this, String_t* ___uri0, bool ___atomizedName1, const RuntimeMethod* method) { { String_t* L_0 = ___uri0; bool L_1 = ___atomizedName1; String_t* L_2 = XmlNamespaceManager_LookupPrefixCore_m3821635644(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlNamespaceManager::LookupPrefixCore(System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefixCore_m3821635644 (XmlNamespaceManager_t418790500 * __this, String_t* ___uri0, bool ___atomizedName1, bool ___excludeOverriden2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_LookupPrefixCore_m3821635644_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___uri0; if (L_0) { goto IL_0008; } } { return (String_t*)NULL; } IL_0008: { String_t* L_1 = ___uri0; String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, __this); bool L_3 = ___atomizedName1; bool L_4 = XmlNamespaceManager_CompareString_m3140169228(__this, L_1, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0021; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_5; } IL_0021: { String_t* L_6 = ___uri0; bool L_7 = ___atomizedName1; bool L_8 = XmlNamespaceManager_CompareString_m3140169228(__this, L_6, _stringLiteral2984480440, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0039; } } { return _stringLiteral2909972470; } IL_0039: { String_t* L_9 = ___uri0; bool L_10 = ___atomizedName1; bool L_11 = XmlNamespaceManager_CompareString_m3140169228(__this, L_9, _stringLiteral2829469855, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0051; } } { return _stringLiteral3929236445; } IL_0051: { int32_t L_12 = __this->get_declPos_1(); V_0 = L_12; goto IL_00bf; } IL_005d: { NsDeclU5BU5D_t2116608150* L_13 = __this->get_decls_0(); int32_t L_14 = V_0; NullCheck(L_13); String_t* L_15 = ((L_13)->GetAddressAt(static_cast(L_14)))->get_Uri_1(); String_t* L_16 = ___uri0; bool L_17 = ___atomizedName1; bool L_18 = XmlNamespaceManager_CompareString_m3140169228(__this, L_15, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00bb; } } { NsDeclU5BU5D_t2116608150* L_19 = __this->get_decls_0(); int32_t L_20 = V_0; NullCheck(L_19); String_t* L_21 = ((L_19)->GetAddressAt(static_cast(L_20)))->get_Prefix_0(); NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_00bb; } } { bool L_23 = ___excludeOverriden2; if (!L_23) { goto IL_00a9; } } { int32_t L_24 = V_0; bool L_25 = XmlNamespaceManager_IsOverriden_m3716660267(__this, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00bb; } } IL_00a9: { NsDeclU5BU5D_t2116608150* L_26 = __this->get_decls_0(); int32_t L_27 = V_0; NullCheck(L_26); String_t* L_28 = ((L_26)->GetAddressAt(static_cast(L_27)))->get_Prefix_0(); return L_28; } IL_00bb: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)); } IL_00bf: { int32_t L_30 = V_0; if ((((int32_t)L_30) >= ((int32_t)0))) { goto IL_005d; } } { return (String_t*)NULL; } } // System.Boolean System.Xml.XmlNamespaceManager::IsOverriden(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlNamespaceManager_IsOverriden_m3716660267 (XmlNamespaceManager_t418790500 * __this, int32_t ___idx0, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___idx0; int32_t L_1 = __this->get_declPos_1(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000e; } } { return (bool)0; } IL_000e: { NsDeclU5BU5D_t2116608150* L_2 = __this->get_decls_0(); int32_t L_3 = ___idx0; NullCheck(L_2); String_t* L_4 = ((L_2)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)))))->get_Prefix_0(); V_0 = L_4; int32_t L_5 = ___idx0; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); goto IL_0048; } IL_002b: { NsDeclU5BU5D_t2116608150* L_6 = __this->get_decls_0(); int32_t L_7 = ___idx0; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_Prefix_0(); String_t* L_9 = V_0; if ((!(((RuntimeObject*)(String_t*)L_8) == ((RuntimeObject*)(String_t*)L_9)))) { goto IL_0044; } } { return (bool)1; } IL_0044: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0048: { int32_t L_11 = V_1; int32_t L_12 = __this->get_declPos_1(); if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_002b; } } { return (bool)0; } } // System.Boolean System.Xml.XmlNamespaceManager::PopScope() extern "C" IL2CPP_METHOD_ATTR bool XmlNamespaceManager_PopScope_m1481242082 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_scopePos_3(); if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000e; } } { return (bool)0; } IL_000e: { int32_t L_1 = __this->get_declPos_1(); int32_t L_2 = __this->get_count_5(); __this->set_declPos_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))); NsScopeU5BU5D_t382374428* L_3 = __this->get_scopes_2(); int32_t L_4 = __this->get_scopePos_3(); NullCheck(L_3); String_t* L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->get_DefaultNamespace_1(); __this->set_defaultNamespace_4(L_5); NsScopeU5BU5D_t382374428* L_6 = __this->get_scopes_2(); int32_t L_7 = __this->get_scopePos_3(); NullCheck(L_6); int32_t L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_DeclCount_0(); __this->set_count_5(L_8); int32_t L_9 = __this->get_scopePos_3(); __this->set_scopePos_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); return (bool)1; } } // System.Void System.Xml.XmlNamespaceManager::PushScope() extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_PushScope_m2355135857 (XmlNamespaceManager_t418790500 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_scopePos_3(); __this->set_scopePos_3(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = __this->get_scopePos_3(); NsScopeU5BU5D_t382374428* L_2 = __this->get_scopes_2(); NullCheck(L_2); if ((!(((uint32_t)L_1) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))) { goto IL_0027; } } { XmlNamespaceManager_GrowScopes_m2659812079(__this, /*hidden argument*/NULL); } IL_0027: { NsScopeU5BU5D_t382374428* L_3 = __this->get_scopes_2(); int32_t L_4 = __this->get_scopePos_3(); NullCheck(L_3); String_t* L_5 = __this->get_defaultNamespace_4(); ((L_3)->GetAddressAt(static_cast(L_4)))->set_DefaultNamespace_1(L_5); NsScopeU5BU5D_t382374428* L_6 = __this->get_scopes_2(); int32_t L_7 = __this->get_scopePos_3(); NullCheck(L_6); int32_t L_8 = __this->get_count_5(); ((L_6)->GetAddressAt(static_cast(L_7)))->set_DeclCount_0(L_8); __this->set_count_5(0); return; } } // System.Void System.Xml.XmlNamespaceManager::RemoveNamespace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_RemoveNamespace_m3170196373 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, String_t* ___uri1, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = ___uri1; XmlNamespaceManager_RemoveNamespace_m2240367095(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlNamespaceManager::RemoveNamespace(System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager_RemoveNamespace_m2240367095 (XmlNamespaceManager_t418790500 * __this, String_t* ___prefix0, String_t* ___uri1, bool ___atomizedNames2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamespaceManager_RemoveNamespace_m2240367095_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___prefix0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1220639822, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlNamespaceManager_RemoveNamespace_m2240367095_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___uri1; if (L_2) { goto IL_0022; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3313977880, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlNamespaceManager_RemoveNamespace_m2240367095_RuntimeMethod_var); } IL_0022: { int32_t L_4 = __this->get_count_5(); if (L_4) { goto IL_002e; } } { return; } IL_002e: { int32_t L_5 = __this->get_declPos_1(); V_0 = L_5; goto IL_008c; } IL_003a: { NsDeclU5BU5D_t2116608150* L_6 = __this->get_decls_0(); int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->get_Prefix_0(); String_t* L_9 = ___prefix0; bool L_10 = ___atomizedNames2; bool L_11 = XmlNamespaceManager_CompareString_m3140169228(__this, L_8, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0088; } } { NsDeclU5BU5D_t2116608150* L_12 = __this->get_decls_0(); int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14 = ((L_12)->GetAddressAt(static_cast(L_13)))->get_Uri_1(); String_t* L_15 = ___uri1; bool L_16 = ___atomizedNames2; bool L_17 = XmlNamespaceManager_CompareString_m3140169228(__this, L_14, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0088; } } { NsDeclU5BU5D_t2116608150* L_18 = __this->get_decls_0(); int32_t L_19 = V_0; NullCheck(L_18); ((L_18)->GetAddressAt(static_cast(L_19)))->set_Uri_1((String_t*)NULL); } IL_0088: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1)); } IL_008c: { int32_t L_21 = V_0; int32_t L_22 = __this->get_declPos_1(); int32_t L_23 = __this->get_count_5(); if ((((int32_t)L_21) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23))))) { goto IL_003a; } } { 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.XmlNamespaceManager/NsDecl extern "C" void NsDecl_t3938094415_marshal_pinvoke(const NsDecl_t3938094415& unmarshaled, NsDecl_t3938094415_marshaled_pinvoke& marshaled) { marshaled.___Prefix_0 = il2cpp_codegen_marshal_string(unmarshaled.get_Prefix_0()); marshaled.___Uri_1 = il2cpp_codegen_marshal_string(unmarshaled.get_Uri_1()); } extern "C" void NsDecl_t3938094415_marshal_pinvoke_back(const NsDecl_t3938094415_marshaled_pinvoke& marshaled, NsDecl_t3938094415& unmarshaled) { unmarshaled.set_Prefix_0(il2cpp_codegen_marshal_string_result(marshaled.___Prefix_0)); unmarshaled.set_Uri_1(il2cpp_codegen_marshal_string_result(marshaled.___Uri_1)); } // Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NsDecl extern "C" void NsDecl_t3938094415_marshal_pinvoke_cleanup(NsDecl_t3938094415_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___Prefix_0); marshaled.___Prefix_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___Uri_1); marshaled.___Uri_1 = NULL; } // Conversion methods for marshalling of: System.Xml.XmlNamespaceManager/NsDecl extern "C" void NsDecl_t3938094415_marshal_com(const NsDecl_t3938094415& unmarshaled, NsDecl_t3938094415_marshaled_com& marshaled) { marshaled.___Prefix_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Prefix_0()); marshaled.___Uri_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Uri_1()); } extern "C" void NsDecl_t3938094415_marshal_com_back(const NsDecl_t3938094415_marshaled_com& marshaled, NsDecl_t3938094415& unmarshaled) { unmarshaled.set_Prefix_0(il2cpp_codegen_marshal_bstring_result(marshaled.___Prefix_0)); unmarshaled.set_Uri_1(il2cpp_codegen_marshal_bstring_result(marshaled.___Uri_1)); } // Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NsDecl extern "C" void NsDecl_t3938094415_marshal_com_cleanup(NsDecl_t3938094415_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___Prefix_0); marshaled.___Prefix_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___Uri_1); marshaled.___Uri_1 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.XmlNamespaceManager/NsScope extern "C" void NsScope_t3958624705_marshal_pinvoke(const NsScope_t3958624705& unmarshaled, NsScope_t3958624705_marshaled_pinvoke& marshaled) { marshaled.___DeclCount_0 = unmarshaled.get_DeclCount_0(); marshaled.___DefaultNamespace_1 = il2cpp_codegen_marshal_string(unmarshaled.get_DefaultNamespace_1()); } extern "C" void NsScope_t3958624705_marshal_pinvoke_back(const NsScope_t3958624705_marshaled_pinvoke& marshaled, NsScope_t3958624705& unmarshaled) { int32_t unmarshaled_DeclCount_temp_0 = 0; unmarshaled_DeclCount_temp_0 = marshaled.___DeclCount_0; unmarshaled.set_DeclCount_0(unmarshaled_DeclCount_temp_0); unmarshaled.set_DefaultNamespace_1(il2cpp_codegen_marshal_string_result(marshaled.___DefaultNamespace_1)); } // Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NsScope extern "C" void NsScope_t3958624705_marshal_pinvoke_cleanup(NsScope_t3958624705_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___DefaultNamespace_1); marshaled.___DefaultNamespace_1 = NULL; } // Conversion methods for marshalling of: System.Xml.XmlNamespaceManager/NsScope extern "C" void NsScope_t3958624705_marshal_com(const NsScope_t3958624705& unmarshaled, NsScope_t3958624705_marshaled_com& marshaled) { marshaled.___DeclCount_0 = unmarshaled.get_DeclCount_0(); marshaled.___DefaultNamespace_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_DefaultNamespace_1()); } extern "C" void NsScope_t3958624705_marshal_com_back(const NsScope_t3958624705_marshaled_com& marshaled, NsScope_t3958624705& unmarshaled) { int32_t unmarshaled_DeclCount_temp_0 = 0; unmarshaled_DeclCount_temp_0 = marshaled.___DeclCount_0; unmarshaled.set_DeclCount_0(unmarshaled_DeclCount_temp_0); unmarshaled.set_DefaultNamespace_1(il2cpp_codegen_marshal_bstring_result(marshaled.___DefaultNamespace_1)); } // Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NsScope extern "C" void NsScope_t3958624705_marshal_com_cleanup(NsScope_t3958624705_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___DefaultNamespace_1); marshaled.___DefaultNamespace_1 = NULL; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNameTable__ctor_m1272839507 (XmlNameTable_t71772148 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.XmlNode::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNode__ctor_m2694942411 (XmlNode_t3767805227 * __this, XmlDocument_t2837193595 * ___ownerDocument0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_0 = ___ownerDocument0; __this->set_ownerDocument_1(L_0); return; } } // System.Void System.Xml.XmlNode::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlNode__cctor_m84965154 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode__cctor_m84965154_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EmptyNodeList_t139615908 * L_0 = (EmptyNodeList_t139615908 *)il2cpp_codegen_object_new(EmptyNodeList_t139615908_il2cpp_TypeInfo_var); EmptyNodeList__ctor_m1446817227(L_0, /*hidden argument*/NULL); ((XmlNode_t3767805227_StaticFields*)il2cpp_codegen_static_fields_for(XmlNode_t3767805227_il2cpp_TypeInfo_var))->set_emptyList_0(L_0); return; } } // System.Object System.Xml.XmlNode::System.ICloneable.Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlNode_System_ICloneable_Clone_m3437031985 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(33 /* System.Xml.XmlNode System.Xml.XmlNode::Clone() */, __this); return L_0; } } // System.Collections.IEnumerator System.Xml.XmlNode::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_System_Collections_IEnumerable_GetEnumerator_m1342673269 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = XmlNode_GetEnumerator_m3569868351(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlAttributeCollection_t2316283784 * XmlNode_get_Attributes_m1042612671 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { return (XmlAttributeCollection_t2316283784 *)NULL; } } // System.String System.Xml.XmlNode::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_BaseURI_m4128002668 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_BaseURI_m4128002668_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_0) { goto IL_001b; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlNode::get_ChildrenBaseURI() */, L_1); G_B3_0 = L_2; goto IL_0020; } IL_001b: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_3; } IL_0020: { return G_B3_0; } } // System.String System.Xml.XmlNode::get_ChildrenBaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_ChildrenBaseURI_m2114139225 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_BaseURI() */, __this); return L_0; } } // System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() extern "C" IL2CPP_METHOD_ATTR XmlNodeList_t2551693786 * XmlNode_get_ChildNodes_m2626682218 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_ChildNodes_m2626682218_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)__this, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var)); RuntimeObject* L_0 = V_0; if (L_0) { goto IL_0013; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); EmptyNodeList_t139615908 * L_1 = ((XmlNode_t3767805227_StaticFields*)il2cpp_codegen_static_fields_for(XmlNode_t3767805227_il2cpp_TypeInfo_var))->get_emptyList_0(); return L_1; } IL_0013: { XmlNodeListChildren_t1082692789 * L_2 = __this->get_childNodes_3(); if (L_2) { goto IL_002a; } } { RuntimeObject* L_3 = V_0; XmlNodeListChildren_t1082692789 * L_4 = (XmlNodeListChildren_t1082692789 *)il2cpp_codegen_object_new(XmlNodeListChildren_t1082692789_il2cpp_TypeInfo_var); XmlNodeListChildren__ctor_m3010014102(L_4, L_3, /*hidden argument*/NULL); __this->set_childNodes_3(L_4); } IL_002a: { XmlNodeListChildren_t1082692789 * L_5 = __this->get_childNodes_3(); return L_5; } } // System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_get_FirstChild_m1176889824 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_FirstChild_m1176889824_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlLinkedNode_t1437094927 * V_1 = NULL; XmlLinkedNode_t1437094927 * G_B3_0 = NULL; XmlLinkedNode_t1437094927 * G_B6_0 = NULL; { V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)__this, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var)); RuntimeObject* L_0 = V_0; if (L_0) { goto IL_0013; } } { G_B3_0 = ((XmlLinkedNode_t1437094927 *)(NULL)); goto IL_0019; } IL_0013: { RuntimeObject* L_1 = V_0; NullCheck(L_1); XmlLinkedNode_t1437094927 * L_2 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; } IL_0019: { V_1 = G_B3_0; XmlLinkedNode_t1437094927 * L_3 = V_1; if (L_3) { goto IL_0026; } } { G_B6_0 = ((XmlLinkedNode_t1437094927 *)(NULL)); goto IL_002c; } IL_0026: { XmlLinkedNode_t1437094927 * L_4 = V_1; NullCheck(L_4); XmlLinkedNode_t1437094927 * L_5 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_4, /*hidden argument*/NULL); G_B6_0 = L_5; } IL_002c: { return G_B6_0; } } // System.Boolean System.Xml.XmlNode::get_HasChildNodes() extern "C" IL2CPP_METHOD_ATTR bool XmlNode_get_HasChildNodes_m482062228 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); return (bool)((((int32_t)((((RuntimeObject*)(XmlNode_t3767805227 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.String System.Xml.XmlNode::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_m1158468013 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_InnerText_m1158468013_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; String_t* G_B12_0 = NULL; String_t* G_B16_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); V_1 = L_0; int32_t L_1 = V_1; if ((((int32_t)L_1) == ((int32_t)3))) { goto IL_002a; } } { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002a; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)13)))) { goto IL_002a; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)14)))) { goto IL_002a; } } { goto IL_0031; } IL_002a: { String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlNode::get_Value() */, __this); return L_5; } IL_0031: { XmlNode_t3767805227 * L_6 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); if (L_6) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_7; } IL_0042: { XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); XmlNode_t3767805227 * L_9 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(15 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, __this); if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_8) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_9)))) { goto IL_007a; } } { XmlNode_t3767805227 * L_10 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_10); if ((((int32_t)L_11) == ((int32_t)8))) { goto IL_0074; } } { XmlNode_t3767805227 * L_12 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Xml.XmlNode::get_InnerText() */, L_12); G_B12_0 = L_13; goto IL_0079; } IL_0074: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B12_0 = L_14; } IL_0079: { return G_B12_0; } IL_007a: { V_0 = (StringBuilder_t *)NULL; XmlNode_AppendChildValues_m2928219305(__this, (&V_0), /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; if (L_15) { goto IL_0094; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B16_0 = L_16; goto IL_009a; } IL_0094: { StringBuilder_t * L_17 = V_0; NullCheck(L_17); String_t* L_18 = StringBuilder_ToString_m3317489284(L_17, /*hidden argument*/NULL); G_B16_0 = L_18; } IL_009a: { return G_B16_0; } } // System.Void System.Xml.XmlNode::AppendChildValues(System.Text.StringBuilder&) extern "C" IL2CPP_METHOD_ATTR void XmlNode_AppendChildValues_m2928219305 (XmlNode_t3767805227 * __this, StringBuilder_t ** ___builder0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_AppendChildValues_m2928219305_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; int32_t V_1 = 0; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0065; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_0036; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)4))) { goto IL_0036; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)13)))) { goto IL_0036; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)14)))) { goto IL_0036; } } { goto IL_0057; } IL_0036: { StringBuilder_t ** L_7 = ___builder0; StringBuilder_t * L_8 = *((StringBuilder_t **)L_7); if (L_8) { goto IL_0044; } } { StringBuilder_t ** L_9 = ___builder0; StringBuilder_t * L_10 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_10, /*hidden argument*/NULL); *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_10); } IL_0044: { StringBuilder_t ** L_11 = ___builder0; StringBuilder_t * L_12 = *((StringBuilder_t **)L_11); XmlNode_t3767805227 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlNode::get_Value() */, L_13); NullCheck(L_12); StringBuilder_Append_m1965104174(L_12, L_14, /*hidden argument*/NULL); goto IL_0057; } IL_0057: { XmlNode_t3767805227 * L_15 = V_0; StringBuilder_t ** L_16 = ___builder0; NullCheck(L_15); XmlNode_AppendChildValues_m2928219305(L_15, L_16, /*hidden argument*/NULL); XmlNode_t3767805227 * L_17 = V_0; NullCheck(L_17); XmlNode_t3767805227 * L_18 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_17); V_0 = L_18; } IL_0065: { XmlNode_t3767805227 * L_19 = V_0; if (L_19) { goto IL_000c; } } { return; } } // System.Void System.Xml.XmlNode::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNode_set_InnerXml_m2248161240 (XmlNode_t3767805227 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_set_InnerXml_m2248161240_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_0, _stringLiteral1666552846, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlNode_set_InnerXml_m2248161240_RuntimeMethod_var); } } // System.Boolean System.Xml.XmlNode::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlNode_get_IsReadOnly_m2480248731 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_IsReadOnly_m2480248731_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; int32_t V_1 = 0; { V_0 = __this; } IL_0002: { XmlNode_t3767805227 * L_0 = V_0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)2))) { case 0: { goto IL_002c; } case 1: { goto IL_003d; } case 2: { goto IL_003d; } case 3: { goto IL_002a; } case 4: { goto IL_002a; } } } { goto IL_003d; } IL_002a: { return (bool)1; } IL_002c: { XmlNode_t3767805227 * L_3 = V_0; NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_4 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); V_0 = L_4; goto IL_0049; } IL_003d: { XmlNode_t3767805227 * L_5 = V_0; NullCheck(L_5); XmlNode_t3767805227 * L_6 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_5); V_0 = L_6; goto IL_0049; } IL_0049: { XmlNode_t3767805227 * L_7 = V_0; if (L_7) { goto IL_0002; } } { return (bool)0; } } // System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_get_LastChild_m3244964574 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_LastChild_m3244964574_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlLinkedNode_t1437094927 * G_B3_0 = NULL; { V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)__this, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var)); RuntimeObject* L_0 = V_0; if (L_0) { goto IL_0013; } } { G_B3_0 = ((XmlLinkedNode_t1437094927 *)(NULL)); goto IL_0019; } IL_0013: { RuntimeObject* L_1 = V_0; NullCheck(L_1); XmlLinkedNode_t1437094927 * L_2 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; } IL_0019: { return G_B3_0; } } // System.String System.Xml.XmlNode::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_NamespaceURI_m2193426046 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_NamespaceURI_m2193426046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_get_NextSibling_m622660939 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { return (XmlNode_t3767805227 *)NULL; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlNode::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNode_get_XPathNodeType_m328736186 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_XPathNodeType_m328736186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral76081126, L_1, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlNode_get_XPathNodeType_m328736186_RuntimeMethod_var); } } // System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlNode_get_OwnerDocument_m1156966852 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { XmlDocument_t2837193595 * L_0 = __this->get_ownerDocument_1(); return L_0; } } // System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_get_ParentNode_m3304904414 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get_parentNode_2(); return L_0; } } // System.String System.Xml.XmlNode::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_Prefix_m2496077557 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_Prefix_m2496077557_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_get_PreviousSibling_m1425040507 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { return (XmlNode_t3767805227 *)NULL; } } // System.String System.Xml.XmlNode::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_Value_m561568601 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.Xml.XmlNode::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNode_set_Value_m3549890413 (XmlNode_t3767805227 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_set_Value_m3549890413_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_0, _stringLiteral3221924270, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlNode_set_Value_m3549890413_RuntimeMethod_var); } } // System.String System.Xml.XmlNode::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_XmlLang_m3915597675 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_XmlLang_m3915597675_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlAttribute_t1173852259 * V_1 = NULL; String_t* G_B9_0 = NULL; { XmlAttributeCollection_t2316283784 * L_0 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); if (!L_0) { goto IL_0050; } } { V_0 = 0; goto IL_003f; } IL_0012: { XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); int32_t L_2 = V_0; NullCheck(L_1); XmlAttribute_t1173852259 * L_3 = XmlAttributeCollection_get_ItemOf_m2829877268(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; XmlAttribute_t1173852259 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_Name() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral3559080196, /*hidden argument*/NULL); if (!L_6) { goto IL_003b; } } { XmlAttribute_t1173852259 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_7); return L_8; } IL_003b: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003f: { int32_t L_10 = V_0; XmlAttributeCollection_t2316283784 * L_11 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_11); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0012; } } IL_0050: { XmlNode_t3767805227 * L_13 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_13) { goto IL_006b; } } { XmlNode_t3767805227 * L_14 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_XmlLang() */, L_14); G_B9_0 = L_15; goto IL_0076; } IL_006b: { XmlDocument_t2837193595 * L_16 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlDocument::get_XmlLang() */, L_16); G_B9_0 = L_17; } IL_0076: { return G_B9_0; } } // System.Xml.XmlSpace System.Xml.XmlNode::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNode_get_XmlSpace_m1211872938 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_XmlSpace_m1211872938_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlAttribute_t1173852259 * V_1 = NULL; String_t* V_2 = NULL; Dictionary_2_t2736202052 * V_3 = NULL; int32_t V_4 = 0; int32_t G_B18_0 = 0; { XmlAttributeCollection_t2316283784 * L_0 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); if (!L_0) { goto IL_00b4; } } { V_0 = 0; goto IL_00a3; } IL_0012: { XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); int32_t L_2 = V_0; NullCheck(L_1); XmlAttribute_t1173852259 * L_3 = XmlAttributeCollection_get_ItemOf_m2829877268(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; XmlAttribute_t1173852259 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_Name() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral1942376246, /*hidden argument*/NULL); if (!L_6) { goto IL_009f; } } { XmlAttribute_t1173852259 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_7); V_2 = L_8; String_t* L_9 = V_2; if (!L_9) { goto IL_009a; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((XmlNode_t3767805227_StaticFields*)il2cpp_codegen_static_fields_for(XmlNode_t3767805227_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2B_4(); if (L_10) { goto IL_0070; } } { Dictionary_2_t2736202052 * L_11 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_11, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_3 = L_11; Dictionary_2_t2736202052 * L_12 = V_3; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral3137061838, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_3; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral1948332219, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); ((XmlNode_t3767805227_StaticFields*)il2cpp_codegen_static_fields_for(XmlNode_t3767805227_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map2B_4(L_14); } IL_0070: { IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_15 = ((XmlNode_t3767805227_StaticFields*)il2cpp_codegen_static_fields_for(XmlNode_t3767805227_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2B_4(); String_t* L_16 = V_2; NullCheck(L_15); bool L_17 = Dictionary_2_TryGetValue_m1013208020(L_15, L_16, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_17) { goto IL_009a; } } { int32_t L_18 = V_4; if (!L_18) { goto IL_0096; } } { int32_t L_19 = V_4; if ((((int32_t)L_19) == ((int32_t)1))) { goto IL_0098; } } { goto IL_009a; } IL_0096: { return (int32_t)(2); } IL_0098: { return (int32_t)(1); } IL_009a: { goto IL_00b4; } IL_009f: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_00a3: { int32_t L_21 = V_0; XmlAttributeCollection_t2316283784 * L_22 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_22); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0012; } } IL_00b4: { XmlNode_t3767805227 * L_24 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_24) { goto IL_00cf; } } { XmlNode_t3767805227 * L_25 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Xml.XmlSpace System.Xml.XmlNode::get_XmlSpace() */, L_25); G_B18_0 = L_26; goto IL_00da; } IL_00cf: { XmlDocument_t2837193595 * L_27 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Xml.XmlSpace System.Xml.XmlDocument::get_XmlSpace() */, L_27); G_B18_0 = L_28; } IL_00da: { return G_B18_0; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlNode::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_get_SchemaInfo_m2126253242 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Void System.Xml.XmlNode::set_SchemaInfo(System.Xml.Schema.IXmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlNode_set_SchemaInfo_m2212448496 (XmlNode_t3767805227 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { return; } } // System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_AppendChild_m1826791120 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = ___newChild0; XmlNode_t3767805227 * L_1 = VirtFuncInvoker2< XmlNode_t3767805227 *, XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(37 /* System.Xml.XmlNode System.Xml.XmlNode::InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_0, (XmlNode_t3767805227 *)NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_AppendChild_m3759797305 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, bool ___checkNodeType1, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = ___newChild0; bool L_1 = ___checkNodeType1; XmlNode_t3767805227 * L_2 = XmlNode_InsertBefore_m523861519(__this, L_0, (XmlNode_t3767805227 *)NULL, L_1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlNode System.Xml.XmlNode::Clone() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_Clone_m246412397 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = VirtFuncInvoker1< XmlNode_t3767805227 *, bool >::Invoke(34 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, __this, (bool)1); return L_0; } } // System.Xml.XPath.XPathNavigator System.Xml.XmlNode::CreateNavigator() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * XmlNode_CreateNavigator_m3239780241 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { XmlDocument_t2837193595 * L_0 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); XPathNavigator_t787956054 * L_1 = VirtFuncInvoker1< XPathNavigator_t787956054 *, XmlNode_t3767805227 * >::Invoke(52 /* System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator(System.Xml.XmlNode) */, L_0, __this); return L_1; } } // System.Collections.IEnumerator System.Xml.XmlNode::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNode_GetEnumerator_m3569868351 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { { XmlNodeList_t2551693786 * L_0 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_0); return L_1; } } // System.Xml.XmlNode System.Xml.XmlNode::InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_InsertBefore_m3712336504 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, XmlNode_t3767805227 * ___refChild1, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = ___newChild0; XmlNode_t3767805227 * L_1 = ___refChild1; XmlNode_t3767805227 * L_2 = XmlNode_InsertBefore_m523861519(__this, L_0, L_1, (bool)1, (bool)1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.XmlNode::IsAncestor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR bool XmlNode_IsAncestor_m308515425 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; goto IL_001c; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; XmlNode_t3767805227 * L_2 = ___newChild0; if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_1) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_2)))) { goto IL_0015; } } { return (bool)1; } IL_0015: { XmlNode_t3767805227 * L_3 = V_0; NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); V_0 = L_4; } IL_001c: { XmlNode_t3767805227 * L_5 = V_0; if (L_5) { goto IL_000c; } } { return (bool)0; } } // System.Xml.XmlNode System.Xml.XmlNode::InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_InsertBefore_m523861519 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, XmlNode_t3767805227 * ___refChild1, bool ___checkNodeType2, bool ___raiseEvent3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_InsertBefore_m523861519_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlDocument_t2837193595 * V_1 = NULL; XmlLinkedNode_t1437094927 * V_2 = NULL; XmlLinkedNode_t1437094927 * V_3 = NULL; XmlLinkedNode_t1437094927 * V_4 = NULL; int32_t V_5 = 0; XmlDocument_t2837193595 * G_B7_0 = NULL; { bool L_0 = ___checkNodeType2; if (!L_0) { goto IL_000e; } } { XmlNode_t3767805227 * L_1 = ___newChild0; XmlNode_t3767805227 * L_2 = ___refChild1; XmlNode_CheckNodeInsertion_m2455978936(__this, L_1, L_2, /*hidden argument*/NULL); } IL_000e: { XmlNode_t3767805227 * L_3 = ___newChild0; XmlNode_t3767805227 * L_4 = ___refChild1; if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_3) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_4)))) { goto IL_0017; } } { XmlNode_t3767805227 * L_5 = ___newChild0; return L_5; } IL_0017: { V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)__this, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var)); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)9))))) { goto IL_0036; } } { G_B7_0 = ((XmlDocument_t2837193595 *)CastclassClass((RuntimeObject*)__this, XmlDocument_t2837193595_il2cpp_TypeInfo_var)); goto IL_003c; } IL_0036: { XmlDocument_t2837193595 * L_7 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); G_B7_0 = L_7; } IL_003c: { V_1 = G_B7_0; bool L_8 = ___raiseEvent3; if (!L_8) { goto IL_004c; } } { XmlDocument_t2837193595 * L_9 = V_1; XmlNode_t3767805227 * L_10 = ___newChild0; NullCheck(L_9); XmlDocument_onNodeInserting_m2380219613(L_9, L_10, __this, /*hidden argument*/NULL); } IL_004c: { XmlNode_t3767805227 * L_11 = ___newChild0; NullCheck(L_11); XmlNode_t3767805227 * L_12 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_11); if (!L_12) { goto IL_0065; } } { XmlNode_t3767805227 * L_13 = ___newChild0; NullCheck(L_13); XmlNode_t3767805227 * L_14 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_13); XmlNode_t3767805227 * L_15 = ___newChild0; bool L_16 = ___checkNodeType2; NullCheck(L_14); XmlNode_RemoveChild_m447252444(L_14, L_15, L_16, /*hidden argument*/NULL); } IL_0065: { XmlNode_t3767805227 * L_17 = ___newChild0; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)11))))) { goto IL_0095; } } { goto IL_0085; } IL_0077: { XmlNode_t3767805227 * L_19 = ___newChild0; NullCheck(L_19); XmlNode_t3767805227 * L_20 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_19); XmlNode_t3767805227 * L_21 = ___refChild1; VirtFuncInvoker2< XmlNode_t3767805227 *, XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(37 /* System.Xml.XmlNode System.Xml.XmlNode::InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode) */, __this, L_20, L_21); } IL_0085: { XmlNode_t3767805227 * L_22 = ___newChild0; NullCheck(L_22); XmlNode_t3767805227 * L_23 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_22); if (L_23) { goto IL_0077; } } { goto IL_018c; } IL_0095: { XmlNode_t3767805227 * L_24 = ___newChild0; V_2 = ((XmlLinkedNode_t1437094927 *)CastclassClass((RuntimeObject*)L_24, XmlLinkedNode_t1437094927_il2cpp_TypeInfo_var)); XmlLinkedNode_t1437094927 * L_25 = V_2; NullCheck(L_25); ((XmlNode_t3767805227 *)L_25)->set_parentNode_2(__this); XmlNode_t3767805227 * L_26 = ___refChild1; if (L_26) { goto IL_00f7; } } { RuntimeObject* L_27 = V_0; NullCheck(L_27); XmlLinkedNode_t1437094927 * L_28 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_27); if (!L_28) { goto IL_00df; } } { XmlNode_t3767805227 * L_29 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_3 = ((XmlLinkedNode_t1437094927 *)CastclassClass((RuntimeObject*)L_29, XmlLinkedNode_t1437094927_il2cpp_TypeInfo_var)); RuntimeObject* L_30 = V_0; NullCheck(L_30); XmlLinkedNode_t1437094927 * L_31 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_30); XmlLinkedNode_t1437094927 * L_32 = V_2; NullCheck(L_31); XmlLinkedNode_set_NextLinkedSibling_m247835483(L_31, L_32, /*hidden argument*/NULL); RuntimeObject* L_33 = V_0; XmlLinkedNode_t1437094927 * L_34 = V_2; NullCheck(L_33); InterfaceActionInvoker1< XmlLinkedNode_t1437094927 * >::Invoke(1 /* System.Void System.Xml.IHasXmlChildNode::set_LastLinkedChild(System.Xml.XmlLinkedNode) */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_33, L_34); XmlLinkedNode_t1437094927 * L_35 = V_2; XmlLinkedNode_t1437094927 * L_36 = V_3; NullCheck(L_35); XmlLinkedNode_set_NextLinkedSibling_m247835483(L_35, L_36, /*hidden argument*/NULL); goto IL_00f2; } IL_00df: { RuntimeObject* L_37 = V_0; XmlLinkedNode_t1437094927 * L_38 = V_2; NullCheck(L_37); InterfaceActionInvoker1< XmlLinkedNode_t1437094927 * >::Invoke(1 /* System.Void System.Xml.IHasXmlChildNode::set_LastLinkedChild(System.Xml.XmlLinkedNode) */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_37, L_38); RuntimeObject* L_39 = V_0; NullCheck(L_39); XmlLinkedNode_t1437094927 * L_40 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_39); XmlLinkedNode_t1437094927 * L_41 = V_2; NullCheck(L_40); XmlLinkedNode_set_NextLinkedSibling_m247835483(L_40, L_41, /*hidden argument*/NULL); } IL_00f2: { goto IL_0130; } IL_00f7: { XmlNode_t3767805227 * L_42 = ___refChild1; NullCheck(L_42); XmlNode_t3767805227 * L_43 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(25 /* System.Xml.XmlNode System.Xml.XmlNode::get_PreviousSibling() */, L_42); V_4 = ((XmlLinkedNode_t1437094927 *)IsInstClass((RuntimeObject*)L_43, XmlLinkedNode_t1437094927_il2cpp_TypeInfo_var)); XmlLinkedNode_t1437094927 * L_44 = V_4; if (L_44) { goto IL_011c; } } { RuntimeObject* L_45 = V_0; NullCheck(L_45); XmlLinkedNode_t1437094927 * L_46 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_45); XmlLinkedNode_t1437094927 * L_47 = V_2; NullCheck(L_46); XmlLinkedNode_set_NextLinkedSibling_m247835483(L_46, L_47, /*hidden argument*/NULL); goto IL_0124; } IL_011c: { XmlLinkedNode_t1437094927 * L_48 = V_4; XmlLinkedNode_t1437094927 * L_49 = V_2; NullCheck(L_48); XmlLinkedNode_set_NextLinkedSibling_m247835483(L_48, L_49, /*hidden argument*/NULL); } IL_0124: { XmlLinkedNode_t1437094927 * L_50 = V_2; XmlNode_t3767805227 * L_51 = ___refChild1; NullCheck(L_50); XmlLinkedNode_set_NextLinkedSibling_m247835483(L_50, ((XmlLinkedNode_t1437094927 *)IsInstClass((RuntimeObject*)L_51, XmlLinkedNode_t1437094927_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0130: { XmlNode_t3767805227 * L_52 = ___newChild0; NullCheck(L_52); int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_52); V_5 = L_53; int32_t L_54 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)5))) { case 0: { goto IL_015e; } case 1: { goto IL_016e; } case 2: { goto IL_0178; } case 3: { goto IL_0178; } case 4: { goto IL_0178; } case 5: { goto IL_0173; } } } { goto IL_0178; } IL_015e: { XmlNode_t3767805227 * L_55 = ___newChild0; NullCheck(((XmlEntityReference_t1966808559 *)CastclassClass((RuntimeObject*)L_55, XmlEntityReference_t1966808559_il2cpp_TypeInfo_var))); XmlEntityReference_SetReferencedEntityContent_m2226543001(((XmlEntityReference_t1966808559 *)CastclassClass((RuntimeObject*)L_55, XmlEntityReference_t1966808559_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); goto IL_0178; } IL_016e: { goto IL_0178; } IL_0173: { goto IL_0178; } IL_0178: { bool L_56 = ___raiseEvent3; if (!L_56) { goto IL_018c; } } { XmlDocument_t2837193595 * L_57 = V_1; XmlNode_t3767805227 * L_58 = ___newChild0; XmlNode_t3767805227 * L_59 = ___newChild0; NullCheck(L_59); XmlNode_t3767805227 * L_60 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_59); NullCheck(L_57); XmlDocument_onNodeInserted_m2673734294(L_57, L_58, L_60, /*hidden argument*/NULL); } IL_018c: { XmlNode_t3767805227 * L_61 = ___newChild0; return L_61; } } // System.Void System.Xml.XmlNode::CheckNodeInsertion(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNode_CheckNodeInsertion_m2455978936 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___newChild0, XmlNode_t3767805227 * ___refChild1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_CheckNodeInsertion_m2455978936_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; XmlDocument_t2837193595 * G_B3_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)9))))) { goto IL_0018; } } { G_B3_0 = ((XmlDocument_t2837193595 *)CastclassClass((RuntimeObject*)__this, XmlDocument_t2837193595_il2cpp_TypeInfo_var)); goto IL_001e; } IL_0018: { XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); G_B3_0 = L_1; } IL_001e: { V_0 = G_B3_0; int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_006c; } } { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_006c; } } { int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((((int32_t)L_4) == ((int32_t)((int32_t)9)))) { goto IL_006c; } } { int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((((int32_t)L_5) == ((int32_t)((int32_t)11)))) { goto IL_006c; } } { int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1501605157, L_8, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_10 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var); } IL_006c: { int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); V_1 = L_11; int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_00d6; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)2))) { goto IL_0086; } } { goto IL_0125; } IL_0086: { XmlNode_t3767805227 * L_14 = ___newChild0; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_14); V_2 = L_15; int32_t L_16 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)3))) { case 0: { goto IL_00a6; } case 1: { goto IL_00ab; } case 2: { goto IL_00a6; } } } { goto IL_00ab; } IL_00a6: { goto IL_00d1; } IL_00ab: { XmlNode_t3767805227 * L_17 = ___newChild0; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_17); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_19); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); int32_t L_22 = L_21; RuntimeObject * L_23 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3484243047, L_20, L_23, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_25 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_25, L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var); } IL_00d1: { goto IL_0125; } IL_00d6: { XmlNode_t3767805227 * L_26 = ___newChild0; NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_26); V_2 = L_27; int32_t L_28 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)6))) { case 0: { goto IL_0115; } case 1: { goto IL_0101; } case 2: { goto IL_0101; } case 3: { goto IL_0115; } case 4: { goto IL_0115; } case 5: { goto IL_0101; } case 6: { goto IL_0115; } } } IL_0101: { int32_t L_29 = V_2; if ((((int32_t)L_29) == ((int32_t)2))) { goto IL_0115; } } { int32_t L_30 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)17)))) { goto IL_0115; } } { goto IL_0120; } IL_0115: { InvalidOperationException_t56020091 * L_31 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_31, _stringLiteral314053428, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var); } IL_0120: { goto IL_0125; } IL_0125: { bool L_32 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, __this); if (!L_32) { goto IL_013b; } } { InvalidOperationException_t56020091 * L_33 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_33, _stringLiteral790251679, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var); } IL_013b: { XmlNode_t3767805227 * L_34 = ___newChild0; NullCheck(L_34); XmlDocument_t2837193595 * L_35 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_34); XmlDocument_t2837193595 * L_36 = V_0; if ((((RuntimeObject*)(XmlDocument_t2837193595 *)L_35) == ((RuntimeObject*)(XmlDocument_t2837193595 *)L_36))) { goto IL_0152; } } { ArgumentException_t132251570 * L_37 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_37, _stringLiteral2611929023, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var); } IL_0152: { XmlNode_t3767805227 * L_38 = ___refChild1; if (!L_38) { goto IL_016f; } } { XmlNode_t3767805227 * L_39 = ___refChild1; NullCheck(L_39); XmlNode_t3767805227 * L_40 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_39); if ((((RuntimeObject*)(XmlNode_t3767805227 *)L_40) == ((RuntimeObject*)(XmlNode_t3767805227 *)__this))) { goto IL_016f; } } { ArgumentException_t132251570 * L_41 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_41, _stringLiteral3791957749, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41,XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var); } IL_016f: { XmlDocument_t2837193595 * L_42 = V_0; if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)__this) == ((RuntimeObject*)(XmlDocument_t2837193595 *)L_42)))) { goto IL_01a3; } } { XmlDocument_t2837193595 * L_43 = V_0; NullCheck(L_43); XmlElement_t561603118 * L_44 = XmlDocument_get_DocumentElement_m474633542(L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_01a3; } } { XmlNode_t3767805227 * L_45 = ___newChild0; if (!((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_45, XmlElement_t561603118_il2cpp_TypeInfo_var))) { goto IL_01a3; } } { XmlNode_t3767805227 * L_46 = ___newChild0; XmlDocument_t2837193595 * L_47 = V_0; NullCheck(L_47); XmlElement_t561603118 * L_48 = XmlDocument_get_DocumentElement_m474633542(L_47, /*hidden argument*/NULL); if ((((RuntimeObject*)(XmlNode_t3767805227 *)L_46) == ((RuntimeObject*)(XmlElement_t561603118 *)L_48))) { goto IL_01a3; } } { XmlException_t1761730631 * L_49 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_49, _stringLiteral4096997229, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49,XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var); } IL_01a3: { XmlNode_t3767805227 * L_50 = ___newChild0; if ((((RuntimeObject*)(XmlNode_t3767805227 *)L_50) == ((RuntimeObject*)(XmlNode_t3767805227 *)__this))) { goto IL_01b6; } } { XmlNode_t3767805227 * L_51 = ___newChild0; bool L_52 = XmlNode_IsAncestor_m308515425(__this, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_01c1; } } IL_01b6: { ArgumentException_t132251570 * L_53 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_53, _stringLiteral2576470875, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53,XmlNode_CheckNodeInsertion_m2455978936_RuntimeMethod_var); } IL_01c1: { return; } } // System.Void System.Xml.XmlNode::RemoveAll() extern "C" IL2CPP_METHOD_ATTR void XmlNode_RemoveAll_m708124077 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; { XmlAttributeCollection_t2316283784 * L_0 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); if (!L_0) { goto IL_0016; } } { XmlAttributeCollection_t2316283784 * L_1 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, __this); NullCheck(L_1); XmlAttributeCollection_RemoveAll_m1724727209(L_1, /*hidden argument*/NULL); } IL_0016: { V_0 = (XmlNode_t3767805227 *)NULL; XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_1 = L_2; goto IL_0035; } IL_0024: { XmlNode_t3767805227 * L_3 = V_1; NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_0 = L_4; XmlNode_t3767805227 * L_5 = V_1; VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(39 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, __this, L_5); XmlNode_t3767805227 * L_6 = V_0; V_1 = L_6; } IL_0035: { XmlNode_t3767805227 * L_7 = V_1; if (L_7) { goto IL_0024; } } { return; } } // System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_RemoveChild_m3038472627 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___oldChild0, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = ___oldChild0; XmlNode_t3767805227 * L_1 = XmlNode_RemoveChild_m447252444(__this, L_0, (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlNode::CheckNodeRemoval() extern "C" IL2CPP_METHOD_ATTR void XmlNode_CheckNodeRemoval_m3181322672 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_CheckNodeRemoval_m3181322672_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_004d; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_004d; } } { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((((int32_t)L_2) == ((int32_t)((int32_t)9)))) { goto IL_004d; } } { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((((int32_t)L_3) == ((int32_t)((int32_t)11)))) { goto IL_004d; } } { int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3115745036, L_6, /*hidden argument*/NULL); ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XmlNode_CheckNodeRemoval_m3181322672_RuntimeMethod_var); } IL_004d: { bool L_9 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, __this); if (!L_9) { goto IL_0073; } } { int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2952771518, L_12, /*hidden argument*/NULL); ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlNode_CheckNodeRemoval_m3181322672_RuntimeMethod_var); } IL_0073: { return; } } // System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_RemoveChild_m447252444 (XmlNode_t3767805227 * __this, XmlNode_t3767805227 * ___oldChild0, bool ___checkNodeType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_RemoveChild_m447252444_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlLinkedNode_t1437094927 * V_2 = NULL; XmlLinkedNode_t1437094927 * V_3 = NULL; XmlLinkedNode_t1437094927 * V_4 = NULL; XmlDocument_t2837193595 * G_B5_0 = NULL; { XmlNode_t3767805227 * L_0 = ___oldChild0; if (L_0) { goto IL_000c; } } { NullReferenceException_t1023182353 * L_1 = (NullReferenceException_t1023182353 *)il2cpp_codegen_object_new(NullReferenceException_t1023182353_il2cpp_TypeInfo_var); NullReferenceException__ctor_m744513393(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlNode_RemoveChild_m447252444_RuntimeMethod_var); } IL_000c: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)9))))) { goto IL_0024; } } { G_B5_0 = ((XmlDocument_t2837193595 *)CastclassClass((RuntimeObject*)__this, XmlDocument_t2837193595_il2cpp_TypeInfo_var)); goto IL_002a; } IL_0024: { XmlDocument_t2837193595 * L_3 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); G_B5_0 = L_3; } IL_002a: { V_0 = G_B5_0; XmlNode_t3767805227 * L_4 = ___oldChild0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_4); if ((((RuntimeObject*)(XmlNode_t3767805227 *)L_5) == ((RuntimeObject*)(XmlNode_t3767805227 *)__this))) { goto IL_0042; } } { ArgumentException_t132251570 * L_6 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_6, _stringLiteral513592096, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlNode_RemoveChild_m447252444_RuntimeMethod_var); } IL_0042: { bool L_7 = ___checkNodeType1; if (!L_7) { goto IL_0055; } } { XmlDocument_t2837193595 * L_8 = V_0; XmlNode_t3767805227 * L_9 = ___oldChild0; XmlNode_t3767805227 * L_10 = ___oldChild0; NullCheck(L_10); XmlNode_t3767805227 * L_11 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_10); NullCheck(L_8); XmlDocument_onNodeRemoving_m253634602(L_8, L_9, L_11, /*hidden argument*/NULL); } IL_0055: { bool L_12 = ___checkNodeType1; if (!L_12) { goto IL_0061; } } { XmlNode_CheckNodeRemoval_m3181322672(__this, /*hidden argument*/NULL); } IL_0061: { V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)__this, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_1; NullCheck(L_13); XmlLinkedNode_t1437094927 * L_14 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_13); RuntimeObject* L_15 = V_1; NullCheck(L_15); XmlLinkedNode_t1437094927 * L_16 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_15); NullCheck(L_16); XmlLinkedNode_t1437094927 * L_17 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_16, /*hidden argument*/NULL); bool L_18 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_14, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00a0; } } { RuntimeObject* L_19 = V_1; NullCheck(L_19); XmlLinkedNode_t1437094927 * L_20 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_19); XmlNode_t3767805227 * L_21 = ___oldChild0; bool L_22 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00a0; } } { RuntimeObject* L_23 = V_1; NullCheck(L_23); InterfaceActionInvoker1< XmlLinkedNode_t1437094927 * >::Invoke(1 /* System.Void System.Xml.IHasXmlChildNode::set_LastLinkedChild(System.Xml.XmlLinkedNode) */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_23, (XmlLinkedNode_t1437094927 *)NULL); goto IL_012c; } IL_00a0: { XmlNode_t3767805227 * L_24 = ___oldChild0; V_2 = ((XmlLinkedNode_t1437094927 *)CastclassClass((RuntimeObject*)L_24, XmlLinkedNode_t1437094927_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_1; NullCheck(L_25); XmlLinkedNode_t1437094927 * L_26 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_25); V_3 = L_26; XmlNode_t3767805227 * L_27 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_4 = ((XmlLinkedNode_t1437094927 *)CastclassClass((RuntimeObject*)L_27, XmlLinkedNode_t1437094927_il2cpp_TypeInfo_var)); goto IL_00c7; } IL_00c0: { XmlLinkedNode_t1437094927 * L_28 = V_3; NullCheck(L_28); XmlLinkedNode_t1437094927 * L_29 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_28, /*hidden argument*/NULL); V_3 = L_29; } IL_00c7: { XmlLinkedNode_t1437094927 * L_30 = V_3; NullCheck(L_30); XmlLinkedNode_t1437094927 * L_31 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_30, /*hidden argument*/NULL); RuntimeObject* L_32 = V_1; NullCheck(L_32); XmlLinkedNode_t1437094927 * L_33 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_32); bool L_34 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_31, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00ee; } } { XmlLinkedNode_t1437094927 * L_35 = V_3; NullCheck(L_35); XmlLinkedNode_t1437094927 * L_36 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_35, /*hidden argument*/NULL); XmlLinkedNode_t1437094927 * L_37 = V_2; bool L_38 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00c0; } } IL_00ee: { XmlLinkedNode_t1437094927 * L_39 = V_3; NullCheck(L_39); XmlLinkedNode_t1437094927 * L_40 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_39, /*hidden argument*/NULL); XmlLinkedNode_t1437094927 * L_41 = V_2; bool L_42 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_40, L_41, /*hidden argument*/NULL); if (L_42) { goto IL_0105; } } { ArgumentException_t132251570 * L_43 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,XmlNode_RemoveChild_m447252444_RuntimeMethod_var); } IL_0105: { XmlLinkedNode_t1437094927 * L_44 = V_3; XmlLinkedNode_t1437094927 * L_45 = V_2; NullCheck(L_45); XmlLinkedNode_t1437094927 * L_46 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_45, /*hidden argument*/NULL); NullCheck(L_44); XmlLinkedNode_set_NextLinkedSibling_m247835483(L_44, L_46, /*hidden argument*/NULL); XmlLinkedNode_t1437094927 * L_47 = V_2; NullCheck(L_47); XmlLinkedNode_t1437094927 * L_48 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_47, /*hidden argument*/NULL); XmlLinkedNode_t1437094927 * L_49 = V_4; if ((!(((RuntimeObject*)(XmlLinkedNode_t1437094927 *)L_48) == ((RuntimeObject*)(XmlLinkedNode_t1437094927 *)L_49)))) { goto IL_0125; } } { RuntimeObject* L_50 = V_1; XmlLinkedNode_t1437094927 * L_51 = V_3; NullCheck(L_50); InterfaceActionInvoker1< XmlLinkedNode_t1437094927 * >::Invoke(1 /* System.Void System.Xml.IHasXmlChildNode::set_LastLinkedChild(System.Xml.XmlLinkedNode) */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_50, L_51); } IL_0125: { XmlLinkedNode_t1437094927 * L_52 = V_2; NullCheck(L_52); XmlLinkedNode_set_NextLinkedSibling_m247835483(L_52, (XmlLinkedNode_t1437094927 *)NULL, /*hidden argument*/NULL); } IL_012c: { bool L_53 = ___checkNodeType1; if (!L_53) { goto IL_013f; } } { XmlDocument_t2837193595 * L_54 = V_0; XmlNode_t3767805227 * L_55 = ___oldChild0; XmlNode_t3767805227 * L_56 = ___oldChild0; NullCheck(L_56); XmlNode_t3767805227 * L_57 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_56); NullCheck(L_54); XmlDocument_onNodeRemoved_m502304840(L_54, L_55, L_57, /*hidden argument*/NULL); } IL_013f: { XmlNode_t3767805227 * L_58 = ___oldChild0; NullCheck(L_58); L_58->set_parentNode_2((XmlNode_t3767805227 *)NULL); XmlNode_t3767805227 * L_59 = ___oldChild0; return L_59; } } // System.Xml.XmlElement System.Xml.XmlNode::get_AttributeOwnerElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlNode_get_AttributeOwnerElement_m1547712886 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_get_AttributeOwnerElement_m1547712886_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = __this->get_parentNode_2(); return ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_0, XmlElement_t561603118_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlNode::set_AttributeOwnerElement(System.Xml.XmlElement) extern "C" IL2CPP_METHOD_ATTR void XmlNode_set_AttributeOwnerElement_m4221504393 (XmlNode_t3767805227 * __this, XmlElement_t561603118 * ___value0, const RuntimeMethod* method) { { XmlElement_t561603118 * L_0 = ___value0; __this->set_parentNode_2(L_0); return; } } // System.Xml.XmlNodeList System.Xml.XmlNode::SelectNodes(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNodeList_t2551693786 * XmlNode_SelectNodes_m3596713167 (XmlNode_t3767805227 * __this, String_t* ___xpath0, const RuntimeMethod* method) { { String_t* L_0 = ___xpath0; XmlNodeList_t2551693786 * L_1 = XmlNode_SelectNodes_m1632712112(__this, L_0, (XmlNamespaceManager_t418790500 *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNodeList System.Xml.XmlNode::SelectNodes(System.String,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR XmlNodeList_t2551693786 * XmlNode_SelectNodes_m1632712112 (XmlNode_t3767805227 * __this, String_t* ___xpath0, XmlNamespaceManager_t418790500 * ___nsmgr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_SelectNodes_m1632712112_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNavigator_t787956054 * V_0 = NULL; XPathExpression_t1723793351 * V_1 = NULL; XPathNodeIterator_t3667290188 * V_2 = NULL; { XPathNavigator_t787956054 * L_0 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(35 /* System.Xml.XPath.XPathNavigator System.Xml.XmlNode::CreateNavigator() */, __this); V_0 = L_0; XPathNavigator_t787956054 * L_1 = V_0; String_t* L_2 = ___xpath0; NullCheck(L_1); XPathExpression_t1723793351 * L_3 = VirtFuncInvoker1< XPathExpression_t1723793351 *, String_t* >::Invoke(22 /* System.Xml.XPath.XPathExpression System.Xml.XPath.XPathNavigator::Compile(System.String) */, L_1, L_2); V_1 = L_3; XmlNamespaceManager_t418790500 * L_4 = ___nsmgr1; if (!L_4) { goto IL_001c; } } { XPathExpression_t1723793351 * L_5 = V_1; XmlNamespaceManager_t418790500 * L_6 = ___nsmgr1; NullCheck(L_5); VirtActionInvoker1< XmlNamespaceManager_t418790500 * >::Invoke(4 /* System.Void System.Xml.XPath.XPathExpression::SetContext(System.Xml.XmlNamespaceManager) */, L_5, L_6); } IL_001c: { XPathNavigator_t787956054 * L_7 = V_0; XPathExpression_t1723793351 * L_8 = V_1; NullCheck(L_7); XPathNodeIterator_t3667290188 * L_9 = VirtFuncInvoker1< XPathNodeIterator_t3667290188 *, XPathExpression_t1723793351 * >::Invoke(38 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.Xml.XPath.XPathExpression) */, L_7, L_8); V_2 = L_9; XPathNodeIterator_t3667290188 * L_10 = V_2; XmlIteratorNodeList_t2218031790 * L_11 = (XmlIteratorNodeList_t2218031790 *)il2cpp_codegen_object_new(XmlIteratorNodeList_t2218031790_il2cpp_TypeInfo_var); XmlIteratorNodeList__ctor_m1806341514(L_11, L_10, /*hidden argument*/NULL); return L_11; } } // System.Xml.XmlNode System.Xml.XmlNode::SelectSingleNode(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_SelectSingleNode_m2944339946 (XmlNode_t3767805227 * __this, String_t* ___xpath0, const RuntimeMethod* method) { { String_t* L_0 = ___xpath0; XmlNode_t3767805227 * L_1 = XmlNode_SelectSingleNode_m2126134173(__this, L_0, (XmlNamespaceManager_t418790500 *)NULL, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlNode::SelectSingleNode(System.String,System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNode_SelectSingleNode_m2126134173 (XmlNode_t3767805227 * __this, String_t* ___xpath0, XmlNamespaceManager_t418790500 * ___nsmgr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_SelectSingleNode_m2126134173_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNavigator_t787956054 * V_0 = NULL; XPathExpression_t1723793351 * V_1 = NULL; XPathNodeIterator_t3667290188 * V_2 = NULL; { XPathNavigator_t787956054 * L_0 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(35 /* System.Xml.XPath.XPathNavigator System.Xml.XmlNode::CreateNavigator() */, __this); V_0 = L_0; XPathNavigator_t787956054 * L_1 = V_0; String_t* L_2 = ___xpath0; NullCheck(L_1); XPathExpression_t1723793351 * L_3 = VirtFuncInvoker1< XPathExpression_t1723793351 *, String_t* >::Invoke(22 /* System.Xml.XPath.XPathExpression System.Xml.XPath.XPathNavigator::Compile(System.String) */, L_1, L_2); V_1 = L_3; XmlNamespaceManager_t418790500 * L_4 = ___nsmgr1; if (!L_4) { goto IL_001c; } } { XPathExpression_t1723793351 * L_5 = V_1; XmlNamespaceManager_t418790500 * L_6 = ___nsmgr1; NullCheck(L_5); VirtActionInvoker1< XmlNamespaceManager_t418790500 * >::Invoke(4 /* System.Void System.Xml.XPath.XPathExpression::SetContext(System.Xml.XmlNamespaceManager) */, L_5, L_6); } IL_001c: { XPathNavigator_t787956054 * L_7 = V_0; XPathExpression_t1723793351 * L_8 = V_1; NullCheck(L_7); XPathNodeIterator_t3667290188 * L_9 = VirtFuncInvoker1< XPathNodeIterator_t3667290188 *, XPathExpression_t1723793351 * >::Invoke(38 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.Xml.XPath.XPathExpression) */, L_7, L_8); V_2 = L_9; XPathNodeIterator_t3667290188 * L_10 = V_2; NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_10); if (L_11) { goto IL_0031; } } { return (XmlNode_t3767805227 *)NULL; } IL_0031: { XPathNodeIterator_t3667290188 * L_12 = V_2; NullCheck(L_12); XPathNavigator_t787956054 * L_13 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_12); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_13, IHasXmlNode_t929344259_il2cpp_TypeInfo_var))); XmlNode_t3767805227 * L_14 = InterfaceFuncInvoker0< XmlNode_t3767805227 * >::Invoke(0 /* System.Xml.XmlNode System.Xml.IHasXmlNode::GetNode() */, IHasXmlNode_t929344259_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_13, IHasXmlNode_t929344259_il2cpp_TypeInfo_var))); return L_14; } } // System.Xml.XmlNamespaceManager System.Xml.XmlNode::ConstructNamespaceManager() extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t418790500 * XmlNode_ConstructNamespaceManager_m473532189 (XmlNode_t3767805227 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_ConstructNamespaceManager_m473532189_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlNamespaceManager_t418790500 * V_1 = NULL; XmlElement_t561603118 * V_2 = NULL; int32_t V_3 = 0; XmlAttribute_t1173852259 * V_4 = NULL; int32_t V_5 = 0; XmlDocument_t2837193595 * G_B3_0 = NULL; { if (!((XmlDocument_t2837193595 *)IsInstClass((RuntimeObject*)__this, XmlDocument_t2837193595_il2cpp_TypeInfo_var))) { goto IL_0016; } } { G_B3_0 = ((XmlDocument_t2837193595 *)CastclassClass((RuntimeObject*)__this, XmlDocument_t2837193595_il2cpp_TypeInfo_var)); goto IL_001c; } IL_0016: { XmlDocument_t2837193595 * L_0 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); G_B3_0 = L_0; } IL_001c: { V_0 = G_B3_0; XmlDocument_t2837193595 * L_1 = V_0; NullCheck(L_1); XmlNameTable_t71772148 * L_2 = XmlDocument_get_NameTable_m3351667098(L_1, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_3 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; V_2 = (XmlElement_t561603118 *)NULL; int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); V_5 = L_4; int32_t L_5 = V_5; if ((((int32_t)L_5) == ((int32_t)1))) { goto IL_0059; } } { int32_t L_6 = V_5; if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_0048; } } { goto IL_0065; } IL_0048: { NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)__this, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_7 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)__this, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); V_2 = L_7; goto IL_0076; } IL_0059: { V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)__this, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0076; } IL_0065: { XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_8, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0076; } IL_0076: { goto IL_0142; } IL_007b: { V_3 = 0; goto IL_0125; } IL_0082: { XmlElement_t561603118 * L_9 = V_2; NullCheck(L_9); XmlAttributeCollection_t2316283784 * L_10 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_9); int32_t L_11 = V_3; NullCheck(L_10); XmlAttribute_t1173852259 * L_12 = XmlAttributeCollection_get_ItemOf_m2829877268(L_10, L_11, /*hidden argument*/NULL); V_4 = L_12; XmlAttribute_t1173852259 * L_13 = V_4; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XmlAttribute::get_Prefix() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_15) { goto IL_00dd; } } { XmlNamespaceManager_t418790500 * L_16 = V_1; XmlAttribute_t1173852259 * L_17 = V_4; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_17); NullCheck(L_16); String_t* L_19 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_16, L_18); XmlAttribute_t1173852259 * L_20 = V_4; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_19, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00d8; } } { XmlNamespaceManager_t418790500 * L_23 = V_1; XmlAttribute_t1173852259 * L_24 = V_4; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_24); XmlAttribute_t1173852259 * L_26 = V_4; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_26); NullCheck(L_23); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_23, L_25, L_27); } IL_00d8: { goto IL_0121; } IL_00dd: { XmlAttribute_t1173852259 * L_28 = V_4; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_30) { goto IL_0121; } } { XmlNamespaceManager_t418790500 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_31); String_t* L_33 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_31, L_32); XmlAttribute_t1173852259 * L_34 = V_4; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_34); bool L_36 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_33, L_35, /*hidden argument*/NULL); if (!L_36) { goto IL_0121; } } { XmlNamespaceManager_t418790500 * L_37 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlAttribute_t1173852259 * L_39 = V_4; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_39); NullCheck(L_37); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_37, L_38, L_40); } IL_0121: { int32_t L_41 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_0125: { int32_t L_42 = V_3; XmlElement_t561603118 * L_43 = V_2; NullCheck(L_43); XmlAttributeCollection_t2316283784 * L_44 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_43); NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_44); if ((((int32_t)L_42) < ((int32_t)L_45))) { goto IL_0082; } } { XmlElement_t561603118 * L_46 = V_2; NullCheck(L_46); XmlNode_t3767805227 * L_47 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() */, L_46); V_2 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_47, XmlElement_t561603118_il2cpp_TypeInfo_var)); } IL_0142: { XmlElement_t561603118 * L_48 = V_2; if (L_48) { goto IL_007b; } } { XmlNamespaceManager_t418790500 * L_49 = V_1; return L_49; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNode/EmptyNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmptyNodeList__ctor_m1446817227 (EmptyNodeList_t139615908 * __this, const RuntimeMethod* method) { { XmlNodeList__ctor_m572378854(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlNode/EmptyNodeList::.cctor() extern "C" IL2CPP_METHOD_ATTR void EmptyNodeList__cctor_m757101952 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyNodeList__cctor_m757101952_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeArray *)(RuntimeArray *)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0))); RuntimeObject* L_0 = Array_GetEnumerator_m4277730612((RuntimeArray *)(RuntimeArray *)((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); ((EmptyNodeList_t139615908_StaticFields*)il2cpp_codegen_static_fields_for(EmptyNodeList_t139615908_il2cpp_TypeInfo_var))->set_emptyEnumerator_0(L_0); return; } } // System.Int32 System.Xml.XmlNode/EmptyNodeList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t EmptyNodeList_get_Count_m3759916170 (EmptyNodeList_t139615908 * __this, const RuntimeMethod* method) { { return 0; } } // System.Collections.IEnumerator System.Xml.XmlNode/EmptyNodeList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* EmptyNodeList_GetEnumerator_m3123431943 (EmptyNodeList_t139615908 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EmptyNodeList_GetEnumerator_m3123431943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EmptyNodeList_t139615908_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((EmptyNodeList_t139615908_StaticFields*)il2cpp_codegen_static_fields_for(EmptyNodeList_t139615908_il2cpp_TypeInfo_var))->get_emptyEnumerator_0(); return L_0; } } // System.Xml.XmlNode System.Xml.XmlNode/EmptyNodeList::Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * EmptyNodeList_Item_m2820441492 (EmptyNodeList_t139615908 * __this, int32_t ___index0, const RuntimeMethod* method) { { return (XmlNode_t3767805227 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeChangedEventArgs::.ctor(System.Xml.XmlNode,System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String,System.Xml.XmlNodeChangedAction) extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventArgs__ctor_m98100243 (XmlNodeChangedEventArgs_t2486095928 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___oldParent1, XmlNode_t3767805227 * ___newParent2, String_t* ___oldValue3, String_t* ___newValue4, int32_t ___action5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeChangedEventArgs__ctor_m98100243_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); XmlNode_t3767805227 * L_0 = ___node0; __this->set__node_4(L_0); XmlNode_t3767805227 * L_1 = ___oldParent1; __this->set__oldParent_1(L_1); XmlNode_t3767805227 * L_2 = ___newParent2; __this->set__newParent_2(L_2); String_t* L_3 = ___oldValue3; __this->set__oldValue_5(L_3); String_t* L_4 = ___newValue4; __this->set__newValue_6(L_4); int32_t L_5 = ___action5; __this->set__action_3(L_5); 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.XmlNodeChangedEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler__ctor_m553929982 (XmlNodeChangedEventHandler_t1533444722 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Xml.XmlNodeChangedEventHandler::Invoke(System.Object,System.Xml.XmlNodeChangedEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_Invoke_m550244302 (XmlNodeChangedEventHandler_t1533444722 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_t2486095928 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { XmlNodeChangedEventHandler_Invoke_m550244302((XmlNodeChangedEventHandler_t1533444722 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, XmlNodeChangedEventArgs_t2486095928 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, XmlNodeChangedEventArgs_t2486095928 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t2486095928 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t2486095928 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t2486095928 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, XmlNodeChangedEventArgs_t2486095928 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, XmlNodeChangedEventArgs_t2486095928 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< XmlNodeChangedEventArgs_t2486095928 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< XmlNodeChangedEventArgs_t2486095928 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< XmlNodeChangedEventArgs_t2486095928 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< XmlNodeChangedEventArgs_t2486095928 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, XmlNodeChangedEventArgs_t2486095928 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.Xml.XmlNodeChangedEventHandler::BeginInvoke(System.Object,System.Xml.XmlNodeChangedEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeChangedEventHandler_BeginInvoke_m1362047957 (XmlNodeChangedEventHandler_t1533444722 * __this, RuntimeObject * ___sender0, XmlNodeChangedEventArgs_t2486095928 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Xml.XmlNodeChangedEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void XmlNodeChangedEventHandler_EndInvoke_m3069123126 (XmlNodeChangedEventHandler_t1533444722 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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.XmlNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeList__ctor_m572378854 (XmlNodeList_t2551693786 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNodeList_get_ItemOf_m372451060 (XmlNodeList_t2551693786 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; XmlNode_t3767805227 * L_1 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNodeList::Item(System.Int32) */, __this, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeListChildren::.ctor(System.Xml.IHasXmlChildNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeListChildren__ctor_m3010014102 (XmlNodeListChildren_t1082692789 * __this, RuntimeObject* ___parent0, const RuntimeMethod* method) { { XmlNodeList__ctor_m572378854(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___parent0; __this->set_parent_0(L_0); return; } } // System.Int32 System.Xml.XmlNodeListChildren::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeListChildren_get_Count_m1121775181 (XmlNodeListChildren_t1082692789 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeListChildren_get_Count_m1121775181_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlLinkedNode_t1437094927 * V_1 = NULL; { V_0 = 0; RuntimeObject* L_0 = __this->get_parent_0(); NullCheck(L_0); XmlLinkedNode_t1437094927 * L_1 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_004b; } } { RuntimeObject* L_2 = __this->get_parent_0(); NullCheck(L_2); XmlLinkedNode_t1437094927 * L_3 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); XmlLinkedNode_t1437094927 * L_4 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_3, /*hidden argument*/NULL); V_1 = L_4; V_0 = 1; goto IL_0035; } IL_002a: { XmlLinkedNode_t1437094927 * L_5 = V_1; NullCheck(L_5); XmlLinkedNode_t1437094927 * L_6 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_5, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0035: { XmlLinkedNode_t1437094927 * L_8 = V_1; RuntimeObject* L_9 = __this->get_parent_0(); NullCheck(L_9); XmlLinkedNode_t1437094927 * L_10 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_9); bool L_11 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_002a; } } IL_004b: { int32_t L_12 = V_0; return L_12; } } // System.Collections.IEnumerator System.Xml.XmlNodeListChildren::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeListChildren_GetEnumerator_m4081367453 (XmlNodeListChildren_t1082692789 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeListChildren_GetEnumerator_m4081367453_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_parent_0(); Enumerator_t97922292 * L_1 = (Enumerator_t97922292 *)il2cpp_codegen_object_new(Enumerator_t97922292_il2cpp_TypeInfo_var); Enumerator__ctor_m618683170(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlNodeListChildren::Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNodeListChildren_Item_m2626929990 (XmlNodeListChildren_t1082692789 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeListChildren_Item_m2626929990_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; XmlLinkedNode_t1437094927 * V_1 = NULL; int32_t V_2 = 0; { V_0 = (XmlNode_t3767805227 *)NULL; int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeListChildren::get_Count() */, __this); int32_t L_1 = ___index0; if ((((int32_t)L_0) > ((int32_t)L_1))) { goto IL_0010; } } { return (XmlNode_t3767805227 *)NULL; } IL_0010: { int32_t L_2 = ___index0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0070; } } { RuntimeObject* L_3 = __this->get_parent_0(); NullCheck(L_3); XmlLinkedNode_t1437094927 * L_4 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_3); if (!L_4) { goto IL_0070; } } { RuntimeObject* L_5 = __this->get_parent_0(); NullCheck(L_5); XmlLinkedNode_t1437094927 * L_6 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_5); NullCheck(L_6); XmlLinkedNode_t1437094927 * L_7 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_6, /*hidden argument*/NULL); V_1 = L_7; V_2 = 0; goto IL_004a; } IL_003f: { XmlLinkedNode_t1437094927 * L_8 = V_1; NullCheck(L_8); XmlLinkedNode_t1437094927 * L_9 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_8, /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_004a: { int32_t L_11 = V_2; int32_t L_12 = ___index0; if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_0067; } } { XmlLinkedNode_t1437094927 * L_13 = V_1; RuntimeObject* L_14 = __this->get_parent_0(); NullCheck(L_14); XmlLinkedNode_t1437094927 * L_15 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_14); bool L_16 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_003f; } } IL_0067: { int32_t L_17 = V_2; int32_t L_18 = ___index0; if ((!(((uint32_t)L_17) == ((uint32_t)L_18)))) { goto IL_0070; } } { XmlLinkedNode_t1437094927 * L_19 = V_1; V_0 = L_19; } IL_0070: { XmlNode_t3767805227 * L_20 = V_0; return L_20; } } #ifdef __clang__ #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.XmlNodeListChildren/Enumerator::.ctor(System.Xml.IHasXmlChildNode) extern "C" IL2CPP_METHOD_ATTR void Enumerator__ctor_m618683170 (Enumerator_t97922292 * __this, RuntimeObject* ___parent0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); __this->set_currentChild_1((XmlLinkedNode_t1437094927 *)NULL); RuntimeObject* L_0 = ___parent0; __this->set_parent_0(L_0); __this->set_passedLastNode_2((bool)0); return; } } // System.Object System.Xml.XmlNodeListChildren/Enumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m1556743441 (Enumerator_t97922292 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_get_Current_m1556743441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlLinkedNode_t1437094927 * L_0 = __this->get_currentChild_1(); if (!L_0) { goto IL_0026; } } { RuntimeObject* L_1 = __this->get_parent_0(); NullCheck(L_1); XmlLinkedNode_t1437094927 * L_2 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_1); if (!L_2) { goto IL_0026; } } { bool L_3 = __this->get_passedLastNode_2(); if (!L_3) { goto IL_002c; } } IL_0026: { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,Enumerator_get_Current_m1556743441_RuntimeMethod_var); } IL_002c: { XmlLinkedNode_t1437094927 * L_5 = __this->get_currentChild_1(); return L_5; } } // System.Boolean System.Xml.XmlNodeListChildren/Enumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3130128147 (Enumerator_t97922292 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Enumerator_MoveNext_m3130128147_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)1; RuntimeObject* L_0 = __this->get_parent_0(); NullCheck(L_0); XmlLinkedNode_t1437094927 * L_1 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_0); if (L_1) { goto IL_0019; } } { V_0 = (bool)0; goto IL_0079; } IL_0019: { XmlLinkedNode_t1437094927 * L_2 = __this->get_currentChild_1(); if (L_2) { goto IL_003f; } } { RuntimeObject* L_3 = __this->get_parent_0(); NullCheck(L_3); XmlLinkedNode_t1437094927 * L_4 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_3); NullCheck(L_4); XmlLinkedNode_t1437094927 * L_5 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_4, /*hidden argument*/NULL); __this->set_currentChild_1(L_5); goto IL_0079; } IL_003f: { XmlLinkedNode_t1437094927 * L_6 = __this->get_currentChild_1(); RuntimeObject* L_7 = __this->get_parent_0(); NullCheck(L_7); XmlLinkedNode_t1437094927 * L_8 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, L_7); bool L_9 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0068; } } { V_0 = (bool)0; __this->set_passedLastNode_2((bool)1); goto IL_0079; } IL_0068: { XmlLinkedNode_t1437094927 * L_10 = __this->get_currentChild_1(); NullCheck(L_10); XmlLinkedNode_t1437094927 * L_11 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(L_10, /*hidden argument*/NULL); __this->set_currentChild_1(L_11); } IL_0079: { bool L_12 = V_0; return L_12; } } // System.Void System.Xml.XmlNodeListChildren/Enumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void Enumerator_Reset_m1661354496 (Enumerator_t97922292 * __this, const RuntimeMethod* method) { { __this->set_currentChild_1((XmlLinkedNode_t1437094927 *)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNodeReader::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReader__ctor_m1184441511 (XmlNodeReader_t4064889562 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReader__ctor_m1184441511_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlNode_t3767805227 * L_0 = ___node0; XmlNodeReaderImpl_t2501602067 * L_1 = (XmlNodeReaderImpl_t2501602067 *)il2cpp_codegen_object_new(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var); XmlNodeReaderImpl__ctor_m1389705042(L_1, L_0, /*hidden argument*/NULL); __this->set_source_3(L_1); return; } } // System.Void System.Xml.XmlNodeReader::.ctor(System.Xml.XmlNodeReaderImpl,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReader__ctor_m3612145275 (XmlNodeReader_t4064889562 * __this, XmlNodeReaderImpl_t2501602067 * ___entityContainer0, bool ___insideAttribute1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReader__ctor_m3612145275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlNodeReaderImpl_t2501602067 * L_0 = ___entityContainer0; XmlNodeReaderImpl_t2501602067 * L_1 = (XmlNodeReaderImpl_t2501602067 *)il2cpp_codegen_object_new(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var); XmlNodeReaderImpl__ctor_m2093862827(L_1, L_0, /*hidden argument*/NULL); __this->set_source_3(L_1); bool L_2 = ___insideAttribute1; __this->set_entityInsideAttribute_4(L_2); return; } } // System.Xml.XmlParserContext System.Xml.XmlNodeReader::Mono.Xml.IHasXmlParserContext.get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlNodeReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m2527214030 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m2527214030_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var))); XmlParserContext_t2544895291 * L_1 = InterfaceFuncInvoker0< XmlParserContext_t2544895291 * >::Invoke(0 /* System.Xml.XmlParserContext Mono.Xml.IHasXmlParserContext::get_ParserContext() */, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var))); return L_1; } } // System.String System.Xml.XmlNodeReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4069176408 (XmlNodeReader_t4064889562 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4069176408_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); String_t* L_1 = ___ns0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var))); String_t* L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var)), L_1); return L_2; } } // System.Xml.XmlReader System.Xml.XmlNodeReader::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlNodeReader_get_Current_m3676088178 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { XmlReader_t3121518892 * G_B4_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0026; } } { XmlReader_t3121518892 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_1); if (!L_2) { goto IL_0026; } } { XmlReader_t3121518892 * L_3 = __this->get_entity_2(); G_B4_0 = L_3; goto IL_002c; } IL_0026: { XmlNodeReaderImpl_t2501602067 * L_4 = __this->get_source_3(); G_B4_0 = ((XmlReader_t3121518892 *)(L_4)); } IL_002c: { return G_B4_0; } } // System.Int32 System.Xml.XmlNodeReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReader_get_AttributeCount_m4039343164 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_0); return L_1; } } // System.String System.Xml.XmlNodeReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_get_BaseURI_m3199023789 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlNodeReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_get_CanResolveEntity_m3775647690 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Xml.XmlNodeReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReader_get_Depth_m2398804729 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0036; } } { XmlReader_t3121518892 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0036; } } { XmlNodeReaderImpl_t2501602067 * L_3 = __this->get_source_3(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlNodeReaderImpl::get_Depth() */, L_3); XmlReader_t3121518892 * L_5 = __this->get_entity_2(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_5); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_6)), (int32_t)1)); } IL_0036: { XmlNodeReaderImpl_t2501602067 * L_7 = __this->get_source_3(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlNodeReaderImpl::get_Depth() */, L_7); return L_8; } } // System.Boolean System.Xml.XmlNodeReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_get_EOF_m2890053054 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlNodeReaderImpl_t2501602067 * L_0 = __this->get_source_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlNodeReaderImpl::get_EOF() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlNodeReader::get_HasAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_get_HasAttributes_m2412547458 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlReader::get_HasAttributes() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlNodeReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_get_HasValue_m703872531 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_HasValue() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlNodeReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_get_IsDefault_m4155263088 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlNodeReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_get_IsEmptyElement_m1724206775 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); return L_1; } } // System.String System.Xml.XmlNodeReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_get_LocalName_m1820670531 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); return L_1; } } // System.String System.Xml.XmlNodeReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_get_Name_m916816681 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_0); return L_1; } } // System.String System.Xml.XmlNodeReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_get_NamespaceURI_m3304959931 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); return L_1; } } // System.Xml.XmlNameTable System.Xml.XmlNodeReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlNodeReader_get_NameTable_m1811647375 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlNodeReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReader_get_NodeType_m3629631698 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { int32_t G_B6_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_004e; } } { XmlReader_t3121518892 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_1); if (L_2) { goto IL_002b; } } { XmlNodeReaderImpl_t2501602067 * L_3 = __this->get_source_3(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, L_3); G_B6_0 = ((int32_t)(L_4)); goto IL_004d; } IL_002b: { XmlReader_t3121518892 * L_5 = __this->get_entity_2(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_5); if (!L_6) { goto IL_0042; } } { G_B6_0 = ((int32_t)16); goto IL_004d; } IL_0042: { XmlReader_t3121518892 * L_7 = __this->get_entity_2(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_7); G_B6_0 = ((int32_t)(L_8)); } IL_004d: { return (int32_t)(G_B6_0); } IL_004e: { XmlNodeReaderImpl_t2501602067 * L_9 = __this->get_source_3(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, L_9); return L_10; } } // System.String System.Xml.XmlNodeReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_get_Prefix_m3632683302 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); return L_1; } } // System.Xml.ReadState System.Xml.XmlNodeReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReader_get_ReadState_m3196036367 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_001c; } IL_0011: { XmlNodeReaderImpl_t2501602067 * L_1 = __this->get_source_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlNodeReaderImpl::get_ReadState() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (int32_t)(G_B3_0); } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlNodeReader::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeReader_get_SchemaInfo_m4125862265 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; RuntimeObject* G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001d; } } { XmlReader_t3121518892 * L_1 = __this->get_entity_2(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_1); V_0 = L_2; RuntimeObject* L_3 = V_0; G_B3_0 = L_3; goto IL_0028; } IL_001d: { XmlNodeReaderImpl_t2501602067 * L_4 = __this->get_source_3(); NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlNodeReaderImpl::get_SchemaInfo() */, L_4); G_B3_0 = L_5; } IL_0028: { return G_B3_0; } } // System.String System.Xml.XmlNodeReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_get_Value_m3302214874 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_0); return L_1; } } // System.String System.Xml.XmlNodeReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_get_XmlLang_m3136095656 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_0); return L_1; } } // System.Xml.XmlSpace System.Xml.XmlNodeReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReader_get_XmlSpace_m2228431987 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_0); return L_1; } } // System.Void System.Xml.XmlNodeReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlNodeReader_Close_m1414662472 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0016; } } { XmlReader_t3121518892 * L_1 = __this->get_entity_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_1); } IL_0016: { XmlNodeReaderImpl_t2501602067 * L_2 = __this->get_source_3(); NullCheck(L_2); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlNodeReaderImpl::Close() */, L_2); return; } } // System.String System.Xml.XmlNodeReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_GetAttribute_m1293662707 (XmlNodeReader_t4064889562 * __this, int32_t ___attributeIndex0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); int32_t L_1 = ___attributeIndex0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlNodeReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_GetAttribute_m4026636697 (XmlNodeReader_t4064889562 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlNodeReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_GetAttribute_m1724596960 (XmlNodeReader_t4064889562 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); String_t* L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String System.Xml.XmlNodeReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReader_LookupNamespace_m577205149 (XmlNodeReader_t4064889562 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlNodeReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReader_MoveToAttribute_m1061057206 (XmlNodeReader_t4064889562 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0028; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (!L_1) { goto IL_0028; } } { XmlReader_t3121518892 * L_2 = __this->get_entity_2(); NullCheck(L_2); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_2); __this->set_entity_2((XmlReader_t3121518892 *)NULL); } IL_0028: { XmlReader_t3121518892 * L_3 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); int32_t L_4 = ___i0; NullCheck(L_3); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_3, L_4); __this->set_insideAttribute_5((bool)1); return; } } // System.Boolean System.Xml.XmlNodeReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_MoveToAttribute_m2368722840 (XmlNodeReader_t4064889562 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0023; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_0023; } } { XmlReader_t3121518892 * L_2 = __this->get_entity_2(); String_t* L_3 = ___name0; NullCheck(L_2); bool L_4 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_2, L_3); return L_4; } IL_0023: { XmlNodeReaderImpl_t2501602067 * L_5 = __this->get_source_3(); String_t* L_6 = ___name0; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlNodeReaderImpl::MoveToAttribute(System.String) */, L_5, L_6); if (L_7) { goto IL_0036; } } { return (bool)0; } IL_0036: { XmlReader_t3121518892 * L_8 = __this->get_entity_2(); if (!L_8) { goto IL_005e; } } { bool L_9 = __this->get_entityInsideAttribute_4(); if (!L_9) { goto IL_005e; } } { XmlReader_t3121518892 * L_10 = __this->get_entity_2(); NullCheck(L_10); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_10); __this->set_entity_2((XmlReader_t3121518892 *)NULL); } IL_005e: { __this->set_insideAttribute_5((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlNodeReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_MoveToAttribute_m603132157 (XmlNodeReader_t4064889562 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0024; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_0024; } } { XmlReader_t3121518892 * L_2 = __this->get_entity_2(); String_t* L_3 = ___localName0; String_t* L_4 = ___namespaceURI1; NullCheck(L_2); bool L_5 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_2, L_3, L_4); return L_5; } IL_0024: { XmlNodeReaderImpl_t2501602067 * L_6 = __this->get_source_3(); String_t* L_7 = ___localName0; String_t* L_8 = ___namespaceURI1; NullCheck(L_6); bool L_9 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlNodeReaderImpl::MoveToAttribute(System.String,System.String) */, L_6, L_7, L_8); if (L_9) { goto IL_0038; } } { return (bool)0; } IL_0038: { XmlReader_t3121518892 * L_10 = __this->get_entity_2(); if (!L_10) { goto IL_0060; } } { bool L_11 = __this->get_entityInsideAttribute_4(); if (!L_11) { goto IL_0060; } } { XmlReader_t3121518892 * L_12 = __this->get_entity_2(); NullCheck(L_12); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_12); __this->set_entity_2((XmlReader_t3121518892 *)NULL); } IL_0060: { __this->set_insideAttribute_5((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlNodeReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_MoveToElement_m2892131760 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001d; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (!L_1) { goto IL_001d; } } { __this->set_entity_2((XmlReader_t3121518892 *)NULL); } IL_001d: { XmlReader_t3121518892 * L_2 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_2); if (L_3) { goto IL_002f; } } { return (bool)0; } IL_002f: { __this->set_insideAttribute_5((bool)0); return (bool)1; } } // System.Boolean System.Xml.XmlNodeReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_MoveToFirstAttribute_m1216725796 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0022; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_0022; } } { XmlReader_t3121518892 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_2); return L_3; } IL_0022: { XmlNodeReaderImpl_t2501602067 * L_4 = __this->get_source_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlNodeReaderImpl::MoveToFirstAttribute() */, L_4); if (L_5) { goto IL_0034; } } { return (bool)0; } IL_0034: { XmlReader_t3121518892 * L_6 = __this->get_entity_2(); if (!L_6) { goto IL_005c; } } { bool L_7 = __this->get_entityInsideAttribute_4(); if (!L_7) { goto IL_005c; } } { XmlReader_t3121518892 * L_8 = __this->get_entity_2(); NullCheck(L_8); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_8); __this->set_entity_2((XmlReader_t3121518892 *)NULL); } IL_005c: { __this->set_insideAttribute_5((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlNodeReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_MoveToNextAttribute_m772070738 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0022; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_0022; } } { XmlReader_t3121518892 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_2); return L_3; } IL_0022: { XmlNodeReaderImpl_t2501602067 * L_4 = __this->get_source_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlNodeReaderImpl::MoveToNextAttribute() */, L_4); if (L_5) { goto IL_0034; } } { return (bool)0; } IL_0034: { XmlReader_t3121518892 * L_6 = __this->get_entity_2(); if (!L_6) { goto IL_005c; } } { bool L_7 = __this->get_entityInsideAttribute_4(); if (!L_7) { goto IL_005c; } } { XmlReader_t3121518892 * L_8 = __this->get_entity_2(); NullCheck(L_8); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_8); __this->set_entity_2((XmlReader_t3121518892 *)NULL); } IL_005c: { __this->set_insideAttribute_5((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlNodeReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_Read_m2931735164 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { __this->set_insideAttribute_5((bool)0); XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0034; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_002d; } } { XmlReader_t3121518892 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_2); if (!L_3) { goto IL_0034; } } IL_002d: { __this->set_entity_2((XmlReader_t3121518892 *)NULL); } IL_0034: { XmlReader_t3121518892 * L_4 = __this->get_entity_2(); if (!L_4) { goto IL_004d; } } { XmlReader_t3121518892 * L_5 = __this->get_entity_2(); NullCheck(L_5); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_5); return (bool)1; } IL_004d: { XmlNodeReaderImpl_t2501602067 * L_6 = __this->get_source_3(); NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlNodeReaderImpl::Read() */, L_6); return L_7; } } // System.Boolean System.Xml.XmlNodeReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReader_ReadAttributeValue_m4203141995 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0040; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (!L_1) { goto IL_0040; } } { XmlReader_t3121518892 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_2); if (!L_3) { goto IL_0032; } } { __this->set_entity_2((XmlReader_t3121518892 *)NULL); goto IL_0040; } IL_0032: { XmlReader_t3121518892 * L_4 = __this->get_entity_2(); NullCheck(L_4); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_4); return (bool)1; } IL_0040: { XmlReader_t3121518892 * L_5 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_5); return L_6; } } // System.Void System.Xml.XmlNodeReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlNodeReader_ResolveEntity_m3467304822 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReader_ResolveEntity_m3467304822_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001b; } } { XmlReader_t3121518892 * L_1 = __this->get_entity_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(48 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_1); goto IL_004e; } IL_001b: { XmlNodeReaderImpl_t2501602067 * L_2 = __this->get_source_3(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, L_2); if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_0037; } } { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, _stringLiteral899481384, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlNodeReader_ResolveEntity_m3467304822_RuntimeMethod_var); } IL_0037: { XmlNodeReaderImpl_t2501602067 * L_5 = __this->get_source_3(); bool L_6 = __this->get_insideAttribute_5(); XmlNodeReader_t4064889562 * L_7 = (XmlNodeReader_t4064889562 *)il2cpp_codegen_object_new(XmlNodeReader_t4064889562_il2cpp_TypeInfo_var); XmlNodeReader__ctor_m3612145275(L_7, L_5, L_6, /*hidden argument*/NULL); __this->set_entity_2(L_7); } IL_004e: { return; } } // System.Void System.Xml.XmlNodeReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlNodeReader_Skip_m1861956363 (XmlNodeReader_t4064889562 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001d; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (!L_1) { goto IL_001d; } } { __this->set_entity_2((XmlReader_t3121518892 *)NULL); } IL_001d: { XmlReader_t3121518892 * L_2 = XmlNodeReader_get_Current_m3676088178(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.XmlReader::Skip() */, 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.Void System.Xml.XmlNodeReaderImpl::.ctor(System.Xml.XmlNodeReaderImpl) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReaderImpl__ctor_m2093862827 (XmlNodeReaderImpl_t2501602067 * __this, XmlNodeReaderImpl_t2501602067 * ___entityContainer0, const RuntimeMethod* method) { { XmlNodeReaderImpl_t2501602067 * L_0 = ___entityContainer0; NullCheck(L_0); XmlNode_t3767805227 * L_1 = L_0->get_current_4(); XmlNodeReaderImpl__ctor_m1389705042(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlNodeReaderImpl::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReaderImpl__ctor_m1389705042 (XmlNodeReaderImpl_t2501602067 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl__ctor_m1389705042_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNodeReaderImpl_t2501602067 * G_B2_0 = NULL; XmlNodeReaderImpl_t2501602067 * G_B1_0 = NULL; XmlDocument_t2837193595 * G_B3_0 = NULL; XmlNodeReaderImpl_t2501602067 * G_B3_1 = NULL; { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlNode_t3767805227 * L_0 = ___node0; __this->set_startNode_3(L_0); __this->set_depth_7(0); XmlNode_t3767805227 * L_1 = __this->get_startNode_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); G_B1_0 = __this; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)9))))) { G_B2_0 = __this; goto IL_0037; } } { XmlNode_t3767805227 * L_3 = __this->get_startNode_3(); G_B3_0 = ((XmlDocument_t2837193595 *)IsInstClass((RuntimeObject*)L_3, XmlDocument_t2837193595_il2cpp_TypeInfo_var)); G_B3_1 = G_B1_0; goto IL_0042; } IL_0037: { XmlNode_t3767805227 * L_4 = __this->get_startNode_3(); NullCheck(L_4); XmlDocument_t2837193595 * L_5 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_4); G_B3_0 = L_5; G_B3_1 = G_B2_0; } IL_0042: { NullCheck(G_B3_1); G_B3_1->set_document_2(G_B3_0); XmlNode_t3767805227 * L_6 = ___node0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6); V_0 = L_7; int32_t L_8 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)9)))) { case 0: { goto IL_006f; } case 1: { goto IL_0063; } case 2: { goto IL_006f; } } } IL_0063: { int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)5))) { goto IL_006f; } } { goto IL_007b; } IL_006f: { __this->set_ignoreStartNode_9((bool)1); goto IL_007b; } IL_007b: { return; } } // System.Xml.XmlParserContext System.Xml.XmlNodeReaderImpl::Mono.Xml.IHasXmlParserContext.get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlNodeReaderImpl_Mono_Xml_IHasXmlParserContext_get_ParserContext_m3774157555 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_Mono_Xml_IHasXmlParserContext_get_ParserContext_m3774157555_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNameTable_t71772148 * G_B2_0 = NULL; XmlNameTable_t71772148 * G_B1_0 = NULL; XmlNamespaceManager_t418790500 * G_B3_0 = NULL; XmlNameTable_t71772148 * G_B3_1 = NULL; XmlNamespaceManager_t418790500 * G_B5_0 = NULL; XmlNameTable_t71772148 * G_B5_1 = NULL; XmlNamespaceManager_t418790500 * G_B4_0 = NULL; XmlNameTable_t71772148 * G_B4_1 = NULL; DTDObjectModel_t1729680289 * G_B6_0 = NULL; XmlNamespaceManager_t418790500 * G_B6_1 = NULL; XmlNameTable_t71772148 * G_B6_2 = NULL; DTDObjectModel_t1729680289 * G_B8_0 = NULL; XmlNamespaceManager_t418790500 * G_B8_1 = NULL; XmlNameTable_t71772148 * G_B8_2 = NULL; DTDObjectModel_t1729680289 * G_B7_0 = NULL; XmlNamespaceManager_t418790500 * G_B7_1 = NULL; XmlNameTable_t71772148 * G_B7_2 = NULL; String_t* G_B9_0 = NULL; DTDObjectModel_t1729680289 * G_B9_1 = NULL; XmlNamespaceManager_t418790500 * G_B9_2 = NULL; XmlNameTable_t71772148 * G_B9_3 = NULL; { XmlDocument_t2837193595 * L_0 = __this->get_document_2(); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = XmlDocument_get_NameTable_m3351667098(L_0, /*hidden argument*/NULL); XmlNode_t3767805227 * L_2 = __this->get_current_4(); G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_002b; } } { XmlDocument_t2837193595 * L_3 = __this->get_document_2(); NullCheck(L_3); XmlNameTable_t71772148 * L_4 = XmlDocument_get_NameTable_m3351667098(L_3, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_5 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_5, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0036; } IL_002b: { XmlNode_t3767805227 * L_6 = __this->get_current_4(); NullCheck(L_6); XmlNamespaceManager_t418790500 * L_7 = XmlNode_ConstructNamespaceManager_m473532189(L_6, /*hidden argument*/NULL); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0036: { XmlDocument_t2837193595 * L_8 = __this->get_document_2(); NullCheck(L_8); XmlDocumentType_t4112370061 * L_9 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_8); G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; if (!L_9) { G_B5_0 = G_B3_0; G_B5_1 = G_B3_1; goto IL_005b; } } { XmlDocument_t2837193595 * L_10 = __this->get_document_2(); NullCheck(L_10); XmlDocumentType_t4112370061 * L_11 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_10); NullCheck(L_11); DTDObjectModel_t1729680289 * L_12 = XmlDocumentType_get_DTD_m2297215448(L_11, /*hidden argument*/NULL); G_B6_0 = L_12; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_005c; } IL_005b: { G_B6_0 = ((DTDObjectModel_t1729680289 *)(NULL)); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_005c: { XmlNode_t3767805227 * L_13 = __this->get_current_4(); G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; G_B7_2 = G_B6_2; if (L_13) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; G_B8_2 = G_B6_2; goto IL_0077; } } { XmlDocument_t2837193595 * L_14 = __this->get_document_2(); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlDocument::get_BaseURI() */, L_14); G_B9_0 = L_15; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_0082; } IL_0077: { XmlNode_t3767805227 * L_16 = __this->get_current_4(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_16); G_B9_0 = L_17; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_0082: { String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlNodeReaderImpl::get_XmlLang() */, __this); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlNodeReaderImpl::get_XmlSpace() */, __this); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_20 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); XmlParserContext_t2544895291 * L_21 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m2145142613(L_21, G_B9_3, G_B9_2, G_B9_1, G_B9_0, L_18, L_19, L_20, /*hidden argument*/NULL); return L_21; } } // System.Int32 System.Xml.XmlNodeReaderImpl::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReaderImpl_get_AttributeCount_m4018271306 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; int32_t G_B8_0 = 0; { int32_t L_0 = __this->get_state_6(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000e; } } { return 0; } IL_000e: { bool L_1 = __this->get_isEndElement_8(); if (L_1) { goto IL_0024; } } { XmlNode_t3767805227 * L_2 = __this->get_current_4(); if (L_2) { goto IL_0026; } } IL_0024: { return 0; } IL_0026: { XmlNode_t3767805227 * L_3 = __this->get_ownerLinkedNode_5(); V_0 = L_3; XmlNode_t3767805227 * L_4 = V_0; NullCheck(L_4); XmlAttributeCollection_t2316283784 * L_5 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_4); if (!L_5) { goto IL_0048; } } { XmlNode_t3767805227 * L_6 = V_0; NullCheck(L_6); XmlAttributeCollection_t2316283784 * L_7 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_6); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_7); G_B8_0 = L_8; goto IL_0049; } IL_0048: { G_B8_0 = 0; } IL_0049: { return G_B8_0; } } // System.String System.Xml.XmlNodeReaderImpl::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_get_BaseURI_m2018553622 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_0017; } } { XmlNode_t3767805227 * L_1 = __this->get_startNode_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_1); return L_2; } IL_0017: { XmlNode_t3767805227 * L_3 = __this->get_current_4(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_BaseURI() */, L_3); return L_4; } } // System.Boolean System.Xml.XmlNodeReaderImpl::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_get_CanResolveEntity_m205019930 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Xml.XmlNodeReaderImpl::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReaderImpl_get_Depth_m3659738936 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { int32_t G_B7_0 = 0; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_0011; } } { G_B7_0 = 0; goto IL_0053; } IL_0011: { XmlNode_t3767805227 * L_1 = __this->get_current_4(); XmlNode_t3767805227 * L_2 = __this->get_ownerLinkedNode_5(); if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_1) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_2)))) { goto IL_002d; } } { int32_t L_3 = __this->get_depth_7(); G_B7_0 = L_3; goto IL_0053; } IL_002d: { XmlNode_t3767805227 * L_4 = __this->get_current_4(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_004b; } } { int32_t L_6 = __this->get_depth_7(); G_B7_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); goto IL_0053; } IL_004b: { int32_t L_7 = __this->get_depth_7(); G_B7_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)2)); } IL_0053: { return G_B7_0; } } // System.Boolean System.Xml.XmlNodeReaderImpl::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_get_EOF_m693606662 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_state_6(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0017; } } { int32_t L_1 = __this->get_state_6(); G_B3_0 = ((((int32_t)L_1) == ((int32_t)2))? 1 : 0); goto IL_0018; } IL_0017: { G_B3_0 = 1; } IL_0018: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XmlNodeReaderImpl::get_HasAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_get_HasAttributes_m3626533262 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; { bool L_0 = __this->get_isEndElement_8(); if (L_0) { goto IL_0016; } } { XmlNode_t3767805227 * L_1 = __this->get_current_4(); if (L_1) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { XmlNode_t3767805227 * L_2 = __this->get_ownerLinkedNode_5(); V_0 = L_2; XmlNode_t3767805227 * L_3 = V_0; NullCheck(L_3); XmlAttributeCollection_t2316283784 * L_4 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3); if (!L_4) { goto IL_003a; } } { XmlNode_t3767805227 * L_5 = V_0; NullCheck(L_5); XmlAttributeCollection_t2316283784 * L_6 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_5); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_6); if (L_7) { goto IL_003c; } } IL_003a: { return (bool)0; } IL_003c: { return (bool)1; } } // System.Boolean System.Xml.XmlNodeReaderImpl::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_get_HasValue_m431051532 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_current_4(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)5))) { case 0: { goto IL_005d; } case 1: { goto IL_0051; } case 2: { goto IL_0051; } case 3: { goto IL_0051; } case 4: { goto IL_005d; } case 5: { goto IL_0051; } case 6: { goto IL_005d; } case 7: { goto IL_005d; } case 8: { goto IL_0051; } case 9: { goto IL_0051; } case 10: { goto IL_005d; } case 11: { goto IL_005d; } } } IL_0051: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_005d; } } { goto IL_005f; } IL_005d: { return (bool)0; } IL_005f: { return (bool)1; } } // System.Boolean System.Xml.XmlNodeReaderImpl::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_get_IsDefault_m2504788736 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_get_IsDefault_m2504788736_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_current_4(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0020; } } { return (bool)0; } IL_0020: { XmlNode_t3767805227 * L_3 = __this->get_current_4(); NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); bool L_4 = VirtFuncInvoker0< bool >::Invoke(45 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Xml.XmlNodeReaderImpl::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_get_IsEmptyElement_m918692312 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_get_IsEmptyElement_m918692312_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_current_4(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_002f; } } { XmlNode_t3767805227 * L_3 = __this->get_current_4(); NullCheck(((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_3, XmlElement_t561603118_il2cpp_TypeInfo_var))); bool L_4 = XmlElement_get_IsEmpty_m1188605046(((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_3, XmlElement_t561603118_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } IL_002f: { return (bool)0; } } // System.String System.Xml.XmlNodeReaderImpl::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_get_LocalName_m2284675628 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_get_LocalName_m2284675628_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { XmlNode_t3767805227 * L_2 = __this->get_current_4(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); V_0 = L_3; int32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))) { case 0: { goto IL_005a; } case 1: { goto IL_005a; } case 2: { goto IL_004d; } case 3: { goto IL_004d; } case 4: { goto IL_005a; } case 5: { goto IL_004d; } case 6: { goto IL_005a; } case 7: { goto IL_004d; } case 8: { goto IL_004d; } case 9: { goto IL_005a; } } } IL_004d: { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)17)))) { goto IL_005a; } } { goto IL_0066; } IL_005a: { XmlNode_t3767805227 * L_6 = __this->get_current_4(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlNode::get_LocalName() */, L_6); return L_7; } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_8; } } // System.String System.Xml.XmlNodeReaderImpl::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_get_Name_m273094350 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_get_Name_m273094350_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { XmlNode_t3767805227 * L_2 = __this->get_current_4(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); V_0 = L_3; int32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))) { case 0: { goto IL_005a; } case 1: { goto IL_005a; } case 2: { goto IL_004d; } case 3: { goto IL_004d; } case 4: { goto IL_005a; } case 5: { goto IL_004d; } case 6: { goto IL_005a; } case 7: { goto IL_004d; } case 8: { goto IL_004d; } case 9: { goto IL_005a; } } } IL_004d: { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)17)))) { goto IL_005a; } } { goto IL_0066; } IL_005a: { XmlNode_t3767805227 * L_6 = __this->get_current_4(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_Name() */, L_6); return L_7; } IL_0066: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_8; } } // System.String System.Xml.XmlNodeReaderImpl::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_get_NamespaceURI_m2992493840 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_get_NamespaceURI_m2992493840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { XmlNode_t3767805227 * L_2 = __this->get_current_4(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_2); return L_3; } } // System.Xml.XmlNameTable System.Xml.XmlNodeReaderImpl::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlNodeReaderImpl_get_NameTable_m3488422581 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { XmlDocument_t2837193595 * L_0 = __this->get_document_2(); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = XmlDocument_get_NameTable_m3351667098(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReaderImpl_get_NodeType_m1401316203 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (int32_t)(0); } IL_000d: { bool L_1 = __this->get_isEndElement_8(); if (!L_1) { goto IL_001f; } } { G_B5_0 = ((int32_t)15); goto IL_002a; } IL_001f: { XmlNode_t3767805227 * L_2 = __this->get_current_4(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); G_B5_0 = ((int32_t)(L_3)); } IL_002a: { return (int32_t)(G_B5_0); } } // System.String System.Xml.XmlNodeReaderImpl::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_get_Prefix_m3610441583 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_get_Prefix_m3610441583_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { XmlNode_t3767805227 * L_2 = __this->get_current_4(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XmlNode::get_Prefix() */, L_2); return L_3; } } // System.Xml.ReadState System.Xml.XmlNodeReaderImpl::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReaderImpl_get_ReadState_m905108291 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_6(); return L_0; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlNodeReaderImpl::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeReaderImpl_get_SchemaInfo_m450006748 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; RuntimeObject* G_B3_0 = NULL; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (!L_0) { goto IL_001d; } } { XmlNode_t3767805227 * L_1 = __this->get_current_4(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlNode::get_SchemaInfo() */, L_1); V_0 = L_2; RuntimeObject* L_3 = V_0; G_B3_0 = L_3; goto IL_001e; } IL_001d: { G_B3_0 = ((RuntimeObject*)(NULL)); } IL_001e: { return G_B3_0; } } // System.String System.Xml.XmlNodeReaderImpl::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_get_Value_m3978480925 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_get_Value_m3978480925_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B5_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)10))))) { goto IL_001e; } } { XmlNode_t3767805227 * L_1 = __this->get_current_4(); NullCheck(((XmlDocumentType_t4112370061 *)CastclassClass((RuntimeObject*)L_1, XmlDocumentType_t4112370061_il2cpp_TypeInfo_var))); String_t* L_2 = XmlDocumentType_get_InternalSubset_m105575790(((XmlDocumentType_t4112370061 *)CastclassClass((RuntimeObject*)L_1, XmlDocumentType_t4112370061_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_2; } IL_001e: { bool L_3 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlNodeReaderImpl::get_HasValue() */, __this); if (!L_3) { goto IL_0039; } } { XmlNode_t3767805227 * L_4 = __this->get_current_4(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlNode::get_Value() */, L_4); G_B5_0 = L_5; goto IL_003e; } IL_0039: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B5_0 = L_6; } IL_003e: { return G_B5_0; } } // System.String System.Xml.XmlNodeReaderImpl::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_get_XmlLang_m1496843689 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_0017; } } { XmlNode_t3767805227 * L_1 = __this->get_startNode_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_XmlLang() */, L_1); return L_2; } IL_0017: { XmlNode_t3767805227 * L_3 = __this->get_current_4(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_XmlLang() */, L_3); return L_4; } } // System.Xml.XmlSpace System.Xml.XmlNodeReaderImpl::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeReaderImpl_get_XmlSpace_m1734395387 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_0017; } } { XmlNode_t3767805227 * L_1 = __this->get_startNode_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Xml.XmlSpace System.Xml.XmlNode::get_XmlSpace() */, L_1); return L_2; } IL_0017: { XmlNode_t3767805227 * L_3 = __this->get_current_4(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Xml.XmlSpace System.Xml.XmlNode::get_XmlSpace() */, L_3); return L_4; } } // System.Void System.Xml.XmlNodeReaderImpl::Close() extern "C" IL2CPP_METHOD_ATTR void XmlNodeReaderImpl_Close_m3145115064 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { __this->set_current_4((XmlNode_t3767805227 *)NULL); __this->set_state_6(4); return; } } // System.String System.Xml.XmlNodeReaderImpl::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_GetAttribute_m561603939 (XmlNodeReaderImpl_t2501602067 * __this, int32_t ___attributeIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_GetAttribute_m561603939_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDeclaration_t679870411 * V_0 = NULL; XmlDocumentType_t4112370061 * V_1 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)17))))) { goto IL_00a3; } } { XmlNode_t3767805227 * L_1 = __this->get_current_4(); V_0 = ((XmlDeclaration_t679870411 *)IsInstClass((RuntimeObject*)L_1, XmlDeclaration_t679870411_il2cpp_TypeInfo_var)); int32_t L_2 = ___attributeIndex0; if (L_2) { goto IL_0026; } } { XmlDeclaration_t679870411 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = XmlDeclaration_get_Version_m979887410(L_3, /*hidden argument*/NULL); return L_4; } IL_0026: { int32_t L_5 = ___attributeIndex0; if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_006a; } } { XmlDeclaration_t679870411 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = XmlDeclaration_get_Encoding_m3427069320(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_9 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0049; } } { XmlDeclaration_t679870411 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = XmlDeclaration_get_Encoding_m3427069320(L_10, /*hidden argument*/NULL); return L_11; } IL_0049: { XmlDeclaration_t679870411 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = XmlDeclaration_get_Standalone_m967408221(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0065; } } { XmlDeclaration_t679870411 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = XmlDeclaration_get_Standalone_m967408221(L_16, /*hidden argument*/NULL); return L_17; } IL_0065: { goto IL_0098; } IL_006a: { int32_t L_18 = ___attributeIndex0; if ((!(((uint32_t)L_18) == ((uint32_t)2)))) { goto IL_0098; } } { XmlDeclaration_t679870411 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = XmlDeclaration_get_Encoding_m3427069320(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_22 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0098; } } { XmlDeclaration_t679870411 * L_23 = V_0; NullCheck(L_23); String_t* L_24 = XmlDeclaration_get_Standalone_m967408221(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0098; } } { XmlDeclaration_t679870411 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = XmlDeclaration_get_Standalone_m967408221(L_25, /*hidden argument*/NULL); return L_26; } IL_0098: { ArgumentOutOfRangeException_t777629997 * L_27 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_27, _stringLiteral594777095, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,XmlNodeReaderImpl_GetAttribute_m561603939_RuntimeMethod_var); } IL_00a3: { int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, __this); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)10))))) { goto IL_0142; } } { XmlNode_t3767805227 * L_29 = __this->get_current_4(); V_1 = ((XmlDocumentType_t4112370061 *)IsInstClass((RuntimeObject*)L_29, XmlDocumentType_t4112370061_il2cpp_TypeInfo_var)); int32_t L_30 = ___attributeIndex0; if (L_30) { goto IL_00ff; } } { XmlDocumentType_t4112370061 * L_31 = V_1; NullCheck(L_31); String_t* L_32 = XmlDocumentType_get_PublicId_m3571984252(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_34 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00de; } } { XmlDocumentType_t4112370061 * L_35 = V_1; NullCheck(L_35); String_t* L_36 = XmlDocumentType_get_PublicId_m3571984252(L_35, /*hidden argument*/NULL); return L_36; } IL_00de: { XmlDocumentType_t4112370061 * L_37 = V_1; NullCheck(L_37); String_t* L_38 = XmlDocumentType_get_SystemId_m3515778358(L_37, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_40 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_00fa; } } { XmlDocumentType_t4112370061 * L_41 = V_1; NullCheck(L_41); String_t* L_42 = XmlDocumentType_get_SystemId_m3515778358(L_41, /*hidden argument*/NULL); return L_42; } IL_00fa: { goto IL_0137; } IL_00ff: { int32_t L_43 = ___attributeIndex0; if ((!(((uint32_t)L_43) == ((uint32_t)1)))) { goto IL_0137; } } { XmlDocumentType_t4112370061 * L_44 = V_1; NullCheck(L_44); String_t* L_45 = XmlDocumentType_get_PublicId_m3571984252(L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_47 = String_op_Equality_m920492651(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0137; } } { XmlDocumentType_t4112370061 * L_48 = V_1; NullCheck(L_48); String_t* L_49 = XmlDocumentType_get_SystemId_m3515778358(L_48, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_50 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_51 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_49, L_50, /*hidden argument*/NULL); if (!L_51) { goto IL_0137; } } { XmlDocumentType_t4112370061 * L_52 = V_1; NullCheck(L_52); String_t* L_53 = XmlDocumentType_get_SystemId_m3515778358(L_52, /*hidden argument*/NULL); return L_53; } IL_0137: { ArgumentOutOfRangeException_t777629997 * L_54 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_54, _stringLiteral594777095, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_54,XmlNodeReaderImpl_GetAttribute_m561603939_RuntimeMethod_var); } IL_0142: { bool L_55 = __this->get_isEndElement_8(); if (L_55) { goto IL_0158; } } { XmlNode_t3767805227 * L_56 = __this->get_current_4(); if (L_56) { goto IL_015a; } } IL_0158: { return (String_t*)NULL; } IL_015a: { int32_t L_57 = ___attributeIndex0; if ((((int32_t)L_57) < ((int32_t)0))) { goto IL_016d; } } { int32_t L_58 = ___attributeIndex0; int32_t L_59 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeReaderImpl::get_AttributeCount() */, __this); if ((((int32_t)L_58) <= ((int32_t)L_59))) { goto IL_0178; } } IL_016d: { ArgumentOutOfRangeException_t777629997 * L_60 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_60, _stringLiteral594777095, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,XmlNodeReaderImpl_GetAttribute_m561603939_RuntimeMethod_var); } IL_0178: { XmlNode_t3767805227 * L_61 = __this->get_ownerLinkedNode_5(); NullCheck(L_61); XmlAttributeCollection_t2316283784 * L_62 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_61); int32_t L_63 = ___attributeIndex0; NullCheck(L_62); XmlAttribute_t1173852259 * L_64 = XmlAttributeCollection_get_ItemOf_m2829877268(L_62, L_63, /*hidden argument*/NULL); NullCheck(L_64); String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_64); return L_65; } } // System.String System.Xml.XmlNodeReaderImpl::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_GetAttribute_m2989031193 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___name0, const RuntimeMethod* method) { XmlAttribute_t1173852259 * V_0 = NULL; { bool L_0 = __this->get_isEndElement_8(); if (L_0) { goto IL_0016; } } { XmlNode_t3767805227 * L_1 = __this->get_current_4(); if (L_1) { goto IL_0018; } } IL_0016: { return (String_t*)NULL; } IL_0018: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, __this); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)17))))) { goto IL_002d; } } { String_t* L_3 = ___name0; String_t* L_4 = XmlNodeReaderImpl_GetXmlDeclarationAttribute_m3181105048(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_002d: { int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, __this); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)10))))) { goto IL_0042; } } { String_t* L_6 = ___name0; String_t* L_7 = XmlNodeReaderImpl_GetDocumentTypeAttribute_m2485030097(__this, L_6, /*hidden argument*/NULL); return L_7; } IL_0042: { XmlNode_t3767805227 * L_8 = __this->get_ownerLinkedNode_5(); NullCheck(L_8); XmlAttributeCollection_t2316283784 * L_9 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_8); if (L_9) { goto IL_0054; } } { return (String_t*)NULL; } IL_0054: { XmlNode_t3767805227 * L_10 = __this->get_ownerLinkedNode_5(); NullCheck(L_10); XmlAttributeCollection_t2316283784 * L_11 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_10); String_t* L_12 = ___name0; NullCheck(L_11); XmlAttribute_t1173852259 * L_13 = XmlAttributeCollection_get_ItemOf_m952828905(L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; XmlAttribute_t1173852259 * L_14 = V_0; if (L_14) { goto IL_006e; } } { return (String_t*)NULL; } IL_006e: { XmlAttribute_t1173852259 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_15); return L_16; } } // System.String System.Xml.XmlNodeReaderImpl::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_GetAttribute_m3211955437 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method) { XmlAttribute_t1173852259 * V_0 = NULL; { bool L_0 = __this->get_isEndElement_8(); if (L_0) { goto IL_0016; } } { XmlNode_t3767805227 * L_1 = __this->get_current_4(); if (L_1) { goto IL_0018; } } IL_0016: { return (String_t*)NULL; } IL_0018: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, __this); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)17))))) { goto IL_002d; } } { String_t* L_3 = ___name0; String_t* L_4 = XmlNodeReaderImpl_GetXmlDeclarationAttribute_m3181105048(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_002d: { int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlNodeReaderImpl::get_NodeType() */, __this); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)10))))) { goto IL_0042; } } { String_t* L_6 = ___name0; String_t* L_7 = XmlNodeReaderImpl_GetDocumentTypeAttribute_m2485030097(__this, L_6, /*hidden argument*/NULL); return L_7; } IL_0042: { XmlNode_t3767805227 * L_8 = __this->get_ownerLinkedNode_5(); NullCheck(L_8); XmlAttributeCollection_t2316283784 * L_9 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_8); if (L_9) { goto IL_0054; } } { return (String_t*)NULL; } IL_0054: { XmlNode_t3767805227 * L_10 = __this->get_ownerLinkedNode_5(); NullCheck(L_10); XmlAttributeCollection_t2316283784 * L_11 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_10); String_t* L_12 = ___name0; String_t* L_13 = ___namespaceURI1; NullCheck(L_11); XmlAttribute_t1173852259 * L_14 = XmlAttributeCollection_get_ItemOf_m2608800820(L_11, L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; XmlAttribute_t1173852259 * L_15 = V_0; if (L_15) { goto IL_006f; } } { return (String_t*)NULL; } IL_006f: { XmlAttribute_t1173852259 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_16); return L_17; } } // System.String System.Xml.XmlNodeReaderImpl::GetXmlDeclarationAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_GetXmlDeclarationAttribute_m3181105048 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_GetXmlDeclarationAttribute_m3181105048_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDeclaration_t679870411 * V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; String_t* G_B10_0 = NULL; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); V_0 = ((XmlDeclaration_t679870411 *)IsInstClass((RuntimeObject*)L_0, XmlDeclaration_t679870411_il2cpp_TypeInfo_var)); String_t* L_1 = ___name0; V_1 = L_1; String_t* L_2 = V_1; if (!L_2) { goto IL_00a8; } } { Dictionary_2_t2736202052 * L_3 = ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map34_10(); if (L_3) { goto IL_004f; } } { Dictionary_2_t2736202052 * L_4 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_4, 3, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_4; Dictionary_2_t2736202052 * L_5 = V_2; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral1902401671, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral3002372288, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral2469761506, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map34_10(L_8); } IL_004f: { Dictionary_2_t2736202052 * L_9 = ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map34_10(); String_t* L_10 = V_1; NullCheck(L_9); bool L_11 = Dictionary_2_TryGetValue_m1013208020(L_9, L_10, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_11) { goto IL_00a8; } } { int32_t L_12 = V_3; switch (L_12) { case 0: { goto IL_0078; } case 1: { goto IL_007f; } case 2: { goto IL_00a1; } } } { goto IL_00a8; } IL_0078: { XmlDeclaration_t679870411 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = XmlDeclaration_get_Version_m979887410(L_13, /*hidden argument*/NULL); return L_14; } IL_007f: { XmlDeclaration_t679870411 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = XmlDeclaration_get_Encoding_m3427069320(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_18 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_009f; } } { XmlDeclaration_t679870411 * L_19 = V_0; NullCheck(L_19); String_t* L_20 = XmlDeclaration_get_Encoding_m3427069320(L_19, /*hidden argument*/NULL); G_B10_0 = L_20; goto IL_00a0; } IL_009f: { G_B10_0 = ((String_t*)(NULL)); } IL_00a0: { return G_B10_0; } IL_00a1: { XmlDeclaration_t679870411 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = XmlDeclaration_get_Standalone_m967408221(L_21, /*hidden argument*/NULL); return L_22; } IL_00a8: { return (String_t*)NULL; } } // System.String System.Xml.XmlNodeReaderImpl::GetDocumentTypeAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_GetDocumentTypeAttribute_m2485030097 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_GetDocumentTypeAttribute_m2485030097_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentType_t4112370061 * V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); V_0 = ((XmlDocumentType_t4112370061 *)IsInstClass((RuntimeObject*)L_0, XmlDocumentType_t4112370061_il2cpp_TypeInfo_var)); String_t* L_1 = ___name0; V_1 = L_1; String_t* L_2 = V_1; if (!L_2) { goto IL_0075; } } { Dictionary_2_t2736202052 * L_3 = ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map35_11(); if (L_3) { goto IL_0043; } } { Dictionary_2_t2736202052 * L_4 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_4, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_4; Dictionary_2_t2736202052 * L_5 = V_2; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3984887517, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral3261774195, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map35_11(L_7); } IL_0043: { Dictionary_2_t2736202052 * L_8 = ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map35_11(); String_t* L_9 = V_1; NullCheck(L_8); bool L_10 = Dictionary_2_TryGetValue_m1013208020(L_8, L_9, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_10) { goto IL_0075; } } { int32_t L_11 = V_3; if (!L_11) { goto IL_0067; } } { int32_t L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_006e; } } { goto IL_0075; } IL_0067: { XmlDocumentType_t4112370061 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = XmlDocumentType_get_PublicId_m3571984252(L_13, /*hidden argument*/NULL); return L_14; } IL_006e: { XmlDocumentType_t4112370061 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = XmlDocumentType_get_SystemId_m3515778358(L_15, /*hidden argument*/NULL); return L_16; } IL_0075: { return (String_t*)NULL; } } // System.Xml.XmlElement System.Xml.XmlNodeReaderImpl::GetCurrentElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlNodeReaderImpl_GetCurrentElement_m2799904392 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_GetCurrentElement_m2799904392_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (XmlElement_t561603118 *)NULL; XmlNode_t3767805227 * L_0 = __this->get_current_4(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0069; } case 1: { goto IL_0053; } case 2: { goto IL_007a; } case 3: { goto IL_007a; } case 4: { goto IL_007a; } case 5: { goto IL_0090; } case 6: { goto IL_007a; } case 7: { goto IL_007a; } case 8: { goto IL_0090; } case 9: { goto IL_0090; } case 10: { goto IL_0090; } case 11: { goto IL_0090; } case 12: { goto IL_007a; } case 13: { goto IL_007a; } } } { goto IL_0090; } IL_0053: { XmlNode_t3767805227 * L_3 = __this->get_current_4(); NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_4 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); V_0 = L_4; goto IL_0090; } IL_0069: { XmlNode_t3767805227 * L_5 = __this->get_current_4(); V_0 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0090; } IL_007a: { XmlNode_t3767805227 * L_6 = __this->get_current_4(); NullCheck(L_6); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_7, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0090; } IL_0090: { XmlElement_t561603118 * L_8 = V_0; return L_8; } } // System.String System.Xml.XmlNodeReaderImpl::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_LookupNamespace_m3455444043 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_LookupNamespace_m3455444043_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; int32_t V_1 = 0; XmlAttribute_t1173852259 * V_2 = NULL; String_t* V_3 = NULL; Dictionary_2_t2736202052 * V_4 = NULL; int32_t V_5 = 0; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { XmlElement_t561603118 * L_1 = XmlNodeReaderImpl_GetCurrentElement_m2799904392(__this, /*hidden argument*/NULL); V_0 = L_1; goto IL_00b6; } IL_0019: { V_1 = 0; goto IL_0099; } IL_0020: { XmlElement_t561603118 * L_2 = V_0; NullCheck(L_2); XmlAttributeCollection_t2316283784 * L_3 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_2); int32_t L_4 = V_1; NullCheck(L_3); XmlAttribute_t1173852259 * L_5 = XmlAttributeCollection_get_ItemOf_m2829877268(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; XmlAttribute_t1173852259 * L_6 = V_2; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_7, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_8) { goto IL_0047; } } { goto IL_0095; } IL_0047: { String_t* L_9 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0078; } } { XmlAttribute_t1173852259 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XmlAttribute::get_Prefix() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0073; } } { XmlAttribute_t1173852259 * L_16 = V_2; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_16); return L_17; } IL_0073: { goto IL_0090; } IL_0078: { XmlAttribute_t1173852259 * L_18 = V_2; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_18); String_t* L_20 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_21 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_0090; } } { XmlAttribute_t1173852259 * L_22 = V_2; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_22); return L_23; } IL_0090: { goto IL_0095; } IL_0095: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0099: { int32_t L_25 = V_1; XmlElement_t561603118 * L_26 = V_0; NullCheck(L_26); XmlAttributeCollection_t2316283784 * L_27 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_26); NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_27); if ((((int32_t)L_25) < ((int32_t)L_28))) { goto IL_0020; } } { XmlElement_t561603118 * L_29 = V_0; NullCheck(L_29); XmlNode_t3767805227 * L_30 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() */, L_29); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_30, XmlElement_t561603118_il2cpp_TypeInfo_var)); } IL_00b6: { XmlElement_t561603118 * L_31 = V_0; if (L_31) { goto IL_0019; } } { String_t* L_32 = ___prefix0; V_3 = L_32; String_t* L_33 = V_3; if (!L_33) { goto IL_0129; } } { Dictionary_2_t2736202052 * L_34 = ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map36_12(); if (L_34) { goto IL_00f7; } } { Dictionary_2_t2736202052 * L_35 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_35, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_4 = L_35; Dictionary_2_t2736202052 * L_36 = V_4; NullCheck(L_36); Dictionary_2_Add_m282647386(L_36, _stringLiteral2909972470, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_37 = V_4; NullCheck(L_37); Dictionary_2_Add_m282647386(L_37, _stringLiteral3929236445, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_38 = V_4; ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map36_12(L_38); } IL_00f7: { Dictionary_2_t2736202052 * L_39 = ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map36_12(); String_t* L_40 = V_3; NullCheck(L_39); bool L_41 = Dictionary_2_TryGetValue_m1013208020(L_39, L_40, (&V_5), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_41) { goto IL_0129; } } { int32_t L_42 = V_5; if (!L_42) { goto IL_011d; } } { int32_t L_43 = V_5; if ((((int32_t)L_43) == ((int32_t)1))) { goto IL_0123; } } { goto IL_0129; } IL_011d: { return _stringLiteral2984480440; } IL_0123: { return _stringLiteral2829469855; } IL_0129: { return (String_t*)NULL; } } // System.String System.Xml.XmlNodeReaderImpl::LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_LookupPrefix_m925549531 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___ns0, const RuntimeMethod* method) { { String_t* L_0 = ___ns0; String_t* L_1 = XmlNodeReaderImpl_LookupPrefix_m2122107569(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlNodeReaderImpl::LookupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNodeReaderImpl_LookupPrefix_m2122107569 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___ns0, bool ___atomizedNames1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_LookupPrefix_m2122107569_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; int32_t V_1 = 0; XmlAttribute_t1173852259 * V_2 = NULL; String_t* V_3 = NULL; Dictionary_2_t2736202052 * V_4 = NULL; int32_t V_5 = 0; String_t* G_B11_0 = NULL; String_t* G_B19_0 = NULL; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { XmlElement_t561603118 * L_1 = XmlNodeReaderImpl_GetCurrentElement_m2799904392(__this, /*hidden argument*/NULL); V_0 = L_1; goto IL_00fb; } IL_0019: { V_1 = 0; goto IL_00de; } IL_0020: { XmlElement_t561603118 * L_2 = V_0; NullCheck(L_2); XmlAttributeCollection_t2316283784 * L_3 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_2); int32_t L_4 = V_1; NullCheck(L_3); XmlAttribute_t1173852259 * L_5 = XmlAttributeCollection_get_ItemOf_m2829877268(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; bool L_6 = ___atomizedNames1; if (!L_6) { goto IL_0089; } } { XmlAttribute_t1173852259 * L_7 = V_2; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_7); bool L_9 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_8, _stringLiteral2829469855, /*hidden argument*/NULL); if (L_9) { goto IL_004d; } } { goto IL_00da; } IL_004d: { XmlAttribute_t1173852259 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_10); String_t* L_12 = ___ns0; bool L_13 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0084; } } { XmlAttribute_t1173852259 * L_14 = V_2; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XmlAttribute::get_Prefix() */, L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_17 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_007e; } } { XmlAttribute_t1173852259 * L_18 = V_2; NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_18); G_B11_0 = L_19; goto IL_0083; } IL_007e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B11_0 = L_20; } IL_0083: { return G_B11_0; } IL_0084: { goto IL_00da; } IL_0089: { XmlAttribute_t1173852259 * L_21 = V_2; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_22, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_23) { goto IL_00a3; } } { goto IL_00da; } IL_00a3: { XmlAttribute_t1173852259 * L_24 = V_2; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_24); String_t* L_26 = ___ns0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Equality_m920492651(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00da; } } { XmlAttribute_t1173852259 * L_28 = V_2; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XmlAttribute::get_Prefix() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_31 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00d4; } } { XmlAttribute_t1173852259 * L_32 = V_2; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_32); G_B19_0 = L_33; goto IL_00d9; } IL_00d4: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B19_0 = L_34; } IL_00d9: { return G_B19_0; } IL_00da: { int32_t L_35 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00de: { int32_t L_36 = V_1; XmlElement_t561603118 * L_37 = V_0; NullCheck(L_37); XmlAttributeCollection_t2316283784 * L_38 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_37); NullCheck(L_38); int32_t L_39 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_38); if ((((int32_t)L_36) < ((int32_t)L_39))) { goto IL_0020; } } { XmlElement_t561603118 * L_40 = V_0; NullCheck(L_40); XmlNode_t3767805227 * L_41 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() */, L_40); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_41, XmlElement_t561603118_il2cpp_TypeInfo_var)); } IL_00fb: { XmlElement_t561603118 * L_42 = V_0; if (L_42) { goto IL_0019; } } { String_t* L_43 = ___ns0; V_3 = L_43; String_t* L_44 = V_3; if (!L_44) { goto IL_016e; } } { Dictionary_2_t2736202052 * L_45 = ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map37_13(); if (L_45) { goto IL_013c; } } { Dictionary_2_t2736202052 * L_46 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_46, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_4 = L_46; Dictionary_2_t2736202052 * L_47 = V_4; NullCheck(L_47); Dictionary_2_Add_m282647386(L_47, _stringLiteral2984480440, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_48 = V_4; NullCheck(L_48); Dictionary_2_Add_m282647386(L_48, _stringLiteral2829469855, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_49 = V_4; ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map37_13(L_49); } IL_013c: { Dictionary_2_t2736202052 * L_50 = ((XmlNodeReaderImpl_t2501602067_StaticFields*)il2cpp_codegen_static_fields_for(XmlNodeReaderImpl_t2501602067_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map37_13(); String_t* L_51 = V_3; NullCheck(L_50); bool L_52 = Dictionary_2_TryGetValue_m1013208020(L_50, L_51, (&V_5), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_52) { goto IL_016e; } } { int32_t L_53 = V_5; if (!L_53) { goto IL_0162; } } { int32_t L_54 = V_5; if ((((int32_t)L_54) == ((int32_t)1))) { goto IL_0168; } } { goto IL_016e; } IL_0162: { return _stringLiteral2909972470; } IL_0168: { return _stringLiteral3929236445; } IL_016e: { return (String_t*)NULL; } } // System.Void System.Xml.XmlNodeReaderImpl::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlNodeReaderImpl_MoveToAttribute_m51730341 (XmlNodeReaderImpl_t2501602067 * __this, int32_t ___attributeIndex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_MoveToAttribute_m51730341_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_isEndElement_8(); if (L_0) { goto IL_001e; } } { int32_t L_1 = ___attributeIndex0; if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_001e; } } { int32_t L_2 = ___attributeIndex0; int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeReaderImpl::get_AttributeCount() */, __this); if ((((int32_t)L_2) <= ((int32_t)L_3))) { goto IL_0024; } } IL_001e: { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlNodeReaderImpl_MoveToAttribute_m51730341_RuntimeMethod_var); } IL_0024: { __this->set_state_6(1); XmlNode_t3767805227 * L_5 = __this->get_ownerLinkedNode_5(); NullCheck(L_5); XmlAttributeCollection_t2316283784 * L_6 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_5); int32_t L_7 = ___attributeIndex0; NullCheck(L_6); XmlAttribute_t1173852259 * L_8 = XmlAttributeCollection_get_ItemOf_m2829877268(L_6, L_7, /*hidden argument*/NULL); __this->set_current_4(L_8); return; } } // System.Boolean System.Xml.XmlNodeReaderImpl::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_MoveToAttribute_m4242917087 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___name0, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; XmlAttribute_t1173852259 * V_1 = NULL; { bool L_0 = __this->get_isEndElement_8(); if (L_0) { goto IL_0016; } } { XmlNode_t3767805227 * L_1 = __this->get_current_4(); if (L_1) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { XmlNode_t3767805227 * L_2 = __this->get_current_4(); V_0 = L_2; XmlNode_t3767805227 * L_3 = __this->get_current_4(); NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0046; } } { XmlNode_t3767805227 * L_6 = __this->get_current_4(); NullCheck(L_6); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); __this->set_current_4(L_7); } IL_0046: { XmlNode_t3767805227 * L_8 = __this->get_ownerLinkedNode_5(); NullCheck(L_8); XmlAttributeCollection_t2316283784 * L_9 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_8); if (L_9) { goto IL_0058; } } { return (bool)0; } IL_0058: { XmlNode_t3767805227 * L_10 = __this->get_ownerLinkedNode_5(); NullCheck(L_10); XmlAttributeCollection_t2316283784 * L_11 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_10); String_t* L_12 = ___name0; NullCheck(L_11); XmlAttribute_t1173852259 * L_13 = XmlAttributeCollection_get_ItemOf_m952828905(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; XmlAttribute_t1173852259 * L_14 = V_1; if (L_14) { goto IL_0079; } } { XmlNode_t3767805227 * L_15 = V_0; __this->set_current_4(L_15); return (bool)0; } IL_0079: { XmlAttribute_t1173852259 * L_16 = V_1; __this->set_current_4(L_16); return (bool)1; } } // System.Boolean System.Xml.XmlNodeReaderImpl::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_MoveToAttribute_m3107842275 (XmlNodeReaderImpl_t2501602067 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method) { XmlAttribute_t1173852259 * V_0 = NULL; { bool L_0 = __this->get_isEndElement_8(); if (L_0) { goto IL_0016; } } { XmlNode_t3767805227 * L_1 = __this->get_current_4(); if (L_1) { goto IL_0018; } } IL_0016: { return (bool)0; } IL_0018: { XmlNode_t3767805227 * L_2 = __this->get_ownerLinkedNode_5(); NullCheck(L_2); XmlAttributeCollection_t2316283784 * L_3 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_2); if (L_3) { goto IL_002a; } } { return (bool)0; } IL_002a: { XmlNode_t3767805227 * L_4 = __this->get_ownerLinkedNode_5(); NullCheck(L_4); XmlAttributeCollection_t2316283784 * L_5 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_4); String_t* L_6 = ___name0; String_t* L_7 = ___namespaceURI1; NullCheck(L_5); XmlAttribute_t1173852259 * L_8 = XmlAttributeCollection_get_ItemOf_m2608800820(L_5, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; XmlAttribute_t1173852259 * L_9 = V_0; if (L_9) { goto IL_0045; } } { return (bool)0; } IL_0045: { XmlAttribute_t1173852259 * L_10 = V_0; __this->set_current_4(L_10); return (bool)1; } } // System.Boolean System.Xml.XmlNodeReaderImpl::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_MoveToElement_m3176092954 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_ownerLinkedNode_5(); V_0 = L_1; XmlNode_t3767805227 * L_2 = __this->get_current_4(); XmlNode_t3767805227 * L_3 = V_0; if ((((RuntimeObject*)(XmlNode_t3767805227 *)L_2) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_3))) { goto IL_0029; } } { XmlNode_t3767805227 * L_4 = V_0; __this->set_current_4(L_4); return (bool)1; } IL_0029: { return (bool)0; } } // System.Boolean System.Xml.XmlNodeReaderImpl::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_MoveToFirstAttribute_m4082259561 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_ownerLinkedNode_5(); NullCheck(L_1); XmlAttributeCollection_t2316283784 * L_2 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); if (L_2) { goto IL_001f; } } { return (bool)0; } IL_001f: { XmlNode_t3767805227 * L_3 = __this->get_ownerLinkedNode_5(); NullCheck(L_3); XmlAttributeCollection_t2316283784 * L_4 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_3); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_4); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_004e; } } { XmlNode_t3767805227 * L_6 = __this->get_ownerLinkedNode_5(); NullCheck(L_6); XmlAttributeCollection_t2316283784 * L_7 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_6); NullCheck(L_7); XmlAttribute_t1173852259 * L_8 = XmlAttributeCollection_get_ItemOf_m2829877268(L_7, 0, /*hidden argument*/NULL); __this->set_current_4(L_8); return (bool)1; } IL_004e: { return (bool)0; } } // System.Boolean System.Xml.XmlNodeReaderImpl::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_MoveToNextAttribute_m698352324 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_MoveToNextAttribute_m698352324_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; XmlAttributeCollection_t2316283784 * V_1 = NULL; int32_t V_2 = 0; XmlAttribute_t1173852259 * V_3 = NULL; { XmlNode_t3767805227 * L_0 = __this->get_current_4(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_current_4(); V_0 = L_1; XmlNode_t3767805227 * L_2 = __this->get_current_4(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_005e; } } { XmlNode_t3767805227 * L_4 = __this->get_current_4(); NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_4); if (!L_5) { goto IL_004b; } } { XmlNode_t3767805227 * L_6 = __this->get_current_4(); NullCheck(L_6); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_7); if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_0052; } } IL_004b: { bool L_9 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlNodeReaderImpl::MoveToFirstAttribute() */, __this); return L_9; } IL_0052: { XmlNode_t3767805227 * L_10 = __this->get_current_4(); NullCheck(L_10); XmlNode_t3767805227 * L_11 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_10); V_0 = L_11; } IL_005e: { XmlNode_t3767805227 * L_12 = V_0; NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_12, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_13 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_12, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); NullCheck(L_13); XmlAttributeCollection_t2316283784 * L_14 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_13); V_1 = L_14; V_2 = 0; goto IL_00aa; } IL_0076: { XmlAttributeCollection_t2316283784 * L_15 = V_1; int32_t L_16 = V_2; NullCheck(L_15); XmlAttribute_t1173852259 * L_17 = XmlAttributeCollection_get_ItemOf_m2829877268(L_15, L_16, /*hidden argument*/NULL); V_3 = L_17; XmlAttribute_t1173852259 * L_18 = V_3; XmlNode_t3767805227 * L_19 = V_0; if ((!(((RuntimeObject*)(XmlAttribute_t1173852259 *)L_18) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_19)))) { goto IL_00a6; } } { int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); int32_t L_21 = V_2; XmlAttributeCollection_t2316283784 * L_22 = V_1; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_22); if ((!(((uint32_t)L_21) == ((uint32_t)L_23)))) { goto IL_0097; } } { return (bool)0; } IL_0097: { XmlAttributeCollection_t2316283784 * L_24 = V_1; int32_t L_25 = V_2; NullCheck(L_24); XmlAttribute_t1173852259 * L_26 = XmlAttributeCollection_get_ItemOf_m2829877268(L_24, L_25, /*hidden argument*/NULL); __this->set_current_4(L_26); return (bool)1; } IL_00a6: { int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00aa: { int32_t L_28 = V_2; XmlAttributeCollection_t2316283784 * L_29 = V_1; NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_29); if ((((int32_t)L_28) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))))) { goto IL_0076; } } { return (bool)0; } } // System.Boolean System.Xml.XmlNodeReaderImpl::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_Read_m2312752228 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { int32_t L_0 = __this->get_state_6(); V_1 = L_0; int32_t L_1 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)2))) { case 0: { goto IL_0020; } case 1: { goto IL_0020; } case 2: { goto IL_0020; } } } { goto IL_0022; } IL_0020: { return (bool)0; } IL_0022: { XmlReaderBinarySupport_t1809665003 * L_2 = XmlReader_get_Binary_m3370719164(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0038; } } { XmlReaderBinarySupport_t1809665003 * L_3 = XmlReader_get_Binary_m3370719164(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlReaderBinarySupport_Reset_m4149730773(L_3, /*hidden argument*/NULL); } IL_0038: { bool L_4 = XmlNodeReaderImpl_ReadContent_m468431852(__this, /*hidden argument*/NULL); V_0 = L_4; XmlNode_t3767805227 * L_5 = __this->get_current_4(); __this->set_ownerLinkedNode_5(L_5); bool L_6 = V_0; return L_6; } } // System.Boolean System.Xml.XmlNodeReaderImpl::ReadContent() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_ReadContent_m468431852 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; XmlNode_t3767805227 * G_B10_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlNodeReaderImpl::get_ReadState() */, __this); if (L_0) { goto IL_0050; } } { XmlNode_t3767805227 * L_1 = __this->get_startNode_3(); __this->set_current_4(L_1); __this->set_state_6(1); bool L_2 = __this->get_ignoreStartNode_9(); if (!L_2) { goto IL_003a; } } { XmlNode_t3767805227 * L_3 = __this->get_startNode_3(); NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_3); __this->set_current_4(L_4); } IL_003a: { XmlNode_t3767805227 * L_5 = __this->get_current_4(); if (L_5) { goto IL_004e; } } { __this->set_state_6(2); return (bool)0; } IL_004e: { return (bool)1; } IL_0050: { VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlNodeReaderImpl::MoveToElement() */, __this); bool L_6 = __this->get_isEndElement_8(); if (L_6) { goto IL_0083; } } { XmlNode_t3767805227 * L_7 = __this->get_current_4(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_7); if ((((int32_t)L_8) == ((int32_t)5))) { goto IL_0083; } } { XmlNode_t3767805227 * L_9 = __this->get_current_4(); NullCheck(L_9); XmlNode_t3767805227 * L_10 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_9); G_B10_0 = L_10; goto IL_0084; } IL_0083: { G_B10_0 = ((XmlNode_t3767805227 *)(NULL)); } IL_0084: { V_0 = G_B10_0; XmlNode_t3767805227 * L_11 = V_0; if (!L_11) { goto IL_00a9; } } { __this->set_isEndElement_8((bool)0); XmlNode_t3767805227 * L_12 = V_0; __this->set_current_4(L_12); int32_t L_13 = __this->get_depth_7(); __this->set_depth_7(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); return (bool)1; } IL_00a9: { XmlNode_t3767805227 * L_14 = __this->get_current_4(); XmlNode_t3767805227 * L_15 = __this->get_startNode_3(); if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_14) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_15)))) { goto IL_00f0; } } { bool L_16 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlNodeReaderImpl::get_IsEmptyElement() */, __this); if (L_16) { goto IL_00d0; } } { bool L_17 = __this->get_isEndElement_8(); if (!L_17) { goto IL_00e7; } } IL_00d0: { __this->set_isEndElement_8((bool)0); __this->set_current_4((XmlNode_t3767805227 *)NULL); __this->set_state_6(3); return (bool)0; } IL_00e7: { __this->set_isEndElement_8((bool)1); return (bool)1; } IL_00f0: { bool L_18 = __this->get_isEndElement_8(); if (L_18) { goto IL_0120; } } { bool L_19 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlNodeReaderImpl::get_IsEmptyElement() */, __this); if (L_19) { goto IL_0120; } } { XmlNode_t3767805227 * L_20 = __this->get_current_4(); NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_20); if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_0120; } } { __this->set_isEndElement_8((bool)1); return (bool)1; } IL_0120: { XmlNode_t3767805227 * L_22 = __this->get_current_4(); NullCheck(L_22); XmlNode_t3767805227 * L_23 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_22); V_1 = L_23; XmlNode_t3767805227 * L_24 = V_1; if (!L_24) { goto IL_0142; } } { __this->set_isEndElement_8((bool)0); XmlNode_t3767805227 * L_25 = V_1; __this->set_current_4(L_25); return (bool)1; } IL_0142: { XmlNode_t3767805227 * L_26 = __this->get_current_4(); NullCheck(L_26); XmlNode_t3767805227 * L_27 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_26); V_2 = L_27; XmlNode_t3767805227 * L_28 = V_2; if (!L_28) { goto IL_016b; } } { XmlNode_t3767805227 * L_29 = V_2; XmlNode_t3767805227 * L_30 = __this->get_startNode_3(); if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_29) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_30)))) { goto IL_0182; } } { bool L_31 = __this->get_ignoreStartNode_9(); if (!L_31) { goto IL_0182; } } IL_016b: { __this->set_isEndElement_8((bool)0); __this->set_current_4((XmlNode_t3767805227 *)NULL); __this->set_state_6(3); return (bool)0; } IL_0182: { XmlNode_t3767805227 * L_32 = V_2; __this->set_current_4(L_32); int32_t L_33 = __this->get_depth_7(); __this->set_depth_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1))); __this->set_isEndElement_8((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlNodeReaderImpl::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlNodeReaderImpl_ReadAttributeValue_m4083554131 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get_current_4(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0036; } } { XmlNode_t3767805227 * L_2 = __this->get_current_4(); NullCheck(L_2); XmlNode_t3767805227 * L_3 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_2); if (L_3) { goto IL_0023; } } { return (bool)0; } IL_0023: { XmlNode_t3767805227 * L_4 = __this->get_current_4(); NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_4); __this->set_current_4(L_5); return (bool)1; } IL_0036: { XmlNode_t3767805227 * L_6 = __this->get_current_4(); NullCheck(L_6); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_6); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_7); if ((!(((uint32_t)L_8) == ((uint32_t)2)))) { goto IL_0071; } } { XmlNode_t3767805227 * L_9 = __this->get_current_4(); NullCheck(L_9); XmlNode_t3767805227 * L_10 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_9); if (L_10) { goto IL_005e; } } { return (bool)0; } IL_005e: { XmlNode_t3767805227 * L_11 = __this->get_current_4(); NullCheck(L_11); XmlNode_t3767805227 * L_12 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_11); __this->set_current_4(L_12); return (bool)1; } IL_0071: { return (bool)0; } } // System.Void System.Xml.XmlNodeReaderImpl::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlNodeReaderImpl_ResolveEntity_m3342487656 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeReaderImpl_ResolveEntity_m3342487656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_0, _stringLiteral731907236, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlNodeReaderImpl_ResolveEntity_m3342487656_RuntimeMethod_var); } } // System.Void System.Xml.XmlNodeReaderImpl::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlNodeReaderImpl_Skip_m1271605537 (XmlNodeReaderImpl_t2501602067 * __this, const RuntimeMethod* method) { { XmlReader_Skip_m2445993341(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNotation::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNotation__ctor_m1743872963 (XmlNotation_t1476580686 * __this, String_t* ___localName0, String_t* ___prefix1, String_t* ___publicId2, String_t* ___systemId3, XmlDocument_t2837193595 * ___doc4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNotation__ctor_m1743872963_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = ___doc4; IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); XmlNode__ctor_m2694942411(__this, L_0, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_1 = ___doc4; NullCheck(L_1); XmlNameTable_t71772148 * L_2 = XmlDocument_get_NameTable_m3351667098(L_1, /*hidden argument*/NULL); String_t* L_3 = ___localName0; NullCheck(L_2); String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_2, L_3); __this->set_localName_5(L_4); XmlDocument_t2837193595 * L_5 = ___doc4; NullCheck(L_5); XmlNameTable_t71772148 * L_6 = XmlDocument_get_NameTable_m3351667098(L_5, /*hidden argument*/NULL); String_t* L_7 = ___prefix1; NullCheck(L_6); String_t* L_8 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, L_7); __this->set_prefix_8(L_8); String_t* L_9 = ___publicId2; __this->set_publicId_6(L_9); String_t* L_10 = ___systemId3; __this->set_systemId_7(L_10); return; } } // System.Void System.Xml.XmlNotation::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlNotation_set_InnerXml_m71994376 (XmlNotation_t1476580686 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNotation_set_InnerXml_m71994376_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_0, _stringLiteral3117374684, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlNotation_set_InnerXml_m71994376_RuntimeMethod_var); } } // System.Boolean System.Xml.XmlNotation::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlNotation_get_IsReadOnly_m2678663317 (XmlNotation_t1476580686 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.Xml.XmlNotation::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNotation_get_LocalName_m3137172851 (XmlNotation_t1476580686 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_5(); return L_0; } } // System.String System.Xml.XmlNotation::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNotation_get_Name_m3496767814 (XmlNotation_t1476580686 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNotation_get_Name_m3496767814_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { String_t* L_0 = __this->get_prefix_8(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_2 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0030; } } { String_t* L_3 = __this->get_prefix_8(); String_t* L_4 = __this->get_localName_5(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3755062657(NULL /*static, unused*/, L_3, _stringLiteral3452614550, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_0036; } IL_0030: { String_t* L_6 = __this->get_localName_5(); G_B3_0 = L_6; } IL_0036: { return G_B3_0; } } // System.Xml.XmlNodeType System.Xml.XmlNotation::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNotation_get_NodeType_m3459874412 (XmlNotation_t1476580686 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Xml.XmlNode System.Xml.XmlNotation::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNotation_CloneNode_m141780236 (XmlNotation_t1476580686 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNotation_CloneNode_m141780236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_0, _stringLiteral3117374684, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlNotation_CloneNode_m141780236_RuntimeMethod_var); } } // System.Void System.Xml.XmlNotation::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlNotation_WriteContentTo_m2460488720 (XmlNotation_t1476580686 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlNotation::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlNotation_WriteTo_m3376102667 (XmlNotation_t1476580686 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { 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.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.Xml.XmlSpace) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m52393894 (XmlParserContext_t2544895291 * __this, XmlNameTable_t71772148 * ___nt0, XmlNamespaceManager_t418790500 * ___nsMgr1, String_t* ___xmlLang2, int32_t ___xmlSpace3, const RuntimeMethod* method) { { XmlNameTable_t71772148 * L_0 = ___nt0; XmlNamespaceManager_t418790500 * L_1 = ___nsMgr1; String_t* L_2 = ___xmlLang2; int32_t L_3 = ___xmlSpace3; XmlParserContext__ctor_m1245162613(__this, L_0, L_1, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, L_2, L_3, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.String,System.String,System.String,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m1245162613 (XmlParserContext_t2544895291 * __this, XmlNameTable_t71772148 * ___nt0, XmlNamespaceManager_t418790500 * ___nsMgr1, String_t* ___docTypeName2, String_t* ___pubId3, String_t* ___sysId4, String_t* ___internalSubset5, String_t* ___baseURI6, String_t* ___xmlLang7, int32_t ___xmlSpace8, Encoding_t1523322056 * ___enc9, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext__ctor_m1245162613_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNamespaceManager_t418790500 * G_B3_0 = NULL; XmlNameTable_t71772148 * G_B3_1 = NULL; XmlParserContext_t2544895291 * G_B3_2 = NULL; XmlNamespaceManager_t418790500 * G_B1_0 = NULL; XmlNameTable_t71772148 * G_B1_1 = NULL; XmlParserContext_t2544895291 * G_B1_2 = NULL; XmlNamespaceManager_t418790500 * G_B2_0 = NULL; XmlNameTable_t71772148 * G_B2_1 = NULL; XmlParserContext_t2544895291 * G_B2_2 = NULL; DTDObjectModel_t1729680289 * G_B4_0 = NULL; XmlNamespaceManager_t418790500 * G_B4_1 = NULL; XmlNameTable_t71772148 * G_B4_2 = NULL; XmlParserContext_t2544895291 * G_B4_3 = NULL; { XmlNameTable_t71772148 * L_0 = ___nt0; XmlNamespaceManager_t418790500 * L_1 = ___nsMgr1; String_t* L_2 = ___docTypeName2; G_B1_0 = L_1; G_B1_1 = L_0; G_B1_2 = __this; if (!L_2) { G_B3_0 = L_1; G_B3_1 = L_0; G_B3_2 = __this; goto IL_0035; } } { String_t* L_3 = ___docTypeName2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); G_B2_0 = G_B1_0; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; if (!L_5) { G_B3_0 = G_B1_0; G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; goto IL_0035; } } { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader_t283511965 * L_6 = ((TextReader_t283511965_StaticFields*)il2cpp_codegen_static_fields_for(TextReader_t283511965_il2cpp_TypeInfo_var))->get_Null_1(); XmlNameTable_t71772148 * L_7 = ___nt0; XmlTextReader_t3455035481 * L_8 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m3591085177(L_8, L_6, L_7, /*hidden argument*/NULL); String_t* L_9 = ___docTypeName2; String_t* L_10 = ___pubId3; String_t* L_11 = ___sysId4; String_t* L_12 = ___internalSubset5; NullCheck(L_8); DTDObjectModel_t1729680289 * L_13 = XmlTextReader_GenerateDTDObjectModel_m1291768325(L_8, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); G_B4_0 = L_13; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; G_B4_3 = G_B2_2; goto IL_0036; } IL_0035: { G_B4_0 = ((DTDObjectModel_t1729680289 *)(NULL)); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; G_B4_3 = G_B3_2; } IL_0036: { String_t* L_14 = ___baseURI6; String_t* L_15 = ___xmlLang7; int32_t L_16 = ___xmlSpace8; Encoding_t1523322056 * L_17 = ___enc9; NullCheck(G_B4_3); XmlParserContext__ctor_m2145142613(G_B4_3, G_B4_2, G_B4_1, G_B4_0, L_14, L_15, L_16, L_17, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,Mono.Xml.DTDObjectModel,System.String,System.String,System.Xml.XmlSpace,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m2145142613 (XmlParserContext_t2544895291 * __this, XmlNameTable_t71772148 * ___nt0, XmlNamespaceManager_t418790500 * ___nsMgr1, DTDObjectModel_t1729680289 * ___dtd2, String_t* ___baseURI3, String_t* ___xmlLang4, int32_t ___xmlSpace5, Encoding_t1523322056 * ___enc6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext__ctor_m2145142613_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlParserContext_t2544895291 * G_B2_0 = NULL; XmlParserContext_t2544895291 * G_B1_0 = NULL; XmlNameTable_t71772148 * G_B5_0 = NULL; XmlParserContext_t2544895291 * G_B5_1 = NULL; XmlParserContext_t2544895291 * G_B4_0 = NULL; XmlParserContext_t2544895291 * G_B3_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_baseURI_0(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_docTypeName_1(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_internalSubset_3(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_publicID_6(L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_systemID_7(L_4); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_xmlLang_8(L_5); Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_6 = ___nsMgr1; __this->set_namespaceManager_4(L_6); XmlNameTable_t71772148 * L_7 = ___nt0; G_B1_0 = __this; if (!L_7) { G_B2_0 = __this; goto IL_005c; } } { XmlNameTable_t71772148 * L_8 = ___nt0; G_B5_0 = L_8; G_B5_1 = G_B1_0; goto IL_006e; } IL_005c: { XmlNamespaceManager_t418790500 * L_9 = ___nsMgr1; G_B3_0 = G_B2_0; if (!L_9) { G_B4_0 = G_B2_0; goto IL_006d; } } { XmlNamespaceManager_t418790500 * L_10 = ___nsMgr1; NullCheck(L_10); XmlNameTable_t71772148 * L_11 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(8 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_10); G_B5_0 = L_11; G_B5_1 = G_B3_0; goto IL_006e; } IL_006d: { G_B5_0 = ((XmlNameTable_t71772148 *)(NULL)); G_B5_1 = G_B4_0; } IL_006e: { NullCheck(G_B5_1); G_B5_1->set_nameTable_5(G_B5_0); DTDObjectModel_t1729680289 * L_12 = ___dtd2; if (!L_12) { goto IL_00b0; } } { DTDObjectModel_t1729680289 * L_13 = ___dtd2; NullCheck(L_13); String_t* L_14 = DTDObjectModel_get_Name_m4149993094(L_13, /*hidden argument*/NULL); XmlParserContext_set_DocTypeName_m1738723375(__this, L_14, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_15 = ___dtd2; NullCheck(L_15); String_t* L_16 = DTDObjectModel_get_PublicId_m664009037(L_15, /*hidden argument*/NULL); XmlParserContext_set_PublicId_m3531550524(__this, L_16, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_17 = ___dtd2; NullCheck(L_17); String_t* L_18 = DTDObjectModel_get_SystemId_m2725442049(L_17, /*hidden argument*/NULL); XmlParserContext_set_SystemId_m2348109559(__this, L_18, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_19 = ___dtd2; NullCheck(L_19); String_t* L_20 = DTDObjectModel_get_InternalSubset_m3920583053(L_19, /*hidden argument*/NULL); XmlParserContext_set_InternalSubset_m2419608887(__this, L_20, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_21 = ___dtd2; __this->set_dtd_12(L_21); } IL_00b0: { Encoding_t1523322056 * L_22 = ___enc6; __this->set_encoding_2(L_22); String_t* L_23 = ___baseURI3; XmlParserContext_set_BaseURI_m3915640945(__this, L_23, /*hidden argument*/NULL); String_t* L_24 = ___xmlLang4; XmlParserContext_set_XmlLang_m1868304449(__this, L_24, /*hidden argument*/NULL); int32_t L_25 = ___xmlSpace5; __this->set_xmlSpace_9(L_25); ArrayList_t2718874744 * L_26 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_26, /*hidden argument*/NULL); __this->set_contextItems_10(L_26); return; } } // System.String System.Xml.XmlParserContext::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m3403405423 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_0(); return L_0; } } // System.Void System.Xml.XmlParserContext::set_BaseURI(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_BaseURI_m3915640945 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_set_BaseURI_m3915640945_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlParserContext_t2544895291 * G_B2_0 = NULL; XmlParserContext_t2544895291 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlParserContext_t2544895291 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_baseURI_0(G_B3_0); return; } } // System.Void System.Xml.XmlParserContext::set_DocTypeName(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_DocTypeName_m1738723375 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_set_DocTypeName_m1738723375_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlParserContext_t2544895291 * G_B2_0 = NULL; XmlParserContext_t2544895291 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlParserContext_t2544895291 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_docTypeName_1(G_B3_0); return; } } // Mono.Xml.DTDObjectModel System.Xml.XmlParserContext::get_Dtd() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlParserContext_get_Dtd_m2960147355 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_12(); return L_0; } } // System.Void System.Xml.XmlParserContext::set_Dtd(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_Dtd_m1723887828 (XmlParserContext_t2544895291 * __this, DTDObjectModel_t1729680289 * ___value0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___value0; __this->set_dtd_12(L_0); return; } } // System.Void System.Xml.XmlParserContext::set_Encoding(System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_Encoding_m532670954 (XmlParserContext_t2544895291 * __this, Encoding_t1523322056 * ___value0, const RuntimeMethod* method) { { Encoding_t1523322056 * L_0 = ___value0; __this->set_encoding_2(L_0); return; } } // System.String System.Xml.XmlParserContext::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m850815881 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { String_t* G_B5_0 = NULL; { String_t* L_0 = __this->get_internalSubset_3(); if (!L_0) { goto IL_0016; } } { String_t* L_1 = __this->get_internalSubset_3(); G_B5_0 = L_1; goto IL_0032; } IL_0016: { DTDObjectModel_t1729680289 * L_2 = __this->get_dtd_12(); if (!L_2) { goto IL_0031; } } { DTDObjectModel_t1729680289 * L_3 = __this->get_dtd_12(); NullCheck(L_3); String_t* L_4 = DTDObjectModel_get_InternalSubset_m3920583053(L_3, /*hidden argument*/NULL); G_B5_0 = L_4; goto IL_0032; } IL_0031: { G_B5_0 = ((String_t*)(NULL)); } IL_0032: { return G_B5_0; } } // System.Void System.Xml.XmlParserContext::set_InternalSubset(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_InternalSubset_m2419608887 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_set_InternalSubset_m2419608887_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlParserContext_t2544895291 * G_B2_0 = NULL; XmlParserContext_t2544895291 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlParserContext_t2544895291 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_internalSubset_3(G_B3_0); return; } } // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::get_NamespaceManager() extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t418790500 * XmlParserContext_get_NamespaceManager_m1180655003 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { { XmlNamespaceManager_t418790500 * L_0 = __this->get_namespaceManager_4(); return L_0; } } // System.Xml.XmlNameTable System.Xml.XmlParserContext::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlParserContext_get_NameTable_m157015535 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { { XmlNameTable_t71772148 * L_0 = __this->get_nameTable_5(); return L_0; } } // System.Void System.Xml.XmlParserContext::set_NameTable(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_NameTable_m2572136197 (XmlParserContext_t2544895291 * __this, XmlNameTable_t71772148 * ___value0, const RuntimeMethod* method) { { XmlNameTable_t71772148 * L_0 = ___value0; __this->set_nameTable_5(L_0); return; } } // System.Void System.Xml.XmlParserContext::set_PublicId(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_PublicId_m3531550524 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_set_PublicId_m3531550524_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlParserContext_t2544895291 * G_B2_0 = NULL; XmlParserContext_t2544895291 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlParserContext_t2544895291 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_publicID_6(G_B3_0); return; } } // System.Void System.Xml.XmlParserContext::set_SystemId(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_SystemId_m2348109559 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_set_SystemId_m2348109559_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlParserContext_t2544895291 * G_B2_0 = NULL; XmlParserContext_t2544895291 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlParserContext_t2544895291 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_systemID_7(G_B3_0); return; } } // System.String System.Xml.XmlParserContext::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m3854899066 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xmlLang_8(); return L_0; } } // System.Void System.Xml.XmlParserContext::set_XmlLang(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_XmlLang_m1868304449 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_set_XmlLang_m1868304449_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlParserContext_t2544895291 * G_B2_0 = NULL; XmlParserContext_t2544895291 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlParserContext_t2544895291 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___value0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_xmlLang_8(G_B3_0); return; } } // System.Xml.XmlSpace System.Xml.XmlParserContext::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m672663556 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_xmlSpace_9(); return L_0; } } // System.Void System.Xml.XmlParserContext::set_XmlSpace(System.Xml.XmlSpace) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_XmlSpace_m3309771565 (XmlParserContext_t2544895291 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_xmlSpace_9(L_0); return; } } // System.Void System.Xml.XmlParserContext::PushScope() extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_PushScope_m4047975352 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_PushScope_m4047975352_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContextItem_t3112052795 * V_0 = NULL; { V_0 = (ContextItem_t3112052795 *)NULL; ArrayList_t2718874744 * L_0 = __this->get_contextItems_10(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); int32_t L_2 = __this->get_contextItemCount_11(); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0030; } } { ContextItem_t3112052795 * L_3 = (ContextItem_t3112052795 *)il2cpp_codegen_object_new(ContextItem_t3112052795_il2cpp_TypeInfo_var); ContextItem__ctor_m4162607161(L_3, /*hidden argument*/NULL); V_0 = L_3; ArrayList_t2718874744 * L_4 = __this->get_contextItems_10(); ContextItem_t3112052795 * L_5 = V_0; NullCheck(L_4); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5); goto IL_0047; } IL_0030: { ArrayList_t2718874744 * L_6 = __this->get_contextItems_10(); int32_t L_7 = __this->get_contextItemCount_11(); NullCheck(L_6); RuntimeObject * L_8 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_6, L_7); V_0 = ((ContextItem_t3112052795 *)CastclassClass((RuntimeObject*)L_8, ContextItem_t3112052795_il2cpp_TypeInfo_var)); } IL_0047: { ContextItem_t3112052795 * L_9 = V_0; String_t* L_10 = XmlParserContext_get_BaseURI_m3403405423(__this, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_BaseURI_0(L_10); ContextItem_t3112052795 * L_11 = V_0; String_t* L_12 = XmlParserContext_get_XmlLang_m3854899066(__this, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_XmlLang_1(L_12); ContextItem_t3112052795 * L_13 = V_0; int32_t L_14 = XmlParserContext_get_XmlSpace_m672663556(__this, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_XmlSpace_2(L_14); int32_t L_15 = __this->get_contextItemCount_11(); __this->set_contextItemCount_11(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))); return; } } // System.Void System.Xml.XmlParserContext::PopScope() extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_PopScope_m4042017474 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserContext_PopScope_m4042017474_MetadataUsageId); s_Il2CppMethodInitialized = true; } ContextItem_t3112052795 * V_0 = NULL; { int32_t L_0 = __this->get_contextItemCount_11(); if (L_0) { goto IL_0016; } } { XmlException_t1761730631 * L_1 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_1, _stringLiteral1518790419, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlParserContext_PopScope_m4042017474_RuntimeMethod_var); } IL_0016: { int32_t L_2 = __this->get_contextItemCount_11(); __this->set_contextItemCount_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))); ArrayList_t2718874744 * L_3 = __this->get_contextItems_10(); int32_t L_4 = __this->get_contextItemCount_11(); NullCheck(L_3); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4); V_0 = ((ContextItem_t3112052795 *)CastclassClass((RuntimeObject*)L_5, ContextItem_t3112052795_il2cpp_TypeInfo_var)); ContextItem_t3112052795 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = L_6->get_BaseURI_0(); __this->set_baseURI_0(L_7); ContextItem_t3112052795 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = L_8->get_XmlLang_1(); __this->set_xmlLang_8(L_9); ContextItem_t3112052795 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->get_XmlSpace_2(); __this->set_xmlSpace_9(L_11); 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.XmlParserContext/ContextItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void ContextItem__ctor_m4162607161 (ContextItem_t3112052795 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__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.XmlParserInput::.ctor(System.IO.TextReader,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput__ctor_m2345243315 (XmlParserInput_t2182411204 * __this, TextReader_t283511965 * ___reader0, String_t* ___baseURI1, const RuntimeMethod* method) { { TextReader_t283511965 * L_0 = ___reader0; String_t* L_1 = ___baseURI1; XmlParserInput__ctor_m323061724(__this, L_0, L_1, 1, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlParserInput::.ctor(System.IO.TextReader,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput__ctor_m323061724 (XmlParserInput_t2182411204 * __this, TextReader_t283511965 * ___reader0, String_t* ___baseURI1, int32_t ___line2, int32_t ___column3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserInput__ctor_m323061724_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_sourceStack_0(L_0); __this->set_allowTextDecl_4((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); TextReader_t283511965 * L_1 = ___reader0; String_t* L_2 = ___baseURI1; int32_t L_3 = ___line2; int32_t L_4 = ___column3; XmlParserInputSource_t3533005609 * L_5 = (XmlParserInputSource_t3533005609 *)il2cpp_codegen_object_new(XmlParserInputSource_t3533005609_il2cpp_TypeInfo_var); XmlParserInputSource__ctor_m340894289(L_5, L_1, L_2, (bool)0, L_3, L_4, /*hidden argument*/NULL); __this->set_source_1(L_5); return; } } // System.Void System.Xml.XmlParserInput::Close() extern "C" IL2CPP_METHOD_ATTR void XmlParserInput_Close_m3748074016 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserInput_Close_m3748074016_MetadataUsageId); s_Il2CppMethodInitialized = true; } { goto IL_001a; } IL_0005: { Stack_t2329662280 * L_0 = __this->get_sourceStack_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_0); NullCheck(((XmlParserInputSource_t3533005609 *)CastclassClass((RuntimeObject*)L_1, XmlParserInputSource_t3533005609_il2cpp_TypeInfo_var))); XmlParserInputSource_Close_m3296961761(((XmlParserInputSource_t3533005609 *)CastclassClass((RuntimeObject*)L_1, XmlParserInputSource_t3533005609_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_001a: { Stack_t2329662280 * L_2 = __this->get_sourceStack_0(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_2); if ((((int32_t)L_3) > ((int32_t)0))) { goto IL_0005; } } { XmlParserInputSource_t3533005609 * L_4 = __this->get_source_1(); NullCheck(L_4); XmlParserInputSource_Close_m3296961761(L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlParserInput::PushPEBuffer(Mono.Xml.DTDParameterEntityDeclaration) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput_PushPEBuffer_m2114889766 (XmlParserInput_t2182411204 * __this, DTDParameterEntityDeclaration_t3796253422 * ___pe0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserInput_PushPEBuffer_m2114889766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = __this->get_sourceStack_0(); XmlParserInputSource_t3533005609 * L_1 = __this->get_source_1(); NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_0, L_1); DTDParameterEntityDeclaration_t3796253422 * L_2 = ___pe0; NullCheck(L_2); String_t* L_3 = DTDEntityBase_get_ReplacementText_m2400228330(L_2, /*hidden argument*/NULL); StringReader_t3465604688 * L_4 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_4, L_3, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_5 = ___pe0; NullCheck(L_5); String_t* L_6 = DTDEntityBase_get_ActualUri_m3317770620(L_5, /*hidden argument*/NULL); XmlParserInputSource_t3533005609 * L_7 = (XmlParserInputSource_t3533005609 *)il2cpp_codegen_object_new(XmlParserInputSource_t3533005609_il2cpp_TypeInfo_var); XmlParserInputSource__ctor_m340894289(L_7, L_4, L_6, (bool)1, 1, 0, /*hidden argument*/NULL); __this->set_source_1(L_7); return; } } // System.Int32 System.Xml.XmlParserInput::ReadSourceChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_ReadSourceChar_m479227790 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlParserInput_ReadSourceChar_m479227790_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlParserInputSource_t3533005609 * L_0 = __this->get_source_1(); NullCheck(L_0); int32_t L_1 = XmlParserInputSource_Read_m188586768(L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0033; } IL_0011: { Stack_t2329662280 * L_2 = __this->get_sourceStack_0(); NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_2); __this->set_source_1(((XmlParserInputSource_t3533005609 *)IsInstClass((RuntimeObject*)L_3, XmlParserInputSource_t3533005609_il2cpp_TypeInfo_var))); XmlParserInputSource_t3533005609 * L_4 = __this->get_source_1(); NullCheck(L_4); int32_t L_5 = XmlParserInputSource_Read_m188586768(L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0033: { int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_004b; } } { Stack_t2329662280 * L_7 = __this->get_sourceStack_0(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_7); if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_0011; } } IL_004b: { int32_t L_9 = V_0; return L_9; } } // System.Int32 System.Xml.XmlParserInput::PeekChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_PeekChar_m2826906097 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->get_has_peek_2(); if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get_peek_char_3(); return L_1; } IL_0012: { int32_t L_2 = XmlParserInput_ReadSourceChar_m479227790(__this, /*hidden argument*/NULL); __this->set_peek_char_3(L_2); int32_t L_3 = __this->get_peek_char_3(); if ((((int32_t)L_3) < ((int32_t)((int32_t)55296)))) { goto IL_008a; } } { int32_t L_4 = __this->get_peek_char_3(); if ((((int32_t)L_4) > ((int32_t)((int32_t)56319)))) { goto IL_008a; } } { int32_t L_5 = __this->get_peek_char_3(); __this->set_peek_char_3(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65536), (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)((int32_t)55296)))<<(int32_t)((int32_t)10)))))); int32_t L_6 = XmlParserInput_ReadSourceChar_m479227790(__this, /*hidden argument*/NULL); V_0 = L_6; int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)((int32_t)56320)))) { goto IL_008a; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) > ((int32_t)((int32_t)57343)))) { goto IL_008a; } } { int32_t L_9 = __this->get_peek_char_3(); int32_t L_10 = V_0; __this->set_peek_char_3(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)56320)))))); } IL_008a: { __this->set_has_peek_2((bool)1); int32_t L_11 = __this->get_peek_char_3(); return L_11; } } // System.Int32 System.Xml.XmlParserInput::ReadChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_ReadChar_m3809194942 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = XmlParserInput_PeekChar_m2826906097(__this, /*hidden argument*/NULL); V_0 = L_0; __this->set_has_peek_2((bool)0); int32_t L_1 = V_0; return L_1; } } // System.String System.Xml.XmlParserInput::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserInput_get_BaseURI_m1478609455 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { { XmlParserInputSource_t3533005609 * L_0 = __this->get_source_1(); NullCheck(L_0); String_t* L_1 = L_0->get_BaseURI_0(); return L_1; } } // System.Boolean System.Xml.XmlParserInput::get_HasPEBuffer() extern "C" IL2CPP_METHOD_ATTR bool XmlParserInput_get_HasPEBuffer_m4279701287 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { { Stack_t2329662280 * L_0 = __this->get_sourceStack_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0); } } // System.Int32 System.Xml.XmlParserInput::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_get_LineNumber_m2843176613 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { { XmlParserInputSource_t3533005609 * L_0 = __this->get_source_1(); NullCheck(L_0); int32_t L_1 = XmlParserInputSource_get_LineNumber_m2358449795(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlParserInput::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_get_LinePosition_m3993856854 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { { XmlParserInputSource_t3533005609 * L_0 = __this->get_source_1(); NullCheck(L_0); int32_t L_1 = XmlParserInputSource_get_LinePosition_m2775212307(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlParserInput::get_AllowTextDecl() extern "C" IL2CPP_METHOD_ATTR bool XmlParserInput_get_AllowTextDecl_m3233152787 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_allowTextDecl_4(); return L_0; } } // System.Void System.Xml.XmlParserInput::set_AllowTextDecl(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput_set_AllowTextDecl_m1259857254 (XmlParserInput_t2182411204 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_allowTextDecl_4(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.XmlParserInput/XmlParserInputSource::.ctor(System.IO.TextReader,System.String,System.Boolean,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlParserInputSource__ctor_m340894289 (XmlParserInputSource_t3533005609 * __this, TextReader_t283511965 * ___reader0, String_t* ___baseUri1, bool ___pe2, int32_t ___line3, int32_t ___column4, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___baseUri1; __this->set_BaseURI_0(L_0); TextReader_t283511965 * L_1 = ___reader0; __this->set_reader_1(L_1); bool L_2 = ___pe2; __this->set_isPE_3(L_2); int32_t L_3 = ___line3; __this->set_line_4(L_3); int32_t L_4 = ___column4; __this->set_column_5(L_4); return; } } // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInputSource_get_LineNumber_m2358449795 (XmlParserInputSource_t3533005609 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_line_4(); return L_0; } } // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInputSource_get_LinePosition_m2775212307 (XmlParserInputSource_t3533005609 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_column_5(); return L_0; } } // System.Void System.Xml.XmlParserInput/XmlParserInputSource::Close() extern "C" IL2CPP_METHOD_ATTR void XmlParserInputSource_Close_m3296961761 (XmlParserInputSource_t3533005609 * __this, const RuntimeMethod* method) { { TextReader_t283511965 * L_0 = __this->get_reader_1(); NullCheck(L_0); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_0); return; } } // System.Int32 System.Xml.XmlParserInput/XmlParserInputSource::Read() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInputSource_Read_m188586768 (XmlParserInputSource_t3533005609 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_state_2(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_000e; } } { return (-1); } IL_000e: { bool L_1 = __this->get_isPE_3(); if (!L_1) { goto IL_002e; } } { int32_t L_2 = __this->get_state_2(); if (L_2) { goto IL_002e; } } { __this->set_state_2(1); return ((int32_t)32); } IL_002e: { TextReader_t283511965 * L_3 = __this->get_reader_1(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.IO.TextReader::Read() */, L_3); V_0 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)10))))) { goto IL_005c; } } { int32_t L_6 = __this->get_line_4(); __this->set_line_4(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); __this->set_column_5(1); goto IL_0071; } IL_005c: { int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0071; } } { int32_t L_8 = __this->get_column_5(); __this->set_column_5(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); } IL_0071: { int32_t L_9 = V_0; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_008e; } } { int32_t L_10 = __this->get_state_2(); if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_008e; } } { __this->set_state_2(2); return ((int32_t)32); } IL_008e: { int32_t L_11 = V_0; return L_11; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlProcessingInstruction::.ctor(System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlProcessingInstruction__ctor_m3762799159 (XmlProcessingInstruction_t425688976 * __this, String_t* ___target0, String_t* ___data1, XmlDocument_t2837193595 * ___doc2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlProcessingInstruction__ctor_m3762799159_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = ___doc2; XmlLinkedNode__ctor_m1742070414(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); XmlConvert_VerifyName_m2131148908(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); String_t* L_2 = ___data1; if (L_2) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___data1 = L_3; } IL_001b: { String_t* L_4 = ___target0; __this->set_target_6(L_4); String_t* L_5 = ___data1; __this->set_data_7(L_5); return; } } // System.String System.Xml.XmlProcessingInstruction::get_Data() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Data_m288714794 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_7(); return L_0; } } // System.String System.Xml.XmlProcessingInstruction::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_InnerText_m1551347228 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method) { { String_t* L_0 = XmlProcessingInstruction_get_Data_m288714794(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.XmlProcessingInstruction::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_LocalName_m2432238331 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_target_6(); return L_0; } } // System.String System.Xml.XmlProcessingInstruction::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Name_m322476319 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_target_6(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlProcessingInstruction::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlProcessingInstruction_get_NodeType_m1135291724 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlProcessingInstruction::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlProcessingInstruction_get_XPathNodeType_m2621610301 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } // System.String System.Xml.XmlProcessingInstruction::get_Target() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Target_m2836240761 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_target_6(); return L_0; } } // System.String System.Xml.XmlProcessingInstruction::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Value_m3253730816 (XmlProcessingInstruction_t425688976 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_7(); return L_0; } } // System.Void System.Xml.XmlProcessingInstruction::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlProcessingInstruction_set_Value_m567587449 (XmlProcessingInstruction_t425688976 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlProcessingInstruction_set_Value_m567587449_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, __this); if (!L_0) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral272001162, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlProcessingInstruction_set_Value_m567587449_RuntimeMethod_var); } IL_0016: { String_t* L_2 = ___value0; __this->set_data_7(L_2); return; } } // System.Xml.XmlNode System.Xml.XmlProcessingInstruction::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlProcessingInstruction_CloneNode_m1738034480 (XmlProcessingInstruction_t425688976 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlProcessingInstruction_CloneNode_m1738034480_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; { String_t* L_0 = __this->get_target_6(); String_t* L_1 = __this->get_data_7(); XmlDocument_t2837193595 * L_2 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlProcessingInstruction_t425688976 * L_3 = (XmlProcessingInstruction_t425688976 *)il2cpp_codegen_object_new(XmlProcessingInstruction_t425688976_il2cpp_TypeInfo_var); XmlProcessingInstruction__ctor_m3762799159(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; XmlNode_t3767805227 * L_4 = V_0; return L_4; } } // System.Void System.Xml.XmlProcessingInstruction::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlProcessingInstruction_WriteContentTo_m2071151255 (XmlProcessingInstruction_t425688976 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlProcessingInstruction::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlProcessingInstruction_WriteTo_m1457887421 (XmlProcessingInstruction_t425688976 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = __this->get_target_6(); String_t* L_2 = __this->get_data_7(); NullCheck(L_0); VirtActionInvoker2< String_t*, String_t* >::Invoke(22 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_0, L_1, 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.Void System.Xml.XmlQualifiedName::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m1240160807 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m1240160807_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlQualifiedName__ctor_m835061046(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m270143366 (XmlQualifiedName_t2760654312 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m270143366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlQualifiedName__ctor_m835061046(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m835061046 (XmlQualifiedName_t2760654312 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m835061046_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * G_B2_0 = NULL; XmlQualifiedName_t2760654312 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlQualifiedName_t2760654312 * G_B3_1 = NULL; XmlQualifiedName_t2760654312 * G_B5_0 = NULL; XmlQualifiedName_t2760654312 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlQualifiedName_t2760654312 * G_B6_1 = NULL; { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0018; } IL_0017: { String_t* L_2 = ___name0; G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0018: { NullCheck(G_B3_1); G_B3_1->set_name_1(G_B3_0); String_t* L_3 = ___ns1; G_B4_0 = __this; if (L_3) { G_B5_0 = __this; goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_002f; } IL_002e: { String_t* L_5 = ___ns1; G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_002f: { NullCheck(G_B6_1); G_B6_1->set_ns_2(G_B6_0); String_t* L_6 = __this->get_name_1(); NullCheck(L_6); int32_t L_7 = String_GetHashCode_m1906374149(L_6, /*hidden argument*/NULL); String_t* L_8 = __this->get_ns_2(); NullCheck(L_8); int32_t L_9 = String_GetHashCode_m1906374149(L_8, /*hidden argument*/NULL); __this->set_hash_3(((int32_t)((int32_t)L_7^(int32_t)L_9))); return; } } // System.Void System.Xml.XmlQualifiedName::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlQualifiedName__cctor_m2817193852 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName__cctor_m2817193852_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t2760654312 * L_0 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m1240160807(L_0, /*hidden argument*/NULL); ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->set_Empty_0(L_0); return; } } // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m1430090042 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { String_t* L_0 = __this->get_name_1(); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0020; } } { String_t* L_2 = __this->get_ns_2(); NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0); goto IL_0021; } IL_0020: { G_B3_0 = 0; } IL_0021: { return (bool)G_B3_0; } } // System.String System.Xml.XmlQualifiedName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m815040483 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // System.String System.Xml.XmlQualifiedName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m3957593392 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_ns_2(); return L_0; } } // System.Boolean System.Xml.XmlQualifiedName::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_Equals_m4044727681 (XmlQualifiedName_t2760654312 * __this, RuntimeObject * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_Equals_m4044727681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___other0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_1 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, __this, ((XmlQualifiedName_t2760654312 *)IsInstClass((RuntimeObject*)L_0, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCode_m639794089 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_hash_3(); return L_0; } } // System.String System.Xml.XmlQualifiedName::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_ToString_m3581571648 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_ToString_m3581571648_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_ns_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001c; } } { String_t* L_3 = __this->get_name_1(); return L_3; } IL_001c: { String_t* L_4 = __this->get_ns_2(); String_t* L_5 = __this->get_name_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3755062657(NULL /*static, unused*/, L_4, _stringLiteral3452614550, L_5, /*hidden argument*/NULL); return L_6; } } // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlQualifiedName_Parse_m1094507201 (RuntimeObject * __this /* static, unused */, String_t* ___name0, RuntimeObject* ___resolver1, bool ___considerDefaultNamespace2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_Parse_m1094507201_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* G_B6_0 = NULL; String_t* G_B9_0 = NULL; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { bool L_3 = ___considerDefaultNamespace2; if (L_3) { goto IL_001d; } } { String_t* L_4 = ___name0; XmlQualifiedName_t2760654312 * L_5 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m270143366(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_001d: { int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_002e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_7; goto IL_0036; } IL_002e: { String_t* L_8 = ___name0; int32_t L_9 = V_0; NullCheck(L_8); String_t* L_10 = String_Substring_m1610150815(L_8, 0, L_9, /*hidden argument*/NULL); G_B6_0 = L_10; } IL_0036: { V_1 = G_B6_0; int32_t L_11 = V_0; if ((((int32_t)L_11) >= ((int32_t)0))) { goto IL_0044; } } { String_t* L_12 = ___name0; G_B9_0 = L_12; goto IL_004d; } IL_0044: { String_t* L_13 = ___name0; int32_t L_14 = V_0; NullCheck(L_13); String_t* L_15 = String_Substring_m2848979100(L_13, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL); G_B9_0 = L_15; } IL_004d: { V_2 = G_B9_0; RuntimeObject* L_16 = ___resolver1; String_t* L_17 = V_1; NullCheck(L_16); String_t* L_18 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, L_16, L_17); V_3 = L_18; String_t* L_19 = V_3; if (L_19) { goto IL_0067; } } { ArgumentException_t132251570 * L_20 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_20, _stringLiteral2645001532, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,XmlQualifiedName_Parse_m1094507201_RuntimeMethod_var); } IL_0067: { String_t* L_21 = V_2; String_t* L_22 = V_3; XmlQualifiedName_t2760654312 * L_23 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_23, L_21, L_22, /*hidden argument*/NULL); return L_23; } } // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlQualifiedName_Parse_m1187782343 (RuntimeObject * __this /* static, unused */, String_t* ___name0, XmlReader_t3121518892 * ___reader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_Parse_m1187782343_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___name0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0017; } } { String_t* L_3 = ___name0; XmlQualifiedName_t2760654312 * L_4 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m270143366(L_4, L_3, /*hidden argument*/NULL); return L_4; } IL_0017: { XmlReader_t3121518892 * L_5 = ___reader1; String_t* L_6 = ___name0; int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = String_Substring_m1610150815(L_6, 0, L_7, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_5, L_8); V_1 = L_9; String_t* L_10 = V_1; if (L_10) { goto IL_0037; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral2645001532, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,XmlQualifiedName_Parse_m1187782343_RuntimeMethod_var); } IL_0037: { String_t* L_12 = ___name0; int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14 = String_Substring_m2848979100(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); String_t* L_15 = V_1; XmlQualifiedName_t2760654312 * L_16 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_16, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m1684199236 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___a0, XmlQualifiedName_t2760654312 * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_op_Equality_m1684199236_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B9_0 = 0; { XmlQualifiedName_t2760654312 * L_0 = ___a0; XmlQualifiedName_t2760654312 * L_1 = ___b1; if ((!(((RuntimeObject*)(XmlQualifiedName_t2760654312 *)L_0) == ((RuntimeObject*)(XmlQualifiedName_t2760654312 *)L_1)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { XmlQualifiedName_t2760654312 * L_2 = ___a0; if (!L_2) { goto IL_0015; } } { XmlQualifiedName_t2760654312 * L_3 = ___b1; if (L_3) { goto IL_0017; } } IL_0015: { return (bool)0; } IL_0017: { XmlQualifiedName_t2760654312 * L_4 = ___a0; NullCheck(L_4); int32_t L_5 = L_4->get_hash_3(); XmlQualifiedName_t2760654312 * L_6 = ___b1; NullCheck(L_6); int32_t L_7 = L_6->get_hash_3(); if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0051; } } { XmlQualifiedName_t2760654312 * L_8 = ___a0; NullCheck(L_8); String_t* L_9 = L_8->get_name_1(); XmlQualifiedName_t2760654312 * L_10 = ___b1; NullCheck(L_10); String_t* L_11 = L_10->get_name_1(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0051; } } { XmlQualifiedName_t2760654312 * L_13 = ___a0; NullCheck(L_13); String_t* L_14 = L_13->get_ns_2(); XmlQualifiedName_t2760654312 * L_15 = ___b1; NullCheck(L_15); String_t* L_16 = L_15->get_ns_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); G_B9_0 = ((int32_t)(L_17)); goto IL_0052; } IL_0051: { G_B9_0 = 0; } IL_0052: { return (bool)G_B9_0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m3449274916 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___a0, XmlQualifiedName_t2760654312 * ___b1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlQualifiedName_op_Inequality_m3449274916_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t2760654312 * L_0 = ___a0; XmlQualifiedName_t2760654312 * L_1 = ___b1; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_2 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 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.Void System.Xml.XmlReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__ctor_m2242864879 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlReader::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void XmlReader_System_IDisposable_Dispose_m2306994792 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(30 /* System.Void System.Xml.XmlReader::Dispose(System.Boolean) */, __this, (bool)0); return; } } // System.Xml.XmlReaderBinarySupport System.Xml.XmlReader::get_Binary() extern "C" IL2CPP_METHOD_ATTR XmlReaderBinarySupport_t1809665003 * XmlReader_get_Binary_m3370719164 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { XmlReaderBinarySupport_t1809665003 * L_0 = __this->get_binary_0(); return L_0; } } // System.Boolean System.Xml.XmlReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlReader_get_CanResolveEntity_m4267562488 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlReader::get_HasAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlReader_get_HasAttributes_m3048375563 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, __this); return (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0); } } // System.Boolean System.Xml.XmlReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlReader_get_IsDefault_m2045325336 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.Xml.XmlReader::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlReader_get_Item_m2627288172 (XmlReader_t3121518892 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; String_t* L_1 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, __this, L_0); return L_1; } } // System.String System.Xml.XmlReader::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlReader_get_Item_m2769107566 (XmlReader_t3121518892 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, __this, L_0); return L_1; } } // System.String System.Xml.XmlReader::get_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlReader_get_Item_m3539447096 (XmlReader_t3121518892 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___namespaceURI1; String_t* L_2 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, __this, L_0, L_1); return L_2; } } // System.String System.Xml.XmlReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlReader_get_Name_m733252909 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_get_Name_m733252909_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_002c; } } { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_2, _stringLiteral3452614550, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_0032; } IL_002c: { String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, __this); G_B3_0 = L_5; } IL_0032: { return G_B3_0; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlReader_get_SchemaInfo_m3204510401 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { return (RuntimeObject*)NULL; } } // System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlReader_get_Settings_m3232276411 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { XmlReaderSettings_t2186285234 * L_0 = __this->get_settings_1(); return L_0; } } // System.String System.Xml.XmlReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlReader_get_XmlLang_m529428886 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_get_XmlLang_m529428886_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReader_get_XmlSpace_m3646315816 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XmlNameTable System.Xml.XmlReader::PopulateNameTable(System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlReader_PopulateNameTable_m2250266297 (RuntimeObject * __this /* static, unused */, XmlReaderSettings_t2186285234 * ___settings0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_PopulateNameTable_m2250266297_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNameTable_t71772148 * V_0 = NULL; { XmlReaderSettings_t2186285234 * L_0 = ___settings0; NullCheck(L_0); XmlNameTable_t71772148 * L_1 = XmlReaderSettings_get_NameTable_m1472950885(L_0, /*hidden argument*/NULL); V_0 = L_1; XmlNameTable_t71772148 * L_2 = V_0; if (L_2) { goto IL_0013; } } { NameTable_t3178203267 * L_3 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_3, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: { XmlNameTable_t71772148 * L_4 = V_0; return L_4; } } // System.Xml.XmlParserContext System.Xml.XmlReader::PopulateParserContext(System.Xml.XmlReaderSettings,System.String) extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlReader_PopulateParserContext_m2324768950 (RuntimeObject * __this /* static, unused */, XmlReaderSettings_t2186285234 * ___settings0, String_t* ___baseUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_PopulateParserContext_m2324768950_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNameTable_t71772148 * V_0 = NULL; { XmlReaderSettings_t2186285234 * L_0 = ___settings0; XmlNameTable_t71772148 * L_1 = XmlReader_PopulateNameTable_m2250266297(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlNameTable_t71772148 * L_2 = V_0; XmlNameTable_t71772148 * L_3 = V_0; XmlNamespaceManager_t418790500 * L_4 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_4, L_3, /*hidden argument*/NULL); String_t* L_5 = ___baseUri1; XmlParserContext_t2544895291 * L_6 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m1245162613(L_6, L_2, L_4, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, L_5, (String_t*)NULL, 0, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL); return L_6; } } // System.Xml.XmlNodeType System.Xml.XmlReader::GetNodeType(System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR int32_t XmlReader_GetNodeType_m1232125799 (RuntimeObject * __this /* static, unused */, XmlReaderSettings_t2186285234 * ___settings0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; int32_t G_B6_0 = 0; { XmlReaderSettings_t2186285234 * L_0 = ___settings0; if (!L_0) { goto IL_0011; } } { XmlReaderSettings_t2186285234 * L_1 = ___settings0; NullCheck(L_1); int32_t L_2 = XmlReaderSettings_get_ConformanceLevel_m2244916470(L_1, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_2)); goto IL_0012; } IL_0011: { G_B3_0 = 0; } IL_0012: { V_0 = G_B3_0; int32_t L_3 = V_0; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0020; } } { G_B6_0 = 1; goto IL_0022; } IL_0020: { G_B6_0 = ((int32_t)9); } IL_0022: { return (int32_t)(G_B6_0); } } // System.Xml.XmlReader System.Xml.XmlReader::Create(System.IO.TextReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_Create_m2377285192 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_Create_m2377285192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TextReader_t283511965 * L_0 = ___reader0; XmlReaderSettings_t2186285234 * L_1 = ___settings1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlReader_t3121518892 * L_3 = XmlReader_Create_m1379303868(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlReaderSettings System.Xml.XmlReader::PopulateSettings(System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlReader_PopulateSettings_m827590875 (RuntimeObject * __this /* static, unused */, XmlReaderSettings_t2186285234 * ___src0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_PopulateSettings_m827590875_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_t2186285234 * L_0 = ___src0; if (L_0) { goto IL_000c; } } { XmlReaderSettings_t2186285234 * L_1 = (XmlReaderSettings_t2186285234 *)il2cpp_codegen_object_new(XmlReaderSettings_t2186285234_il2cpp_TypeInfo_var); XmlReaderSettings__ctor_m3137625896(L_1, /*hidden argument*/NULL); return L_1; } IL_000c: { XmlReaderSettings_t2186285234 * L_2 = ___src0; NullCheck(L_2); XmlReaderSettings_t2186285234 * L_3 = XmlReaderSettings_Clone_m3342798530(L_2, /*hidden argument*/NULL); return L_3; } } // System.Xml.XmlReader System.Xml.XmlReader::Create(System.IO.TextReader,System.Xml.XmlReaderSettings,System.String) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_Create_m1379303868 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, String_t* ___baseUri2, const RuntimeMethod* method) { { XmlReaderSettings_t2186285234 * L_0 = ___settings1; XmlReaderSettings_t2186285234 * L_1 = XmlReader_PopulateSettings_m827590875(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ___settings1 = L_1; TextReader_t283511965 * L_2 = ___reader0; XmlReaderSettings_t2186285234 * L_3 = ___settings1; XmlReaderSettings_t2186285234 * L_4 = ___settings1; String_t* L_5 = ___baseUri2; XmlParserContext_t2544895291 * L_6 = XmlReader_PopulateParserContext_m2324768950(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); XmlReader_t3121518892 * L_7 = XmlReader_Create_m2980605140(NULL /*static, unused*/, L_2, L_3, L_6, /*hidden argument*/NULL); return L_7; } } // System.Xml.XmlReader System.Xml.XmlReader::Create(System.IO.TextReader,System.Xml.XmlReaderSettings,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_Create_m2980605140 (RuntimeObject * __this /* static, unused */, TextReader_t283511965 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, XmlParserContext_t2544895291 * ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_Create_m2980605140_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReaderSettings_t2186285234 * L_0 = ___settings1; XmlReaderSettings_t2186285234 * L_1 = XmlReader_PopulateSettings_m827590875(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); ___settings1 = L_1; XmlParserContext_t2544895291 * L_2 = ___context2; if (L_2) { goto IL_001b; } } { XmlReaderSettings_t2186285234 * L_3 = ___settings1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlParserContext_t2544895291 * L_5 = XmlReader_PopulateParserContext_m2324768950(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); ___context2 = L_5; } IL_001b: { XmlParserContext_t2544895291 * L_6 = ___context2; NullCheck(L_6); String_t* L_7 = XmlParserContext_get_BaseURI_m3403405423(L_6, /*hidden argument*/NULL); TextReader_t283511965 * L_8 = ___reader0; XmlReaderSettings_t2186285234 * L_9 = ___settings1; int32_t L_10 = XmlReader_GetNodeType_m1232125799(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); XmlParserContext_t2544895291 * L_11 = ___context2; XmlTextReader_t4233384356 * L_12 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m3749625945(L_12, L_7, L_8, L_10, L_11, /*hidden argument*/NULL); XmlReaderSettings_t2186285234 * L_13 = ___settings1; XmlReader_t3121518892 * L_14 = XmlReader_CreateCustomizedTextReader_m3029166367(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Xml.XmlReader System.Xml.XmlReader::CreateCustomizedTextReader(System.Xml.XmlTextReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_CreateCustomizedTextReader_m3029166367 (RuntimeObject * __this /* static, unused */, XmlTextReader_t4233384356 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method) { XmlReader_t3121518892 * V_0 = NULL; { XmlTextReader_t4233384356 * L_0 = ___reader0; XmlReaderSettings_t2186285234 * L_1 = ___settings1; NullCheck(L_1); XmlResolver_t626023767 * L_2 = XmlReaderSettings_get_XmlResolver_m3646068991(L_1, /*hidden argument*/NULL); NullCheck(L_0); XmlTextReader_set_XmlResolver_m1445354776(L_0, L_2, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_3 = ___reader0; NullCheck(L_3); XmlTextReader_set_Normalization_m1302478956(L_3, (bool)1, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_4 = ___reader0; NullCheck(L_4); XmlTextReader_set_EntityHandling_m3974267498(L_4, 1, /*hidden argument*/NULL); XmlReaderSettings_t2186285234 * L_5 = ___settings1; NullCheck(L_5); bool L_6 = XmlReaderSettings_get_ProhibitDtd_m1743435541(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002c; } } { XmlTextReader_t4233384356 * L_7 = ___reader0; NullCheck(L_7); XmlTextReader_set_ProhibitDtd_m713192257(L_7, (bool)1, /*hidden argument*/NULL); } IL_002c: { XmlReaderSettings_t2186285234 * L_8 = ___settings1; NullCheck(L_8); bool L_9 = XmlReaderSettings_get_CheckCharacters_m1683653392(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_003e; } } { XmlTextReader_t4233384356 * L_10 = ___reader0; NullCheck(L_10); XmlTextReader_set_CharacterChecking_m1374136630(L_10, (bool)0, /*hidden argument*/NULL); } IL_003e: { XmlTextReader_t4233384356 * L_11 = ___reader0; XmlReaderSettings_t2186285234 * L_12 = ___settings1; NullCheck(L_12); bool L_13 = XmlReaderSettings_get_CloseInput_m227043160(L_12, /*hidden argument*/NULL); NullCheck(L_11); XmlTextReader_set_CloseInput_m2512558630(L_11, L_13, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_14 = ___reader0; XmlReaderSettings_t2186285234 * L_15 = ___settings1; NullCheck(L_15); int32_t L_16 = XmlReaderSettings_get_ConformanceLevel_m2244916470(L_15, /*hidden argument*/NULL); NullCheck(L_14); XmlTextReader_set_Conformance_m4265718394(L_14, L_16, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_17 = ___reader0; XmlReaderSettings_t2186285234 * L_18 = ___settings1; NullCheck(L_18); int32_t L_19 = XmlReaderSettings_get_LineNumberOffset_m3233655339(L_18, /*hidden argument*/NULL); XmlReaderSettings_t2186285234 * L_20 = ___settings1; NullCheck(L_20); int32_t L_21 = XmlReaderSettings_get_LinePositionOffset_m2541959498(L_20, /*hidden argument*/NULL); NullCheck(L_17); XmlTextReader_AdjustLineInfoOffset_m234963254(L_17, L_19, L_21, /*hidden argument*/NULL); XmlReaderSettings_t2186285234 * L_22 = ___settings1; NullCheck(L_22); XmlNameTable_t71772148 * L_23 = XmlReaderSettings_get_NameTable_m1472950885(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_007f; } } { XmlTextReader_t4233384356 * L_24 = ___reader0; XmlReaderSettings_t2186285234 * L_25 = ___settings1; NullCheck(L_25); XmlNameTable_t71772148 * L_26 = XmlReaderSettings_get_NameTable_m1472950885(L_25, /*hidden argument*/NULL); NullCheck(L_24); XmlTextReader_SetNameTable_m3222139660(L_24, L_26, /*hidden argument*/NULL); } IL_007f: { XmlTextReader_t4233384356 * L_27 = ___reader0; XmlReaderSettings_t2186285234 * L_28 = ___settings1; XmlReader_t3121518892 * L_29 = XmlReader_CreateFilteredXmlReader_m1270514112(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); V_0 = L_29; XmlReader_t3121518892 * L_30 = V_0; XmlReaderSettings_t2186285234 * L_31 = ___settings1; NullCheck(L_30); L_30->set_settings_1(L_31); XmlReader_t3121518892 * L_32 = V_0; return L_32; } } // System.Xml.XmlReader System.Xml.XmlReader::CreateFilteredXmlReader(System.Xml.XmlReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_CreateFilteredXmlReader_m1270514112 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_CreateFilteredXmlReader_m1270514112_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; XmlReader_t3121518892 * L_0 = ___reader0; if (!((XmlTextReader_t4233384356 *)IsInstClass((RuntimeObject*)L_0, XmlTextReader_t4233384356_il2cpp_TypeInfo_var))) { goto IL_001e; } } { XmlReader_t3121518892 * L_1 = ___reader0; NullCheck(((XmlTextReader_t4233384356 *)CastclassClass((RuntimeObject*)L_1, XmlTextReader_t4233384356_il2cpp_TypeInfo_var))); int32_t L_2 = XmlTextReader_get_Conformance_m268507185(((XmlTextReader_t4233384356 *)CastclassClass((RuntimeObject*)L_1, XmlTextReader_t4233384356_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_2; goto IL_0041; } IL_001e: { XmlReader_t3121518892 * L_3 = ___reader0; NullCheck(L_3); XmlReaderSettings_t2186285234 * L_4 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_3); if (!L_4) { goto IL_003a; } } { XmlReader_t3121518892 * L_5 = ___reader0; NullCheck(L_5); XmlReaderSettings_t2186285234 * L_6 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_5); NullCheck(L_6); int32_t L_7 = XmlReaderSettings_get_ConformanceLevel_m2244916470(L_6, /*hidden argument*/NULL); V_0 = L_7; goto IL_0041; } IL_003a: { XmlReaderSettings_t2186285234 * L_8 = ___settings1; NullCheck(L_8); int32_t L_9 = XmlReaderSettings_get_ConformanceLevel_m2244916470(L_8, /*hidden argument*/NULL); V_0 = L_9; } IL_0041: { XmlReaderSettings_t2186285234 * L_10 = ___settings1; NullCheck(L_10); int32_t L_11 = XmlReaderSettings_get_ConformanceLevel_m2244916470(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0079; } } { int32_t L_12 = V_0; XmlReaderSettings_t2186285234 * L_13 = ___settings1; NullCheck(L_13); int32_t L_14 = XmlReaderSettings_get_ConformanceLevel_m2244916470(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)L_14))) { goto IL_0079; } } { int32_t L_15 = V_0; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(ConformanceLevel_t3899847875_il2cpp_TypeInfo_var, &L_16); XmlReaderSettings_t2186285234 * L_18 = ___settings1; NullCheck(L_18); int32_t L_19 = XmlReaderSettings_get_ConformanceLevel_m2244916470(L_18, /*hidden argument*/NULL); int32_t L_20 = L_19; RuntimeObject * L_21 = Box(ConformanceLevel_t3899847875_il2cpp_TypeInfo_var, &L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1668531570, L_17, L_21, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_23 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_23, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,XmlReader_CreateFilteredXmlReader_m1270514112_RuntimeMethod_var); } IL_0079: { XmlReaderSettings_t2186285234 * L_24 = ___settings1; int32_t L_25 = V_0; NullCheck(L_24); XmlReaderSettings_set_ConformanceLevel_m2934559644(L_24, L_25, /*hidden argument*/NULL); XmlReader_t3121518892 * L_26 = ___reader0; XmlReaderSettings_t2186285234 * L_27 = ___settings1; XmlReader_t3121518892 * L_28 = XmlReader_CreateValidatingXmlReader_m2790223960(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); ___reader0 = L_28; XmlReaderSettings_t2186285234 * L_29 = ___settings1; NullCheck(L_29); bool L_30 = XmlReaderSettings_get_IgnoreComments_m1494867857(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00aa; } } { XmlReaderSettings_t2186285234 * L_31 = ___settings1; NullCheck(L_31); bool L_32 = XmlReaderSettings_get_IgnoreProcessingInstructions_m1221762678(L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00aa; } } { XmlReaderSettings_t2186285234 * L_33 = ___settings1; NullCheck(L_33); bool L_34 = XmlReaderSettings_get_IgnoreWhitespace_m3303723294(L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00b2; } } IL_00aa: { XmlReader_t3121518892 * L_35 = ___reader0; XmlReaderSettings_t2186285234 * L_36 = ___settings1; XmlFilterReader_t953863161 * L_37 = (XmlFilterReader_t953863161 *)il2cpp_codegen_object_new(XmlFilterReader_t953863161_il2cpp_TypeInfo_var); XmlFilterReader__ctor_m1009814255(L_37, L_35, L_36, /*hidden argument*/NULL); return L_37; } IL_00b2: { XmlReader_t3121518892 * L_38 = ___reader0; XmlReaderSettings_t2186285234 * L_39 = ___settings1; NullCheck(L_38); L_38->set_settings_1(L_39); XmlReader_t3121518892 * L_40 = ___reader0; return L_40; } } // System.Xml.XmlReader System.Xml.XmlReader::CreateValidatingXmlReader(System.Xml.XmlReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlReader_CreateValidatingXmlReader_m2790223960 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_CreateValidatingXmlReader_m2790223960_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlValidatingReader_t1719295192 * V_0 = NULL; int32_t V_1 = 0; XmlValidatingReader_t1719295192 * G_B10_0 = NULL; { V_0 = (XmlValidatingReader_t1719295192 *)NULL; XmlReaderSettings_t2186285234 * L_0 = ___settings1; NullCheck(L_0); int32_t L_1 = XmlReaderSettings_get_ValidationType_m823629358(L_0, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)2))) { case 0: { goto IL_0024; } case 1: { goto IL_0022; } case 2: { goto IL_0043; } } } { goto IL_0022; } IL_0022: { XmlReader_t3121518892 * L_3 = ___reader0; return L_3; } IL_0024: { XmlReader_t3121518892 * L_4 = ___reader0; XmlValidatingReader_t1719295192 * L_5 = (XmlValidatingReader_t1719295192 *)il2cpp_codegen_object_new(XmlValidatingReader_t1719295192_il2cpp_TypeInfo_var); XmlValidatingReader__ctor_m746074126(L_5, L_4, /*hidden argument*/NULL); V_0 = L_5; XmlValidatingReader_t1719295192 * L_6 = V_0; XmlReaderSettings_t2186285234 * L_7 = ___settings1; NullCheck(L_7); XmlResolver_t626023767 * L_8 = XmlReaderSettings_get_XmlResolver_m3646068991(L_7, /*hidden argument*/NULL); NullCheck(L_6); XmlValidatingReader_set_XmlResolver_m3039624282(L_6, L_8, /*hidden argument*/NULL); XmlValidatingReader_t1719295192 * L_9 = V_0; NullCheck(L_9); XmlValidatingReader_set_ValidationType_m3850545770(L_9, 2, /*hidden argument*/NULL); goto IL_004b; } IL_0043: { XmlReader_t3121518892 * L_10 = ___reader0; XmlReaderSettings_t2186285234 * L_11 = ___settings1; XmlSchemaValidatingReader_t3113890617 * L_12 = (XmlSchemaValidatingReader_t3113890617 *)il2cpp_codegen_object_new(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); XmlSchemaValidatingReader__ctor_m1701189759(L_12, L_10, L_11, /*hidden argument*/NULL); return L_12; } IL_004b: { XmlReaderSettings_t2186285234 * L_13 = ___settings1; NullCheck(L_13); int32_t L_14 = XmlReaderSettings_get_ValidationFlags_m2837396330(L_13, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_14&(int32_t)8))) { goto IL_005e; } } { NotImplementedException_t3489357830 * L_15 = (NotImplementedException_t3489357830 *)il2cpp_codegen_object_new(NotImplementedException_t3489357830_il2cpp_TypeInfo_var); NotImplementedException__ctor_m3058704252(L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,XmlReader_CreateValidatingXmlReader_m2790223960_RuntimeMethod_var); } IL_005e: { XmlValidatingReader_t1719295192 * L_16 = V_0; if (!L_16) { goto IL_006a; } } { XmlValidatingReader_t1719295192 * L_17 = V_0; G_B10_0 = L_17; goto IL_006b; } IL_006a: { XmlReader_t3121518892 * L_18 = ___reader0; G_B10_0 = ((XmlValidatingReader_t1719295192 *)(L_18)); } IL_006b: { return G_B10_0; } } // System.Void System.Xml.XmlReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReader_Dispose_m203017332 (XmlReader_t3121518892 * __this, bool ___disposing0, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0012; } } { VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, __this); } IL_0012: { return; } } // System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlReader_MoveToAttribute_m673667036 (XmlReader_t3121518892 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_MoveToAttribute_m673667036_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___i0; int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, __this); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0012; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m2047740448(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlReader_MoveToAttribute_m673667036_RuntimeMethod_var); } IL_0012: { VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, __this); V_0 = 0; goto IL_002b; } IL_0020: { VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, __this); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_002b: { int32_t L_4 = V_0; int32_t L_5 = ___i0; if ((((int32_t)L_4) < ((int32_t)L_5))) { goto IL_0020; } } { return; } } // System.Boolean System.Xml.XmlReader::IsContent(System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR bool XmlReader_IsContent_m2643419123 (XmlReader_t3121518892 * __this, int32_t ___nodeType0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___nodeType0; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_0037; } case 1: { goto IL_001e; } case 2: { goto IL_0033; } case 3: { goto IL_0035; } case 4: { goto IL_003b; } } } IL_001e: { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)15)))) { goto IL_0039; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)16)))) { goto IL_003d; } } { goto IL_003f; } IL_0033: { return (bool)1; } IL_0035: { return (bool)1; } IL_0037: { return (bool)1; } IL_0039: { return (bool)1; } IL_003b: { return (bool)1; } IL_003d: { return (bool)1; } IL_003f: { return (bool)0; } } // System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReader_MoveToContent_m753064380 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0019; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0019; } } { goto IL_001e; } IL_0019: { goto IL_0025; } IL_001e: { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); return L_3; } IL_0025: { int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0038; } } { VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, __this); } IL_0038: { int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); bool L_6 = XmlReader_IsContent_m2643419123(__this, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0050; } } { int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); return L_7; } IL_0050: { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); bool L_8 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, __this); if (!L_8) { goto IL_0038; } } { return (int32_t)(0); } } // System.Void System.Xml.XmlReader::ReadEndElement() extern "C" IL2CPP_METHOD_ATTR void XmlReader_ReadEndElement_m3403071701 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_ReadEndElement_m3403071701_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(38 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, __this); if ((((int32_t)L_0) == ((int32_t)((int32_t)15)))) { goto IL_0030; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_2); NullCheck((Enum_t4135868527 *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2927794476, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; XmlException_t1761730631 * L_7 = XmlReader_XmlError_m363506509(__this, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XmlReader_ReadEndElement_m3403071701_RuntimeMethod_var); } IL_0030: { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); return; } } // System.String System.Xml.XmlReader::ReadInnerXml() extern "C" IL2CPP_METHOD_ATTR String_t* XmlReader_ReadInnerXml_m2524363995 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_ReadInnerXml_m2524363995_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringWriter_t802263757 * V_0 = NULL; XmlTextWriter_t2114213153 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0019; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)15))))) { goto IL_001f; } } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_001f: { bool L_3 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, __this); if (!L_3) { goto IL_0037; } } { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0037: { StringWriter_t802263757 * L_5 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m1244548890(L_5, /*hidden argument*/NULL); V_0 = L_5; StringWriter_t802263757 * L_6 = V_0; XmlTextWriter_t2114213153 * L_7 = (XmlTextWriter_t2114213153 *)il2cpp_codegen_object_new(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); XmlTextWriter__ctor_m85815683(L_7, L_6, /*hidden argument*/NULL); V_1 = L_7; int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_009b; } } { int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, __this); V_2 = L_9; VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); goto IL_0083; } IL_0063: { int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_007b; } } { XmlException_t1761730631 * L_11 = XmlReader_XmlError_m363506509(__this, _stringLiteral2553914360, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,XmlReader_ReadInnerXml_m2524363995_RuntimeMethod_var); } IL_007b: { XmlTextWriter_t2114213153 * L_12 = V_1; NullCheck(L_12); VirtActionInvoker2< XmlReader_t3121518892 *, bool >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteNode(System.Xml.XmlReader,System.Boolean) */, L_12, __this, (bool)0); } IL_0083: { int32_t L_13 = V_2; int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, __this); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0063; } } { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); goto IL_00a3; } IL_009b: { XmlTextWriter_t2114213153 * L_15 = V_1; NullCheck(L_15); VirtActionInvoker2< XmlReader_t3121518892 *, bool >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteNode(System.Xml.XmlReader,System.Boolean) */, L_15, __this, (bool)0); } IL_00a3: { StringWriter_t802263757 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.IO.StringWriter::ToString() */, L_16); return L_17; } } // System.String System.Xml.XmlReader::ReadOuterXml() extern "C" IL2CPP_METHOD_ATTR String_t* XmlReader_ReadOuterXml_m27436192 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_ReadOuterXml_m27436192_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringWriter_t802263757 * V_0 = NULL; XmlTextWriter_t2114213153 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0019; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)15))))) { goto IL_001f; } } IL_0019: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_001f: { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); V_2 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0039; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_0039; } } { goto IL_0055; } IL_0039: { StringWriter_t802263757 * L_6 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m1244548890(L_6, /*hidden argument*/NULL); V_0 = L_6; StringWriter_t802263757 * L_7 = V_0; XmlTextWriter_t2114213153 * L_8 = (XmlTextWriter_t2114213153 *)il2cpp_codegen_object_new(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); XmlTextWriter__ctor_m85815683(L_8, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlTextWriter_t2114213153 * L_9 = V_1; NullCheck(L_9); VirtActionInvoker2< XmlReader_t3121518892 *, bool >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteNode(System.Xml.XmlReader,System.Boolean) */, L_9, __this, (bool)0); StringWriter_t802263757 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.IO.StringWriter::ToString() */, L_10); return L_11; } IL_0055: { VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.XmlReader::Skip() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_12; } } // System.Void System.Xml.XmlReader::ReadStartElement() extern "C" IL2CPP_METHOD_ATTR void XmlReader_ReadStartElement_m1517971226 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_ReadStartElement_m1517971226_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(38 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_002f; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_2); NullCheck((Enum_t4135868527 *)L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2927794476, L_4, /*hidden argument*/NULL); V_0 = L_5; String_t* L_6 = V_0; XmlException_t1761730631 * L_7 = XmlReader_XmlError_m363506509(__this, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XmlReader_ReadStartElement_m1517971226_RuntimeMethod_var); } IL_002f: { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); return; } } // System.Void System.Xml.XmlReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlReader_Skip_m2445993341 (XmlReader_t3121518892 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000d; } } { return; } IL_000d: { VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, __this); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002b; } } { bool L_2 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, __this); if (!L_2) { goto IL_0033; } } IL_002b: { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); return; } IL_0033: { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, __this); V_0 = L_3; goto IL_003f; } IL_003f: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); if (!L_4) { goto IL_0056; } } { int32_t L_5 = V_0; int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, __this); if ((((int32_t)L_5) < ((int32_t)L_6))) { goto IL_003f; } } IL_0056: { int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, __this); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)15))))) { goto IL_006a; } } { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, __this); } IL_006a: { return; } } // System.Xml.XmlException System.Xml.XmlReader::XmlError(System.String) extern "C" IL2CPP_METHOD_ATTR XmlException_t1761730631 * XmlReader_XmlError_m363506509 (XmlReader_t3121518892 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReader_XmlError_m363506509_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, __this); String_t* L_1 = ___message0; XmlException_t1761730631 * L_2 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_2, ((RuntimeObject*)IsInst((RuntimeObject*)__this, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)), L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlReaderBinarySupport::Reset() extern "C" IL2CPP_METHOD_ATTR void XmlReaderBinarySupport_Reset_m4149730773 (XmlReaderBinarySupport_t1809665003 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_dontReset_4(); if (L_0) { goto IL_00aa; } } { __this->set_dontReset_4((bool)1); bool L_1 = __this->get_hasCache_3(); if (!L_1) { goto IL_008e; } } { XmlReader_t3121518892 * L_2 = __this->get_reader_0(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_2); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)3))) { goto IL_004c; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)4))) { goto IL_004c; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)13)))) { goto IL_004c; } } { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)14)))) { goto IL_004c; } } { goto IL_005d; } IL_004c: { XmlReader_t3121518892 * L_8 = __this->get_reader_0(); NullCheck(L_8); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_8); goto IL_005d; } IL_005d: { int32_t L_9 = __this->get_state_2(); V_1 = L_9; int32_t L_10 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1))) { case 0: { goto IL_007d; } case 1: { goto IL_008e; } case 2: { goto IL_007d; } } } { goto IL_008e; } IL_007d: { XmlReader_t3121518892 * L_11 = __this->get_reader_0(); NullCheck(L_11); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_11); goto IL_008e; } IL_008e: { __this->set_base64CacheStartsAt_1((-1)); __this->set_state_2(0); __this->set_hasCache_3((bool)0); __this->set_dontReset_4((bool)0); } IL_00aa: { 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 extern "C" int32_t DelegatePInvokeWrapper_CharGetter_t1703763694 (CharGetter_t1703763694 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method)); // Marshaling of parameter '___buffer0' to native representation uint8_t* ____buffer0_marshaled = NULL; if (___buffer0 != NULL) { il2cpp_array_size_t ____buffer0_Length = (___buffer0)->max_length; ____buffer0_marshaled = il2cpp_codegen_marshal_allocate_array(____buffer0_Length); for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(____buffer0_Length); i++) { (____buffer0_marshaled)[i] = static_cast((___buffer0)->GetAtUnchecked(static_cast(i))); } } else { ____buffer0_marshaled = NULL; } // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___length2); // Marshaling cleanup of parameter '___buffer0' native representation if (____buffer0_marshaled != NULL) { il2cpp_codegen_marshal_free(____buffer0_marshaled); ____buffer0_marshaled = NULL; } return returnValue; } // System.Void System.Xml.XmlReaderBinarySupport/CharGetter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CharGetter__ctor_m3616306258 (CharGetter_t1703763694 * __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.Int32 System.Xml.XmlReaderBinarySupport/CharGetter::Invoke(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t CharGetter_Invoke_m2044290462 (CharGetter_t1703763694 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { int32_t result = 0; if(__this->get_prev_9() != NULL) { CharGetter_Invoke_m2044290462((CharGetter_t1703763694 *)__this->get_prev_9(), ___buffer0, ___offset1, ___length2, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // open { typedef int32_t (*FunctionPointerType) (RuntimeObject *, CharU5BU5D_t3528271667*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, ___buffer0, ___offset1, ___length2, targetMethod); } } else { // closed { typedef int32_t (*FunctionPointerType) (RuntimeObject *, void*, CharU5BU5D_t3528271667*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___buffer0, ___offset1, ___length2, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 3) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___length2); else result = GenericVirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___length2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___length2); else result = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___length2); } } else { typedef int32_t (*FunctionPointerType) (void*, CharU5BU5D_t3528271667*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___length2, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___length2); else result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___length2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___length2); else result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___length2); } } else { typedef int32_t (*FunctionPointerType) (CharU5BU5D_t3528271667*, int32_t, int32_t, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___length2, targetMethod); } } } return result; } // System.IAsyncResult System.Xml.XmlReaderBinarySupport/CharGetter::BeginInvoke(System.Char[],System.Int32,System.Int32,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CharGetter_BeginInvoke_m1792834121 (CharGetter_t1703763694 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, AsyncCallback_t3962456242 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CharGetter_BeginInvoke_m1792834121_MetadataUsageId); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___buffer0; __d_args[1] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___offset1); __d_args[2] = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &___length2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4); } // System.Int32 System.Xml.XmlReaderBinarySupport/CharGetter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR int32_t CharGetter_EndInvoke_m3314326019 (CharGetter_t1703763694 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(int32_t*)UnBox ((RuntimeObject*)__result); } #ifdef __clang__ #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.XmlReaderSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m3137625896 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlReaderSettings_Reset_m4048938400(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlReaderSettings System.Xml.XmlReaderSettings::Clone() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlReaderSettings_Clone_m3342798530 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_Clone_m3342798530_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return ((XmlReaderSettings_t2186285234 *)CastclassSealed((RuntimeObject*)L_0, XmlReaderSettings_t2186285234_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlReaderSettings::Reset() extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_Reset_m4048938400 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_Reset_m4048938400_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_checkCharacters_0((bool)1); __this->set_closeInput_1((bool)0); __this->set_conformance_2(2); __this->set_ignoreComments_3((bool)0); __this->set_ignoreProcessingInstructions_4((bool)0); __this->set_ignoreWhitespace_5((bool)0); __this->set_lineNumberOffset_6(0); __this->set_linePositionOffset_7(0); __this->set_prohibitDtd_8((bool)1); __this->set_schemas_10((XmlSchemaSet_t266093086 *)NULL); __this->set_schemasNeedsInitialization_11((bool)1); __this->set_validationFlags_12(((int32_t)24)); __this->set_validationType_13(0); XmlUrlResolver_t817895037 * L_0 = (XmlUrlResolver_t817895037 *)il2cpp_codegen_object_new(XmlUrlResolver_t817895037_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m1338399436(L_0, /*hidden argument*/NULL); __this->set_xmlResolver_14(L_0); return; } } // System.Boolean System.Xml.XmlReaderSettings::get_CheckCharacters() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CheckCharacters_m1683653392 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_checkCharacters_0(); return L_0; } } // System.Boolean System.Xml.XmlReaderSettings::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CloseInput_m227043160 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_closeInput_1(); return L_0; } } // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::get_ConformanceLevel() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ConformanceLevel_m2244916470 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_conformance_2(); return L_0; } } // System.Void System.Xml.XmlReaderSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ConformanceLevel_m2934559644 (XmlReaderSettings_t2186285234 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_conformance_2(L_0); return; } } // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreComments() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreComments_m1494867857 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_ignoreComments_3(); return L_0; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreComments(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreComments_m177113588 (XmlReaderSettings_t2186285234 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_ignoreComments_3(L_0); return; } } // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreProcessingInstructions() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreProcessingInstructions_m1221762678 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_ignoreProcessingInstructions_4(); return L_0; } } // System.Void System.Xml.XmlReaderSettings::set_IgnoreProcessingInstructions(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreProcessingInstructions_m1384010313 (XmlReaderSettings_t2186285234 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_ignoreProcessingInstructions_4(L_0); return; } } // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreWhitespace_m3303723294 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_ignoreWhitespace_5(); return L_0; } } // System.Int32 System.Xml.XmlReaderSettings::get_LineNumberOffset() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_LineNumberOffset_m3233655339 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumberOffset_6(); return L_0; } } // System.Int32 System.Xml.XmlReaderSettings::get_LinePositionOffset() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_LinePositionOffset_m2541959498 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePositionOffset_7(); return L_0; } } // System.Boolean System.Xml.XmlReaderSettings::get_ProhibitDtd() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_ProhibitDtd_m1743435541 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_prohibitDtd_8(); return L_0; } } // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlReaderSettings_get_NameTable_m1472950885 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { XmlNameTable_t71772148 * L_0 = __this->get_nameTable_9(); return L_0; } } // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::get_Schemas() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSet_t266093086 * XmlReaderSettings_get_Schemas_m1700956566 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_get_Schemas_m1700956566_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_schemasNeedsInitialization_11(); if (!L_0) { goto IL_001d; } } { XmlSchemaSet_t266093086 * L_1 = (XmlSchemaSet_t266093086 *)il2cpp_codegen_object_new(XmlSchemaSet_t266093086_il2cpp_TypeInfo_var); XmlSchemaSet__ctor_m2333710421(L_1, /*hidden argument*/NULL); __this->set_schemas_10(L_1); __this->set_schemasNeedsInitialization_11((bool)0); } IL_001d: { XmlSchemaSet_t266093086 * L_2 = __this->get_schemas_10(); return L_2; } } // System.Void System.Xml.XmlReaderSettings::OnValidationError(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_OnValidationError_m4068068030 (XmlReaderSettings_t2186285234 * __this, RuntimeObject * ___o0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlReaderSettings_OnValidationError_m4068068030_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t791314227 * L_0 = __this->get_ValidationEventHandler_15(); if (!L_0) { goto IL_001d; } } { ValidationEventHandler_t791314227 * L_1 = __this->get_ValidationEventHandler_15(); RuntimeObject * L_2 = ___o0; ValidationEventArgs_t2784773869 * L_3 = ___e1; NullCheck(L_1); ValidationEventHandler_Invoke_m3984227947(L_1, L_2, L_3, /*hidden argument*/NULL); goto IL_002f; } IL_001d: { ValidationEventArgs_t2784773869 * L_4 = ___e1; NullCheck(L_4); int32_t L_5 = ValidationEventArgs_get_Severity_m1798521934(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_002f; } } { ValidationEventArgs_t2784773869 * L_6 = ___e1; NullCheck(L_6); XmlSchemaException_t3511258692 * L_7 = ValidationEventArgs_get_Exception_m2119547120(L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XmlReaderSettings_OnValidationError_m4068068030_RuntimeMethod_var); } IL_002f: { return; } } // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::get_ValidationFlags() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationFlags_m2837396330 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationFlags_12(); return L_0; } } // System.Xml.ValidationType System.Xml.XmlReaderSettings::get_ValidationType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationType_m823629358 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationType_13(); return L_0; } } // System.Xml.XmlResolver System.Xml.XmlReaderSettings::get_XmlResolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlReaderSettings_get_XmlResolver_m3646068991 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method) { { XmlResolver_t626023767 * L_0 = __this->get_xmlResolver_14(); 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.XmlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlResolver__ctor_m2276492248 (XmlResolver_t626023767 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * XmlResolver_ResolveUri_m3051172150 (XmlResolver_t626023767 * __this, Uri_t100236324 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlResolver_ResolveUri_m3051172150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Uri_t100236324 * L_0 = ___baseUri0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Equality_m2988156441(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0070; } } { String_t* L_2 = ___relativeUri1; if (L_2) { goto IL_001d; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2467068554, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlResolver_ResolveUri_m3051172150_RuntimeMethod_var); } IL_001d: { String_t* L_4 = ___relativeUri1; NullCheck(L_4); bool L_5 = String_StartsWith_m1759067526(L_4, _stringLiteral1973861598, /*hidden argument*/NULL); if (L_5) { goto IL_005d; } } { String_t* L_6 = ___relativeUri1; NullCheck(L_6); bool L_7 = String_StartsWith_m1759067526(L_6, _stringLiteral1976352021, /*hidden argument*/NULL); if (L_7) { goto IL_005d; } } { String_t* L_8 = ___relativeUri1; NullCheck(L_8); bool L_9 = String_StartsWith_m1759067526(L_8, _stringLiteral2612015252, /*hidden argument*/NULL); if (L_9) { goto IL_005d; } } { String_t* L_10 = ___relativeUri1; NullCheck(L_10); bool L_11 = String_StartsWith_m1759067526(L_10, _stringLiteral452222980, /*hidden argument*/NULL); if (!L_11) { goto IL_0064; } } IL_005d: { String_t* L_12 = ___relativeUri1; Uri_t100236324 * L_13 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_13, L_12, /*hidden argument*/NULL); return L_13; } IL_0064: { String_t* L_14 = ___relativeUri1; IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_15 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); Uri_t100236324 * L_16 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_16, L_15, /*hidden argument*/NULL); return L_16; } IL_0070: { String_t* L_17 = ___relativeUri1; if (L_17) { goto IL_0078; } } { Uri_t100236324 * L_18 = ___baseUri0; return L_18; } IL_0078: { Uri_t100236324 * L_19 = ___baseUri0; String_t* L_20 = ___relativeUri1; String_t* L_21 = XmlResolver_EscapeRelativeUriBody_m3919279314(__this, L_20, /*hidden argument*/NULL); Uri_t100236324 * L_22 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m279432735(L_22, L_19, L_21, /*hidden argument*/NULL); return L_22; } } // System.String System.Xml.XmlResolver::EscapeRelativeUriBody(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlResolver_EscapeRelativeUriBody_m3919279314 (XmlResolver_t626023767 * __this, String_t* ___src0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlResolver_EscapeRelativeUriBody_m3919279314_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___src0; NullCheck(L_0); String_t* L_1 = String_Replace_m1273907647(L_0, _stringLiteral3452614548, _stringLiteral3403826294, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = String_Replace_m1273907647(L_1, _stringLiteral3452614546, _stringLiteral271658412, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = String_Replace_m1273907647(L_2, _stringLiteral3452614525, _stringLiteral2671228134, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = String_Replace_m1273907647(L_3, _stringLiteral3452614523, _stringLiteral3834027548, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = String_Replace_m1273907647(L_4, _stringLiteral3452614526, _stringLiteral4237312075, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlSignificantWhitespace::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlSignificantWhitespace__ctor_m3379707424 (XmlSignificantWhitespace_t1052520128 * __this, String_t* ___strData0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlDocument_t2837193595 * L_1 = ___doc1; XmlCharacterData__ctor_m3935345337(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlSignificantWhitespace::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_LocalName_m4159671614 (XmlSignificantWhitespace_t1052520128 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSignificantWhitespace_get_LocalName_m4159671614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1556661878; } } // System.String System.Xml.XmlSignificantWhitespace::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_Name_m1975580024 (XmlSignificantWhitespace_t1052520128 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSignificantWhitespace_get_Name_m1975580024_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1556661878; } } // System.Xml.XmlNodeType System.Xml.XmlSignificantWhitespace::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSignificantWhitespace_get_NodeType_m677035314 (XmlSignificantWhitespace_t1052520128 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)14)); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlSignificantWhitespace::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSignificantWhitespace_get_XPathNodeType_m1316605046 (XmlSignificantWhitespace_t1052520128 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.String System.Xml.XmlSignificantWhitespace::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSignificantWhitespace_get_Value_m2364606983 (XmlSignificantWhitespace_t1052520128 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlSignificantWhitespace::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSignificantWhitespace_set_Value_m2869339402 (XmlSignificantWhitespace_t1052520128 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSignificantWhitespace_set_Value_m2869339402_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsWhitespace_m2421104119(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral3922471879, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlSignificantWhitespace_set_Value_m2869339402_RuntimeMethod_var); } IL_0016: { String_t* L_3 = ___value0; XmlCharacterData_set_Data_m1077571986(__this, L_3, /*hidden argument*/NULL); return; } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlSignificantWhitespace_get_ParentNode_m4164245132 (XmlSignificantWhitespace_t1052520128 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = XmlNode_get_ParentNode_m3304904414(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlSignificantWhitespace::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlSignificantWhitespace_CloneNode_m1103115458 (XmlSignificantWhitespace_t1052520128 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSignificantWhitespace_CloneNode_m1103115458_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlSignificantWhitespace_t1052520128 * L_2 = (XmlSignificantWhitespace_t1052520128 *)il2cpp_codegen_object_new(XmlSignificantWhitespace_t1052520128_il2cpp_TypeInfo_var); XmlSignificantWhitespace__ctor_m3379707424(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlNode_t3767805227 * L_3 = V_0; return L_3; } } // System.Void System.Xml.XmlSignificantWhitespace::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlSignificantWhitespace_WriteContentTo_m1077551068 (XmlSignificantWhitespace_t1052520128 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlSignificantWhitespace::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlSignificantWhitespace_WriteTo_m3194049121 (XmlSignificantWhitespace_t1052520128 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(28 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #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.XmlStreamReader::.ctor(System.Xml.XmlInputStream) extern "C" IL2CPP_METHOD_ATTR void XmlStreamReader__ctor_m3688274484 (XmlStreamReader_t727818754 * __this, XmlInputStream_t1691369434 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlStreamReader__ctor_m3688274484_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlInputStream_t1691369434 * G_B2_0 = NULL; XmlStreamReader_t727818754 * G_B2_1 = NULL; XmlInputStream_t1691369434 * G_B1_0 = NULL; XmlStreamReader_t727818754 * G_B1_1 = NULL; Encoding_t1523322056 * G_B3_0 = NULL; XmlInputStream_t1691369434 * G_B3_1 = NULL; XmlStreamReader_t727818754 * G_B3_2 = NULL; { XmlInputStream_t1691369434 * L_0 = ___input0; XmlInputStream_t1691369434 * L_1 = ___input0; NullCheck(L_1); Encoding_t1523322056 * L_2 = XmlInputStream_get_ActualEncoding_m3321735681(L_1, /*hidden argument*/NULL); G_B1_0 = L_0; G_B1_1 = __this; if (!L_2) { G_B2_0 = L_0; G_B2_1 = __this; goto IL_0018; } } { XmlInputStream_t1691369434 * L_3 = ___input0; NullCheck(L_3); Encoding_t1523322056 * L_4 = XmlInputStream_get_ActualEncoding_m3321735681(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_001d; } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(XmlInputStream_t1691369434_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_5 = ((XmlInputStream_t1691369434_StaticFields*)il2cpp_codegen_static_fields_for(XmlInputStream_t1691369434_il2cpp_TypeInfo_var))->get_StrictUTF8_2(); G_B3_0 = L_5; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_001d: { NullCheck(G_B3_2); NonBlockingStreamReader__ctor_m3980822218(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); XmlInputStream_t1691369434 * L_6 = ___input0; __this->set_input_13(L_6); return; } } // System.Void System.Xml.XmlStreamReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlStreamReader__ctor_m3403779607 (XmlStreamReader_t727818754 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlStreamReader__ctor_m3403779607_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___input0; XmlInputStream_t1691369434 * L_1 = (XmlInputStream_t1691369434 *)il2cpp_codegen_object_new(XmlInputStream_t1691369434_il2cpp_TypeInfo_var); XmlInputStream__ctor_m3269376818(L_1, L_0, /*hidden argument*/NULL); XmlStreamReader__ctor_m3688274484(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlStreamReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlStreamReader__cctor_m3453438400 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlStreamReader__cctor_m3453438400_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlException_t1761730631 * L_0 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_0, _stringLiteral152590758, /*hidden argument*/NULL); ((XmlStreamReader_t727818754_StaticFields*)il2cpp_codegen_static_fields_for(XmlStreamReader_t727818754_il2cpp_TypeInfo_var))->set_invalidDataException_14(L_0); return; } } // System.Void System.Xml.XmlStreamReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlStreamReader_Close_m1534444935 (XmlStreamReader_t727818754 * __this, const RuntimeMethod* method) { { XmlInputStream_t1691369434 * L_0 = __this->get_input_13(); NullCheck(L_0); VirtActionInvoker0::Invoke(14 /* System.Void System.Xml.XmlInputStream::Close() */, L_0); return; } } // System.Int32 System.Xml.XmlStreamReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlStreamReader_Read_m1535597101 (XmlStreamReader_t727818754 * __this, CharU5BU5D_t3528271667* ___dest_buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlStreamReader_Read_m1535597101_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); IL_0000: try { // begin try (depth: 1) { CharU5BU5D_t3528271667* L_0 = ___dest_buffer0; int32_t L_1 = ___index1; int32_t L_2 = ___count2; int32_t L_3 = NonBlockingStreamReader_Read_m583787078(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0020; } IL_000f: { ; // IL_000f: leave IL_0020 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (ArgumentException_t132251570_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0014; throw e; } CATCH_0014: { // begin catch(System.ArgumentException) { IL2CPP_RUNTIME_CLASS_INIT(XmlStreamReader_t727818754_il2cpp_TypeInfo_var); XmlException_t1761730631 * L_4 = ((XmlStreamReader_t727818754_StaticFields*)il2cpp_codegen_static_fields_for(XmlStreamReader_t727818754_il2cpp_TypeInfo_var))->get_invalidDataException_14(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlStreamReader_Read_m1535597101_RuntimeMethod_var); } IL_001b: { goto IL_0020; } } // end catch (depth: 1) IL_0020: { int32_t L_5 = V_0; return L_5; } } // System.Void System.Xml.XmlStreamReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlStreamReader_Dispose_m3655811970 (XmlStreamReader_t727818754 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; NonBlockingStreamReader_Dispose_m2043563007(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___disposing0; if (!L_1) { goto IL_0013; } } { VirtActionInvoker0::Invoke(7 /* System.Void System.Xml.XmlStreamReader::Close() */, __this); } IL_0013: { 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.XmlText::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlText__ctor_m469415401 (XmlText_t2682211705 * __this, String_t* ___strData0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlDocument_t2837193595 * L_1 = ___doc1; XmlCharacterData__ctor_m3935345337(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlText::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlText_get_LocalName_m3191567904 (XmlText_t2682211705 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlText_get_LocalName_m3191567904_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2649583896; } } // System.String System.Xml.XmlText::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlText_get_Name_m2818861068 (XmlText_t2682211705 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlText_get_Name_m2818861068_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2649583896; } } // System.Xml.XmlNodeType System.Xml.XmlText::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlText_get_NodeType_m34749006 (XmlText_t2682211705 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlText::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlText_get_XPathNodeType_m2818763601 (XmlText_t2682211705 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.String System.Xml.XmlText::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlText_get_Value_m1942877057 (XmlText_t2682211705 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlText::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlText_set_Value_m3917363118 (XmlText_t2682211705 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(43 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_0); return; } } // System.Xml.XmlNode System.Xml.XmlText::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlText_get_ParentNode_m3466872034 (XmlText_t2682211705 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = XmlNode_get_ParentNode_m3304904414(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlText::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlText_CloneNode_m2822403235 (XmlText_t2682211705 * __this, bool ___deep0, const RuntimeMethod* method) { XmlText_t2682211705 * V_0 = NULL; { XmlDocument_t2837193595 * L_0 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlText_t2682211705 * L_2 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(55 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_0, L_1); V_0 = L_2; XmlText_t2682211705 * L_3 = V_0; return L_3; } } // System.Void System.Xml.XmlText::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlText_WriteContentTo_m1986988808 (XmlText_t2682211705 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlText::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlText_WriteTo_m2978954319 (XmlText_t2682211705 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlTextReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m1484036832 (XmlTextReader_t4233384356 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m1484036832_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = ___input0; XmlStreamReader_t727818754 * L_1 = (XmlStreamReader_t727818754 *)il2cpp_codegen_object_new(XmlStreamReader_t727818754_il2cpp_TypeInfo_var); XmlStreamReader__ctor_m3403779607(L_1, L_0, /*hidden argument*/NULL); XmlTextReader__ctor_m4023450481(__this, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m4023450481 (XmlTextReader_t4233384356 * __this, TextReader_t283511965 * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m4023450481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TextReader_t283511965 * L_0 = ___input0; NameTable_t3178203267 * L_1 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_1, /*hidden argument*/NULL); XmlTextReader__ctor_m879520456(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m1872711927 (XmlTextReader_t4233384356 * __this, String_t* ___url0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m1872711927_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); String_t* L_0 = ___url0; XmlNameTable_t71772148 * L_1 = ___nt1; XmlTextReader_t3455035481 * L_2 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m3779111233(L_2, L_0, L_1, /*hidden argument*/NULL); __this->set_source_3(L_2); return; } } // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m879520456 (XmlTextReader_t4233384356 * __this, TextReader_t283511965 * ___input0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m879520456_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); TextReader_t283511965 * L_1 = ___input0; XmlNameTable_t71772148 * L_2 = ___nt1; XmlTextReader__ctor_m2025294095(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m2920712854 (XmlTextReader_t4233384356 * __this, String_t* ___url0, Stream_t1273022909 * ___input1, XmlNameTable_t71772148 * ___nt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m2920712854_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___url0; Stream_t1273022909 * L_1 = ___input1; XmlStreamReader_t727818754 * L_2 = (XmlStreamReader_t727818754 *)il2cpp_codegen_object_new(XmlStreamReader_t727818754_il2cpp_TypeInfo_var); XmlStreamReader__ctor_m3403779607(L_2, L_1, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_3 = ___nt2; XmlTextReader__ctor_m2025294095(__this, L_0, L_2, L_3, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m2025294095 (XmlTextReader_t4233384356 * __this, String_t* ___url0, TextReader_t283511965 * ___input1, XmlNameTable_t71772148 * ___nt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m2025294095_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); String_t* L_0 = ___url0; TextReader_t283511965 * L_1 = ___input1; XmlNameTable_t71772148 * L_2 = ___nt2; XmlTextReader_t3455035481 * L_3 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m3612242620(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); __this->set_source_3(L_3); return; } } // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m873020869 (XmlTextReader_t4233384356 * __this, String_t* ___xmlFragment0, int32_t ___fragType1, XmlParserContext_t2544895291 * ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m873020869_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); String_t* L_0 = ___xmlFragment0; int32_t L_1 = ___fragType1; XmlParserContext_t2544895291 * L_2 = ___context2; XmlTextReader_t3455035481 * L_3 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m4089766063(L_3, L_0, L_1, L_2, /*hidden argument*/NULL); __this->set_source_3(L_3); return; } } // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m3749625945 (XmlTextReader_t4233384356 * __this, String_t* ___baseURI0, TextReader_t283511965 * ___xmlFragment1, int32_t ___fragType2, XmlParserContext_t2544895291 * ___context3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m3749625945_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); String_t* L_0 = ___baseURI0; TextReader_t283511965 * L_1 = ___xmlFragment1; int32_t L_2 = ___fragType2; XmlParserContext_t2544895291 * L_3 = ___context3; XmlTextReader_t3455035481 * L_4 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m746327602(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); __this->set_source_3(L_4); return; } } // System.Void System.Xml.XmlTextReader::.ctor(Mono.Xml2.XmlTextReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m918862940 (XmlTextReader_t4233384356 * __this, XmlTextReader_t3455035481 * ___entityContainer0, bool ___insideAttribute1, const RuntimeMethod* method) { { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_0 = ___entityContainer0; __this->set_source_3(L_0); bool L_1 = ___insideAttribute1; __this->set_entityInsideAttribute_4(L_1); return; } } // System.Xml.XmlParserContext System.Xml.XmlTextReader::Mono.Xml.IHasXmlParserContext.get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlTextReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m1973359660 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlParserContext_t2544895291 * L_0 = XmlTextReader_get_ParserContext_m2090305018(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.XmlTextReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m3352355353 (XmlTextReader_t4233384356 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m3352355353_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); String_t* L_1 = ___ns0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var))); String_t* L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var)), L_1); return L_2; } } // System.Xml.XmlReader System.Xml.XmlTextReader::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlTextReader_get_Current_m3824742842 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { XmlTextReader_t4233384356 * G_B4_0 = NULL; { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0026; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlTextReader::get_ReadState() */, L_1); if (!L_2) { goto IL_0026; } } { XmlTextReader_t4233384356 * L_3 = __this->get_entity_2(); G_B4_0 = L_3; goto IL_002c; } IL_0026: { XmlTextReader_t3455035481 * L_4 = __this->get_source_3(); G_B4_0 = ((XmlTextReader_t4233384356 *)(L_4)); } IL_002c: { return G_B4_0; } } // System.Int32 System.Xml.XmlTextReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_AttributeCount_m1748564162 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_BaseURI_m294283768 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CanResolveEntity_m3758127034 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Xml.XmlTextReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_Depth_m2224977374 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0036; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlTextReader::get_ReadState() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0036; } } { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml2.XmlTextReader::get_Depth() */, L_3); XmlTextReader_t4233384356 * L_5 = __this->get_entity_2(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlTextReader::get_Depth() */, L_5); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_6)), (int32_t)1)); } IL_0036: { XmlTextReader_t3455035481 * L_7 = __this->get_source_3(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml2.XmlTextReader::get_Depth() */, L_7); return L_8; } } // System.Boolean System.Xml.XmlTextReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_EOF_m3933784007 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t3455035481 * L_0 = __this->get_source_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean Mono.Xml2.XmlTextReader::get_EOF() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_HasValue_m2917938243 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_HasValue() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_IsDefault_m2403109145 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_IsEmptyElement_m3134890967 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_LocalName_m3718465889 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Name_m753020598 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_NamespaceURI_m2025103778 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); return L_1; } } // System.Xml.XmlNameTable System.Xml.XmlTextReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlTextReader_get_NameTable_m362460519 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlTextReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_NodeType_m2701651356 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { int32_t G_B6_0 = 0; { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_004e; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlTextReader::get_ReadState() */, L_1); if (L_2) { goto IL_002b; } } { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() */, L_3); G_B6_0 = ((int32_t)(L_4)); goto IL_004d; } IL_002b: { XmlTextReader_t4233384356 * L_5 = __this->get_entity_2(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlTextReader::get_EOF() */, L_5); if (!L_6) { goto IL_0042; } } { G_B6_0 = ((int32_t)16); goto IL_004d; } IL_0042: { XmlTextReader_t4233384356 * L_7 = __this->get_entity_2(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlTextReader::get_NodeType() */, L_7); G_B6_0 = ((int32_t)(L_8)); } IL_004d: { return (int32_t)(G_B6_0); } IL_004e: { XmlTextReader_t3455035481 * L_9 = __this->get_source_3(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() */, L_9); return L_10; } } // System.Xml.XmlParserContext System.Xml.XmlTextReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlTextReader_get_ParserContext_m2090305018 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_get_ParserContext_m2090305018_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var))); XmlParserContext_t2544895291 * L_1 = InterfaceFuncInvoker0< XmlParserContext_t2544895291 * >::Invoke(0 /* System.Xml.XmlParserContext Mono.Xml.IHasXmlParserContext::get_ParserContext() */, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var))); return L_1; } } // System.String System.Xml.XmlTextReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Prefix_m934778099 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); return L_1; } } // System.Xml.ReadState System.Xml.XmlTextReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_ReadState_m3285913362 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_001c; } IL_0011: { XmlTextReader_t3455035481 * L_1 = __this->get_source_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml2.XmlTextReader::get_ReadState() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (int32_t)(G_B3_0); } } // System.Xml.XmlReaderSettings System.Xml.XmlTextReader::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlTextReader_get_Settings_m3492311416 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReaderSettings_t2186285234 * L_0 = XmlReader_get_Settings_m3232276411(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.XmlTextReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Value_m1654814823 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_0); return L_1; } } // System.String System.Xml.XmlTextReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_XmlLang_m1704370597 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_0); return L_1; } } // System.Xml.XmlSpace System.Xml.XmlTextReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_XmlSpace_m2648889774 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_CharacterChecking() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CharacterChecking_m142279829 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); bool L_2 = XmlTextReader_get_CharacterChecking_m142279829(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); NullCheck(L_3); bool L_4 = XmlTextReader_get_CharacterChecking_m322676875(L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Xml.XmlTextReader::set_CharacterChecking(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_CharacterChecking_m1374136630 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); bool L_2 = ___value0; NullCheck(L_1); XmlTextReader_set_CharacterChecking_m1374136630(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); bool L_4 = ___value0; NullCheck(L_3); XmlTextReader_set_CharacterChecking_m824755556(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlTextReader::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CloseInput_m4005923126 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); bool L_2 = XmlTextReader_get_CloseInput_m4005923126(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); NullCheck(L_3); bool L_4 = XmlTextReader_get_CloseInput_m2055464539(L_3, /*hidden argument*/NULL); return L_4; } } // System.Void System.Xml.XmlTextReader::set_CloseInput(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_CloseInput_m2512558630 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); bool L_2 = ___value0; NullCheck(L_1); XmlTextReader_set_CloseInput_m2512558630(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); bool L_4 = ___value0; NullCheck(L_3); XmlTextReader_set_CloseInput_m4163528207(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Xml.ConformanceLevel System.Xml.XmlTextReader::get_Conformance() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_Conformance_m268507185 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t3455035481 * L_0 = __this->get_source_3(); NullCheck(L_0); int32_t L_1 = XmlTextReader_get_Conformance_m1085403856(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlTextReader::set_Conformance(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Conformance_m4265718394 (XmlTextReader_t4233384356 * __this, int32_t ___value0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); int32_t L_2 = ___value0; NullCheck(L_1); XmlTextReader_set_Conformance_m4265718394(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); int32_t L_4 = ___value0; NullCheck(L_3); XmlTextReader_set_Conformance_m1985097490(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Xml.XmlResolver System.Xml.XmlTextReader::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlTextReader_get_Resolver_m258955197 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t3455035481 * L_0 = __this->get_source_3(); NullCheck(L_0); XmlResolver_t626023767 * L_1 = XmlTextReader_get_Resolver_m2264491068(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlTextReader::CopyProperties(System.Xml.XmlTextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_CopyProperties_m12151598 (XmlTextReader_t4233384356 * __this, XmlTextReader_t4233384356 * ___other0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = ___other0; NullCheck(L_0); bool L_1 = XmlTextReader_get_CharacterChecking_m142279829(L_0, /*hidden argument*/NULL); XmlTextReader_set_CharacterChecking_m1374136630(__this, L_1, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_2 = ___other0; NullCheck(L_2); bool L_3 = XmlTextReader_get_CloseInput_m4005923126(L_2, /*hidden argument*/NULL); XmlTextReader_set_CloseInput_m2512558630(__this, L_3, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_4 = ___other0; NullCheck(L_4); XmlReaderSettings_t2186285234 * L_5 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings System.Xml.XmlTextReader::get_Settings() */, L_4); if (!L_5) { goto IL_0034; } } { XmlTextReader_t4233384356 * L_6 = ___other0; NullCheck(L_6); XmlReaderSettings_t2186285234 * L_7 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings System.Xml.XmlTextReader::get_Settings() */, L_6); NullCheck(L_7); int32_t L_8 = XmlReaderSettings_get_ConformanceLevel_m2244916470(L_7, /*hidden argument*/NULL); XmlTextReader_set_Conformance_m4265718394(__this, L_8, /*hidden argument*/NULL); } IL_0034: { XmlTextReader_t4233384356 * L_9 = ___other0; NullCheck(L_9); XmlResolver_t626023767 * L_10 = XmlTextReader_get_Resolver_m258955197(L_9, /*hidden argument*/NULL); XmlTextReader_set_XmlResolver_m1445354776(__this, L_10, /*hidden argument*/NULL); return; } } // System.Xml.EntityHandling System.Xml.XmlTextReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_EntityHandling_m2980571846 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t3455035481 * L_0 = __this->get_source_3(); NullCheck(L_0); int32_t L_1 = XmlTextReader_get_EntityHandling_m1829511007(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_m3974267498 (XmlTextReader_t4233384356 * __this, int32_t ___value0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); int32_t L_2 = ___value0; NullCheck(L_1); XmlTextReader_set_EntityHandling_m3974267498(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); int32_t L_4 = ___value0; NullCheck(L_3); XmlTextReader_set_EntityHandling_m1384243287(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.XmlTextReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LineNumber_m577852368 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = XmlTextReader_get_LineNumber_m577852368(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); NullCheck(L_3); int32_t L_4 = XmlTextReader_get_LineNumber_m718766076(L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.Xml.XmlTextReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LinePosition_m724764794 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = XmlTextReader_get_LinePosition_m724764794(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); NullCheck(L_3); int32_t L_4 = XmlTextReader_get_LinePosition_m3838196996(L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Xml.XmlTextReader::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Namespaces_m3871412690 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t3455035481 * L_0 = __this->get_source_3(); NullCheck(L_0); bool L_1 = XmlTextReader_get_Namespaces_m56588872(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlTextReader::get_Normalization() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Normalization_m4194310650 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t3455035481 * L_0 = __this->get_source_3(); NullCheck(L_0); bool L_1 = XmlTextReader_get_Normalization_m1218533950(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlTextReader::set_Normalization(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Normalization_m1302478956 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); bool L_2 = ___value0; NullCheck(L_1); XmlTextReader_set_Normalization_m1302478956(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); bool L_4 = ___value0; NullCheck(L_3); XmlTextReader_set_Normalization_m906147869(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::set_ProhibitDtd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_ProhibitDtd_m713192257 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); bool L_2 = ___value0; NullCheck(L_1); XmlTextReader_set_ProhibitDtd_m713192257(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); bool L_4 = ___value0; NullCheck(L_3); XmlTextReader_set_ProhibitDtd_m3853230206(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Xml.WhitespaceHandling System.Xml.XmlTextReader::get_WhitespaceHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_WhitespaceHandling_m1514032766 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t3455035481 * L_0 = __this->get_source_3(); NullCheck(L_0); int32_t L_1 = XmlTextReader_get_WhitespaceHandling_m3804345083(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.XmlTextReader::set_WhitespaceHandling(System.Xml.WhitespaceHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_WhitespaceHandling_m109745019 (XmlTextReader_t4233384356 * __this, int32_t ___value0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); int32_t L_2 = ___value0; NullCheck(L_1); XmlTextReader_set_WhitespaceHandling_m109745019(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); int32_t L_4 = ___value0; NullCheck(L_3); XmlTextReader_set_WhitespaceHandling_m239529318(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_m1445354776 (XmlTextReader_t4233384356 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); XmlResolver_t626023767 * L_2 = ___value0; NullCheck(L_1); XmlTextReader_set_XmlResolver_m1445354776(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); XmlResolver_t626023767 * L_4 = ___value0; NullCheck(L_3); XmlTextReader_set_XmlResolver_m151906742(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::AdjustLineInfoOffset(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AdjustLineInfoOffset_m234963254 (XmlTextReader_t4233384356 * __this, int32_t ___lineNumberOffset0, int32_t ___linePositionOffset1, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0018; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); int32_t L_2 = ___lineNumberOffset0; int32_t L_3 = ___linePositionOffset1; NullCheck(L_1); XmlTextReader_AdjustLineInfoOffset_m234963254(L_1, L_2, L_3, /*hidden argument*/NULL); } IL_0018: { XmlTextReader_t3455035481 * L_4 = __this->get_source_3(); int32_t L_5 = ___lineNumberOffset0; int32_t L_6 = ___linePositionOffset1; NullCheck(L_4); XmlTextReader_AdjustLineInfoOffset_m1122561127(L_4, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::SetNameTable(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetNameTable_m3222139660 (XmlTextReader_t4233384356 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); XmlNameTable_t71772148 * L_2 = ___nameTable0; NullCheck(L_1); XmlTextReader_SetNameTable_m3222139660(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); XmlNameTable_t71772148 * L_4 = ___nameTable0; NullCheck(L_3); XmlTextReader_SetNameTable_m3099746376(L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextReader::SkipTextDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SkipTextDeclaration_m1501695552 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001b; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); XmlTextReader_SkipTextDeclaration_m1501695552(L_1, /*hidden argument*/NULL); goto IL_0026; } IL_001b: { XmlTextReader_t3455035481 * L_2 = __this->get_source_3(); NullCheck(L_2); XmlTextReader_SkipTextDeclaration_m484952237(L_2, /*hidden argument*/NULL); } IL_0026: { return; } } // System.Void System.Xml.XmlTextReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Close_m605672602 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0016; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlTextReader::Close() */, L_1); } IL_0016: { XmlTextReader_t3455035481 * L_2 = __this->get_source_3(); NullCheck(L_2); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml2.XmlTextReader::Close() */, L_2); return; } } // System.String System.Xml.XmlTextReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_GetAttribute_m275346846 (XmlTextReader_t4233384356 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); int32_t L_1 = ___i0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlTextReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_GetAttribute_m406168892 (XmlTextReader_t4233384356 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlTextReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_GetAttribute_m2585113541 (XmlTextReader_t4233384356 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); String_t* L_1 = ___localName0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); String_t* L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String System.Xml.XmlTextReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupNamespace_m2584532653 (XmlTextReader_t4233384356 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlTextReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_MoveToAttribute_m2693201884 (XmlTextReader_t4233384356 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001c; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (!L_1) { goto IL_001c; } } { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); } IL_001c: { XmlReader_t3121518892 * L_2 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); int32_t L_3 = ___i0; NullCheck(L_2); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_2, L_3); __this->set_insideAttribute_5((bool)1); return; } } // System.Boolean System.Xml.XmlTextReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToAttribute_m1767681524 (XmlTextReader_t4233384356 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0023; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_0023; } } { XmlTextReader_t4233384356 * L_2 = __this->get_entity_2(); String_t* L_3 = ___name0; NullCheck(L_2); bool L_4 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlTextReader::MoveToAttribute(System.String) */, L_2, L_3); return L_4; } IL_0023: { XmlTextReader_t3455035481 * L_5 = __this->get_source_3(); String_t* L_6 = ___name0; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean Mono.Xml2.XmlTextReader::MoveToAttribute(System.String) */, L_5, L_6); if (L_7) { goto IL_0036; } } { return (bool)0; } IL_0036: { XmlTextReader_t4233384356 * L_8 = __this->get_entity_2(); if (!L_8) { goto IL_0052; } } { bool L_9 = __this->get_entityInsideAttribute_4(); if (!L_9) { goto IL_0052; } } { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); } IL_0052: { __this->set_insideAttribute_5((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlTextReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToAttribute_m368710257 (XmlTextReader_t4233384356 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0024; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_0024; } } { XmlTextReader_t4233384356 * L_2 = __this->get_entity_2(); String_t* L_3 = ___localName0; String_t* L_4 = ___namespaceName1; NullCheck(L_2); bool L_5 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlTextReader::MoveToAttribute(System.String,System.String) */, L_2, L_3, L_4); return L_5; } IL_0024: { XmlTextReader_t3455035481 * L_6 = __this->get_source_3(); String_t* L_7 = ___localName0; String_t* L_8 = ___namespaceName1; NullCheck(L_6); bool L_9 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean Mono.Xml2.XmlTextReader::MoveToAttribute(System.String,System.String) */, L_6, L_7, L_8); if (L_9) { goto IL_0038; } } { return (bool)0; } IL_0038: { XmlTextReader_t4233384356 * L_10 = __this->get_entity_2(); if (!L_10) { goto IL_0054; } } { bool L_11 = __this->get_entityInsideAttribute_4(); if (!L_11) { goto IL_0054; } } { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); } IL_0054: { __this->set_insideAttribute_5((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlTextReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToElement_m1938806187 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001c; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (!L_1) { goto IL_001c; } } { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); } IL_001c: { XmlReader_t3121518892 * L_2 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_2); if (L_3) { goto IL_002e; } } { return (bool)0; } IL_002e: { __this->set_insideAttribute_5((bool)0); return (bool)1; } } // System.Boolean System.Xml.XmlTextReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToFirstAttribute_m4069294905 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0022; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_0022; } } { XmlTextReader_t4233384356 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlTextReader::MoveToFirstAttribute() */, L_2); return L_3; } IL_0022: { XmlTextReader_t3455035481 * L_4 = __this->get_source_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean Mono.Xml2.XmlTextReader::MoveToFirstAttribute() */, L_4); if (L_5) { goto IL_0034; } } { return (bool)0; } IL_0034: { XmlTextReader_t4233384356 * L_6 = __this->get_entity_2(); if (!L_6) { goto IL_0050; } } { bool L_7 = __this->get_entityInsideAttribute_4(); if (!L_7) { goto IL_0050; } } { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); } IL_0050: { __this->set_insideAttribute_5((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlTextReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToNextAttribute_m352155988 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0022; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_0022; } } { XmlTextReader_t4233384356 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlTextReader::MoveToNextAttribute() */, L_2); return L_3; } IL_0022: { XmlTextReader_t3455035481 * L_4 = __this->get_source_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean Mono.Xml2.XmlTextReader::MoveToNextAttribute() */, L_4); if (L_5) { goto IL_0034; } } { return (bool)0; } IL_0034: { XmlTextReader_t4233384356 * L_6 = __this->get_entity_2(); if (!L_6) { goto IL_0050; } } { bool L_7 = __this->get_entityInsideAttribute_4(); if (!L_7) { goto IL_0050; } } { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); } IL_0050: { __this->set_insideAttribute_5((bool)1); return (bool)1; } } // System.Boolean System.Xml.XmlTextReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_Read_m3883600120 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { __this->set_insideAttribute_5((bool)0); XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0033; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (L_1) { goto IL_002d; } } { XmlTextReader_t4233384356 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlTextReader::get_EOF() */, L_2); if (!L_3) { goto IL_0033; } } IL_002d: { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); } IL_0033: { XmlTextReader_t4233384356 * L_4 = __this->get_entity_2(); if (!L_4) { goto IL_006b; } } { XmlTextReader_t4233384356 * L_5 = __this->get_entity_2(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlTextReader::Read() */, L_5); if (!L_6) { goto IL_0050; } } { return (bool)1; } IL_0050: { int32_t L_7 = XmlTextReader_get_EntityHandling_m2980571846(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_0069; } } { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); bool L_8 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlTextReader::Read() */, __this); return L_8; } IL_0069: { return (bool)1; } IL_006b: { XmlTextReader_t3455035481 * L_9 = __this->get_source_3(); NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml2.XmlTextReader::Read() */, L_9); if (L_10) { goto IL_007d; } } { return (bool)0; } IL_007d: { int32_t L_11 = XmlTextReader_get_EntityHandling_m2980571846(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_00a7; } } { XmlTextReader_t3455035481 * L_12 = __this->get_source_3(); NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() */, L_12); if ((!(((uint32_t)L_13) == ((uint32_t)5)))) { goto IL_00a7; } } { VirtActionInvoker0::Invoke(48 /* System.Void System.Xml.XmlTextReader::ResolveEntity() */, __this); bool L_14 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlTextReader::Read() */, __this); return L_14; } IL_00a7: { return (bool)1; } } // System.Boolean System.Xml.XmlTextReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadAttributeValue_m5842778 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_003f; } } { bool L_1 = __this->get_entityInsideAttribute_4(); if (!L_1) { goto IL_003f; } } { XmlTextReader_t4233384356 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlTextReader::get_EOF() */, L_2); if (!L_3) { goto IL_0031; } } { XmlTextReader_CloseEntity_m366351831(__this, /*hidden argument*/NULL); goto IL_003f; } IL_0031: { XmlTextReader_t4233384356 * L_4 = __this->get_entity_2(); NullCheck(L_4); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlTextReader::Read() */, L_4); return (bool)1; } IL_003f: { XmlReader_t3121518892 * L_5 = XmlTextReader_get_Current_m3824742842(__this, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_5); return L_6; } } // System.Void System.Xml.XmlTextReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ResolveEntity_m1104020615 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ResolveEntity_m1104020615_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t3455035481 * V_0 = NULL; { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001b; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(48 /* System.Void System.Xml.XmlTextReader::ResolveEntity() */, L_1); goto IL_011a; } IL_001b: { XmlTextReader_t3455035481 * L_2 = __this->get_source_3(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() */, L_2); if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_0037; } } { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, _stringLiteral899481384, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextReader_ResolveEntity_m1104020615_RuntimeMethod_var); } IL_0037: { V_0 = (XmlTextReader_t3455035481 *)NULL; XmlParserContext_t2544895291 * L_5 = XmlTextReader_get_ParserContext_m2090305018(__this, /*hidden argument*/NULL); NullCheck(L_5); DTDObjectModel_t1729680289 * L_6 = XmlParserContext_get_Dtd_m2960147355(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_006b; } } { XmlParserContext_t2544895291 * L_7 = XmlTextReader_get_ParserContext_m2090305018(__this, /*hidden argument*/NULL); NullCheck(L_7); DTDObjectModel_t1729680289 * L_8 = XmlParserContext_get_Dtd_m2960147355(L_7, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_9 = __this->get_source_3(); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml2.XmlTextReader::get_Name() */, L_9); XmlParserContext_t2544895291 * L_11 = XmlTextReader_get_ParserContext_m2090305018(__this, /*hidden argument*/NULL); NullCheck(L_8); XmlTextReader_t3455035481 * L_12 = DTDObjectModel_GenerateEntityContentReader_m3148241306(L_8, L_10, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_006b: { XmlTextReader_t3455035481 * L_13 = V_0; if (L_13) { goto IL_0093; } } { String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlTextReader::get_BaseURI() */, __this); XmlTextReader_t3455035481 * L_15 = __this->get_source_3(); NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml2.XmlTextReader::get_Name() */, L_15); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2705683803, L_16, /*hidden argument*/NULL); XmlException_t1761730631 * L_18 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_18, __this, L_14, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,XmlTextReader_ResolveEntity_m1104020615_RuntimeMethod_var); } IL_0093: { Stack_1_t2690840144 * L_19 = __this->get_entityNameStack_6(); if (L_19) { goto IL_00ae; } } { Stack_1_t2690840144 * L_20 = (Stack_1_t2690840144 *)il2cpp_codegen_object_new(Stack_1_t2690840144_il2cpp_TypeInfo_var); Stack_1__ctor_m936691270(L_20, /*hidden argument*/Stack_1__ctor_m936691270_RuntimeMethod_var); __this->set_entityNameStack_6(L_20); goto IL_00da; } IL_00ae: { Stack_1_t2690840144 * L_21 = __this->get_entityNameStack_6(); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlTextReader::get_Name() */, __this); NullCheck(L_21); bool L_23 = Stack_1_Contains_m1213713845(L_21, L_22, /*hidden argument*/Stack_1_Contains_m1213713845_RuntimeMethod_var); if (!L_23) { goto IL_00da; } } { String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlTextReader::get_Name() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3575895782, L_24, /*hidden argument*/NULL); XmlException_t1761730631 * L_26 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,XmlTextReader_ResolveEntity_m1104020615_RuntimeMethod_var); } IL_00da: { Stack_1_t2690840144 * L_27 = __this->get_entityNameStack_6(); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlTextReader::get_Name() */, __this); NullCheck(L_27); Stack_1_Push_m570958490(L_27, L_28, /*hidden argument*/Stack_1_Push_m570958490_RuntimeMethod_var); XmlTextReader_t3455035481 * L_29 = V_0; bool L_30 = __this->get_insideAttribute_5(); XmlTextReader_t4233384356 * L_31 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m918862940(L_31, L_29, L_30, /*hidden argument*/NULL); __this->set_entity_2(L_31); XmlTextReader_t4233384356 * L_32 = __this->get_entity_2(); Stack_1_t2690840144 * L_33 = __this->get_entityNameStack_6(); NullCheck(L_32); L_32->set_entityNameStack_6(L_33); XmlTextReader_t4233384356 * L_34 = __this->get_entity_2(); NullCheck(L_34); XmlTextReader_CopyProperties_m12151598(L_34, __this, /*hidden argument*/NULL); } IL_011a: { return; } } // System.Void System.Xml.XmlTextReader::CloseEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_CloseEntity_m366351831 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_CloseEntity_m366351831_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlTextReader::Close() */, L_0); __this->set_entity_2((XmlTextReader_t4233384356 *)NULL); Stack_1_t2690840144 * L_1 = __this->get_entityNameStack_6(); NullCheck(L_1); Stack_1_Pop_m2585401118(L_1, /*hidden argument*/Stack_1_Pop_m2585401118_RuntimeMethod_var); return; } } // System.Void System.Xml.XmlTextReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Skip_m1832488631 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { XmlReader_Skip_m2445993341(__this, /*hidden argument*/NULL); return; } } // System.IO.TextReader System.Xml.XmlTextReader::GetRemainder() extern "C" IL2CPP_METHOD_ATTR TextReader_t283511965 * XmlTextReader_GetRemainder_m3491863577 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_GetRemainder_m3491863577_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlTextReader_t4233384356 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0029; } } { XmlTextReader_t4233384356 * L_1 = __this->get_entity_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlTextReader::Close() */, L_1); __this->set_entity_2((XmlTextReader_t4233384356 *)NULL); Stack_1_t2690840144 * L_2 = __this->get_entityNameStack_6(); NullCheck(L_2); Stack_1_Pop_m2585401118(L_2, /*hidden argument*/Stack_1_Pop_m2585401118_RuntimeMethod_var); } IL_0029: { XmlTextReader_t3455035481 * L_3 = __this->get_source_3(); NullCheck(L_3); TextReader_t283511965 * L_4 = XmlTextReader_GetRemainder_m3291199686(L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Xml.XmlTextReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_HasLineInfo_m2379716864 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlTextWriter::.ctor(System.String,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m210414631 (XmlTextWriter_t2114213153 * __this, String_t* ___filename0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter__ctor_m210414631_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___filename0; FileStream_t4292183065 * L_1 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_1, L_0, 2, 2, 0, /*hidden argument*/NULL); Encoding_t1523322056 * L_2 = ___encoding1; XmlTextWriter__ctor_m614698628(__this, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextWriter::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m614698628 (XmlTextWriter_t2114213153 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter__ctor_m614698628_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_t1273022909 * G_B2_0 = NULL; XmlTextWriter_t2114213153 * G_B2_1 = NULL; Stream_t1273022909 * G_B1_0 = NULL; XmlTextWriter_t2114213153 * G_B1_1 = NULL; Encoding_t1523322056 * G_B3_0 = NULL; Stream_t1273022909 * G_B3_1 = NULL; XmlTextWriter_t2114213153 * G_B3_2 = NULL; { Stream_t1273022909 * L_0 = ___stream0; Encoding_t1523322056 * L_1 = ___encoding1; G_B1_0 = L_0; G_B1_1 = __this; if (L_1) { G_B2_0 = L_0; G_B2_1 = __this; goto IL_0012; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_2 = ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->get_unmarked_utf8encoding_1(); G_B3_0 = L_2; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0013; } IL_0012: { Encoding_t1523322056 * L_3 = ___encoding1; G_B3_0 = L_3; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0013: { StreamWriter_t1266378904 * L_4 = (StreamWriter_t1266378904 *)il2cpp_codegen_object_new(StreamWriter_t1266378904_il2cpp_TypeInfo_var); StreamWriter__ctor_m2310301218(L_4, G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); XmlTextWriter__ctor_m85815683(G_B3_2, L_4, /*hidden argument*/NULL); Encoding_t1523322056 * L_5 = ___encoding1; __this->set_ignore_encoding_12((bool)((((RuntimeObject*)(Encoding_t1523322056 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)); TextWriter_t3478189236 * L_6 = __this->get_writer_6(); XmlTextWriter_Initialize_m3279439671(__this, L_6, /*hidden argument*/NULL); __this->set_allow_doc_fragment_10((bool)1); return; } } // System.Void System.Xml.XmlTextWriter::.ctor(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m85815683 (XmlTextWriter_t2114213153 * __this, TextWriter_t3478189236 * ___writer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter__ctor_m85815683_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_close_output_stream_11((bool)1); __this->set_namespaces_13((bool)1); __this->set_newline_handling_16(2); __this->set_elements_22(((XmlNodeInfoU5BU5D_t431163322*)SZArrayNew(XmlNodeInfoU5BU5D_t431163322_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_new_local_namespaces_23(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_explicit_nsdecls_24(L_1); __this->set_indent_count_27(2); __this->set_indent_char_28(((int32_t)32)); __this->set_indent_string_29(_stringLiteral3450517376); __this->set_quote_char_32(((int32_t)34)); XmlWriter__ctor_m2782267819(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_2 = ___writer0; if (L_2) { goto IL_0071; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral1980498921, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlTextWriter__ctor_m85815683_RuntimeMethod_var); } IL_0071: { TextWriter_t3478189236 * L_4 = ___writer0; NullCheck(L_4); Encoding_t1523322056 * L_5 = VirtFuncInvoker0< Encoding_t1523322056 * >::Invoke(7 /* System.Text.Encoding System.IO.TextWriter::get_Encoding() */, L_4); __this->set_ignore_encoding_12((bool)((((RuntimeObject*)(Encoding_t1523322056 *)L_5) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)); TextWriter_t3478189236 * L_6 = ___writer0; XmlTextWriter_Initialize_m3279439671(__this, L_6, /*hidden argument*/NULL); __this->set_allow_doc_fragment_10((bool)1); return; } } // System.Void System.Xml.XmlTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m731621148 (XmlTextWriter_t2114213153 * __this, TextWriter_t3478189236 * ___writer0, XmlWriterSettings_t3314986516 * ___settings1, bool ___closeOutput2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter__ctor_m731621148_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlTextWriter_t2114213153 * G_B6_0 = NULL; XmlTextWriter_t2114213153 * G_B5_0 = NULL; int32_t G_B7_0 = 0; XmlTextWriter_t2114213153 * G_B7_1 = NULL; XmlTextWriter_t2114213153 * G_B10_0 = NULL; XmlTextWriter_t2114213153 * G_B9_0 = NULL; int32_t G_B11_0 = 0; XmlTextWriter_t2114213153 * G_B11_1 = NULL; XmlTextWriter_t2114213153 * G_B17_0 = NULL; XmlTextWriter_t2114213153 * G_B16_0 = NULL; String_t* G_B18_0 = NULL; XmlTextWriter_t2114213153 * G_B18_1 = NULL; { __this->set_close_output_stream_11((bool)1); __this->set_namespaces_13((bool)1); __this->set_newline_handling_16(2); __this->set_elements_22(((XmlNodeInfoU5BU5D_t431163322*)SZArrayNew(XmlNodeInfoU5BU5D_t431163322_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_new_local_namespaces_23(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_explicit_nsdecls_24(L_1); __this->set_indent_count_27(2); __this->set_indent_char_28(((int32_t)32)); __this->set_indent_string_29(_stringLiteral3450517376); __this->set_quote_char_32(((int32_t)34)); XmlWriter__ctor_m2782267819(__this, /*hidden argument*/NULL); __this->set_v2_33((bool)1); XmlWriterSettings_t3314986516 * L_2 = ___settings1; if (L_2) { goto IL_0074; } } { XmlWriterSettings_t3314986516 * L_3 = (XmlWriterSettings_t3314986516 *)il2cpp_codegen_object_new(XmlWriterSettings_t3314986516_il2cpp_TypeInfo_var); XmlWriterSettings__ctor_m2465852079(L_3, /*hidden argument*/NULL); ___settings1 = L_3; } IL_0074: { TextWriter_t3478189236 * L_4 = ___writer0; XmlTextWriter_Initialize_m3279439671(__this, L_4, /*hidden argument*/NULL); bool L_5 = ___closeOutput2; __this->set_close_output_stream_11(L_5); XmlWriterSettings_t3314986516 * L_6 = ___settings1; NullCheck(L_6); int32_t L_7 = XmlWriterSettings_get_ConformanceLevel_m2619815559(L_6, /*hidden argument*/NULL); __this->set_allow_doc_fragment_10((bool)((((int32_t)((((int32_t)L_7) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0)); XmlWriterSettings_t3314986516 * L_8 = ___settings1; NullCheck(L_8); int32_t L_9 = XmlWriterSettings_get_ConformanceLevel_m2619815559(L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; switch (L_10) { case 0: { goto IL_00b2; } case 1: { goto IL_00ec; } case 2: { goto IL_00cf; } } } { goto IL_00f8; } IL_00b2: { XmlWriterSettings_t3314986516 * L_11 = ___settings1; NullCheck(L_11); bool L_12 = XmlWriterSettings_get_OmitXmlDeclaration_m3263997331(L_11, /*hidden argument*/NULL); G_B5_0 = __this; if (!L_12) { G_B6_0 = __this; goto IL_00c4; } } { G_B7_0 = 1; G_B7_1 = G_B5_0; goto IL_00c5; } IL_00c4: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_00c5: { NullCheck(G_B7_1); G_B7_1->set_xmldecl_state_14(G_B7_0); goto IL_00f8; } IL_00cf: { XmlWriterSettings_t3314986516 * L_13 = ___settings1; NullCheck(L_13); bool L_14 = XmlWriterSettings_get_OmitXmlDeclaration_m3263997331(L_13, /*hidden argument*/NULL); G_B9_0 = __this; if (!L_14) { G_B10_0 = __this; goto IL_00e1; } } { G_B11_0 = 1; G_B11_1 = G_B9_0; goto IL_00e2; } IL_00e1: { G_B11_0 = 2; G_B11_1 = G_B10_0; } IL_00e2: { NullCheck(G_B11_1); G_B11_1->set_xmldecl_state_14(G_B11_0); goto IL_00f8; } IL_00ec: { __this->set_xmldecl_state_14(3); goto IL_00f8; } IL_00f8: { XmlWriterSettings_t3314986516 * L_15 = ___settings1; NullCheck(L_15); bool L_16 = XmlWriterSettings_get_Indent_m3267710849(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_010a; } } { XmlTextWriter_set_Formatting_m3746754038(__this, 1, /*hidden argument*/NULL); } IL_010a: { XmlWriterSettings_t3314986516 * L_17 = ___settings1; NullCheck(L_17); String_t* L_18 = XmlWriterSettings_get_IndentChars_m3196681170(L_17, /*hidden argument*/NULL); G_B16_0 = __this; if (L_18) { G_B17_0 = __this; goto IL_0120; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B18_0 = L_19; G_B18_1 = G_B16_0; goto IL_0126; } IL_0120: { XmlWriterSettings_t3314986516 * L_20 = ___settings1; NullCheck(L_20); String_t* L_21 = XmlWriterSettings_get_IndentChars_m3196681170(L_20, /*hidden argument*/NULL); G_B18_0 = L_21; G_B18_1 = G_B17_0; } IL_0126: { NullCheck(G_B18_1); G_B18_1->set_indent_string_29(G_B18_0); XmlWriterSettings_t3314986516 * L_22 = ___settings1; NullCheck(L_22); String_t* L_23 = XmlWriterSettings_get_NewLineChars_m2610474681(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0142; } } { XmlWriterSettings_t3314986516 * L_24 = ___settings1; NullCheck(L_24); String_t* L_25 = XmlWriterSettings_get_NewLineChars_m2610474681(L_24, /*hidden argument*/NULL); __this->set_newline_30(L_25); } IL_0142: { XmlWriterSettings_t3314986516 * L_26 = ___settings1; NullCheck(L_26); bool L_27 = XmlWriterSettings_get_NewLineOnAttributes_m2517507213(L_26, /*hidden argument*/NULL); __this->set_indent_attributes_31(L_27); XmlWriterSettings_t3314986516 * L_28 = ___settings1; NullCheck(L_28); bool L_29 = XmlWriterSettings_get_CheckCharacters_m68435957(L_28, /*hidden argument*/NULL); __this->set_check_character_validity_15(L_29); XmlWriterSettings_t3314986516 * L_30 = ___settings1; NullCheck(L_30); int32_t L_31 = XmlWriterSettings_get_NewLineHandling_m2857619168(L_30, /*hidden argument*/NULL); __this->set_newline_handling_16(L_31); XmlWriterSettings_t3314986516 * L_32 = ___settings1; NullCheck(L_32); int32_t L_33 = XmlWriterSettings_get_NamespaceHandling_m2805092960(L_32, /*hidden argument*/NULL); __this->set_namespace_handling_25(L_33); return; } } // System.Void System.Xml.XmlTextWriter::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__cctor_m1817862492 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter__cctor_m1817862492_MetadataUsageId); s_Il2CppMethodInitialized = true; } { UTF8Encoding_t3956466879 * L_0 = (UTF8Encoding_t3956466879 *)il2cpp_codegen_object_new(UTF8Encoding_t3956466879_il2cpp_TypeInfo_var); UTF8Encoding__ctor_m1391509536(L_0, (bool)0, (bool)0, /*hidden argument*/NULL); ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->set_unmarked_utf8encoding_1(L_0); return; } } // System.Void System.Xml.XmlTextWriter::Initialize(System.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_Initialize_m3279439671 (XmlTextWriter_t2114213153 * __this, TextWriter_t3478189236 * ___writer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_Initialize_m3279439671_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNameTable_t71772148 * V_0 = NULL; CharU5BU5D_t3528271667* G_B7_0 = NULL; { TextWriter_t3478189236 * L_0 = ___writer0; if (L_0) { goto IL_0011; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_1, _stringLiteral1980498921, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_Initialize_m3279439671_RuntimeMethod_var); } IL_0011: { NameTable_t3178203267 * L_2 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_2, /*hidden argument*/NULL); V_0 = L_2; TextWriter_t3478189236 * L_3 = ___writer0; __this->set_writer_6(L_3); TextWriter_t3478189236 * L_4 = ___writer0; if (!((StreamWriter_t1266378904 *)IsInstClass((RuntimeObject*)L_4, StreamWriter_t1266378904_il2cpp_TypeInfo_var))) { goto IL_003a; } } { TextWriter_t3478189236 * L_5 = ___writer0; NullCheck(((StreamWriter_t1266378904 *)CastclassClass((RuntimeObject*)L_5, StreamWriter_t1266378904_il2cpp_TypeInfo_var))); Stream_t1273022909 * L_6 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(27 /* System.IO.Stream System.IO.StreamWriter::get_BaseStream() */, ((StreamWriter_t1266378904 *)CastclassClass((RuntimeObject*)L_5, StreamWriter_t1266378904_il2cpp_TypeInfo_var))); __this->set_base_stream_4(L_6); } IL_003a: { TextWriter_t3478189236 * L_7 = ___writer0; __this->set_source_5(L_7); XmlNameTable_t71772148 * L_8 = V_0; XmlNamespaceManager_t418790500 * L_9 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_9, L_8, /*hidden argument*/NULL); __this->set_nsmanager_20(L_9); TextWriter_t3478189236 * L_10 = ___writer0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.TextWriter::get_NewLine() */, L_10); __this->set_newline_30(L_11); int32_t L_12 = __this->get_newline_handling_16(); if ((((int32_t)L_12) == ((int32_t)2))) { goto IL_007b; } } { CharU5BU5D_t3528271667* L_13 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)5)); RuntimeFieldHandle_t1871169219 L_14 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D40_14_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL); G_B7_0 = L_13; goto IL_0090; } IL_007b: { CharU5BU5D_t3528271667* L_15 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); NullCheck(L_15); (L_15)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); CharU5BU5D_t3528271667* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(1), (Il2CppChar)((int32_t)60)); CharU5BU5D_t3528271667* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(2), (Il2CppChar)((int32_t)62)); G_B7_0 = L_17; } IL_0090: { IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->set_escaped_text_chars_2(G_B7_0); CharU5BU5D_t3528271667* L_18 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)6)); RuntimeFieldHandle_t1871169219 L_19 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D41_15_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_18, L_19, /*hidden argument*/NULL); ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->set_escaped_attr_chars_3(L_18); return; } } // System.Void System.Xml.XmlTextWriter::set_Formatting(System.Xml.Formatting) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_set_Formatting_m3746754038 (XmlTextWriter_t2114213153 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_indent_26((bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0)); return; } } // System.String System.Xml.XmlTextWriter::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextWriter_get_XmlLang_m234129010 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { String_t* G_B3_0 = NULL; { int32_t L_0 = __this->get_open_count_21(); if (L_0) { goto IL_0011; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_0025; } IL_0011: { XmlNodeInfoU5BU5D_t431163322* L_1 = __this->get_elements_22(); int32_t L_2 = __this->get_open_count_21(); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); XmlNodeInfo_t4030693883 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); String_t* L_5 = L_4->get_XmlLang_5(); G_B3_0 = L_5; } IL_0025: { return G_B3_0; } } // System.Xml.XmlSpace System.Xml.XmlTextWriter::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextWriter_get_XmlSpace_m3846401545 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { int32_t L_0 = __this->get_open_count_21(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_0025; } IL_0011: { XmlNodeInfoU5BU5D_t431163322* L_1 = __this->get_elements_22(); int32_t L_2 = __this->get_open_count_21(); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); XmlNodeInfo_t4030693883 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); int32_t L_5 = L_4->get_XmlSpace_6(); G_B3_0 = ((int32_t)(L_5)); } IL_0025: { return (int32_t)(G_B3_0); } } // System.String System.Xml.XmlTextWriter::LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextWriter_LookupPrefix_m1332716567 (XmlTextWriter_t2114213153 * __this, String_t* ___namespaceUri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_LookupPrefix_m1332716567_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___namespaceUri0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___namespaceUri0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } IL_0016: { Exception_t * L_4 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral654685373, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextWriter_LookupPrefix_m1332716567_RuntimeMethod_var); } IL_0022: { String_t* L_5 = ___namespaceUri0; XmlNamespaceManager_t418790500 * L_6 = __this->get_nsmanager_20(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_003e; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_9; } IL_003e: { XmlNamespaceManager_t418790500 * L_10 = __this->get_nsmanager_20(); String_t* L_11 = ___namespaceUri0; NullCheck(L_10); String_t* L_12 = XmlNamespaceManager_LookupPrefixExclusive_m4193555037(L_10, L_11, (bool)0, /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = V_0; return L_13; } } // System.Void System.Xml.XmlTextWriter::Close() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_Close_m3579947138 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_18(); if ((((int32_t)L_0) == ((int32_t)6))) { goto IL_0035; } } { int32_t L_1 = __this->get_state_18(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_001e; } } { VirtActionInvoker0::Invoke(15 /* System.Void System.Xml.XmlTextWriter::WriteEndAttribute() */, __this); } IL_001e: { goto IL_0029; } IL_0023: { VirtActionInvoker0::Invoke(17 /* System.Void System.Xml.XmlTextWriter::WriteEndElement() */, __this); } IL_0029: { int32_t L_2 = __this->get_open_count_21(); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0023; } } IL_0035: { bool L_3 = __this->get_close_output_stream_11(); if (!L_3) { goto IL_0050; } } { TextWriter_t3478189236 * L_4 = __this->get_writer_6(); NullCheck(L_4); VirtActionInvoker0::Invoke(9 /* System.Void System.IO.TextWriter::Close() */, L_4); goto IL_005b; } IL_0050: { TextWriter_t3478189236 * L_5 = __this->get_writer_6(); NullCheck(L_5); VirtActionInvoker0::Invoke(11 /* System.Void System.IO.TextWriter::Flush() */, L_5); } IL_005b: { __this->set_state_18(5); return; } } // System.Void System.Xml.XmlTextWriter::Flush() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_Flush_m1654237314 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { TextWriter_t3478189236 * L_0 = __this->get_writer_6(); NullCheck(L_0); VirtActionInvoker0::Invoke(11 /* System.Void System.IO.TextWriter::Flush() */, L_0); return; } } // System.Void System.Xml.XmlTextWriter::WriteStartDocument() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteStartDocument_m530805327 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { XmlTextWriter_WriteStartDocumentCore_m3985718073(__this, (bool)0, (bool)0, /*hidden argument*/NULL); __this->set_is_document_entity_17((bool)1); return; } } // System.Void System.Xml.XmlTextWriter::WriteStartDocumentCore(System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteStartDocumentCore_m3985718073 (XmlTextWriter_t2114213153 * __this, bool ___outputStd0, bool ___standalone1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteStartDocumentCore_m3985718073_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TextWriter_t3478189236 * G_B11_0 = NULL; TextWriter_t3478189236 * G_B10_0 = NULL; String_t* G_B12_0 = NULL; TextWriter_t3478189236 * G_B12_1 = NULL; { int32_t L_0 = __this->get_state_18(); if (!L_0) { goto IL_0017; } } { Exception_t * L_1 = XmlTextWriter_StateError_m571999665(__this, _stringLiteral1924938561, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_WriteStartDocumentCore_m3985718073_RuntimeMethod_var); } IL_0017: { int32_t L_2 = __this->get_xmldecl_state_14(); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_0037; } case 1: { goto IL_0044; } case 2: { goto IL_0038; } } } { goto IL_0044; } IL_0037: { return; } IL_0038: { Exception_t * L_4 = XmlTextWriter_InvalidOperation_m988191293(__this, _stringLiteral553656983, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextWriter_WriteStartDocumentCore_m3985718073_RuntimeMethod_var); } IL_0044: { __this->set_state_18(1); TextWriter_t3478189236 * L_5 = __this->get_writer_6(); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_5, _stringLiteral950831942); TextWriter_t3478189236 * L_6 = __this->get_writer_6(); Il2CppChar L_7 = __this->get_quote_char_32(); NullCheck(L_6); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_6, L_7); TextWriter_t3478189236 * L_8 = __this->get_writer_6(); NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_8, _stringLiteral3073726249); TextWriter_t3478189236 * L_9 = __this->get_writer_6(); Il2CppChar L_10 = __this->get_quote_char_32(); NullCheck(L_9); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_9, L_10); bool L_11 = __this->get_ignore_encoding_12(); if (L_11) { goto IL_00e5; } } { TextWriter_t3478189236 * L_12 = __this->get_writer_6(); NullCheck(L_12); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_12, _stringLiteral3906513894); TextWriter_t3478189236 * L_13 = __this->get_writer_6(); Il2CppChar L_14 = __this->get_quote_char_32(); NullCheck(L_13); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_13, L_14); TextWriter_t3478189236 * L_15 = __this->get_writer_6(); TextWriter_t3478189236 * L_16 = __this->get_writer_6(); NullCheck(L_16); Encoding_t1523322056 * L_17 = VirtFuncInvoker0< Encoding_t1523322056 * >::Invoke(7 /* System.Text.Encoding System.IO.TextWriter::get_Encoding() */, L_16); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Text.Encoding::get_WebName() */, L_17); NullCheck(L_15); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_15, L_18); TextWriter_t3478189236 * L_19 = __this->get_writer_6(); Il2CppChar L_20 = __this->get_quote_char_32(); NullCheck(L_19); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_19, L_20); } IL_00e5: { bool L_21 = ___outputStd0; if (!L_21) { goto IL_013d; } } { TextWriter_t3478189236 * L_22 = __this->get_writer_6(); NullCheck(L_22); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_22, _stringLiteral2960723134); TextWriter_t3478189236 * L_23 = __this->get_writer_6(); Il2CppChar L_24 = __this->get_quote_char_32(); NullCheck(L_23); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_23, L_24); TextWriter_t3478189236 * L_25 = __this->get_writer_6(); bool L_26 = ___standalone1; G_B10_0 = L_25; if (!L_26) { G_B11_0 = L_25; goto IL_0122; } } { G_B12_0 = _stringLiteral4119301762; G_B12_1 = G_B10_0; goto IL_0127; } IL_0122: { G_B12_0 = _stringLiteral3454777282; G_B12_1 = G_B11_0; } IL_0127: { NullCheck(G_B12_1); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, G_B12_1, G_B12_0); TextWriter_t3478189236 * L_27 = __this->get_writer_6(); Il2CppChar L_28 = __this->get_quote_char_32(); NullCheck(L_27); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_27, L_28); } IL_013d: { TextWriter_t3478189236 * L_29 = __this->get_writer_6(); NullCheck(L_29); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_29, _stringLiteral3451697041); __this->set_xmldecl_state_14(1); return; } } // System.Void System.Xml.XmlTextWriter::WriteEndDocument() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEndDocument_m3791244731 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteEndDocument_m3791244731_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_state_18(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)5))) { goto IL_0020; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)6))) { goto IL_0020; } } { int32_t L_3 = V_0; if (!L_3) { goto IL_0020; } } { goto IL_002c; } IL_0020: { Exception_t * L_4 = XmlTextWriter_StateError_m571999665(__this, _stringLiteral2912311815, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextWriter_WriteEndDocument_m3791244731_RuntimeMethod_var); } IL_002c: { int32_t L_5 = __this->get_state_18(); if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_003e; } } { VirtActionInvoker0::Invoke(15 /* System.Void System.Xml.XmlTextWriter::WriteEndAttribute() */, __this); } IL_003e: { goto IL_0049; } IL_0043: { VirtActionInvoker0::Invoke(17 /* System.Void System.Xml.XmlTextWriter::WriteEndElement() */, __this); } IL_0049: { int32_t L_6 = __this->get_open_count_21(); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0043; } } { __this->set_state_18(0); __this->set_is_document_entity_17((bool)0); return; } } // System.Void System.Xml.XmlTextWriter::WriteDocType(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteDocType_m3875009899 (XmlTextWriter_t2114213153 * __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_method (XmlTextWriter_WriteDocType_m3875009899_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0012; } } { Exception_t * L_1 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_WriteDocType_m3875009899_RuntimeMethod_var); } IL_0012: { String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { Exception_t * L_4 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextWriter_WriteDocType_m3875009899_RuntimeMethod_var); } IL_0029: { int32_t L_5 = __this->get_node_state_19(); if (!L_5) { goto IL_0040; } } { Exception_t * L_6 = XmlTextWriter_StateError_m571999665(__this, _stringLiteral2588054203, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlTextWriter_WriteDocType_m3875009899_RuntimeMethod_var); } IL_0040: { __this->set_node_state_19(((int32_t)10)); int32_t L_7 = __this->get_xmldecl_state_14(); if ((!(((uint32_t)L_7) == ((uint32_t)2)))) { goto IL_005a; } } { XmlTextWriter_OutputAutoStartDocument_m96032915(__this, /*hidden argument*/NULL); } IL_005a: { XmlTextWriter_WriteIndent_m534435357(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_8 = __this->get_writer_6(); NullCheck(L_8); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_8, _stringLiteral3664297627); TextWriter_t3478189236 * L_9 = __this->get_writer_6(); String_t* L_10 = ___name0; NullCheck(L_9); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_9, L_10); String_t* L_11 = ___pubid1; if (!L_11) { goto IL_0106; } } { TextWriter_t3478189236 * L_12 = __this->get_writer_6(); NullCheck(L_12); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_12, _stringLiteral4026494280); TextWriter_t3478189236 * L_13 = __this->get_writer_6(); Il2CppChar L_14 = __this->get_quote_char_32(); NullCheck(L_13); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_13, L_14); TextWriter_t3478189236 * L_15 = __this->get_writer_6(); String_t* L_16 = ___pubid1; NullCheck(L_15); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_15, L_16); TextWriter_t3478189236 * L_17 = __this->get_writer_6(); Il2CppChar L_18 = __this->get_quote_char_32(); NullCheck(L_17); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_17, L_18); TextWriter_t3478189236 * L_19 = __this->get_writer_6(); NullCheck(L_19); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_19, ((int32_t)32)); TextWriter_t3478189236 * L_20 = __this->get_writer_6(); Il2CppChar L_21 = __this->get_quote_char_32(); NullCheck(L_20); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_20, L_21); String_t* L_22 = ___sysid2; if (!L_22) { goto IL_00f0; } } { TextWriter_t3478189236 * L_23 = __this->get_writer_6(); String_t* L_24 = ___sysid2; NullCheck(L_23); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_23, L_24); } IL_00f0: { TextWriter_t3478189236 * L_25 = __this->get_writer_6(); Il2CppChar L_26 = __this->get_quote_char_32(); NullCheck(L_25); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_25, L_26); goto IL_014a; } IL_0106: { String_t* L_27 = ___sysid2; if (!L_27) { goto IL_014a; } } { TextWriter_t3478189236 * L_28 = __this->get_writer_6(); NullCheck(L_28); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_28, _stringLiteral2551850054); TextWriter_t3478189236 * L_29 = __this->get_writer_6(); Il2CppChar L_30 = __this->get_quote_char_32(); NullCheck(L_29); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_29, L_30); TextWriter_t3478189236 * L_31 = __this->get_writer_6(); String_t* L_32 = ___sysid2; NullCheck(L_31); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_31, L_32); TextWriter_t3478189236 * L_33 = __this->get_writer_6(); Il2CppChar L_34 = __this->get_quote_char_32(); NullCheck(L_33); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_33, L_34); } IL_014a: { String_t* L_35 = ___subset3; if (!L_35) { goto IL_017e; } } { TextWriter_t3478189236 * L_36 = __this->get_writer_6(); NullCheck(L_36); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_36, _stringLiteral3452614645); TextWriter_t3478189236 * L_37 = __this->get_writer_6(); String_t* L_38 = ___subset3; NullCheck(L_37); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_37, L_38); TextWriter_t3478189236 * L_39 = __this->get_writer_6(); NullCheck(L_39); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_39, _stringLiteral3452614643); } IL_017e: { TextWriter_t3478189236 * L_40 = __this->get_writer_6(); NullCheck(L_40); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_40, ((int32_t)62)); __this->set_state_18(1); return; } } // System.Void System.Xml.XmlTextWriter::WriteStartElement(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteStartElement_m362096410 (XmlTextWriter_t2114213153 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceUri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteStartElement_m362096410_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; XmlNodeInfoU5BU5D_t431163322* V_1 = NULL; XmlNodeInfo_t4030693883 * V_2 = NULL; String_t* V_3 = NULL; { int32_t L_0 = __this->get_state_18(); if ((((int32_t)L_0) == ((int32_t)6))) { goto IL_0018; } } { int32_t L_1 = __this->get_state_18(); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_0024; } } IL_0018: { Exception_t * L_2 = XmlTextWriter_StateError_m571999665(__this, _stringLiteral885171343, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlTextWriter_WriteStartElement_m362096410_RuntimeMethod_var); } IL_0024: { __this->set_node_state_19(1); String_t* L_3 = ___prefix0; V_0 = (bool)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); String_t* L_4 = ___prefix0; if (L_4) { goto IL_003d; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___prefix0 = L_5; } IL_003d: { bool L_6 = __this->get_namespaces_13(); if (L_6) { goto IL_0066; } } { String_t* L_7 = ___namespaceUri2; if (!L_7) { goto IL_0066; } } { String_t* L_8 = ___namespaceUri2; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0066; } } { Exception_t * L_10 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral3884394238, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,XmlTextWriter_WriteStartElement_m362096410_RuntimeMethod_var); } IL_0066: { bool L_11 = __this->get_namespaces_13(); if (L_11) { goto IL_0089; } } { String_t* L_12 = ___prefix0; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0089; } } { Exception_t * L_14 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral4155493995, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlTextWriter_WriteStartElement_m362096410_RuntimeMethod_var); } IL_0089: { String_t* L_15 = ___prefix0; NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_00c7; } } { String_t* L_17 = ___namespaceUri2; if (L_17) { goto IL_00c7; } } { XmlNamespaceManager_t418790500 * L_18 = __this->get_nsmanager_20(); String_t* L_19 = ___prefix0; NullCheck(L_18); String_t* L_20 = XmlNamespaceManager_LookupNamespace_m2828740952(L_18, L_19, (bool)0, /*hidden argument*/NULL); ___namespaceUri2 = L_20; String_t* L_21 = ___namespaceUri2; if (!L_21) { goto IL_00bb; } } { String_t* L_22 = ___namespaceUri2; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00c7; } } IL_00bb: { Exception_t * L_24 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral1065548103, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,XmlTextWriter_WriteStartElement_m362096410_RuntimeMethod_var); } IL_00c7: { bool L_25 = __this->get_namespaces_13(); if (!L_25) { goto IL_0153; } } { String_t* L_26 = ___prefix0; if (!L_26) { goto IL_0153; } } { String_t* L_27 = ___prefix0; NullCheck(L_27); int32_t L_28 = String_get_Length_m3847582255(L_27, /*hidden argument*/NULL); if ((!(((uint32_t)L_28) == ((uint32_t)3)))) { goto IL_0153; } } { String_t* L_29 = ___namespaceUri2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_29, _stringLiteral2984480440, /*hidden argument*/NULL); if (!L_30) { goto IL_0153; } } { String_t* L_31 = ___prefix0; NullCheck(L_31); Il2CppChar L_32 = String_get_Chars_m2986988803(L_31, 0, /*hidden argument*/NULL); if ((((int32_t)L_32) == ((int32_t)((int32_t)120)))) { goto IL_0110; } } { String_t* L_33 = ___prefix0; NullCheck(L_33); Il2CppChar L_34 = String_get_Chars_m2986988803(L_33, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)88))))) { goto IL_0153; } } IL_0110: { String_t* L_35 = ___prefix0; NullCheck(L_35); Il2CppChar L_36 = String_get_Chars_m2986988803(L_35, 1, /*hidden argument*/NULL); if ((((int32_t)L_36) == ((int32_t)((int32_t)109)))) { goto IL_012c; } } { String_t* L_37 = ___prefix0; NullCheck(L_37); Il2CppChar L_38 = String_get_Chars_m2986988803(L_37, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)77))))) { goto IL_0153; } } IL_012c: { String_t* L_39 = ___prefix0; NullCheck(L_39); Il2CppChar L_40 = String_get_Chars_m2986988803(L_39, 2, /*hidden argument*/NULL); if ((((int32_t)L_40) == ((int32_t)((int32_t)108)))) { goto IL_0148; } } { String_t* L_41 = ___prefix0; NullCheck(L_41); Il2CppChar L_42 = String_get_Chars_m2986988803(L_41, 2, /*hidden argument*/NULL); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)76))))) { goto IL_0153; } } IL_0148: { ArgumentException_t132251570 * L_43 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_43, _stringLiteral3156561689, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,XmlTextWriter_WriteStartElement_m362096410_RuntimeMethod_var); } IL_0153: { int32_t L_44 = __this->get_xmldecl_state_14(); if ((!(((uint32_t)L_44) == ((uint32_t)2)))) { goto IL_0165; } } { XmlTextWriter_OutputAutoStartDocument_m96032915(__this, /*hidden argument*/NULL); } IL_0165: { int32_t L_45 = __this->get_state_18(); if ((!(((uint32_t)L_45) == ((uint32_t)2)))) { goto IL_0177; } } { XmlTextWriter_CloseStartElement_m3029087518(__this, /*hidden argument*/NULL); } IL_0177: { int32_t L_46 = __this->get_open_count_21(); if ((((int32_t)L_46) <= ((int32_t)0))) { goto IL_0198; } } { XmlNodeInfoU5BU5D_t431163322* L_47 = __this->get_elements_22(); int32_t L_48 = __this->get_open_count_21(); NullCheck(L_47); int32_t L_49 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)1)); XmlNodeInfo_t4030693883 * L_50 = (L_47)->GetAt(static_cast(L_49)); NullCheck(L_50); L_50->set_HasElements_4((bool)1); } IL_0198: { XmlNamespaceManager_t418790500 * L_51 = __this->get_nsmanager_20(); NullCheck(L_51); VirtActionInvoker0::Invoke(14 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_51); bool L_52 = __this->get_namespaces_13(); if (!L_52) { goto IL_01e7; } } { String_t* L_53 = ___namespaceUri2; if (!L_53) { goto IL_01e7; } } { bool L_54 = V_0; if (!L_54) { goto IL_01cf; } } { String_t* L_55 = ___namespaceUri2; NullCheck(L_55); int32_t L_56 = String_get_Length_m3847582255(L_55, /*hidden argument*/NULL); if ((((int32_t)L_56) <= ((int32_t)0))) { goto IL_01cf; } } { String_t* L_57 = ___namespaceUri2; String_t* L_58 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlTextWriter::LookupPrefix(System.String) */, __this, L_57); ___prefix0 = L_58; } IL_01cf: { String_t* L_59 = ___prefix0; if (!L_59) { goto IL_01e0; } } { String_t* L_60 = ___namespaceUri2; NullCheck(L_60); int32_t L_61 = String_get_Length_m3847582255(L_60, /*hidden argument*/NULL); if (L_61) { goto IL_01e7; } } IL_01e0: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_62 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___prefix0 = L_62; } IL_01e7: { XmlTextWriter_WriteIndent_m534435357(__this, /*hidden argument*/NULL); TextWriter_t3478189236 * L_63 = __this->get_writer_6(); NullCheck(L_63); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_63, _stringLiteral3452614548); String_t* L_64 = ___prefix0; NullCheck(L_64); int32_t L_65 = String_get_Length_m3847582255(L_64, /*hidden argument*/NULL); if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_0222; } } { TextWriter_t3478189236 * L_66 = __this->get_writer_6(); String_t* L_67 = ___prefix0; NullCheck(L_66); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_66, L_67); TextWriter_t3478189236 * L_68 = __this->get_writer_6(); NullCheck(L_68); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_68, ((int32_t)58)); } IL_0222: { TextWriter_t3478189236 * L_69 = __this->get_writer_6(); String_t* L_70 = ___localName1; NullCheck(L_69); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_69, L_70); XmlNodeInfoU5BU5D_t431163322* L_71 = __this->get_elements_22(); NullCheck(L_71); int32_t L_72 = __this->get_open_count_21(); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length))))) == ((uint32_t)L_72)))) { goto IL_0268; } } { int32_t L_73 = __this->get_open_count_21(); V_1 = ((XmlNodeInfoU5BU5D_t431163322*)SZArrayNew(XmlNodeInfoU5BU5D_t431163322_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_73<<(int32_t)1)))); XmlNodeInfoU5BU5D_t431163322* L_74 = __this->get_elements_22(); XmlNodeInfoU5BU5D_t431163322* L_75 = V_1; int32_t L_76 = __this->get_open_count_21(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_74, (RuntimeArray *)(RuntimeArray *)L_75, L_76, /*hidden argument*/NULL); XmlNodeInfoU5BU5D_t431163322* L_77 = V_1; __this->set_elements_22(L_77); } IL_0268: { XmlNodeInfoU5BU5D_t431163322* L_78 = __this->get_elements_22(); int32_t L_79 = __this->get_open_count_21(); NullCheck(L_78); int32_t L_80 = L_79; XmlNodeInfo_t4030693883 * L_81 = (L_78)->GetAt(static_cast(L_80)); if (L_81) { goto IL_028c; } } { XmlNodeInfoU5BU5D_t431163322* L_82 = __this->get_elements_22(); int32_t L_83 = __this->get_open_count_21(); XmlNodeInfo_t4030693883 * L_84 = (XmlNodeInfo_t4030693883 *)il2cpp_codegen_object_new(XmlNodeInfo_t4030693883_il2cpp_TypeInfo_var); XmlNodeInfo__ctor_m1232608472(L_84, /*hidden argument*/NULL); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_84); (L_82)->SetAt(static_cast(L_83), (XmlNodeInfo_t4030693883 *)L_84); } IL_028c: { XmlNodeInfoU5BU5D_t431163322* L_85 = __this->get_elements_22(); int32_t L_86 = __this->get_open_count_21(); NullCheck(L_85); int32_t L_87 = L_86; XmlNodeInfo_t4030693883 * L_88 = (L_85)->GetAt(static_cast(L_87)); V_2 = L_88; XmlNodeInfo_t4030693883 * L_89 = V_2; String_t* L_90 = ___prefix0; NullCheck(L_89); L_89->set_Prefix_0(L_90); XmlNodeInfo_t4030693883 * L_91 = V_2; String_t* L_92 = ___localName1; NullCheck(L_91); L_91->set_LocalName_1(L_92); XmlNodeInfo_t4030693883 * L_93 = V_2; String_t* L_94 = ___namespaceUri2; NullCheck(L_93); L_93->set_NS_2(L_94); XmlNodeInfo_t4030693883 * L_95 = V_2; NullCheck(L_95); L_95->set_HasSimple_3((bool)0); XmlNodeInfo_t4030693883 * L_96 = V_2; NullCheck(L_96); L_96->set_HasElements_4((bool)0); XmlNodeInfo_t4030693883 * L_97 = V_2; String_t* L_98 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlTextWriter::get_XmlLang() */, __this); NullCheck(L_97); L_97->set_XmlLang_5(L_98); XmlNodeInfo_t4030693883 * L_99 = V_2; int32_t L_100 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.XmlSpace System.Xml.XmlTextWriter::get_XmlSpace() */, __this); NullCheck(L_99); L_99->set_XmlSpace_6(L_100); int32_t L_101 = __this->get_open_count_21(); __this->set_open_count_21(((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1))); bool L_102 = __this->get_namespaces_13(); if (!L_102) { goto IL_0327; } } { String_t* L_103 = ___namespaceUri2; if (!L_103) { goto IL_0327; } } { XmlNamespaceManager_t418790500 * L_104 = __this->get_nsmanager_20(); String_t* L_105 = ___prefix0; NullCheck(L_104); String_t* L_106 = XmlNamespaceManager_LookupNamespace_m2828740952(L_104, L_105, (bool)0, /*hidden argument*/NULL); V_3 = L_106; String_t* L_107 = V_3; String_t* L_108 = ___namespaceUri2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_109 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_107, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_0327; } } { XmlNamespaceManager_t418790500 * L_110 = __this->get_nsmanager_20(); String_t* L_111 = ___prefix0; String_t* L_112 = ___namespaceUri2; NullCheck(L_110); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_110, L_111, L_112); Stack_t2329662280 * L_113 = __this->get_new_local_namespaces_23(); String_t* L_114 = ___prefix0; NullCheck(L_113); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_113, L_114); } IL_0327: { __this->set_state_18(2); return; } } // System.Void System.Xml.XmlTextWriter::CloseStartElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_CloseStartElement_m3029087518 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { XmlTextWriter_CloseStartElementCore_m1099456942(__this, /*hidden argument*/NULL); int32_t L_0 = __this->get_state_18(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_001f; } } { TextWriter_t3478189236 * L_1 = __this->get_writer_6(); NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, ((int32_t)62)); } IL_001f: { __this->set_state_18(4); return; } } // System.Void System.Xml.XmlTextWriter::CloseStartElementCore() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_CloseStartElementCore_m1099456942 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_CloseStartElementCore_m1099456942_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; String_t* V_6 = NULL; { int32_t L_0 = __this->get_state_18(); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0012; } } { VirtActionInvoker0::Invoke(15 /* System.Void System.Xml.XmlTextWriter::WriteEndAttribute() */, __this); } IL_0012: { Stack_t2329662280 * L_1 = __this->get_new_local_namespaces_23(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_1); if (L_2) { goto IL_003f; } } { ArrayList_t2718874744 * L_3 = __this->get_explicit_nsdecls_24(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_003e; } } { ArrayList_t2718874744 * L_5 = __this->get_explicit_nsdecls_24(); NullCheck(L_5); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_5); } IL_003e: { return; } IL_003f: { ArrayList_t2718874744 * L_6 = __this->get_explicit_nsdecls_24(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6); V_0 = L_7; goto IL_00ba; } IL_0050: { Stack_t2329662280 * L_8 = __this->get_new_local_namespaces_23(); NullCheck(L_8); RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_8); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_9, String_t_il2cpp_TypeInfo_var)); V_2 = (bool)0; V_3 = 0; goto IL_0091; } IL_006a: { ArrayList_t2718874744 * L_10 = __this->get_explicit_nsdecls_24(); int32_t L_11 = V_3; NullCheck(L_10); RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_10, L_11); String_t* L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_008d; } } { V_2 = (bool)1; goto IL_00a2; } IL_008d: { int32_t L_15 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0091: { int32_t L_16 = V_3; ArrayList_t2718874744 * L_17 = __this->get_explicit_nsdecls_24(); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17); if ((((int32_t)L_16) < ((int32_t)L_18))) { goto IL_006a; } } IL_00a2: { bool L_19 = V_2; if (!L_19) { goto IL_00ad; } } { goto IL_00ba; } IL_00ad: { ArrayList_t2718874744 * L_20 = __this->get_explicit_nsdecls_24(); String_t* L_21 = V_1; NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_21); } IL_00ba: { Stack_t2329662280 * L_22 = __this->get_new_local_namespaces_23(); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_22); if ((((int32_t)L_23) > ((int32_t)0))) { goto IL_0050; } } { int32_t L_24 = V_0; V_4 = L_24; goto IL_0180; } IL_00d3: { ArrayList_t2718874744 * L_25 = __this->get_explicit_nsdecls_24(); int32_t L_26 = V_4; NullCheck(L_25); RuntimeObject * L_27 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_25, L_26); V_5 = ((String_t*)CastclassSealed((RuntimeObject*)L_27, String_t_il2cpp_TypeInfo_var)); XmlNamespaceManager_t418790500 * L_28 = __this->get_nsmanager_20(); String_t* L_29 = V_5; NullCheck(L_28); String_t* L_30 = XmlNamespaceManager_LookupNamespace_m2828740952(L_28, L_29, (bool)0, /*hidden argument*/NULL); V_6 = L_30; String_t* L_31 = V_6; if (L_31) { goto IL_0103; } } { goto IL_017a; } IL_0103: { String_t* L_32 = V_5; NullCheck(L_32); int32_t L_33 = String_get_Length_m3847582255(L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) <= ((int32_t)0))) { goto IL_0132; } } { TextWriter_t3478189236 * L_34 = __this->get_writer_6(); NullCheck(L_34); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_34, _stringLiteral3073361429); TextWriter_t3478189236 * L_35 = __this->get_writer_6(); String_t* L_36 = V_5; NullCheck(L_35); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_35, L_36); goto IL_0142; } IL_0132: { TextWriter_t3478189236 * L_37 = __this->get_writer_6(); NullCheck(L_37); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_37, _stringLiteral2787691749); } IL_0142: { TextWriter_t3478189236 * L_38 = __this->get_writer_6(); NullCheck(L_38); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_38, ((int32_t)61)); TextWriter_t3478189236 * L_39 = __this->get_writer_6(); Il2CppChar L_40 = __this->get_quote_char_32(); NullCheck(L_39); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_39, L_40); String_t* L_41 = V_6; XmlTextWriter_WriteEscapedString_m3514294598(__this, L_41, (bool)1, /*hidden argument*/NULL); TextWriter_t3478189236 * L_42 = __this->get_writer_6(); Il2CppChar L_43 = __this->get_quote_char_32(); NullCheck(L_42); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_42, L_43); } IL_017a: { int32_t L_44 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_0180: { int32_t L_45 = V_4; ArrayList_t2718874744 * L_46 = __this->get_explicit_nsdecls_24(); NullCheck(L_46); int32_t L_47 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_46); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_00d3; } } { ArrayList_t2718874744 * L_48 = __this->get_explicit_nsdecls_24(); NullCheck(L_48); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_48); return; } } // System.Void System.Xml.XmlTextWriter::WriteEndElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEndElement_m4081619786 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { XmlTextWriter_WriteEndElementCore_m4151593863(__this, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextWriter::WriteFullEndElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteFullEndElement_m164880516 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { XmlTextWriter_WriteEndElementCore_m4151593863(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextWriter::WriteEndElementCore(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEndElementCore_m4151593863 (XmlTextWriter_t2114213153 * __this, bool ___full0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteEndElementCore_m4151593863_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNodeInfo_t4030693883 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->get_state_18(); if ((((int32_t)L_0) == ((int32_t)6))) { goto IL_0018; } } { int32_t L_1 = __this->get_state_18(); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_0024; } } IL_0018: { Exception_t * L_2 = XmlTextWriter_StateError_m571999665(__this, _stringLiteral3333968179, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlTextWriter_WriteEndElementCore_m4151593863_RuntimeMethod_var); } IL_0024: { int32_t L_3 = __this->get_open_count_21(); if (L_3) { goto IL_003b; } } { Exception_t * L_4 = XmlTextWriter_InvalidOperation_m988191293(__this, _stringLiteral3986749280, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextWriter_WriteEndElementCore_m4151593863_RuntimeMethod_var); } IL_003b: { XmlTextWriter_CloseStartElementCore_m1099456942(__this, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_5 = __this->get_nsmanager_20(); NullCheck(L_5); VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_5); int32_t L_6 = __this->get_state_18(); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0081; } } { bool L_7 = ___full0; if (!L_7) { goto IL_0071; } } { TextWriter_t3478189236 * L_8 = __this->get_writer_6(); NullCheck(L_8); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_8, ((int32_t)62)); goto IL_0081; } IL_0071: { TextWriter_t3478189236 * L_9 = __this->get_writer_6(); NullCheck(L_9); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_9, _stringLiteral1910861284); } IL_0081: { bool L_10 = ___full0; if (L_10) { goto IL_0093; } } { int32_t L_11 = __this->get_state_18(); if ((!(((uint32_t)L_11) == ((uint32_t)4)))) { goto IL_0099; } } IL_0093: { XmlTextWriter_WriteIndentEndElement_m1797366262(__this, /*hidden argument*/NULL); } IL_0099: { XmlNodeInfoU5BU5D_t431163322* L_12 = __this->get_elements_22(); int32_t L_13 = __this->get_open_count_21(); int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); V_1 = L_14; __this->set_open_count_21(L_14); int32_t L_15 = V_1; NullCheck(L_12); int32_t L_16 = L_15; XmlNodeInfo_t4030693883 * L_17 = (L_12)->GetAt(static_cast(L_16)); V_0 = L_17; bool L_18 = ___full0; if (L_18) { goto IL_00c4; } } { int32_t L_19 = __this->get_state_18(); if ((!(((uint32_t)L_19) == ((uint32_t)4)))) { goto IL_0121; } } IL_00c4: { TextWriter_t3478189236 * L_20 = __this->get_writer_6(); NullCheck(L_20); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_20, _stringLiteral3450582932); XmlNodeInfo_t4030693883 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = L_21->get_Prefix_0(); NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_0103; } } { TextWriter_t3478189236 * L_24 = __this->get_writer_6(); XmlNodeInfo_t4030693883 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = L_25->get_Prefix_0(); NullCheck(L_24); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_24, L_26); TextWriter_t3478189236 * L_27 = __this->get_writer_6(); NullCheck(L_27); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_27, ((int32_t)58)); } IL_0103: { TextWriter_t3478189236 * L_28 = __this->get_writer_6(); XmlNodeInfo_t4030693883 * L_29 = V_0; NullCheck(L_29); String_t* L_30 = L_29->get_LocalName_1(); NullCheck(L_28); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_28, L_30); TextWriter_t3478189236 * L_31 = __this->get_writer_6(); NullCheck(L_31); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_31, ((int32_t)62)); } IL_0121: { __this->set_state_18(4); int32_t L_32 = __this->get_open_count_21(); if (L_32) { goto IL_013b; } } { __this->set_node_state_19(((int32_t)15)); } IL_013b: { return; } } // System.Void System.Xml.XmlTextWriter::WriteStartAttribute(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteStartAttribute_m796971626 (XmlTextWriter_t2114213153 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceUri2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteStartAttribute_m796971626_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B16_0 = 0; int32_t G_B18_0 = 0; XmlTextWriter_t2114213153 * G_B52_0 = NULL; XmlTextWriter_t2114213153 * G_B51_0 = NULL; String_t* G_B53_0 = NULL; XmlTextWriter_t2114213153 * G_B53_1 = NULL; { int32_t L_0 = __this->get_state_18(); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0012; } } { VirtActionInvoker0::Invoke(15 /* System.Void System.Xml.XmlTextWriter::WriteEndAttribute() */, __this); } IL_0012: { int32_t L_1 = __this->get_state_18(); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_0035; } } { int32_t L_2 = __this->get_state_18(); if (!L_2) { goto IL_0035; } } { Exception_t * L_3 = XmlTextWriter_StateError_m571999665(__this, _stringLiteral4158462482, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlTextWriter_WriteStartAttribute_m796971626_RuntimeMethod_var); } IL_0035: { String_t* L_4 = ___prefix0; if (L_4) { goto IL_0042; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___prefix0 = L_5; } IL_0042: { V_0 = (bool)0; String_t* L_6 = ___namespaceUri2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_7) { goto IL_007d; } } { V_0 = (bool)1; String_t* L_8 = ___prefix0; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0078; } } { String_t* L_10 = ___localName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_10, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_11) { goto IL_0078; } } { ___prefix0 = _stringLiteral3929236445; } IL_0078: { goto IL_00ad; } IL_007d: { String_t* L_12 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_13) { goto IL_00ab; } } { String_t* L_14 = ___localName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_15) { goto IL_00a8; } } { String_t* L_16 = ___prefix0; NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); G_B16_0 = ((((int32_t)L_17) == ((int32_t)0))? 1 : 0); goto IL_00a9; } IL_00a8: { G_B16_0 = 0; } IL_00a9: { G_B18_0 = G_B16_0; goto IL_00ac; } IL_00ab: { G_B18_0 = 1; } IL_00ac: { V_0 = (bool)G_B18_0; } IL_00ad: { bool L_18 = __this->get_namespaces_13(); if (!L_18) { goto IL_017f; } } { String_t* L_19 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_20) { goto IL_00d4; } } { ___namespaceUri2 = _stringLiteral2984480440; goto IL_00f3; } IL_00d4: { String_t* L_21 = ___namespaceUri2; if (L_21) { goto IL_00f3; } } { bool L_22 = V_0; if (!L_22) { goto IL_00ec; } } { ___namespaceUri2 = _stringLiteral2829469855; goto IL_00f3; } IL_00ec: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___namespaceUri2 = L_23; } IL_00f3: { bool L_24 = V_0; if (!L_24) { goto IL_011f; } } { String_t* L_25 = ___namespaceUri2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_25, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_26) { goto IL_011f; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3406152438, _stringLiteral2829469855, /*hidden argument*/NULL); Exception_t * L_28 = XmlTextWriter_ArgumentError_m3627124320(__this, L_27, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,XmlTextWriter_WriteStartAttribute_m796971626_RuntimeMethod_var); } IL_011f: { String_t* L_29 = ___prefix0; NullCheck(L_29); int32_t L_30 = String_get_Length_m3847582255(L_29, /*hidden argument*/NULL); if ((((int32_t)L_30) <= ((int32_t)0))) { goto IL_0162; } } { String_t* L_31 = ___namespaceUri2; NullCheck(L_31); int32_t L_32 = String_get_Length_m3847582255(L_31, /*hidden argument*/NULL); if (L_32) { goto IL_0162; } } { XmlNamespaceManager_t418790500 * L_33 = __this->get_nsmanager_20(); String_t* L_34 = ___prefix0; NullCheck(L_33); String_t* L_35 = XmlNamespaceManager_LookupNamespace_m2828740952(L_33, L_34, (bool)0, /*hidden argument*/NULL); ___namespaceUri2 = L_35; String_t* L_36 = ___namespaceUri2; if (!L_36) { goto IL_0156; } } { String_t* L_37 = ___namespaceUri2; NullCheck(L_37); int32_t L_38 = String_get_Length_m3847582255(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_0162; } } IL_0156: { Exception_t * L_39 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral1065548103, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,XmlTextWriter_WriteStartAttribute_m796971626_RuntimeMethod_var); } IL_0162: { bool L_40 = V_0; if (L_40) { goto IL_017f; } } { String_t* L_41 = ___namespaceUri2; NullCheck(L_41); int32_t L_42 = String_get_Length_m3847582255(L_41, /*hidden argument*/NULL); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_017f; } } { String_t* L_43 = ___prefix0; String_t* L_44 = ___localName1; String_t* L_45 = ___namespaceUri2; String_t* L_46 = XmlTextWriter_DetermineAttributePrefix_m2990155447(__this, L_43, L_44, L_45, /*hidden argument*/NULL); ___prefix0 = L_46; } IL_017f: { bool L_47 = __this->get_indent_attributes_31(); if (!L_47) { goto IL_0195; } } { XmlTextWriter_WriteIndentAttribute_m3288075110(__this, /*hidden argument*/NULL); goto IL_01ad; } IL_0195: { int32_t L_48 = __this->get_state_18(); if (!L_48) { goto IL_01ad; } } { TextWriter_t3478189236 * L_49 = __this->get_writer_6(); NullCheck(L_49); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_49, ((int32_t)32)); } IL_01ad: { String_t* L_50 = ___prefix0; NullCheck(L_50); int32_t L_51 = String_get_Length_m3847582255(L_50, /*hidden argument*/NULL); if ((((int32_t)L_51) <= ((int32_t)0))) { goto IL_01d2; } } { TextWriter_t3478189236 * L_52 = __this->get_writer_6(); String_t* L_53 = ___prefix0; NullCheck(L_52); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_52, L_53); TextWriter_t3478189236 * L_54 = __this->get_writer_6(); NullCheck(L_54); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_54, ((int32_t)58)); } IL_01d2: { TextWriter_t3478189236 * L_55 = __this->get_writer_6(); String_t* L_56 = ___localName1; NullCheck(L_55); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_55, L_56); TextWriter_t3478189236 * L_57 = __this->get_writer_6(); NullCheck(L_57); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_57, ((int32_t)61)); TextWriter_t3478189236 * L_58 = __this->get_writer_6(); Il2CppChar L_59 = __this->get_quote_char_32(); NullCheck(L_58); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_58, L_59); bool L_60 = V_0; if (L_60) { goto IL_0212; } } { String_t* L_61 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_62 = String_op_Equality_m920492651(NULL /*static, unused*/, L_61, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_62) { goto IL_028b; } } IL_0212: { StringWriter_t802263757 * L_63 = __this->get_preserver_7(); if (L_63) { goto IL_022d; } } { StringWriter_t802263757 * L_64 = (StringWriter_t802263757 *)il2cpp_codegen_object_new(StringWriter_t802263757_il2cpp_TypeInfo_var); StringWriter__ctor_m1244548890(L_64, /*hidden argument*/NULL); __this->set_preserver_7(L_64); goto IL_023e; } IL_022d: { StringWriter_t802263757 * L_65 = __this->get_preserver_7(); NullCheck(L_65); StringBuilder_t * L_66 = VirtFuncInvoker0< StringBuilder_t * >::Invoke(26 /* System.Text.StringBuilder System.IO.StringWriter::GetStringBuilder() */, L_65); NullCheck(L_66); StringBuilder_set_Length_m1410065908(L_66, 0, /*hidden argument*/NULL); } IL_023e: { StringWriter_t802263757 * L_67 = __this->get_preserver_7(); __this->set_writer_6(L_67); bool L_68 = V_0; if (L_68) { goto IL_0263; } } { __this->set_is_preserved_xmlns_9((bool)0); String_t* L_69 = ___localName1; __this->set_preserved_name_8(L_69); goto IL_028b; } IL_0263: { __this->set_is_preserved_xmlns_9((bool)1); String_t* L_70 = ___localName1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_71 = String_op_Equality_m920492651(NULL /*static, unused*/, L_70, _stringLiteral3929236445, /*hidden argument*/NULL); G_B51_0 = __this; if (!L_71) { G_B52_0 = __this; goto IL_0285; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_72 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B53_0 = L_72; G_B53_1 = G_B51_0; goto IL_0286; } IL_0285: { String_t* L_73 = ___localName1; G_B53_0 = L_73; G_B53_1 = G_B52_0; } IL_0286: { NullCheck(G_B53_1); G_B53_1->set_preserved_name_8(G_B53_0); } IL_028b: { __this->set_state_18(3); return; } } // System.String System.Xml.XmlTextWriter::DetermineAttributePrefix(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextWriter_DetermineAttributePrefix_m2990155447 (XmlTextWriter_t2114213153 * __this, String_t* ___prefix0, String_t* ___local1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_DetermineAttributePrefix_m2990155447_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; String_t* V_1 = NULL; { V_0 = (bool)0; String_t* L_0 = ___prefix0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0031; } } { String_t* L_2 = ___ns2; String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlTextWriter::LookupPrefix(System.String) */, __this, L_2); ___prefix0 = L_3; String_t* L_4 = ___prefix0; if (!L_4) { goto IL_002a; } } { String_t* L_5 = ___prefix0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_002a; } } { String_t* L_7 = ___prefix0; return L_7; } IL_002a: { V_0 = (bool)1; goto IL_009a; } IL_0031: { XmlNamespaceManager_t418790500 * L_8 = __this->get_nsmanager_20(); NullCheck(L_8); XmlNameTable_t71772148 * L_9 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(8 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_8); String_t* L_10 = ___prefix0; NullCheck(L_9); String_t* L_11 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_9, L_10); ___prefix0 = L_11; XmlNamespaceManager_t418790500 * L_12 = __this->get_nsmanager_20(); String_t* L_13 = ___prefix0; NullCheck(L_12); String_t* L_14 = XmlNamespaceManager_LookupNamespace_m2828740952(L_12, L_13, (bool)1, /*hidden argument*/NULL); V_1 = L_14; String_t* L_15 = V_1; String_t* L_16 = ___ns2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0060; } } { String_t* L_18 = ___prefix0; return L_18; } IL_0060: { String_t* L_19 = V_1; if (!L_19) { goto IL_009a; } } { XmlNamespaceManager_t418790500 * L_20 = __this->get_nsmanager_20(); String_t* L_21 = ___prefix0; String_t* L_22 = V_1; NullCheck(L_20); VirtActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void System.Xml.XmlNamespaceManager::RemoveNamespace(System.String,System.String) */, L_20, L_21, L_22); XmlNamespaceManager_t418790500 * L_23 = __this->get_nsmanager_20(); String_t* L_24 = ___prefix0; NullCheck(L_23); String_t* L_25 = XmlNamespaceManager_LookupNamespace_m2828740952(L_23, L_24, (bool)1, /*hidden argument*/NULL); String_t* L_26 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_25, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_009a; } } { V_0 = (bool)1; XmlNamespaceManager_t418790500 * L_28 = __this->get_nsmanager_20(); String_t* L_29 = ___prefix0; String_t* L_30 = V_1; NullCheck(L_28); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_28, L_29, L_30); } IL_009a: { bool L_31 = V_0; if (!L_31) { goto IL_00aa; } } { String_t* L_32 = ___ns2; String_t* L_33 = XmlTextWriter_MockupPrefix_m1608841972(__this, L_32, (bool)1, /*hidden argument*/NULL); ___prefix0 = L_33; } IL_00aa: { Stack_t2329662280 * L_34 = __this->get_new_local_namespaces_23(); String_t* L_35 = ___prefix0; NullCheck(L_34); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_34, L_35); XmlNamespaceManager_t418790500 * L_36 = __this->get_nsmanager_20(); String_t* L_37 = ___prefix0; String_t* L_38 = ___ns2; NullCheck(L_36); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_36, L_37, L_38); String_t* L_39 = ___prefix0; return L_39; } } // System.String System.Xml.XmlTextWriter::MockupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextWriter_MockupPrefix_m1608841972 (XmlTextWriter_t2114213153 * __this, String_t* ___ns0, bool ___skipLookup1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_MockupPrefix_m1608841972_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* G_B3_0 = NULL; { bool L_0 = ___skipLookup1; if (!L_0) { goto IL_000c; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_0013; } IL_000c: { String_t* L_1 = ___ns0; String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlTextWriter::LookupPrefix(System.String) */, __this, L_1); G_B3_0 = L_2; } IL_0013: { V_0 = G_B3_0; String_t* L_3 = V_0; if (!L_3) { goto IL_0028; } } { String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0028; } } { String_t* L_6 = V_0; return L_6; } IL_0028: { V_1 = 1; goto IL_00b2; } IL_002f: { ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_8 = __this->get_open_count_21(); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_7; int32_t L_12 = V_1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(1), (RuntimeObject *)L_14); IL2CPP_RUNTIME_CLASS_INIT(StringUtil_t564231417_il2cpp_TypeInfo_var); String_t* L_15 = StringUtil_Format_m4156193709(NULL /*static, unused*/, _stringLiteral3967258293, L_11, /*hidden argument*/NULL); V_0 = L_15; Stack_t2329662280 * L_16 = __this->get_new_local_namespaces_23(); String_t* L_17 = V_0; NullCheck(L_16); bool L_18 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(15 /* System.Boolean System.Collections.Stack::Contains(System.Object) */, L_16, L_17); if (!L_18) { goto IL_006d; } } { goto IL_00ae; } IL_006d: { XmlNamespaceManager_t418790500 * L_19 = __this->get_nsmanager_20(); XmlNamespaceManager_t418790500 * L_20 = __this->get_nsmanager_20(); NullCheck(L_20); XmlNameTable_t71772148 * L_21 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(8 /* System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() */, L_20); String_t* L_22 = V_0; NullCheck(L_21); String_t* L_23 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_21, L_22); NullCheck(L_19); String_t* L_24 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_19, L_23); if (!L_24) { goto IL_0093; } } { goto IL_00ae; } IL_0093: { XmlNamespaceManager_t418790500 * L_25 = __this->get_nsmanager_20(); String_t* L_26 = V_0; String_t* L_27 = ___ns0; NullCheck(L_25); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_25, L_26, L_27); Stack_t2329662280 * L_28 = __this->get_new_local_namespaces_23(); String_t* L_29 = V_0; NullCheck(L_28); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_28, L_29); String_t* L_30 = V_0; return L_30; } IL_00ae: { int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00b2: { goto IL_002f; } } // System.Void System.Xml.XmlTextWriter::WriteEndAttribute() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEndAttribute_m380495009 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteEndAttribute_m380495009_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; Dictionary_2_t2736202052 * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t V_6 = 0; { int32_t L_0 = __this->get_state_18(); if ((((int32_t)L_0) == ((int32_t)3))) { goto IL_0018; } } { Exception_t * L_1 = XmlTextWriter_StateError_m571999665(__this, _stringLiteral1135920161, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_WriteEndAttribute_m380495009_RuntimeMethod_var); } IL_0018: { TextWriter_t3478189236 * L_2 = __this->get_writer_6(); StringWriter_t802263757 * L_3 = __this->get_preserver_7(); if ((!(((RuntimeObject*)(TextWriter_t3478189236 *)L_2) == ((RuntimeObject*)(StringWriter_t802263757 *)L_3)))) { goto IL_02e2; } } { TextWriter_t3478189236 * L_4 = __this->get_source_5(); __this->set_writer_6(L_4); StringWriter_t802263757 * L_5 = __this->get_preserver_7(); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.IO.StringWriter::ToString() */, L_5); V_0 = L_6; bool L_7 = __this->get_is_preserved_xmlns_9(); if (!L_7) { goto IL_0191; } } { String_t* L_8 = __this->get_preserved_name_8(); NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0074; } } { String_t* L_10 = V_0; NullCheck(L_10); int32_t L_11 = String_get_Length_m3847582255(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0074; } } { Exception_t * L_12 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral1168662249, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XmlTextWriter_WriteEndAttribute_m380495009_RuntimeMethod_var); } IL_0074: { XmlNamespaceManager_t418790500 * L_13 = __this->get_nsmanager_20(); String_t* L_14 = __this->get_preserved_name_8(); NullCheck(L_13); String_t* L_15 = XmlNamespaceManager_LookupNamespace_m2828740952(L_13, L_14, (bool)0, /*hidden argument*/NULL); V_1 = L_15; int32_t L_16 = __this->get_namespace_handling_25(); if (!((int32_t)((int32_t)L_16&(int32_t)1))) { goto IL_00a0; } } { String_t* L_17 = V_1; String_t* L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00b2; } } IL_00a0: { ArrayList_t2718874744 * L_20 = __this->get_explicit_nsdecls_24(); String_t* L_21 = __this->get_preserved_name_8(); NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_21); } IL_00b2: { int32_t L_22 = __this->get_open_count_21(); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_018c; } } { bool L_23 = __this->get_v2_33(); if (!L_23) { goto IL_0122; } } { XmlNodeInfoU5BU5D_t431163322* L_24 = __this->get_elements_22(); int32_t L_25 = __this->get_open_count_21(); NullCheck(L_24); int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); XmlNodeInfo_t4030693883 * L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(L_27); String_t* L_28 = L_27->get_Prefix_0(); String_t* L_29 = __this->get_preserved_name_8(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0122; } } { XmlNodeInfoU5BU5D_t431163322* L_31 = __this->get_elements_22(); int32_t L_32 = __this->get_open_count_21(); NullCheck(L_31); int32_t L_33 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); XmlNodeInfo_t4030693883 * L_34 = (L_31)->GetAt(static_cast(L_33)); NullCheck(L_34); String_t* L_35 = L_34->get_NS_2(); String_t* L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0122; } } { String_t* L_38 = __this->get_preserved_name_8(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2919775337, L_38, /*hidden argument*/NULL); XmlException_t1761730631 * L_40 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_40, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,XmlTextWriter_WriteEndAttribute_m380495009_RuntimeMethod_var); } IL_0122: { XmlNodeInfoU5BU5D_t431163322* L_41 = __this->get_elements_22(); int32_t L_42 = __this->get_open_count_21(); NullCheck(L_41); int32_t L_43 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)); XmlNodeInfo_t4030693883 * L_44 = (L_41)->GetAt(static_cast(L_43)); NullCheck(L_44); String_t* L_45 = L_44->get_NS_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_47 = String_op_Equality_m920492651(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_016e; } } { XmlNodeInfoU5BU5D_t431163322* L_48 = __this->get_elements_22(); int32_t L_49 = __this->get_open_count_21(); NullCheck(L_48); int32_t L_50 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)1)); XmlNodeInfo_t4030693883 * L_51 = (L_48)->GetAt(static_cast(L_50)); NullCheck(L_51); String_t* L_52 = L_51->get_Prefix_0(); String_t* L_53 = __this->get_preserved_name_8(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_54 = String_op_Equality_m920492651(NULL /*static, unused*/, L_52, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_016e; } } { goto IL_018c; } IL_016e: { String_t* L_55 = V_1; String_t* L_56 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_57 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_55, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_018c; } } { XmlNamespaceManager_t418790500 * L_58 = __this->get_nsmanager_20(); String_t* L_59 = __this->get_preserved_name_8(); String_t* L_60 = V_0; NullCheck(L_58); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_58, L_59, L_60); } IL_018c: { goto IL_02d6; } IL_0191: { String_t* L_61 = __this->get_preserved_name_8(); V_2 = L_61; String_t* L_62 = V_2; if (!L_62) { goto IL_02d6; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_63 = ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3B_35(); if (L_63) { goto IL_01cd; } } { Dictionary_2_t2736202052 * L_64 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_64, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_3 = L_64; Dictionary_2_t2736202052 * L_65 = V_3; NullCheck(L_65); Dictionary_2_Add_m282647386(L_65, _stringLiteral2409271576, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_66 = V_3; NullCheck(L_66); Dictionary_2_Add_m282647386(L_66, _stringLiteral1613539661, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_67 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map3B_35(L_67); } IL_01cd: { IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_68 = ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3B_35(); String_t* L_69 = V_2; NullCheck(L_68); bool L_70 = Dictionary_2_TryGetValue_m1013208020(L_68, L_69, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_70) { goto IL_02d6; } } { int32_t L_71 = V_4; if (!L_71) { goto IL_01f3; } } { int32_t L_72 = V_4; if ((((int32_t)L_72) == ((int32_t)1))) { goto IL_0219; } } { goto IL_02d6; } IL_01f3: { int32_t L_73 = __this->get_open_count_21(); if ((((int32_t)L_73) <= ((int32_t)0))) { goto IL_0214; } } { XmlNodeInfoU5BU5D_t431163322* L_74 = __this->get_elements_22(); int32_t L_75 = __this->get_open_count_21(); NullCheck(L_74); int32_t L_76 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)); XmlNodeInfo_t4030693883 * L_77 = (L_74)->GetAt(static_cast(L_76)); String_t* L_78 = V_0; NullCheck(L_77); L_77->set_XmlLang_5(L_78); } IL_0214: { goto IL_02d6; } IL_0219: { String_t* L_79 = V_0; V_5 = L_79; String_t* L_80 = V_5; if (!L_80) { goto IL_02c5; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_81 = ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3A_34(); if (L_81) { goto IL_0252; } } { Dictionary_2_t2736202052 * L_82 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_82, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_3 = L_82; Dictionary_2_t2736202052 * L_83 = V_3; NullCheck(L_83); Dictionary_2_Add_m282647386(L_83, _stringLiteral1948332219, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_84 = V_3; NullCheck(L_84); Dictionary_2_Add_m282647386(L_84, _stringLiteral3137061838, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_85 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map3A_34(L_85); } IL_0252: { IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_86 = ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3A_34(); String_t* L_87 = V_5; NullCheck(L_86); bool L_88 = Dictionary_2_TryGetValue_m1013208020(L_86, L_87, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_88) { goto IL_02c5; } } { int32_t L_89 = V_6; if (!L_89) { goto IL_0279; } } { int32_t L_90 = V_6; if ((((int32_t)L_90) == ((int32_t)1))) { goto IL_029f; } } { goto IL_02c5; } IL_0279: { int32_t L_91 = __this->get_open_count_21(); if ((((int32_t)L_91) <= ((int32_t)0))) { goto IL_029a; } } { XmlNodeInfoU5BU5D_t431163322* L_92 = __this->get_elements_22(); int32_t L_93 = __this->get_open_count_21(); NullCheck(L_92); int32_t L_94 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)1)); XmlNodeInfo_t4030693883 * L_95 = (L_92)->GetAt(static_cast(L_94)); NullCheck(L_95); L_95->set_XmlSpace_6(1); } IL_029a: { goto IL_02d1; } IL_029f: { int32_t L_96 = __this->get_open_count_21(); if ((((int32_t)L_96) <= ((int32_t)0))) { goto IL_02c0; } } { XmlNodeInfoU5BU5D_t431163322* L_97 = __this->get_elements_22(); int32_t L_98 = __this->get_open_count_21(); NullCheck(L_97); int32_t L_99 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_98, (int32_t)1)); XmlNodeInfo_t4030693883 * L_100 = (L_97)->GetAt(static_cast(L_99)); NullCheck(L_100); L_100->set_XmlSpace_6(2); } IL_02c0: { goto IL_02d1; } IL_02c5: { Exception_t * L_101 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral162476857, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_101,XmlTextWriter_WriteEndAttribute_m380495009_RuntimeMethod_var); } IL_02d1: { goto IL_02d6; } IL_02d6: { TextWriter_t3478189236 * L_102 = __this->get_writer_6(); String_t* L_103 = V_0; NullCheck(L_102); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_102, L_103); } IL_02e2: { TextWriter_t3478189236 * L_104 = __this->get_writer_6(); Il2CppChar L_105 = __this->get_quote_char_32(); NullCheck(L_104); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_104, L_105); __this->set_state_18(2); return; } } // System.Void System.Xml.XmlTextWriter::WriteComment(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteComment_m3551275356 (XmlTextWriter_t2114213153 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteComment_m3551275356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; if (L_0) { goto IL_0012; } } { Exception_t * L_1 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral3987835854, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_WriteComment_m3551275356_RuntimeMethod_var); } IL_0012: { String_t* L_2 = ___text0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_003f; } } { String_t* L_4 = ___text0; String_t* L_5 = ___text0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); NullCheck(L_4); Il2CppChar L_7 = String_get_Chars_m2986988803(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)45))))) { goto IL_003f; } } { Exception_t * L_8 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral4015390292, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XmlTextWriter_WriteComment_m3551275356_RuntimeMethod_var); } IL_003f: { String_t* L_9 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(StringUtil_t564231417_il2cpp_TypeInfo_var); int32_t L_10 = StringUtil_IndexOf_m1748403443(NULL /*static, unused*/, L_9, _stringLiteral3450713987, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_005c; } } { Exception_t * L_11 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral4102181145, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,XmlTextWriter_WriteComment_m3551275356_RuntimeMethod_var); } IL_005c: { int32_t L_12 = __this->get_state_18(); if ((((int32_t)L_12) == ((int32_t)3))) { goto IL_0074; } } { int32_t L_13 = __this->get_state_18(); if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_007a; } } IL_0074: { XmlTextWriter_CloseStartElement_m3029087518(__this, /*hidden argument*/NULL); } IL_007a: { XmlTextWriter_WriteIndent_m534435357(__this, /*hidden argument*/NULL); XmlTextWriter_ShiftStateTopLevel_m3589898271(__this, _stringLiteral3796264707, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL); TextWriter_t3478189236 * L_14 = __this->get_writer_6(); NullCheck(L_14); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_14, _stringLiteral792871693); TextWriter_t3478189236 * L_15 = __this->get_writer_6(); String_t* L_16 = ___text0; NullCheck(L_15); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_15, L_16); TextWriter_t3478189236 * L_17 = __this->get_writer_6(); NullCheck(L_17); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_17, _stringLiteral1910992359); return; } } // System.Void System.Xml.XmlTextWriter::WriteProcessingInstruction(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteProcessingInstruction_m1814082884 (XmlTextWriter_t2114213153 * __this, String_t* ___name0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteProcessingInstruction_m1814082884_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0012; } } { Exception_t * L_1 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_WriteProcessingInstruction_m1814082884_RuntimeMethod_var); } IL_0012: { String_t* L_2 = ___text1; if (L_2) { goto IL_0024; } } { Exception_t * L_3 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral3987835854, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlTextWriter_WriteProcessingInstruction_m1814082884_RuntimeMethod_var); } IL_0024: { XmlTextWriter_WriteIndent_m534435357(__this, /*hidden argument*/NULL); String_t* L_4 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_5 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0041; } } { Exception_t * L_6 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral690829814, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlTextWriter_WriteProcessingInstruction_m1814082884_RuntimeMethod_var); } IL_0041: { String_t* L_7 = ___text1; IL2CPP_RUNTIME_CLASS_INIT(StringUtil_t564231417_il2cpp_TypeInfo_var); int32_t L_8 = StringUtil_IndexOf_m1748403443(NULL /*static, unused*/, L_7, _stringLiteral3451697041, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_005e; } } { Exception_t * L_9 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral4143504235, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,XmlTextWriter_WriteProcessingInstruction_m1814082884_RuntimeMethod_var); } IL_005e: { String_t* L_10 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral2909972470, /*hidden argument*/NULL); XmlTextWriter_ShiftStateTopLevel_m3589898271(__this, _stringLiteral3127550563, (bool)0, L_11, (bool)0, /*hidden argument*/NULL); TextWriter_t3478189236 * L_12 = __this->get_writer_6(); NullCheck(L_12); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_12, _stringLiteral3451631508); TextWriter_t3478189236 * L_13 = __this->get_writer_6(); String_t* L_14 = ___name0; NullCheck(L_13); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_13, L_14); TextWriter_t3478189236 * L_15 = __this->get_writer_6(); NullCheck(L_15); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_15, ((int32_t)32)); TextWriter_t3478189236 * L_16 = __this->get_writer_6(); String_t* L_17 = ___text1; NullCheck(L_16); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_16, L_17); TextWriter_t3478189236 * L_18 = __this->get_writer_6(); NullCheck(L_18); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_18, _stringLiteral3451697041); int32_t L_19 = __this->get_state_18(); if (L_19) { goto IL_00cd; } } { __this->set_state_18(1); } IL_00cd: { return; } } // System.Void System.Xml.XmlTextWriter::WriteWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteWhitespace_m1664061271 (XmlTextWriter_t2114213153 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteWhitespace_m1664061271_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; if (L_0) { goto IL_0012; } } { Exception_t * L_1 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral3987835854, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_WriteWhitespace_m1664061271_RuntimeMethod_var); } IL_0012: { String_t* L_2 = ___text0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0029; } } { String_t* L_4 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); int32_t L_5 = XmlChar_IndexOfNonWhitespace_m2684163220(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0035; } } IL_0029: { Exception_t * L_6 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral247049230, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlTextWriter_WriteWhitespace_m1664061271_RuntimeMethod_var); } IL_0035: { XmlTextWriter_ShiftStateTopLevel_m3589898271(__this, _stringLiteral1557367511, (bool)1, (bool)0, (bool)1, /*hidden argument*/NULL); TextWriter_t3478189236 * L_7 = __this->get_writer_6(); String_t* L_8 = ___text0; NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_7, L_8); return; } } // System.Void System.Xml.XmlTextWriter::WriteCData(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteCData_m644505252 (XmlTextWriter_t2114213153 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteCData_m644505252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; if (L_0) { goto IL_000d; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); ___text0 = L_1; } IL_000d: { XmlTextWriter_ShiftStateContent_m1491671115(__this, _stringLiteral2359536473, (bool)0, /*hidden argument*/NULL); String_t* L_2 = ___text0; IL2CPP_RUNTIME_CLASS_INIT(StringUtil_t564231417_il2cpp_TypeInfo_var); int32_t L_3 = StringUtil_IndexOf_m1748403443(NULL /*static, unused*/, L_2, _stringLiteral1918332503, /*hidden argument*/NULL); if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0036; } } { Exception_t * L_4 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral2919660641, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextWriter_WriteCData_m644505252_RuntimeMethod_var); } IL_0036: { TextWriter_t3478189236 * L_5 = __this->get_writer_6(); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_5, _stringLiteral191191352); String_t* L_6 = ___text0; XmlTextWriter_WriteCheckedString_m2937191976(__this, L_6, /*hidden argument*/NULL); TextWriter_t3478189236 * L_7 = __this->get_writer_6(); NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_7, _stringLiteral1918332503); return; } } // System.Void System.Xml.XmlTextWriter::WriteString(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteString_m406191177 (XmlTextWriter_t2114213153 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteString_m406191177_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; if (!L_0) { goto IL_001c; } } { String_t* L_1 = ___text0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001d; } } { bool L_3 = __this->get_v2_33(); if (L_3) { goto IL_001d; } } IL_001c: { return; } IL_001d: { XmlTextWriter_ShiftStateContent_m1491671115(__this, _stringLiteral3987835886, (bool)1, /*hidden argument*/NULL); String_t* L_4 = ___text0; int32_t L_5 = __this->get_state_18(); XmlTextWriter_WriteEscapedString_m3514294598(__this, L_4, (bool)((((int32_t)L_5) == ((int32_t)3))? 1 : 0), /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextWriter::WriteRaw(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteRaw_m1506092325 (XmlTextWriter_t2114213153 * __this, String_t* ___raw0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteRaw_m1506092325_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___raw0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { XmlTextWriter_ShiftStateTopLevel_m3589898271(__this, _stringLiteral390390383, (bool)1, (bool)1, (bool)1, /*hidden argument*/NULL); TextWriter_t3478189236 * L_1 = __this->get_writer_6(); String_t* L_2 = ___raw0; NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_1, L_2); return; } } // System.Void System.Xml.XmlTextWriter::WriteEntityRef(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEntityRef_m586114214 (XmlTextWriter_t2114213153 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteEntityRef_m586114214_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0012; } } { Exception_t * L_1 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_WriteEntityRef_m586114214_RuntimeMethod_var); } IL_0012: { String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { Exception_t * L_4 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral4206759088, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextWriter_WriteEntityRef_m586114214_RuntimeMethod_var); } IL_0029: { XmlTextWriter_ShiftStateContent_m1491671115(__this, _stringLiteral4078869393, (bool)1, /*hidden argument*/NULL); TextWriter_t3478189236 * L_5 = __this->get_writer_6(); NullCheck(L_5); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_5, ((int32_t)38)); TextWriter_t3478189236 * L_6 = __this->get_writer_6(); String_t* L_7 = ___name0; NullCheck(L_6); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_6, L_7); TextWriter_t3478189236 * L_8 = __this->get_writer_6(); NullCheck(L_8); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_8, ((int32_t)59)); return; } } // System.Void System.Xml.XmlTextWriter::WriteName(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteName_m3999097266 (XmlTextWriter_t2114213153 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteName_m3999097266_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (L_0) { goto IL_0012; } } { Exception_t * L_1 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextWriter_WriteName_m3999097266_RuntimeMethod_var); } IL_0012: { String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { Exception_t * L_4 = XmlTextWriter_ArgumentError_m3627124320(__this, _stringLiteral1595850952, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextWriter_WriteName_m3999097266_RuntimeMethod_var); } IL_0029: { String_t* L_5 = ___name0; VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlTextWriter::WriteString(System.String) */, __this, L_5); return; } } // System.Void System.Xml.XmlTextWriter::WriteIndent() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteIndent_m534435357 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { XmlTextWriter_WriteIndentCore_m729468996(__this, 0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextWriter::WriteIndentEndElement() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteIndentEndElement_m1797366262 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { XmlTextWriter_WriteIndentCore_m729468996(__this, (-1), (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextWriter::WriteIndentAttribute() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteIndentAttribute_m3288075110 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { bool L_0 = XmlTextWriter_WriteIndentCore_m729468996(__this, 0, (bool)1, /*hidden argument*/NULL); if (L_0) { goto IL_001a; } } { TextWriter_t3478189236 * L_1 = __this->get_writer_6(); NullCheck(L_1); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, ((int32_t)32)); } IL_001a: { return; } } // System.Boolean System.Xml.XmlTextWriter::WriteIndentCore(System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlTextWriter_WriteIndentCore_m729468996 (XmlTextWriter_t2114213153 * __this, int32_t ___nestFix0, bool ___attribute1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->get_indent_26(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = __this->get_open_count_21(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); goto IL_0039; } IL_001b: { bool L_2 = ___attribute1; if (L_2) { goto IL_0035; } } { XmlNodeInfoU5BU5D_t431163322* L_3 = __this->get_elements_22(); int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; XmlNodeInfo_t4030693883 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); bool L_7 = L_6->get_HasSimple_3(); if (!L_7) { goto IL_0035; } } { return (bool)0; } IL_0035: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); } IL_0039: { int32_t L_9 = V_0; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_001b; } } { int32_t L_10 = __this->get_state_18(); if (!L_10) { goto IL_005c; } } { TextWriter_t3478189236 * L_11 = __this->get_writer_6(); String_t* L_12 = __this->get_newline_30(); NullCheck(L_11); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_11, L_12); } IL_005c: { V_1 = 0; goto IL_0078; } IL_0063: { TextWriter_t3478189236 * L_13 = __this->get_writer_6(); String_t* L_14 = __this->get_indent_string_29(); NullCheck(L_13); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_13, L_14); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0078: { int32_t L_16 = V_1; int32_t L_17 = __this->get_open_count_21(); int32_t L_18 = ___nestFix0; if ((((int32_t)L_16) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18))))) { goto IL_0063; } } { return (bool)1; } } // System.Void System.Xml.XmlTextWriter::OutputAutoStartDocument() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_OutputAutoStartDocument_m96032915 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_state_18(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { XmlTextWriter_WriteStartDocumentCore_m3985718073(__this, (bool)0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlTextWriter::ShiftStateTopLevel(System.String,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_ShiftStateTopLevel_m3589898271 (XmlTextWriter_t2114213153 * __this, String_t* ___occured0, bool ___allowAttribute1, bool ___dontCheckXmlDecl2, bool ___isCharacter3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_ShiftStateTopLevel_m3589898271_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_state_18(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0036; } case 1: { goto IL_00a1; } case 2: { goto IL_0077; } case 3: { goto IL_0067; } case 4: { goto IL_008f; } case 5: { goto IL_002e; } case 6: { goto IL_002e; } } } { goto IL_00a1; } IL_002e: { String_t* L_2 = ___occured0; Exception_t * L_3 = XmlTextWriter_StateError_m571999665(__this, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlTextWriter_ShiftStateTopLevel_m3589898271_RuntimeMethod_var); } IL_0036: { bool L_4 = ___isCharacter3; if (!L_4) { goto IL_0043; } } { XmlTextWriter_CheckMixedContentState_m804091766(__this, /*hidden argument*/NULL); } IL_0043: { int32_t L_5 = __this->get_xmldecl_state_14(); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_005b; } } { bool L_6 = ___dontCheckXmlDecl2; if (L_6) { goto IL_005b; } } { XmlTextWriter_OutputAutoStartDocument_m96032915(__this, /*hidden argument*/NULL); } IL_005b: { __this->set_state_18(1); goto IL_00a1; } IL_0067: { bool L_7 = ___allowAttribute1; if (!L_7) { goto IL_0072; } } { goto IL_00a1; } IL_0072: { goto IL_002e; } IL_0077: { bool L_8 = ___isCharacter3; if (!L_8) { goto IL_0084; } } { XmlTextWriter_CheckMixedContentState_m804091766(__this, /*hidden argument*/NULL); } IL_0084: { XmlTextWriter_CloseStartElement_m3029087518(__this, /*hidden argument*/NULL); goto IL_00a1; } IL_008f: { bool L_9 = ___isCharacter3; if (!L_9) { goto IL_009c; } } { XmlTextWriter_CheckMixedContentState_m804091766(__this, /*hidden argument*/NULL); } IL_009c: { goto IL_00a1; } IL_00a1: { return; } } // System.Void System.Xml.XmlTextWriter::CheckMixedContentState() extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_CheckMixedContentState_m804091766 (XmlTextWriter_t2114213153 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_open_count_21(); if ((((int32_t)L_0) <= ((int32_t)0))) { goto IL_0021; } } { XmlNodeInfoU5BU5D_t431163322* L_1 = __this->get_elements_22(); int32_t L_2 = __this->get_open_count_21(); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); XmlNodeInfo_t4030693883 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); L_4->set_HasSimple_3((bool)1); } IL_0021: { return; } } // System.Void System.Xml.XmlTextWriter::ShiftStateContent(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_ShiftStateContent_m1491671115 (XmlTextWriter_t2114213153 * __this, String_t* ___occured0, bool ___allowAttribute1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_ShiftStateContent_m1491671115_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_state_18(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0036; } case 1: { goto IL_0036; } case 2: { goto IL_0085; } case 3: { goto IL_0075; } case 4: { goto IL_0096; } case 5: { goto IL_002e; } case 6: { goto IL_002e; } } } { goto IL_00a1; } IL_002e: { String_t* L_2 = ___occured0; Exception_t * L_3 = XmlTextWriter_StateError_m571999665(__this, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlTextWriter_ShiftStateContent_m1491671115_RuntimeMethod_var); } IL_0036: { bool L_4 = __this->get_allow_doc_fragment_10(); if (!L_4) { goto IL_004c; } } { bool L_5 = __this->get_is_document_entity_17(); if (!L_5) { goto IL_0051; } } IL_004c: { goto IL_002e; } IL_0051: { int32_t L_6 = __this->get_xmldecl_state_14(); if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_0063; } } { XmlTextWriter_OutputAutoStartDocument_m96032915(__this, /*hidden argument*/NULL); } IL_0063: { XmlTextWriter_CheckMixedContentState_m804091766(__this, /*hidden argument*/NULL); __this->set_state_18(4); goto IL_00a1; } IL_0075: { bool L_7 = ___allowAttribute1; if (!L_7) { goto IL_0080; } } { goto IL_00a1; } IL_0080: { goto IL_002e; } IL_0085: { XmlTextWriter_CloseStartElement_m3029087518(__this, /*hidden argument*/NULL); XmlTextWriter_CheckMixedContentState_m804091766(__this, /*hidden argument*/NULL); goto IL_00a1; } IL_0096: { XmlTextWriter_CheckMixedContentState_m804091766(__this, /*hidden argument*/NULL); goto IL_00a1; } IL_00a1: { return; } } // System.Void System.Xml.XmlTextWriter::WriteEscapedString(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEscapedString_m3514294598 (XmlTextWriter_t2114213153 * __this, String_t* ___text0, bool ___isAttribute1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteEscapedString_m3514294598_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; int32_t V_1 = 0; CharU5BU5D_t3528271667* V_2 = NULL; CharU5BU5D_t3528271667* G_B3_0 = NULL; { bool L_0 = ___isAttribute1; if (!L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_1 = ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->get_escaped_attr_chars_3(); G_B3_0 = L_1; goto IL_0015; } IL_0010: { IL2CPP_RUNTIME_CLASS_INIT(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((XmlTextWriter_t2114213153_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var))->get_escaped_text_chars_2(); G_B3_0 = L_2; } IL_0015: { V_0 = G_B3_0; String_t* L_3 = ___text0; CharU5BU5D_t3528271667* L_4 = V_0; NullCheck(L_3); int32_t L_5 = String_IndexOfAny_m4159774896(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0048; } } { String_t* L_7 = ___text0; NullCheck(L_7); CharU5BU5D_t3528271667* L_8 = String_ToCharArray_m1492846834(L_7, /*hidden argument*/NULL); V_2 = L_8; CharU5BU5D_t3528271667* L_9 = V_2; int32_t L_10 = V_1; XmlTextWriter_WriteCheckedBuffer_m275259173(__this, L_9, 0, L_10, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_11 = V_2; int32_t L_12 = V_1; CharU5BU5D_t3528271667* L_13 = V_2; NullCheck(L_13); int32_t L_14 = V_1; bool L_15 = ___isAttribute1; XmlTextWriter_WriteEscapedBuffer_m903990798(__this, L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), (int32_t)L_14)), L_15, /*hidden argument*/NULL); goto IL_004f; } IL_0048: { String_t* L_16 = ___text0; XmlTextWriter_WriteCheckedString_m2937191976(__this, L_16, /*hidden argument*/NULL); } IL_004f: { return; } } // System.Void System.Xml.XmlTextWriter::WriteCheckedString(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteCheckedString_m2937191976 (XmlTextWriter_t2114213153 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteCheckedString_m2937191976_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t3528271667* V_1 = NULL; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); int32_t L_1 = XmlChar_IndexOfInvalid_m478649474(NULL /*static, unused*/, L_0, (bool)1, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0036; } } { String_t* L_3 = ___s0; NullCheck(L_3); CharU5BU5D_t3528271667* L_4 = String_ToCharArray_m1492846834(L_3, /*hidden argument*/NULL); V_1 = L_4; TextWriter_t3478189236 * L_5 = __this->get_writer_6(); CharU5BU5D_t3528271667* L_6 = V_1; int32_t L_7 = V_0; NullCheck(L_5); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(17 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7); CharU5BU5D_t3528271667* L_8 = V_1; int32_t L_9 = V_0; CharU5BU5D_t3528271667* L_10 = V_1; NullCheck(L_10); int32_t L_11 = V_0; XmlTextWriter_WriteCheckedBuffer_m275259173(__this, L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11)), /*hidden argument*/NULL); goto IL_0042; } IL_0036: { TextWriter_t3478189236 * L_12 = __this->get_writer_6(); String_t* L_13 = ___s0; NullCheck(L_12); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_12, L_13); } IL_0042: { return; } } // System.Void System.Xml.XmlTextWriter::WriteCheckedBuffer(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteCheckedBuffer_m275259173 (XmlTextWriter_t2114213153 * __this, CharU5BU5D_t3528271667* ___text0, int32_t ___idx1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteCheckedBuffer_m275259173_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___idx1; V_0 = L_0; int32_t L_1 = ___idx1; int32_t L_2 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); goto IL_0096; } IL_000b: { bool L_3 = __this->get_check_character_validity_15(); if (!L_3) { goto IL_0035; } } { int32_t L_4 = ___idx1; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); CharU5BU5D_t3528271667* L_7 = ___text0; int32_t L_8 = ___idx1; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); int32_t L_11 = ((int32_t)L_10); RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3560330814, L_6, L_12, /*hidden argument*/NULL); Exception_t * L_14 = XmlTextWriter_ArgumentError_m3627124320(__this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlTextWriter_WriteCheckedBuffer_m275259173_RuntimeMethod_var); } IL_0035: { int32_t L_15 = V_0; int32_t L_16 = ___idx1; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_004c; } } { TextWriter_t3478189236 * L_17 = __this->get_writer_6(); CharU5BU5D_t3528271667* L_18 = ___text0; int32_t L_19 = V_0; int32_t L_20 = ___idx1; int32_t L_21 = V_0; NullCheck(L_17); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(17 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_17, L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21))); } IL_004c: { TextWriter_t3478189236 * L_22 = __this->get_writer_6(); NullCheck(L_22); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_22, _stringLiteral4162292604); TextWriter_t3478189236 * L_23 = __this->get_writer_6(); CharU5BU5D_t3528271667* L_24 = ___text0; int32_t L_25 = ___idx1; NullCheck(L_24); int32_t L_26 = L_25; uint16_t L_27 = (L_24)->GetAt(static_cast(L_26)); V_2 = L_27; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_29 = Int32_ToString_m2507389746((&V_2), _stringLiteral3452614648, L_28, /*hidden argument*/NULL); NullCheck(L_23); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_23, L_29); TextWriter_t3478189236 * L_30 = __this->get_writer_6(); NullCheck(L_30); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_30, ((int32_t)59)); int32_t L_31 = ___length2; int32_t L_32 = ___idx1; int32_t L_33 = V_0; ___length2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), (int32_t)1)))); int32_t L_34 = ___idx1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0096: { CharU5BU5D_t3528271667* L_35 = ___text0; int32_t L_36 = V_0; int32_t L_37 = ___length2; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); int32_t L_38 = XmlChar_IndexOfInvalid_m211553919(NULL /*static, unused*/, L_35, L_36, L_37, (bool)1, /*hidden argument*/NULL); int32_t L_39 = L_38; ___idx1 = L_39; if ((((int32_t)L_39) >= ((int32_t)0))) { goto IL_000b; } } { int32_t L_40 = V_0; int32_t L_41 = V_1; if ((((int32_t)L_40) >= ((int32_t)L_41))) { goto IL_00bf; } } { TextWriter_t3478189236 * L_42 = __this->get_writer_6(); CharU5BU5D_t3528271667* L_43 = ___text0; int32_t L_44 = V_0; int32_t L_45 = V_1; int32_t L_46 = V_0; NullCheck(L_42); VirtActionInvoker3< CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(17 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_42, L_43, L_44, ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46))); } IL_00bf: { return; } } // System.Void System.Xml.XmlTextWriter::WriteEscapedBuffer(System.Char[],System.Int32,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteEscapedBuffer_m903990798 (XmlTextWriter_t2114213153 * __this, CharU5BU5D_t3528271667* ___text0, int32_t ___index1, int32_t ___length2, bool ___isAttribute3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_WriteEscapedBuffer_m903990798_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; int32_t V_5 = 0; TextWriter_t3478189236 * G_B30_0 = NULL; TextWriter_t3478189236 * G_B29_0 = NULL; String_t* G_B31_0 = NULL; TextWriter_t3478189236 * G_B31_1 = NULL; TextWriter_t3478189236 * G_B37_0 = NULL; TextWriter_t3478189236 * G_B36_0 = NULL; String_t* G_B38_0 = NULL; TextWriter_t3478189236 * G_B38_1 = NULL; { int32_t L_0 = ___index1; V_0 = L_0; int32_t L_1 = ___index1; int32_t L_2 = ___length2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2)); int32_t L_3 = V_0; V_2 = L_3; goto IL_0231; } IL_000d: { CharU5BU5D_t3528271667* L_4 = ___text0; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = L_7; Il2CppChar L_8 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)((int32_t)34)))) { case 0: { goto IL_0139; } case 1: { goto IL_0032; } case 2: { goto IL_0032; } case 3: { goto IL_0032; } case 4: { goto IL_006a; } case 5: { goto IL_0139; } } } IL_0032: { Il2CppChar L_9 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)10)))) { case 0: { goto IL_0174; } case 1: { goto IL_004b; } case 2: { goto IL_004b; } case 3: { goto IL_0158; } } } IL_004b: { Il2CppChar L_10 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)60)))) { case 0: { goto IL_006a; } case 1: { goto IL_0065; } case 2: { goto IL_006a; } } } { goto IL_0065; } IL_0065: { goto IL_022d; } IL_006a: { int32_t L_11 = V_0; int32_t L_12 = V_2; if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_007c; } } { CharU5BU5D_t3528271667* L_13 = ___text0; int32_t L_14 = V_0; int32_t L_15 = V_2; int32_t L_16 = V_0; XmlTextWriter_WriteCheckedBuffer_m275259173(__this, L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); } IL_007c: { TextWriter_t3478189236 * L_17 = __this->get_writer_6(); NullCheck(L_17); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_17, ((int32_t)38)); CharU5BU5D_t3528271667* L_18 = ___text0; int32_t L_19 = V_2; NullCheck(L_18); int32_t L_20 = L_19; uint16_t L_21 = (L_18)->GetAt(static_cast(L_20)); V_4 = L_21; Il2CppChar L_22 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)((int32_t)34)))) { case 0: { goto IL_011f; } case 1: { goto IL_00b0; } case 2: { goto IL_00b0; } case 3: { goto IL_00b0; } case 4: { goto IL_00cb; } case 5: { goto IL_010a; } } } IL_00b0: { Il2CppChar L_23 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)((int32_t)60)))) { case 0: { goto IL_00e0; } case 1: { goto IL_0134; } case 2: { goto IL_00f5; } } } { goto IL_0134; } IL_00cb: { TextWriter_t3478189236 * L_24 = __this->get_writer_6(); NullCheck(L_24); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_24, _stringLiteral272773273); goto IL_0134; } IL_00e0: { TextWriter_t3478189236 * L_25 = __this->get_writer_6(); NullCheck(L_25); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_25, _stringLiteral2319061079); goto IL_0134; } IL_00f5: { TextWriter_t3478189236 * L_26 = __this->get_writer_6(); NullCheck(L_26); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_26, _stringLiteral2319061068); goto IL_0134; } IL_010a: { TextWriter_t3478189236 * L_27 = __this->get_writer_6(); NullCheck(L_27); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_27, _stringLiteral3509435951); goto IL_0134; } IL_011f: { TextWriter_t3478189236 * L_28 = __this->get_writer_6(); NullCheck(L_28); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_28, _stringLiteral1159970975); goto IL_0134; } IL_0134: { goto IL_0229; } IL_0139: { bool L_29 = ___isAttribute3; if (!L_29) { goto IL_0153; } } { CharU5BU5D_t3528271667* L_30 = ___text0; int32_t L_31 = V_2; NullCheck(L_30); int32_t L_32 = L_31; uint16_t L_33 = (L_30)->GetAt(static_cast(L_32)); Il2CppChar L_34 = __this->get_quote_char_32(); if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_0153; } } { goto IL_006a; } IL_0153: { goto IL_022d; } IL_0158: { int32_t L_35 = V_2; int32_t L_36 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1))) >= ((int32_t)L_36))) { goto IL_016f; } } { CharU5BU5D_t3528271667* L_37 = ___text0; int32_t L_38 = V_2; NullCheck(L_37); int32_t L_39 = L_38; uint16_t L_40 = (L_37)->GetAt(static_cast(L_39)); if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)10))))) { goto IL_016f; } } { int32_t L_41 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_016f: { goto IL_0174; } IL_0174: { int32_t L_42 = V_0; int32_t L_43 = V_2; if ((((int32_t)L_42) >= ((int32_t)L_43))) { goto IL_0186; } } { CharU5BU5D_t3528271667* L_44 = ___text0; int32_t L_45 = V_0; int32_t L_46 = V_2; int32_t L_47 = V_0; XmlTextWriter_WriteCheckedBuffer_m275259173(__this, L_44, L_45, ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), /*hidden argument*/NULL); } IL_0186: { bool L_48 = ___isAttribute3; if (!L_48) { goto IL_01b6; } } { TextWriter_t3478189236 * L_49 = __this->get_writer_6(); CharU5BU5D_t3528271667* L_50 = ___text0; int32_t L_51 = V_2; NullCheck(L_50); int32_t L_52 = L_51; uint16_t L_53 = (L_50)->GetAt(static_cast(L_52)); G_B29_0 = L_49; if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)13))))) { G_B30_0 = L_49; goto IL_01a7; } } { G_B31_0 = _stringLiteral1415199655; G_B31_1 = G_B29_0; goto IL_01ac; } IL_01a7: { G_B31_0 = _stringLiteral4136188839; G_B31_1 = G_B30_0; } IL_01ac: { NullCheck(G_B31_1); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, G_B31_1, G_B31_0); goto IL_0229; } IL_01b6: { int32_t L_54 = __this->get_newline_handling_16(); V_5 = L_54; int32_t L_55 = V_5; if (!L_55) { goto IL_01fb; } } { int32_t L_56 = V_5; if ((((int32_t)L_56) == ((int32_t)1))) { goto IL_01d2; } } { goto IL_0211; } IL_01d2: { TextWriter_t3478189236 * L_57 = __this->get_writer_6(); CharU5BU5D_t3528271667* L_58 = ___text0; int32_t L_59 = V_2; NullCheck(L_58); int32_t L_60 = L_59; uint16_t L_61 = (L_58)->GetAt(static_cast(L_60)); G_B36_0 = L_57; if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)13))))) { G_B37_0 = L_57; goto IL_01ec; } } { G_B38_0 = _stringLiteral1415199655; G_B38_1 = G_B36_0; goto IL_01f1; } IL_01ec: { G_B38_0 = _stringLiteral4136188839; G_B38_1 = G_B37_0; } IL_01f1: { NullCheck(G_B38_1); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, G_B38_1, G_B38_0); goto IL_0224; } IL_01fb: { TextWriter_t3478189236 * L_62 = __this->get_writer_6(); String_t* L_63 = __this->get_newline_30(); NullCheck(L_62); VirtActionInvoker1< String_t* >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.String) */, L_62, L_63); goto IL_0224; } IL_0211: { TextWriter_t3478189236 * L_64 = __this->get_writer_6(); CharU5BU5D_t3528271667* L_65 = ___text0; int32_t L_66 = V_2; NullCheck(L_65); int32_t L_67 = L_66; uint16_t L_68 = (L_65)->GetAt(static_cast(L_67)); NullCheck(L_64); VirtActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_64, L_68); goto IL_0224; } IL_0224: { goto IL_0229; } IL_0229: { int32_t L_69 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_022d: { int32_t L_70 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_0231: { int32_t L_71 = V_2; int32_t L_72 = V_1; if ((((int32_t)L_71) < ((int32_t)L_72))) { goto IL_000d; } } { int32_t L_73 = V_0; int32_t L_74 = V_1; if ((((int32_t)L_73) >= ((int32_t)L_74))) { goto IL_024a; } } { CharU5BU5D_t3528271667* L_75 = ___text0; int32_t L_76 = V_0; int32_t L_77 = V_1; int32_t L_78 = V_0; XmlTextWriter_WriteCheckedBuffer_m275259173(__this, L_75, L_76, ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78)), /*hidden argument*/NULL); } IL_024a: { return; } } // System.Exception System.Xml.XmlTextWriter::ArgumentError(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlTextWriter_ArgumentError_m3627124320 (XmlTextWriter_t2114213153 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_ArgumentError_m3627124320_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_state_18(6); String_t* L_0 = ___msg0; ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Exception System.Xml.XmlTextWriter::InvalidOperation(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlTextWriter_InvalidOperation_m988191293 (XmlTextWriter_t2114213153 * __this, String_t* ___msg0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_InvalidOperation_m988191293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_state_18(6); String_t* L_0 = ___msg0; InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Exception System.Xml.XmlTextWriter::StateError(System.String) extern "C" IL2CPP_METHOD_ATTR Exception_t * XmlTextWriter_StateError_m571999665 (XmlTextWriter_t2114213153 * __this, String_t* ___occured0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter_StateError_m571999665_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___occured0; int32_t L_1 = __this->get_state_18(); int32_t L_2 = L_1; RuntimeObject * L_3 = Box(WriteState_t3983380671_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral592849640, L_0, L_3, /*hidden argument*/NULL); Exception_t * L_5 = XmlTextWriter_InvalidOperation_m988191293(__this, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlTextWriter/StringUtil::.cctor() extern "C" IL2CPP_METHOD_ATTR void StringUtil__cctor_m1463895374 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringUtil__cctor_m1463895374_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ((StringUtil_t564231417_StaticFields*)il2cpp_codegen_static_fields_for(StringUtil_t564231417_il2cpp_TypeInfo_var))->set_cul_0(L_0); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_1); CompareInfo_t1092934962 * L_2 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_1); ((StringUtil_t564231417_StaticFields*)il2cpp_codegen_static_fields_for(StringUtil_t564231417_il2cpp_TypeInfo_var))->set_cmp_1(L_2); return; } } // System.Int32 System.Xml.XmlTextWriter/StringUtil::IndexOf(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringUtil_IndexOf_m1748403443 (RuntimeObject * __this /* static, unused */, String_t* ___src0, String_t* ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringUtil_IndexOf_m1748403443_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringUtil_t564231417_il2cpp_TypeInfo_var); CompareInfo_t1092934962 * L_0 = ((StringUtil_t564231417_StaticFields*)il2cpp_codegen_static_fields_for(StringUtil_t564231417_il2cpp_TypeInfo_var))->get_cmp_1(); String_t* L_1 = ___src0; String_t* L_2 = ___target1; NullCheck(L_0); int32_t L_3 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(9 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String System.Xml.XmlTextWriter/StringUtil::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* StringUtil_Format_m4156193709 (RuntimeObject * __this /* static, unused */, String_t* ___format0, ObjectU5BU5D_t2843939325* ___args1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringUtil_Format_m4156193709_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringUtil_t564231417_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = ((StringUtil_t564231417_StaticFields*)il2cpp_codegen_static_fields_for(StringUtil_t564231417_il2cpp_TypeInfo_var))->get_cul_0(); String_t* L_1 = ___format0; ObjectU5BU5D_t2843939325* L_2 = ___args1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m1881875187(NULL /*static, unused*/, 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 #ifdef __clang__ #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.XmlTextWriter/XmlNodeInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeInfo__ctor_m1232608472 (XmlNodeInfo_t4030693883 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlUrlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m1338399436 (XmlUrlResolver_t817895037 * __this, const RuntimeMethod* method) { { XmlResolver__ctor_m2276492248(__this, /*hidden argument*/NULL); return; } } // System.Object System.Xml.XmlUrlResolver::GetEntity(System.Uri,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlUrlResolver_GetEntity_m2245402732 (XmlUrlResolver_t817895037 * __this, Uri_t100236324 * ___absoluteUri0, String_t* ___role1, Type_t * ___ofObjectToReturn2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlUrlResolver_GetEntity_m2245402732_MetadataUsageId); s_Il2CppMethodInitialized = true; } WebRequest_t1939381076 * V_0 = NULL; { Type_t * L_0 = ___ofObjectToReturn2; if (L_0) { goto IL_0012; } } { RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (Stream_t1273022909_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ___ofObjectToReturn2 = L_2; } IL_0012: { Type_t * L_3 = ___ofObjectToReturn2; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (Stream_t1273022909_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_3) == ((RuntimeObject*)(Type_t *)L_5))) { goto IL_002d; } } { XmlException_t1761730631 * L_6 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_6, _stringLiteral109070372, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlUrlResolver_GetEntity_m2245402732_RuntimeMethod_var); } IL_002d: { Uri_t100236324 * L_7 = ___absoluteUri0; NullCheck(L_7); bool L_8 = Uri_get_IsAbsoluteUri_m3834080655(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0048; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_9, _stringLiteral3264822601, _stringLiteral1705633010, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,XmlUrlResolver_GetEntity_m2245402732_RuntimeMethod_var); } IL_0048: { Uri_t100236324 * L_10 = ___absoluteUri0; NullCheck(L_10); String_t* L_11 = Uri_get_Scheme_m1686732325(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, _stringLiteral1629333464, /*hidden argument*/NULL); if (!L_12) { goto IL_0097; } } { Uri_t100236324 * L_13 = ___absoluteUri0; NullCheck(L_13); String_t* L_14 = Uri_get_AbsolutePath_m2766409727(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_16 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0082; } } { ArgumentException_t132251570 * L_17 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_17, _stringLiteral3264822601, _stringLiteral1705633010, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,XmlUrlResolver_GetEntity_m2245402732_RuntimeMethod_var); } IL_0082: { Uri_t100236324 * L_18 = ___absoluteUri0; NullCheck(L_18); String_t* L_19 = Uri_get_LocalPath_m3953298695(L_18, /*hidden argument*/NULL); String_t* L_20 = XmlUrlResolver_UnescapeRelativeUriBody_m2976662118(__this, L_19, /*hidden argument*/NULL); FileStream_t4292183065 * L_21 = (FileStream_t4292183065 *)il2cpp_codegen_object_new(FileStream_t4292183065_il2cpp_TypeInfo_var); FileStream__ctor_m2889718780(L_21, L_20, 3, 1, 1, /*hidden argument*/NULL); return L_21; } IL_0097: { Uri_t100236324 * L_22 = ___absoluteUri0; IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t1939381076_il2cpp_TypeInfo_var); WebRequest_t1939381076 * L_23 = WebRequest_Create_m1809852225(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); V_0 = L_23; RuntimeObject* L_24 = __this->get_credential_0(); if (!L_24) { goto IL_00b5; } } { WebRequest_t1939381076 * L_25 = V_0; RuntimeObject* L_26 = __this->get_credential_0(); NullCheck(L_25); VirtActionInvoker1< RuntimeObject* >::Invoke(11 /* System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) */, L_25, L_26); } IL_00b5: { WebRequest_t1939381076 * L_27 = V_0; NullCheck(L_27); WebResponse_t229922639 * L_28 = VirtFuncInvoker0< WebResponse_t229922639 * >::Invoke(23 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_27); NullCheck(L_28); Stream_t1273022909 * L_29 = VirtFuncInvoker0< Stream_t1273022909 * >::Invoke(10 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_28); return L_29; } } // System.Uri System.Xml.XmlUrlResolver::ResolveUri(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * XmlUrlResolver_ResolveUri_m3714454862 (XmlUrlResolver_t817895037 * __this, Uri_t100236324 * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = ___baseUri0; String_t* L_1 = ___relativeUri1; Uri_t100236324 * L_2 = XmlResolver_ResolveUri_m3051172150(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.String System.Xml.XmlUrlResolver::UnescapeRelativeUriBody(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlUrlResolver_UnescapeRelativeUriBody_m2976662118 (XmlUrlResolver_t817895037 * __this, String_t* ___src0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlUrlResolver_UnescapeRelativeUriBody_m2976662118_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___src0; NullCheck(L_0); String_t* L_1 = String_Replace_m1273907647(L_0, _stringLiteral3403826294, _stringLiteral3452614548, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = String_Replace_m1273907647(L_1, _stringLiteral271658412, _stringLiteral3452614546, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = String_Replace_m1273907647(L_2, _stringLiteral2671228134, _stringLiteral3452614525, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = String_Replace_m1273907647(L_3, _stringLiteral4237312075, _stringLiteral3452614526, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = String_Replace_m1273907647(L_4, _stringLiteral3074512661, _stringLiteral3452614528, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_Replace_m1273907647(L_5, _stringLiteral3834027548, _stringLiteral3452614523, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlValidatingReader::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader__ctor_m746074126 (XmlValidatingReader_t1719295192 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader__ctor_m746074126_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_0 = ___reader0; __this->set_sourceReader_3(L_0); XmlReader_t3121518892 * L_1 = ___reader0; __this->set_xmlTextReader_4(((XmlTextReader_t4233384356 *)IsInstClass((RuntimeObject*)L_1, XmlTextReader_t4233384356_il2cpp_TypeInfo_var))); XmlTextReader_t4233384356 * L_2 = __this->get_xmlTextReader_4(); if (L_2) { goto IL_002f; } } { XmlUrlResolver_t817895037 * L_3 = (XmlUrlResolver_t817895037 *)il2cpp_codegen_object_new(XmlUrlResolver_t817895037_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m1338399436(L_3, /*hidden argument*/NULL); __this->set_resolver_6(L_3); } IL_002f: { __this->set_entityHandling_2(1); __this->set_validationType_8(1); StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL); __this->set_storedCharacters_12(L_4); return; } } // System.Xml.XmlParserContext System.Xml.XmlValidatingReader::Mono.Xml.IHasXmlParserContext.get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlValidatingReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m2551608519 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m2551608519_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlParserContext_t2544895291 * G_B5_0 = NULL; { DTDValidatingReader_t3946379043 * L_0 = __this->get_dtdReader_10(); if (!L_0) { goto IL_0017; } } { DTDValidatingReader_t3946379043 * L_1 = __this->get_dtdReader_10(); NullCheck(L_1); XmlParserContext_t2544895291 * L_2 = DTDValidatingReader_get_ParserContext_m883207457(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { XmlReader_t3121518892 * L_3 = __this->get_sourceReader_3(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_0; if (!L_4) { goto IL_0034; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); XmlParserContext_t2544895291 * L_6 = InterfaceFuncInvoker0< XmlParserContext_t2544895291 * >::Invoke(0 /* System.Xml.XmlParserContext Mono.Xml.IHasXmlParserContext::get_ParserContext() */, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var, L_5); G_B5_0 = L_6; goto IL_0035; } IL_0034: { G_B5_0 = ((XmlParserContext_t2544895291 *)(NULL)); } IL_0035: { return G_B5_0; } } // System.String System.Xml.XmlValidatingReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4098504182 (XmlValidatingReader_t1719295192 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4098504182_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* G_B6_0 = NULL; { V_0 = (RuntimeObject*)NULL; XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (!L_0) { goto IL_001e; } } { XmlReader_t3121518892 * L_1 = __this->get_sourceReader_3(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var)); goto IL_002a; } IL_001e: { XmlReader_t3121518892 * L_2 = __this->get_validatingReader_5(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var)); } IL_002a: { RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_003c; } } { RuntimeObject* L_4 = V_0; String_t* L_5 = ___ns0; NullCheck(L_4); String_t* L_6 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, L_4, L_5); G_B6_0 = L_6; goto IL_003d; } IL_003c: { G_B6_0 = ((String_t*)(NULL)); } IL_003d: { return G_B6_0; } } // System.Int32 System.Xml.XmlValidatingReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_AttributeCount_m3036345306 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_1); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // System.String System.Xml.XmlValidatingReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_BaseURI_m1476328842 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { String_t* G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_001b; } } { XmlReader_t3121518892 * L_1 = __this->get_sourceReader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_1); G_B3_0 = L_2; goto IL_0026; } IL_001b: { XmlReader_t3121518892 * L_3 = __this->get_validatingReader_5(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_3); G_B3_0 = L_4; } IL_0026: { return G_B3_0; } } // System.Boolean System.Xml.XmlValidatingReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_CanResolveEntity_m282081771 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Xml.XmlValidatingReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_Depth_m2789143630 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_1); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // System.Xml.EntityHandling System.Xml.XmlValidatingReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_EntityHandling_m3276362566 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_entityHandling_2(); return L_0; } } // System.Void System.Xml.XmlValidatingReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_set_EntityHandling_m2734813455 (XmlValidatingReader_t1719295192 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_entityHandling_2(L_0); DTDValidatingReader_t3946379043 * L_1 = __this->get_dtdReader_10(); if (!L_1) { goto IL_001e; } } { DTDValidatingReader_t3946379043 * L_2 = __this->get_dtdReader_10(); int32_t L_3 = ___value0; NullCheck(L_2); DTDValidatingReader_set_EntityHandling_m3201559656(L_2, L_3, /*hidden argument*/NULL); } IL_001e: { return; } } // System.Boolean System.Xml.XmlValidatingReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_EOF_m3706696912 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XmlValidatingReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_HasValue_m1628917442 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_HasValue() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XmlValidatingReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_IsDefault_m1076375084 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XmlValidatingReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_IsEmptyElement_m3829672649 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (bool)G_B3_0; } } // System.Int32 System.Xml.XmlValidatingReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_LineNumber_m4160044902 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_LineNumber_m4160044902_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B5_0 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlValidatingReader::get_IsDefault() */, __this); if (!L_0) { goto IL_000d; } } { return 0; } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_002a; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_3); G_B5_0 = L_4; goto IL_002b; } IL_002a: { G_B5_0 = 0; } IL_002b: { return G_B5_0; } } // System.Int32 System.Xml.XmlValidatingReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_LinePosition_m2821670432 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_LinePosition_m2821670432_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B5_0 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlValidatingReader::get_IsDefault() */, __this); if (!L_0) { goto IL_000d; } } { return 0; } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_002a; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_3); G_B5_0 = L_4; goto IL_002b; } IL_002a: { G_B5_0 = 0; } IL_002b: { return G_B5_0; } } // System.String System.Xml.XmlValidatingReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_LocalName_m3935686416 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_LocalName_m3935686416_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { bool L_2 = XmlValidatingReader_get_Namespaces_m3935643757(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { XmlReader_t3121518892 * L_3 = __this->get_validatingReader_5(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_3); return L_4; } IL_0028: { XmlReader_t3121518892 * L_5 = __this->get_validatingReader_5(); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_5); return L_6; } } // System.String System.Xml.XmlValidatingReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_Name_m2521889568 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_Name_m2521889568_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; goto IL_0020; } IL_0015: { XmlReader_t3121518892 * L_2 = __this->get_validatingReader_5(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_2); G_B3_0 = L_3; } IL_0020: { return G_B3_0; } } // System.Boolean System.Xml.XmlValidatingReader::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_Namespaces_m3935643757 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_xmlTextReader_4(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_xmlTextReader_4(); NullCheck(L_1); bool L_2 = XmlTextReader_get_Namespaces_m3871412690(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { return (bool)1; } } // System.String System.Xml.XmlValidatingReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_NamespaceURI_m606176985 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_NamespaceURI_m606176985_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { bool L_2 = XmlValidatingReader_get_Namespaces_m3935643757(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { XmlReader_t3121518892 * L_3 = __this->get_validatingReader_5(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_3); return L_4; } IL_0028: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_5; } } // System.Xml.XmlNameTable System.Xml.XmlValidatingReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlValidatingReader_get_NameTable_m386478333 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { XmlNameTable_t71772148 * G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_001b; } } { XmlReader_t3121518892 * L_1 = __this->get_sourceReader_3(); NullCheck(L_1); XmlNameTable_t71772148 * L_2 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_1); G_B3_0 = L_2; goto IL_0026; } IL_001b: { XmlReader_t3121518892 * L_3 = __this->get_validatingReader_5(); NullCheck(L_3); XmlNameTable_t71772148 * L_4 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_3); G_B3_0 = L_4; } IL_0026: { return G_B3_0; } } // System.Xml.XmlNodeType System.Xml.XmlValidatingReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_NodeType_m2271835609 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (int32_t)(G_B3_0); } } // System.String System.Xml.XmlValidatingReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_Prefix_m754810542 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_Prefix_m754810542_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; goto IL_0020; } IL_0015: { XmlReader_t3121518892 * L_2 = __this->get_validatingReader_5(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_2); G_B3_0 = L_3; } IL_0020: { return G_B3_0; } } // System.Xml.ReadState System.Xml.XmlValidatingReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_ReadState_m483710833 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_000d; } } { return (int32_t)(0); } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_1); return L_2; } } // System.Xml.XmlResolver System.Xml.XmlValidatingReader::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlValidatingReader_get_Resolver_m1269208747 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlTextReader_t4233384356 * L_0 = __this->get_xmlTextReader_4(); if (!L_0) { goto IL_0017; } } { XmlTextReader_t4233384356 * L_1 = __this->get_xmlTextReader_4(); NullCheck(L_1); XmlResolver_t626023767 * L_2 = XmlTextReader_get_Resolver_m258955197(L_1, /*hidden argument*/NULL); return L_2; } IL_0017: { bool L_3 = __this->get_resolverSpecified_7(); if (!L_3) { goto IL_0029; } } { XmlResolver_t626023767 * L_4 = __this->get_resolver_6(); return L_4; } IL_0029: { return (XmlResolver_t626023767 *)NULL; } } // System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReader::get_Schemas() extern "C" IL2CPP_METHOD_ATTR XmlSchemaCollection_t3610399789 * XmlValidatingReader_get_Schemas_m1542506967 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_Schemas_m1542506967_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaCollection_t3610399789 * L_0 = __this->get_schemas_9(); if (L_0) { goto IL_001c; } } { XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlValidatingReader::get_NameTable() */, __this); XmlSchemaCollection_t3610399789 * L_2 = (XmlSchemaCollection_t3610399789 *)il2cpp_codegen_object_new(XmlSchemaCollection_t3610399789_il2cpp_TypeInfo_var); XmlSchemaCollection__ctor_m3228921192(L_2, L_1, /*hidden argument*/NULL); __this->set_schemas_9(L_2); } IL_001c: { XmlSchemaCollection_t3610399789 * L_3 = __this->get_schemas_9(); return L_3; } } // System.Xml.XmlReaderSettings System.Xml.XmlValidatingReader::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlValidatingReader_get_Settings_m4192388192 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { XmlReaderSettings_t2186285234 * G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_001b; } } { XmlReader_t3121518892 * L_1 = __this->get_sourceReader_3(); NullCheck(L_1); XmlReaderSettings_t2186285234 * L_2 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_1); G_B3_0 = L_2; goto IL_0026; } IL_001b: { XmlReader_t3121518892 * L_3 = __this->get_validatingReader_5(); NullCheck(L_3); XmlReaderSettings_t2186285234 * L_4 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_3); G_B3_0 = L_4; } IL_0026: { return G_B3_0; } } // System.Xml.ValidationType System.Xml.XmlValidatingReader::get_ValidationType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_ValidationType_m768883523 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationType_8(); return L_0; } } // System.Void System.Xml.XmlValidatingReader::set_ValidationType(System.Xml.ValidationType) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_set_ValidationType_m3850545770 (XmlValidatingReader_t1719295192 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_set_ValidationType_m3850545770_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlValidatingReader::get_ReadState() */, __this); if (!L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral224365628, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlValidatingReader_set_ValidationType_m3850545770_RuntimeMethod_var); } IL_0016: { int32_t L_2 = __this->get_validationType_8(); V_0 = L_2; int32_t L_3 = V_0; switch (L_3) { case 0: { goto IL_003c; } case 1: { goto IL_003c; } case 2: { goto IL_003c; } case 3: { goto IL_0048; } case 4: { goto IL_003c; } } } { goto IL_004e; } IL_003c: { int32_t L_4 = ___value0; __this->set_validationType_8(L_4); goto IL_004e; } IL_0048: { NotSupportedException_t1314879016 * L_5 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlValidatingReader_set_ValidationType_m3850545770_RuntimeMethod_var); } IL_004e: { return; } } // System.String System.Xml.XmlValidatingReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_Value_m2511111829 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_Value_m2511111829_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; goto IL_0020; } IL_0015: { XmlReader_t3121518892 * L_2 = __this->get_validatingReader_5(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_2); G_B3_0 = L_3; } IL_0020: { return G_B3_0; } } // System.String System.Xml.XmlValidatingReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_XmlLang_m869989634 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_get_XmlLang_m869989634_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; goto IL_0020; } IL_0015: { XmlReader_t3121518892 * L_2 = __this->get_validatingReader_5(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_2); G_B3_0 = L_3; } IL_0020: { return G_B3_0; } } // System.Void System.Xml.XmlValidatingReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_set_XmlResolver_m3039624282 (XmlValidatingReader_t1719295192 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_set_XmlResolver_m3039624282_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdValidatingReader_t3961132625 * V_0 = NULL; DTDValidatingReader_t3946379043 * V_1 = NULL; { __this->set_resolverSpecified_7((bool)1); XmlResolver_t626023767 * L_0 = ___value0; __this->set_resolver_6(L_0); XmlTextReader_t4233384356 * L_1 = __this->get_xmlTextReader_4(); if (!L_1) { goto IL_0025; } } { XmlTextReader_t4233384356 * L_2 = __this->get_xmlTextReader_4(); XmlResolver_t626023767 * L_3 = ___value0; NullCheck(L_2); XmlTextReader_set_XmlResolver_m1445354776(L_2, L_3, /*hidden argument*/NULL); } IL_0025: { XmlReader_t3121518892 * L_4 = __this->get_validatingReader_5(); V_0 = ((XsdValidatingReader_t3961132625 *)IsInstClass((RuntimeObject*)L_4, XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var)); XsdValidatingReader_t3961132625 * L_5 = V_0; if (!L_5) { goto IL_003e; } } { XsdValidatingReader_t3961132625 * L_6 = V_0; XmlResolver_t626023767 * L_7 = ___value0; NullCheck(L_6); XsdValidatingReader_set_XmlResolver_m2067506225(L_6, L_7, /*hidden argument*/NULL); } IL_003e: { XmlReader_t3121518892 * L_8 = __this->get_validatingReader_5(); V_1 = ((DTDValidatingReader_t3946379043 *)IsInstClass((RuntimeObject*)L_8, DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var)); DTDValidatingReader_t3946379043 * L_9 = V_1; if (!L_9) { goto IL_0057; } } { DTDValidatingReader_t3946379043 * L_10 = V_1; XmlResolver_t626023767 * L_11 = ___value0; NullCheck(L_10); DTDValidatingReader_set_XmlResolver_m3887196702(L_10, L_11, /*hidden argument*/NULL); } IL_0057: { return; } } // System.Xml.XmlSpace System.Xml.XmlValidatingReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_XmlSpace_m58584745 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (int32_t)(G_B3_0); } } // System.Void System.Xml.XmlValidatingReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_Close_m24546856 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_001b; } } { XmlReader_t3121518892 * L_1 = __this->get_sourceReader_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_1); goto IL_0026; } IL_001b: { XmlReader_t3121518892 * L_2 = __this->get_validatingReader_5(); NullCheck(L_2); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_2); } IL_0026: { return; } } // System.String System.Xml.XmlValidatingReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_GetAttribute_m580377592 (XmlValidatingReader_t1719295192 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_GetAttribute_m580377592_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0016; } } { IndexOutOfRangeException_t1578797820 * L_1 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_1, _stringLiteral349273836, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlValidatingReader_GetAttribute_m580377592_RuntimeMethod_var); } IL_0016: { XmlReader_t3121518892 * L_2 = __this->get_validatingReader_5(); int32_t L_3 = ___i0; NullCheck(L_2); String_t* L_4 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(14 /* System.String System.Xml.XmlReader::get_Item(System.Int32) */, L_2, L_3); return L_4; } } // System.String System.Xml.XmlValidatingReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_GetAttribute_m1372195914 (XmlValidatingReader_t1719295192 * __this, String_t* ___name0, const RuntimeMethod* method) { String_t* G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_001d; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); String_t* L_2 = ___name0; NullCheck(L_1); String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_1, L_2); G_B3_0 = L_3; } IL_001d: { return G_B3_0; } } // System.String System.Xml.XmlValidatingReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_GetAttribute_m2636608846 (XmlValidatingReader_t1719295192 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { String_t* G_B3_0 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0011; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_001e; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); String_t* L_2 = ___localName0; String_t* L_3 = ___namespaceName1; NullCheck(L_1); String_t* L_4 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::get_Item(System.String,System.String) */, L_1, L_2, L_3); G_B3_0 = L_4; } IL_001e: { return G_B3_0; } } // System.Boolean System.Xml.XmlValidatingReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_HasLineInfo_m870518869 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_HasLineInfo_m870518869_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_001d; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.String System.Xml.XmlValidatingReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_LookupNamespace_m1366491815 (XmlValidatingReader_t1719295192 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (!L_0) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); String_t* L_2 = ___prefix0; NullCheck(L_1); String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_1, L_2); return L_3; } IL_0018: { XmlReader_t3121518892 * L_4 = __this->get_sourceReader_3(); String_t* L_5 = ___prefix0; NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_4, L_5); return L_6; } } // System.Void System.Xml.XmlValidatingReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_MoveToAttribute_m565086185 (XmlValidatingReader_t1719295192 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_MoveToAttribute_m565086185_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0016; } } { IndexOutOfRangeException_t1578797820 * L_1 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_1, _stringLiteral349273836, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlValidatingReader_MoveToAttribute_m565086185_RuntimeMethod_var); } IL_0016: { XmlReader_t3121518892 * L_2 = __this->get_validatingReader_5(); int32_t L_3 = ___i0; NullCheck(L_2); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_2, L_3); return; } } // System.Boolean System.Xml.XmlValidatingReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToAttribute_m2298075513 (XmlValidatingReader_t1719295192 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); String_t* L_2 = ___name0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_1, L_2); return L_3; } } // System.Boolean System.Xml.XmlValidatingReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToAttribute_m3515077069 (XmlValidatingReader_t1719295192 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); String_t* L_2 = ___localName0; String_t* L_3 = ___namespaceName1; NullCheck(L_1); bool L_4 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_1, L_2, L_3); return L_4; } } // System.Boolean System.Xml.XmlValidatingReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToElement_m2423364559 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_1); return L_2; } } // System.Boolean System.Xml.XmlValidatingReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToFirstAttribute_m3181606727 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_1); return L_2; } } // System.Boolean System.Xml.XmlValidatingReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToNextAttribute_m3038240404 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_1); return L_2; } } // System.Boolean System.Xml.XmlValidatingReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_Read_m3555356476 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_Read_m3555356476_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdValidatingReader_t3961132625 * V_0 = NULL; int32_t V_1 = 0; DTDValidatingReader_t3946379043 * V_2 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_0104; } } { int32_t L_1 = XmlValidatingReader_get_ValidationType_m768883523(__this, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; switch (L_2) { case 0: { goto IL_0031; } case 1: { goto IL_0031; } case 2: { goto IL_0036; } case 3: { goto IL_00ed; } case 4: { goto IL_0067; } } } { goto IL_00f3; } IL_0031: { goto IL_0067; } IL_0036: { XmlReader_t3121518892 * L_3 = __this->get_sourceReader_3(); DTDValidatingReader_t3946379043 * L_4 = (DTDValidatingReader_t3946379043 *)il2cpp_codegen_object_new(DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var); DTDValidatingReader__ctor_m3400285377(L_4, L_3, __this, /*hidden argument*/NULL); DTDValidatingReader_t3946379043 * L_5 = L_4; V_2 = L_5; __this->set_dtdReader_10(L_5); DTDValidatingReader_t3946379043 * L_6 = V_2; __this->set_validatingReader_5(L_6); DTDValidatingReader_t3946379043 * L_7 = __this->get_dtdReader_10(); XmlResolver_t626023767 * L_8 = XmlValidatingReader_get_Resolver_m1269208747(__this, /*hidden argument*/NULL); NullCheck(L_7); DTDValidatingReader_set_XmlResolver_m3887196702(L_7, L_8, /*hidden argument*/NULL); goto IL_00f3; } IL_0067: { XmlReader_t3121518892 * L_9 = __this->get_sourceReader_3(); DTDValidatingReader_t3946379043 * L_10 = (DTDValidatingReader_t3946379043 *)il2cpp_codegen_object_new(DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var); DTDValidatingReader__ctor_m3400285377(L_10, L_9, __this, /*hidden argument*/NULL); __this->set_dtdReader_10(L_10); DTDValidatingReader_t3946379043 * L_11 = __this->get_dtdReader_10(); XsdValidatingReader_t3961132625 * L_12 = (XsdValidatingReader_t3961132625 *)il2cpp_codegen_object_new(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); XsdValidatingReader__ctor_m1875465247(L_12, L_11, /*hidden argument*/NULL); V_0 = L_12; XsdValidatingReader_t3961132625 * L_13 = V_0; XsdValidatingReader_t3961132625 * L_14 = L_13; NullCheck(L_14); ValidationEventHandler_t791314227 * L_15 = L_14->get_ValidationEventHandler_28(); intptr_t L_16 = (intptr_t)XmlValidatingReader_OnValidationEvent_m367061793_RuntimeMethod_var; ValidationEventHandler_t791314227 * L_17 = (ValidationEventHandler_t791314227 *)il2cpp_codegen_object_new(ValidationEventHandler_t791314227_il2cpp_TypeInfo_var); ValidationEventHandler__ctor_m2945978529(L_17, __this, L_16, /*hidden argument*/NULL); Delegate_t1188392813 * L_18 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_15, L_17, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_ValidationEventHandler_28(((ValidationEventHandler_t791314227 *)CastclassSealed((RuntimeObject*)L_18, ValidationEventHandler_t791314227_il2cpp_TypeInfo_var))); XsdValidatingReader_t3961132625 * L_19 = V_0; int32_t L_20 = XmlValidatingReader_get_ValidationType_m768883523(__this, /*hidden argument*/NULL); NullCheck(L_19); XsdValidatingReader_set_ValidationType_m2062431012(L_19, L_20, /*hidden argument*/NULL); XsdValidatingReader_t3961132625 * L_21 = V_0; XmlSchemaCollection_t3610399789 * L_22 = XmlValidatingReader_get_Schemas_m1542506967(__this, /*hidden argument*/NULL); NullCheck(L_22); XmlSchemaSet_t266093086 * L_23 = XmlSchemaCollection_get_SchemaSet_m2053221801(L_22, /*hidden argument*/NULL); NullCheck(L_21); XsdValidatingReader_set_Schemas_m1687221862(L_21, L_23, /*hidden argument*/NULL); XsdValidatingReader_t3961132625 * L_24 = V_0; XmlResolver_t626023767 * L_25 = XmlValidatingReader_get_Resolver_m1269208747(__this, /*hidden argument*/NULL); NullCheck(L_24); XsdValidatingReader_set_XmlResolver_m2067506225(L_24, L_25, /*hidden argument*/NULL); XsdValidatingReader_t3961132625 * L_26 = V_0; __this->set_validatingReader_5(L_26); DTDValidatingReader_t3946379043 * L_27 = __this->get_dtdReader_10(); XmlResolver_t626023767 * L_28 = XmlValidatingReader_get_Resolver_m1269208747(__this, /*hidden argument*/NULL); NullCheck(L_27); DTDValidatingReader_set_XmlResolver_m3887196702(L_27, L_28, /*hidden argument*/NULL); goto IL_00f3; } IL_00ed: { NotSupportedException_t1314879016 * L_29 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,XmlValidatingReader_Read_m3555356476_RuntimeMethod_var); } IL_00f3: { XmlReader_t3121518892 * L_30 = __this->get_validatingReader_5(); __this->set_schemaInfo_11(((RuntimeObject*)IsInst((RuntimeObject*)L_30, IHasXmlSchemaInfo_t74872415_il2cpp_TypeInfo_var))); } IL_0104: { XmlReader_t3121518892 * L_31 = __this->get_validatingReader_5(); NullCheck(L_31); bool L_32 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_31); return L_32; } } // System.Boolean System.Xml.XmlValidatingReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlValidatingReader_ReadAttributeValue_m2604418746 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlReader_t3121518892 * L_1 = __this->get_validatingReader_5(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_1); return L_2; } } // System.Void System.Xml.XmlValidatingReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_ResolveEntity_m513506040 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_validatingReader_5(); NullCheck(L_0); VirtActionInvoker0::Invoke(48 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } // System.Void System.Xml.XmlValidatingReader::OnValidationEvent(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_OnValidationEvent_m367061793 (XmlValidatingReader_t1719295192 * __this, RuntimeObject * ___o0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlValidatingReader_OnValidationEvent_m367061793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t791314227 * L_0 = __this->get_ValidationEventHandler_13(); if (!L_0) { goto IL_001d; } } { ValidationEventHandler_t791314227 * L_1 = __this->get_ValidationEventHandler_13(); RuntimeObject * L_2 = ___o0; ValidationEventArgs_t2784773869 * L_3 = ___e1; NullCheck(L_1); ValidationEventHandler_Invoke_m3984227947(L_1, L_2, L_3, /*hidden argument*/NULL); goto IL_003a; } IL_001d: { int32_t L_4 = XmlValidatingReader_get_ValidationType_m768883523(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_003a; } } { ValidationEventArgs_t2784773869 * L_5 = ___e1; NullCheck(L_5); int32_t L_6 = ValidationEventArgs_get_Severity_m1798521934(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_003a; } } { ValidationEventArgs_t2784773869 * L_7 = ___e1; NullCheck(L_7); XmlSchemaException_t3511258692 * L_8 = ValidationEventArgs_get_Exception_m2119547120(L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XmlValidatingReader_OnValidationEvent_m367061793_RuntimeMethod_var); } IL_003a: { 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.XmlWhitespace::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlWhitespace__ctor_m949230574 (XmlWhitespace_t131741354 * __this, String_t* ___strData0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___strData0; XmlDocument_t2837193595 * L_1 = ___doc1; XmlCharacterData__ctor_m3935345337(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlWhitespace::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlWhitespace_get_LocalName_m4124641324 (XmlWhitespace_t131741354 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWhitespace_get_LocalName_m4124641324_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1653520728; } } // System.String System.Xml.XmlWhitespace::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlWhitespace_get_Name_m3062444240 (XmlWhitespace_t131741354 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWhitespace_get_Name_m3062444240_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1653520728; } } // System.Xml.XmlNodeType System.Xml.XmlWhitespace::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWhitespace_get_NodeType_m4071479963 (XmlWhitespace_t131741354 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)13)); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlWhitespace::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWhitespace_get_XPathNodeType_m3664345709 (XmlWhitespace_t131741354 * __this, const RuntimeMethod* method) { { return (int32_t)(6); } } // System.String System.Xml.XmlWhitespace::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlWhitespace_get_Value_m3008068225 (XmlWhitespace_t131741354 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); return L_0; } } // System.Void System.Xml.XmlWhitespace::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWhitespace_set_Value_m1380309567 (XmlWhitespace_t131741354 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWhitespace_set_Value_m1380309567_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsWhitespace_m2421104119(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0016; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral3922471879, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlWhitespace_set_Value_m1380309567_RuntimeMethod_var); } IL_0016: { String_t* L_3 = ___value0; VirtActionInvoker1< String_t* >::Invoke(43 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_3); return; } } // System.Xml.XmlNode System.Xml.XmlWhitespace::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlWhitespace_get_ParentNode_m3161215339 (XmlWhitespace_t131741354 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = XmlNode_get_ParentNode_m3304904414(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlWhitespace::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlWhitespace_CloneNode_m2585972626 (XmlWhitespace_t131741354 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWhitespace_CloneNode_m2585972626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlWhitespace_t131741354 * L_2 = (XmlWhitespace_t131741354 *)il2cpp_codegen_object_new(XmlWhitespace_t131741354_il2cpp_TypeInfo_var); XmlWhitespace__ctor_m949230574(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.XmlWhitespace::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlWhitespace_WriteContentTo_m2802353050 (XmlWhitespace_t131741354 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlWhitespace::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlWhitespace_WriteTo_m1424820182 (XmlWhitespace_t131741354 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(28 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlWriter__ctor_m2782267819 (XmlWriter_t127905479 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlWriter::System.IDisposable.Dispose() extern "C" IL2CPP_METHOD_ATTR void XmlWriter_System_IDisposable_Dispose_m1610106051 (XmlWriter_t127905479 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(9 /* System.Void System.Xml.XmlWriter::Dispose(System.Boolean) */, __this, (bool)0); return; } } // System.Xml.XmlWriterSettings System.Xml.XmlWriter::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlWriterSettings_t3314986516 * XmlWriter_get_Settings_m164933578 (XmlWriter_t127905479 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_get_Settings_m164933578_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlWriterSettings_t3314986516 * L_0 = __this->get_settings_0(); if (L_0) { goto IL_0016; } } { XmlWriterSettings_t3314986516 * L_1 = (XmlWriterSettings_t3314986516 *)il2cpp_codegen_object_new(XmlWriterSettings_t3314986516_il2cpp_TypeInfo_var); XmlWriterSettings__ctor_m2465852079(L_1, /*hidden argument*/NULL); __this->set_settings_0(L_1); } IL_0016: { XmlWriterSettings_t3314986516 * L_2 = __this->get_settings_0(); return L_2; } } // System.String System.Xml.XmlWriter::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlWriter_get_XmlLang_m3841313567 (XmlWriter_t127905479 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Xml.XmlSpace System.Xml.XmlWriter::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWriter_get_XmlSpace_m866999307 (XmlWriter_t127905479 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XmlWriter System.Xml.XmlWriter::Create(System.String,System.Xml.XmlWriterSettings) extern "C" IL2CPP_METHOD_ATTR XmlWriter_t127905479 * XmlWriter_Create_m3258935631 (RuntimeObject * __this /* static, unused */, String_t* ___file0, XmlWriterSettings_t3314986516 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_Create_m3258935631_MetadataUsageId); s_Il2CppMethodInitialized = true; } Encoding_t1523322056 * V_0 = NULL; Encoding_t1523322056 * G_B3_0 = NULL; { XmlWriterSettings_t3314986516 * L_0 = ___settings1; if (!L_0) { goto IL_0011; } } { XmlWriterSettings_t3314986516 * L_1 = ___settings1; NullCheck(L_1); Encoding_t1523322056 * L_2 = XmlWriterSettings_get_Encoding_m1165972402(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0016; } IL_0011: { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_3 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0016: { V_0 = G_B3_0; String_t* L_4 = ___file0; Encoding_t1523322056 * L_5 = V_0; StreamWriter_t1266378904 * L_6 = (StreamWriter_t1266378904 *)il2cpp_codegen_object_new(StreamWriter_t1266378904_il2cpp_TypeInfo_var); StreamWriter__ctor_m3688233896(L_6, L_4, (bool)0, L_5, /*hidden argument*/NULL); XmlWriterSettings_t3314986516 * L_7 = ___settings1; XmlWriter_t127905479 * L_8 = XmlWriter_CreateTextWriter_m3145233621(NULL /*static, unused*/, L_6, L_7, (bool)1, /*hidden argument*/NULL); return L_8; } } // System.Xml.XmlWriter System.Xml.XmlWriter::Create(System.Xml.XmlWriter,System.Xml.XmlWriterSettings) extern "C" IL2CPP_METHOD_ATTR XmlWriter_t127905479 * XmlWriter_Create_m2130558420 (RuntimeObject * __this /* static, unused */, XmlWriter_t127905479 * ___writer0, XmlWriterSettings_t3314986516 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_Create_m2130558420_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlWriterSettings_t3314986516 * L_0 = ___settings1; if (L_0) { goto IL_000d; } } { XmlWriterSettings_t3314986516 * L_1 = (XmlWriterSettings_t3314986516 *)il2cpp_codegen_object_new(XmlWriterSettings_t3314986516_il2cpp_TypeInfo_var); XmlWriterSettings__ctor_m2465852079(L_1, /*hidden argument*/NULL); ___settings1 = L_1; } IL_000d: { XmlWriter_t127905479 * L_2 = ___writer0; XmlWriterSettings_t3314986516 * L_3 = ___settings1; NullCheck(L_2); L_2->set_settings_0(L_3); XmlWriter_t127905479 * L_4 = ___writer0; return L_4; } } // System.Xml.XmlWriter System.Xml.XmlWriter::CreateTextWriter(System.IO.TextWriter,System.Xml.XmlWriterSettings,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlWriter_t127905479 * XmlWriter_CreateTextWriter_m3145233621 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___writer0, XmlWriterSettings_t3314986516 * ___settings1, bool ___closeOutput2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_CreateTextWriter_m3145233621_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextWriter_t2114213153 * V_0 = NULL; { XmlWriterSettings_t3314986516 * L_0 = ___settings1; if (L_0) { goto IL_000d; } } { XmlWriterSettings_t3314986516 * L_1 = (XmlWriterSettings_t3314986516 *)il2cpp_codegen_object_new(XmlWriterSettings_t3314986516_il2cpp_TypeInfo_var); XmlWriterSettings__ctor_m2465852079(L_1, /*hidden argument*/NULL); ___settings1 = L_1; } IL_000d: { TextWriter_t3478189236 * L_2 = ___writer0; XmlWriterSettings_t3314986516 * L_3 = ___settings1; bool L_4 = ___closeOutput2; XmlTextWriter_t2114213153 * L_5 = (XmlTextWriter_t2114213153 *)il2cpp_codegen_object_new(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); XmlTextWriter__ctor_m731621148(L_5, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; XmlTextWriter_t2114213153 * L_6 = V_0; XmlWriterSettings_t3314986516 * L_7 = ___settings1; XmlWriter_t127905479 * L_8 = XmlWriter_Create_m2130558420(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Xml.XmlWriter::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_Dispose_m3961600049 (XmlWriter_t127905479 * __this, bool ___disposing0, const RuntimeMethod* method) { { VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlWriter::Close() */, __this); return; } } // System.Void System.Xml.XmlWriter::WriteAttribute(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttribute_m3614493714 (XmlWriter_t127905479 * __this, XmlReader_t3121518892 * ___reader0, bool ___defattr1, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = ___defattr1; if (L_0) { goto IL_0012; } } { XmlReader_t3121518892 * L_1 = ___reader0; NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1); if (!L_2) { goto IL_0012; } } { return; } IL_0012: { XmlReader_t3121518892 * L_3 = ___reader0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_3); XmlReader_t3121518892 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_5); XmlReader_t3121518892 * L_7 = ___reader0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_7); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, __this, L_4, L_6, L_8); goto IL_0071; } IL_002f: { XmlReader_t3121518892 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_9); V_0 = L_10; int32_t L_11 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)3))) { case 0: { goto IL_004f; } case 1: { goto IL_0071; } case 2: { goto IL_0060; } } } { goto IL_0071; } IL_004f: { XmlReader_t3121518892 * L_12 = ___reader0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_12); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_13); goto IL_0071; } IL_0060: { XmlReader_t3121518892 * L_14 = ___reader0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_14); VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, __this, L_15); goto IL_0071; } IL_0071: { XmlReader_t3121518892 * L_16 = ___reader0; NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_16); if (L_17) { goto IL_002f; } } { VirtActionInvoker0::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, __this); return; } } // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m400667381 (XmlWriter_t127905479 * __this, String_t* ___localName0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_WriteAttributeString_m400667381_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_1 = ___localName0; String_t* L_2 = ___value1; XmlWriter_WriteAttributeString_m2341773285(__this, L_0, L_1, (String_t*)NULL, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlWriter::WriteAttributeString(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m2341773285 (XmlWriter_t127905479 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = ___localName1; String_t* L_2 = ___ns2; VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, __this, L_0, L_1, L_2); String_t* L_3 = ___value3; if (!L_3) { goto IL_0025; } } { String_t* L_4 = ___value3; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) <= ((int32_t)0))) { goto IL_0025; } } { String_t* L_6 = ___value3; VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_6); } IL_0025: { VirtActionInvoker0::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, __this); return; } } // System.Void System.Xml.XmlWriter::WriteElementString(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteElementString_m3431189080 (XmlWriter_t127905479 * __this, String_t* ___localName0, String_t* ___value1, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; XmlWriter_WriteStartElement_m1499083124(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___value1; if (!L_1) { goto IL_0020; } } { String_t* L_2 = ___value1; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0020; } } { String_t* L_4 = ___value1; VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_4); } IL_0020: { VirtActionInvoker0::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, __this); return; } } // System.Void System.Xml.XmlWriter::WriteName(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteName_m944014318 (XmlWriter_t127905479 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; XmlWriter_WriteNameInternal_m96630199(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlWriter::WriteNameInternal(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteNameInternal_m96630199 (XmlWriter_t127905479 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_WriteNameInternal_m96630199_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlWriterSettings_t3314986516 * L_0 = VirtFuncInvoker0< XmlWriterSettings_t3314986516 * >::Invoke(5 /* System.Xml.XmlWriterSettings System.Xml.XmlWriter::get_Settings() */, __this); NullCheck(L_0); int32_t L_1 = XmlWriterSettings_get_ConformanceLevel_m2619815559(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_001f; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_001f; } } { goto IL_002b; } IL_001f: { String_t* L_4 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); XmlConvert_VerifyName_m2131148908(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); goto IL_002b; } IL_002b: { String_t* L_5 = ___name0; VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_5); return; } } // System.Void System.Xml.XmlWriter::WriteNode(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteNode_m263666930 (XmlWriter_t127905479 * __this, XmlReader_t3121518892 * ___reader0, bool ___defattr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_WriteNode_m263666930_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { XmlReader_t3121518892 * L_0 = ___reader0; if (L_0) { goto IL_000c; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m3698743796(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlWriter_WriteNode_m263666930_RuntimeMethod_var); } IL_000c: { XmlReader_t3121518892 * L_2 = ___reader0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_2); if (L_3) { goto IL_0032; } } { XmlReader_t3121518892 * L_4 = ___reader0; NullCheck(L_4); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_4); } IL_001e: { XmlReader_t3121518892 * L_5 = ___reader0; bool L_6 = ___defattr1; VirtActionInvoker2< XmlReader_t3121518892 *, bool >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteNode(System.Xml.XmlReader,System.Boolean) */, __this, L_5, L_6); XmlReader_t3121518892 * L_7 = ___reader0; NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_7); if (!L_8) { goto IL_001e; } } { return; } IL_0032: { XmlReader_t3121518892 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_9); V_2 = L_10; int32_t L_11 = V_2; switch (L_11) { case 0: { goto IL_01db; } case 1: { goto IL_008c; } case 2: { goto IL_012c; } case 3: { goto IL_012d; } case 4: { goto IL_013e; } case 5: { goto IL_014f; } case 6: { goto IL_01e0; } case 7: { goto IL_0160; } case 8: { goto IL_0177; } case 9: { goto IL_01e0; } case 10: { goto IL_0188; } case 11: { goto IL_01e0; } case 12: { goto IL_01e0; } case 13: { goto IL_01ba; } case 14: { goto IL_01b5; } case 15: { goto IL_01cb; } case 16: { goto IL_01d6; } case 17: { goto IL_0160; } } } { goto IL_01e0; } IL_008c: { XmlReader_t3121518892 * L_12 = ___reader0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_12); XmlReader_t3121518892 * L_14 = ___reader0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_14); XmlReader_t3121518892 * L_16 = ___reader0; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_16); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(26 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, __this, L_13, L_15, L_17); XmlReader_t3121518892 * L_18 = ___reader0; NullCheck(L_18); bool L_19 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlReader::get_HasAttributes() */, L_18); if (!L_19) { goto IL_00dc; } } { V_0 = 0; goto IL_00c9; } IL_00b6: { XmlReader_t3121518892 * L_20 = ___reader0; int32_t L_21 = V_0; NullCheck(L_20); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_20, L_21); XmlReader_t3121518892 * L_22 = ___reader0; bool L_23 = ___defattr1; XmlWriter_WriteAttribute_m3614493714(__this, L_22, L_23, /*hidden argument*/NULL); int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00c9: { int32_t L_25 = V_0; XmlReader_t3121518892 * L_26 = ___reader0; NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_26); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_00b6; } } { XmlReader_t3121518892 * L_28 = ___reader0; NullCheck(L_28); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_28); } IL_00dc: { XmlReader_t3121518892 * L_29 = ___reader0; NullCheck(L_29); bool L_30 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_29); if (!L_30) { goto IL_00f2; } } { VirtActionInvoker0::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, __this); goto IL_0127; } IL_00f2: { XmlReader_t3121518892 * L_31 = ___reader0; NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_31); V_1 = L_32; XmlReader_t3121518892 * L_33 = ___reader0; NullCheck(L_33); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_33); XmlReader_t3121518892 * L_34 = ___reader0; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_34); if ((((int32_t)L_35) == ((int32_t)((int32_t)15)))) { goto IL_0121; } } IL_010d: { XmlReader_t3121518892 * L_36 = ___reader0; bool L_37 = ___defattr1; VirtActionInvoker2< XmlReader_t3121518892 *, bool >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteNode(System.Xml.XmlReader,System.Boolean) */, __this, L_36, L_37); int32_t L_38 = V_1; XmlReader_t3121518892 * L_39 = ___reader0; NullCheck(L_39); int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_39); if ((((int32_t)L_38) < ((int32_t)L_40))) { goto IL_010d; } } IL_0121: { VirtActionInvoker0::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, __this); } IL_0127: { goto IL_0218; } IL_012c: { return; } IL_012d: { XmlReader_t3121518892 * L_41 = ___reader0; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_41); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_42); goto IL_0218; } IL_013e: { XmlReader_t3121518892 * L_43 = ___reader0; NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_43); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, __this, L_44); goto IL_0218; } IL_014f: { XmlReader_t3121518892 * L_45 = ___reader0; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_45); VirtActionInvoker1< String_t* >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, __this, L_46); goto IL_0218; } IL_0160: { XmlReader_t3121518892 * L_47 = ___reader0; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_47); XmlReader_t3121518892 * L_49 = ___reader0; NullCheck(L_49); String_t* L_50 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_49); VirtActionInvoker2< String_t*, String_t* >::Invoke(22 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, __this, L_48, L_50); goto IL_0218; } IL_0177: { XmlReader_t3121518892 * L_51 = ___reader0; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_51); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, __this, L_52); goto IL_0218; } IL_0188: { XmlReader_t3121518892 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_53); XmlReader_t3121518892 * L_55 = ___reader0; NullCheck(L_55); String_t* L_56 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_55, _stringLiteral3984887517); XmlReader_t3121518892 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_57, _stringLiteral3261774195); XmlReader_t3121518892 * L_59 = ___reader0; NullCheck(L_59); String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_59); VirtActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, __this, L_54, L_56, L_58, L_60); goto IL_0218; } IL_01b5: { goto IL_01ba; } IL_01ba: { XmlReader_t3121518892 * L_61 = ___reader0; NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_61); VirtActionInvoker1< String_t* >::Invoke(28 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, __this, L_62); goto IL_0218; } IL_01cb: { VirtActionInvoker0::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, __this); goto IL_0218; } IL_01d6: { goto IL_0218; } IL_01db: { goto IL_0218; } IL_01e0: { ObjectU5BU5D_t2843939325* L_63 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral1152083996); (L_63)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1152083996); ObjectU5BU5D_t2843939325* L_64 = L_63; XmlReader_t3121518892 * L_65 = ___reader0; NullCheck(L_65); String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_65); NullCheck(L_64); ArrayElementTypeCheck (L_64, L_66); (L_64)->SetAt(static_cast(1), (RuntimeObject *)L_66); ObjectU5BU5D_t2843939325* L_67 = L_64; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral3442940761); (L_67)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3442940761); ObjectU5BU5D_t2843939325* L_68 = L_67; XmlReader_t3121518892 * L_69 = ___reader0; NullCheck(L_69); int32_t L_70 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_69); int32_t L_71 = L_70; RuntimeObject * L_72 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_71); NullCheck(L_68); ArrayElementTypeCheck (L_68, L_72); (L_68)->SetAt(static_cast(3), (RuntimeObject *)L_72); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_73 = String_Concat_m2971454694(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); XmlException_t1761730631 * L_74 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_74, L_73, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_74,XmlWriter_WriteNode_m263666930_RuntimeMethod_var); } IL_0218: { XmlReader_t3121518892 * L_75 = ___reader0; NullCheck(L_75); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_75); return; } } // System.Void System.Xml.XmlWriter::WriteStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteStartElement_m1499083124 (XmlWriter_t127905479 * __this, String_t* ___localName0, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(26 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, __this, (String_t*)NULL, L_0, (String_t*)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.XmlWriterSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings__ctor_m2465852079 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlWriterSettings_Reset_m4105849431(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlWriterSettings::Reset() extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings_Reset_m4105849431 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriterSettings_Reset_m4105849431_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_checkCharacters_0((bool)1); __this->set_closeOutput_1((bool)0); __this->set_conformance_2(2); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_UTF8_m1008486739(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_encoding_3(L_0); __this->set_indent_4((bool)0); __this->set_indentChars_5(_stringLiteral3450517376); String_t* L_1 = Environment_get_NewLine_m3211016485(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_newLineChars_6(L_1); __this->set_newLineOnAttributes_7((bool)0); __this->set_newLineHandling_8(2); __this->set_omitXmlDeclaration_9((bool)0); __this->set_outputMethod_10(3); return; } } // System.Boolean System.Xml.XmlWriterSettings::get_CheckCharacters() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CheckCharacters_m68435957 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_checkCharacters_0(); return L_0; } } // System.Xml.ConformanceLevel System.Xml.XmlWriterSettings::get_ConformanceLevel() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_ConformanceLevel_m2619815559 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_conformance_2(); return L_0; } } // System.Text.Encoding System.Xml.XmlWriterSettings::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * XmlWriterSettings_get_Encoding_m1165972402 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { Encoding_t1523322056 * L_0 = __this->get_encoding_3(); return L_0; } } // System.Void System.Xml.XmlWriterSettings::set_Encoding(System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings_set_Encoding_m322062563 (XmlWriterSettings_t3314986516 * __this, Encoding_t1523322056 * ___value0, const RuntimeMethod* method) { { Encoding_t1523322056 * L_0 = ___value0; __this->set_encoding_3(L_0); return; } } // System.Boolean System.Xml.XmlWriterSettings::get_Indent() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_Indent_m3267710849 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_indent_4(); return L_0; } } // System.String System.Xml.XmlWriterSettings::get_IndentChars() extern "C" IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_IndentChars_m3196681170 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_indentChars_5(); return L_0; } } // System.String System.Xml.XmlWriterSettings::get_NewLineChars() extern "C" IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_NewLineChars_m2610474681 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_newLineChars_6(); return L_0; } } // System.Boolean System.Xml.XmlWriterSettings::get_NewLineOnAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_NewLineOnAttributes_m2517507213 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_newLineOnAttributes_7(); return L_0; } } // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::get_NewLineHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NewLineHandling_m2857619168 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_newLineHandling_8(); return L_0; } } // System.Boolean System.Xml.XmlWriterSettings::get_OmitXmlDeclaration() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_OmitXmlDeclaration_m3263997331 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_omitXmlDeclaration_9(); return L_0; } } // System.Xml.NamespaceHandling System.Xml.XmlWriterSettings::get_NamespaceHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NamespaceHandling_m2805092960 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CNamespaceHandlingU3Ek__BackingField_11(); 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.XPath.AncestorIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void AncestorIterator__ctor_m2293317285 (AncestorIterator_t1850150082 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; SimpleIterator__ctor_m3211911800(__this, L_0, /*hidden argument*/NULL); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_1); XPathNavigator_t787956054 * L_2 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_1); NullCheck(L_2); XPathNavigator_t787956054 * L_3 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_2); __this->set_startPosition_8(L_3); return; } } // System.Void System.Xml.XPath.AncestorIterator::.ctor(System.Xml.XPath.AncestorIterator) extern "C" IL2CPP_METHOD_ATTR void AncestorIterator__ctor_m2709636211 (AncestorIterator_t1850150082 * __this, AncestorIterator_t1850150082 * ___other0, const RuntimeMethod* method) { { AncestorIterator_t1850150082 * L_0 = ___other0; SimpleIterator__ctor_m1156879794(__this, L_0, (bool)1, /*hidden argument*/NULL); AncestorIterator_t1850150082 * L_1 = ___other0; NullCheck(L_1); XPathNavigator_t787956054 * L_2 = L_1->get_startPosition_8(); __this->set_startPosition_8(L_2); AncestorIterator_t1850150082 * L_3 = ___other0; NullCheck(L_3); ArrayList_t2718874744 * L_4 = L_3->get_navigators_7(); if (!L_4) { goto IL_002b; } } { AncestorIterator_t1850150082 * L_5 = ___other0; NullCheck(L_5); ArrayList_t2718874744 * L_6 = L_5->get_navigators_7(); __this->set_navigators_7(L_6); } IL_002b: { AncestorIterator_t1850150082 * L_7 = ___other0; NullCheck(L_7); int32_t L_8 = L_7->get_currentPosition_6(); __this->set_currentPosition_6(L_8); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.AncestorIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * AncestorIterator_Clone_m2737949249 (AncestorIterator_t1850150082 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AncestorIterator_Clone_m2737949249_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AncestorIterator_t1850150082 * L_0 = (AncestorIterator_t1850150082 *)il2cpp_codegen_object_new(AncestorIterator_t1850150082_il2cpp_TypeInfo_var); AncestorIterator__ctor_m2709636211(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XPath.AncestorIterator::CollectResults() extern "C" IL2CPP_METHOD_ATTR void AncestorIterator_CollectResults_m1516726877 (AncestorIterator_t1850150082 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AncestorIterator_CollectResults_m1516726877_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNavigator_t787956054 * V_0 = NULL; { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_navigators_7(L_0); XPathNavigator_t787956054 * L_1 = __this->get_startPosition_8(); NullCheck(L_1); XPathNavigator_t787956054 * L_2 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_1); V_0 = L_2; goto IL_002e; } IL_001c: { ArrayList_t2718874744 * L_3 = __this->get_navigators_7(); XPathNavigator_t787956054 * L_4 = V_0; NullCheck(L_4); XPathNavigator_t787956054 * L_5 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_4); NullCheck(L_3); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_5); } IL_002e: { XPathNavigator_t787956054 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_6); if (!L_7) { goto IL_0044; } } { XPathNavigator_t787956054 * L_8 = V_0; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_8); if (L_9) { goto IL_001c; } } IL_0044: { ArrayList_t2718874744 * L_10 = __this->get_navigators_7(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); __this->set_currentPosition_6(L_11); return; } } // System.Boolean System.Xml.XPath.AncestorIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool AncestorIterator_MoveNextCore_m4275719991 (AncestorIterator_t1850150082 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AncestorIterator_MoveNextCore_m4275719991_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get_navigators_7(); if (L_0) { goto IL_0011; } } { AncestorIterator_CollectResults_m1516726877(__this, /*hidden argument*/NULL); } IL_0011: { int32_t L_1 = __this->get_currentPosition_6(); if (L_1) { goto IL_001e; } } { return (bool)0; } IL_001e: { XPathNavigator_t787956054 * L_2 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); ArrayList_t2718874744 * L_3 = __this->get_navigators_7(); int32_t L_4 = __this->get_currentPosition_6(); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)); V_0 = L_5; __this->set_currentPosition_6(L_5); int32_t L_6 = V_0; NullCheck(L_3); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_6); NullCheck(L_2); VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(25 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, L_2, ((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_7, XPathNavigator_t787956054_il2cpp_TypeInfo_var))); return (bool)1; } } // System.Boolean System.Xml.XPath.AncestorIterator::get_ReverseAxis() extern "C" IL2CPP_METHOD_ATTR bool AncestorIterator_get_ReverseAxis_m112188668 (AncestorIterator_t1850150082 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Xml.XPath.AncestorIterator::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t AncestorIterator_get_Count_m241304874 (AncestorIterator_t1850150082 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_navigators_7(); if (L_0) { goto IL_0011; } } { AncestorIterator_CollectResults_m1516726877(__this, /*hidden argument*/NULL); } IL_0011: { ArrayList_t2718874744 * L_1 = __this->get_navigators_7(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.AncestorOrSelfIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void AncestorOrSelfIterator__ctor_m1288891273 (AncestorOrSelfIterator_t2300071220 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; SimpleIterator__ctor_m3211911800(__this, L_0, /*hidden argument*/NULL); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_1); XPathNavigator_t787956054 * L_2 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_1); NullCheck(L_2); XPathNavigator_t787956054 * L_3 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_2); __this->set_startPosition_8(L_3); return; } } // System.Void System.Xml.XPath.AncestorOrSelfIterator::.ctor(System.Xml.XPath.AncestorOrSelfIterator) extern "C" IL2CPP_METHOD_ATTR void AncestorOrSelfIterator__ctor_m3889608412 (AncestorOrSelfIterator_t2300071220 * __this, AncestorOrSelfIterator_t2300071220 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AncestorOrSelfIterator__ctor_m3889608412_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AncestorOrSelfIterator_t2300071220 * L_0 = ___other0; SimpleIterator__ctor_m1156879794(__this, L_0, (bool)1, /*hidden argument*/NULL); AncestorOrSelfIterator_t2300071220 * L_1 = ___other0; NullCheck(L_1); XPathNavigator_t787956054 * L_2 = L_1->get_startPosition_8(); __this->set_startPosition_8(L_2); AncestorOrSelfIterator_t2300071220 * L_3 = ___other0; NullCheck(L_3); ArrayList_t2718874744 * L_4 = L_3->get_navigators_7(); if (!L_4) { goto IL_0035; } } { AncestorOrSelfIterator_t2300071220 * L_5 = ___other0; NullCheck(L_5); ArrayList_t2718874744 * L_6 = L_5->get_navigators_7(); NullCheck(L_6); RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(49 /* System.Object System.Collections.ArrayList::Clone() */, L_6); __this->set_navigators_7(((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_7, ArrayList_t2718874744_il2cpp_TypeInfo_var))); } IL_0035: { AncestorOrSelfIterator_t2300071220 * L_8 = ___other0; NullCheck(L_8); int32_t L_9 = L_8->get_currentPosition_6(); __this->set_currentPosition_6(L_9); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.AncestorOrSelfIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * AncestorOrSelfIterator_Clone_m3944535917 (AncestorOrSelfIterator_t2300071220 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AncestorOrSelfIterator_Clone_m3944535917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AncestorOrSelfIterator_t2300071220 * L_0 = (AncestorOrSelfIterator_t2300071220 *)il2cpp_codegen_object_new(AncestorOrSelfIterator_t2300071220_il2cpp_TypeInfo_var); AncestorOrSelfIterator__ctor_m3889608412(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XPath.AncestorOrSelfIterator::CollectResults() extern "C" IL2CPP_METHOD_ATTR void AncestorOrSelfIterator_CollectResults_m1016633961 (AncestorOrSelfIterator_t2300071220 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AncestorOrSelfIterator_CollectResults_m1016633961_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNavigator_t787956054 * V_0 = NULL; { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_navigators_7(L_0); XPathNavigator_t787956054 * L_1 = __this->get_startPosition_8(); NullCheck(L_1); XPathNavigator_t787956054 * L_2 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_1); V_0 = L_2; XPathNavigator_t787956054 * L_3 = V_0; NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3); if (L_4) { goto IL_0023; } } { return; } IL_0023: { goto IL_0041; } IL_0028: { ArrayList_t2718874744 * L_5 = __this->get_navigators_7(); XPathNavigator_t787956054 * L_6 = V_0; NullCheck(L_6); XPathNavigator_t787956054 * L_7 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_6); NullCheck(L_5); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_7); XPathNavigator_t787956054 * L_8 = V_0; NullCheck(L_8); VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_8); } IL_0041: { XPathNavigator_t787956054 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_9); if (L_10) { goto IL_0028; } } { ArrayList_t2718874744 * L_11 = __this->get_navigators_7(); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_11); __this->set_currentPosition_6(L_12); return; } } // System.Boolean System.Xml.XPath.AncestorOrSelfIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool AncestorOrSelfIterator_MoveNextCore_m3132860436 (AncestorOrSelfIterator_t2300071220 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AncestorOrSelfIterator_MoveNextCore_m3132860436_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get_navigators_7(); if (L_0) { goto IL_002e; } } { AncestorOrSelfIterator_CollectResults_m1016633961(__this, /*hidden argument*/NULL); XPathNavigator_t787956054 * L_1 = __this->get_startPosition_8(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_1); if (!L_2) { goto IL_002e; } } { XPathNavigator_t787956054 * L_3 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_3); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XPath.XPathNavigator::MoveToRoot() */, L_3); return (bool)1; } IL_002e: { int32_t L_4 = __this->get_currentPosition_6(); if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_003c; } } { return (bool)0; } IL_003c: { int32_t L_5 = __this->get_currentPosition_6(); int32_t L_6 = L_5; V_0 = L_6; __this->set_currentPosition_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))); int32_t L_7 = V_0; if (L_7) { goto IL_0066; } } { XPathNavigator_t787956054 * L_8 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); XPathNavigator_t787956054 * L_9 = __this->get_startPosition_8(); NullCheck(L_8); VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(25 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, L_8, L_9); return (bool)1; } IL_0066: { XPathNavigator_t787956054 * L_10 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); ArrayList_t2718874744 * L_11 = __this->get_navigators_7(); int32_t L_12 = __this->get_currentPosition_6(); NullCheck(L_11); RuntimeObject * L_13 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_11, L_12); NullCheck(L_10); VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(25 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, L_10, ((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_13, XPathNavigator_t787956054_il2cpp_TypeInfo_var))); return (bool)1; } } // System.Boolean System.Xml.XPath.AncestorOrSelfIterator::get_ReverseAxis() extern "C" IL2CPP_METHOD_ATTR bool AncestorOrSelfIterator_get_ReverseAxis_m1842481479 (AncestorOrSelfIterator_t2300071220 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Xml.XPath.AncestorOrSelfIterator::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t AncestorOrSelfIterator_get_Count_m3687611105 (AncestorOrSelfIterator_t2300071220 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_navigators_7(); if (L_0) { goto IL_0011; } } { AncestorOrSelfIterator_CollectResults_m1016633961(__this, /*hidden argument*/NULL); } IL_0011: { ArrayList_t2718874744 * L_1 = __this->get_navigators_7(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); return ((int32_t)il2cpp_codegen_add((int32_t)L_2, (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.XPath.AttributeIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void AttributeIterator__ctor_m307815016 (AttributeIterator_t3778175417 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; SimpleIterator__ctor_m3211911800(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.AttributeIterator::.ctor(System.Xml.XPath.AttributeIterator) extern "C" IL2CPP_METHOD_ATTR void AttributeIterator__ctor_m938356853 (AttributeIterator_t3778175417 * __this, AttributeIterator_t3778175417 * ___other0, const RuntimeMethod* method) { { AttributeIterator_t3778175417 * L_0 = ___other0; SimpleIterator__ctor_m1156879794(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.AttributeIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * AttributeIterator_Clone_m1436902548 (AttributeIterator_t3778175417 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeIterator_Clone_m1436902548_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AttributeIterator_t3778175417 * L_0 = (AttributeIterator_t3778175417 *)il2cpp_codegen_object_new(AttributeIterator_t3778175417_il2cpp_TypeInfo_var); AttributeIterator__ctor_m938356853(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.AttributeIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool AttributeIterator_MoveNextCore_m1573900535 (AttributeIterator_t3778175417 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); if (L_0) { goto IL_0022; } } { XPathNavigator_t787956054 * L_1 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstAttribute() */, L_1); if (!L_2) { goto IL_001d; } } { return (bool)1; } IL_001d: { goto IL_0034; } IL_0022: { XPathNavigator_t787956054 * L_3 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(35 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextAttribute() */, L_3); if (!L_4) { goto IL_0034; } } { return (bool)1; } IL_0034: { 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.AxisIterator::.ctor(System.Xml.XPath.BaseIterator,System.Xml.XPath.NodeTest) extern "C" IL2CPP_METHOD_ATTR void AxisIterator__ctor_m642315199 (AxisIterator_t3073253660 * __this, BaseIterator_t4168896842 * ___iter0, NodeTest_t747859056 * ___test1, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; NullCheck(L_0); RuntimeObject* L_1 = BaseIterator_get_NamespaceManager_m2542706114(L_0, /*hidden argument*/NULL); BaseIterator__ctor_m1145318967(__this, L_1, /*hidden argument*/NULL); BaseIterator_t4168896842 * L_2 = ___iter0; __this->set__iter_3(L_2); NodeTest_t747859056 * L_3 = ___test1; __this->set__test_4(L_3); return; } } // System.Void System.Xml.XPath.AxisIterator::.ctor(System.Xml.XPath.AxisIterator) extern "C" IL2CPP_METHOD_ATTR void AxisIterator__ctor_m3676210948 (AxisIterator_t3073253660 * __this, AxisIterator_t3073253660 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AxisIterator__ctor_m3676210948_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AxisIterator_t3073253660 * L_0 = ___other0; BaseIterator__ctor_m2743981095(__this, L_0, /*hidden argument*/NULL); AxisIterator_t3073253660 * L_1 = ___other0; NullCheck(L_1); BaseIterator_t4168896842 * L_2 = L_1->get__iter_3(); NullCheck(L_2); XPathNodeIterator_t3667290188 * L_3 = VirtFuncInvoker0< XPathNodeIterator_t3667290188 * >::Invoke(9 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_2); __this->set__iter_3(((BaseIterator_t4168896842 *)CastclassClass((RuntimeObject*)L_3, BaseIterator_t4168896842_il2cpp_TypeInfo_var))); AxisIterator_t3073253660 * L_4 = ___other0; NullCheck(L_4); NodeTest_t747859056 * L_5 = L_4->get__test_4(); __this->set__test_4(L_5); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.AxisIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * AxisIterator_Clone_m3332441242 (AxisIterator_t3073253660 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AxisIterator_Clone_m3332441242_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AxisIterator_t3073253660 * L_0 = (AxisIterator_t3073253660 *)il2cpp_codegen_object_new(AxisIterator_t3073253660_il2cpp_TypeInfo_var); AxisIterator__ctor_m3676210948(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.AxisIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool AxisIterator_MoveNextCore_m127221260 (AxisIterator_t3073253660 * __this, const RuntimeMethod* method) { { goto IL_0028; } IL_0005: { NodeTest_t747859056 * L_0 = __this->get__test_4(); RuntimeObject* L_1 = BaseIterator_get_NamespaceManager_m2542706114(__this, /*hidden argument*/NULL); BaseIterator_t4168896842 * L_2 = __this->get__iter_3(); NullCheck(L_2); XPathNavigator_t787956054 * L_3 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_2); NullCheck(L_0); bool L_4 = VirtFuncInvoker2< bool, RuntimeObject*, XPathNavigator_t787956054 * >::Invoke(21 /* System.Boolean System.Xml.XPath.NodeTest::Match(System.Xml.IXmlNamespaceResolver,System.Xml.XPath.XPathNavigator) */, L_0, L_1, L_3); if (!L_4) { goto IL_0028; } } { return (bool)1; } IL_0028: { BaseIterator_t4168896842 * L_5 = __this->get__iter_3(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNext() */, L_5); if (L_6) { goto IL_0005; } } { return (bool)0; } } // System.Xml.XPath.XPathNavigator System.Xml.XPath.AxisIterator::get_Current() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * AxisIterator_get_Current_m80495261 (AxisIterator_t3073253660 * __this, const RuntimeMethod* method) { XPathNavigator_t787956054 * G_B3_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); if (L_0) { goto IL_0011; } } { G_B3_0 = ((XPathNavigator_t787956054 *)(NULL)); goto IL_001c; } IL_0011: { BaseIterator_t4168896842 * L_1 = __this->get__iter_3(); NullCheck(L_1); XPathNavigator_t787956054 * L_2 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_1); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // System.Boolean System.Xml.XPath.AxisIterator::get_ReverseAxis() extern "C" IL2CPP_METHOD_ATTR bool AxisIterator_get_ReverseAxis_m1124605135 (AxisIterator_t3073253660 * __this, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = __this->get__iter_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XPath.BaseIterator::get_ReverseAxis() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.AxisSpecifier::.ctor(System.Xml.XPath.Axes) extern "C" IL2CPP_METHOD_ATTR void AxisSpecifier__ctor_m4054707554 (AxisSpecifier_t40435393 * __this, int32_t ___axis0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___axis0; __this->set__axis_0(L_0); return; } } // System.Xml.XPath.XPathNodeType System.Xml.XPath.AxisSpecifier::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t AxisSpecifier_get_NodeType_m1659759391 (AxisSpecifier_t40435393 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get__axis_0(); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001c; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)8))) { goto IL_001a; } } { goto IL_001e; } IL_001a: { return (int32_t)(3); } IL_001c: { return (int32_t)(2); } IL_001e: { return (int32_t)(1); } } // System.String System.Xml.XPath.AxisSpecifier::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* AxisSpecifier_ToString_m684141815 (AxisSpecifier_t40435393 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AxisSpecifier_ToString_m684141815_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__axis_0(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0046; } case 1: { goto IL_004c; } case 2: { goto IL_0052; } case 3: { goto IL_0058; } case 4: { goto IL_005e; } case 5: { goto IL_0064; } case 6: { goto IL_006a; } case 7: { goto IL_0070; } case 8: { goto IL_0076; } case 9: { goto IL_007c; } case 10: { goto IL_0082; } case 11: { goto IL_0088; } case 12: { goto IL_008e; } } } { goto IL_0094; } IL_0046: { return _stringLiteral586620056; } IL_004c: { return _stringLiteral3511910454; } IL_0052: { return _stringLiteral4158421234; } IL_0058: { return _stringLiteral430703268; } IL_005e: { return _stringLiteral3134749325; } IL_0064: { return _stringLiteral1935640102; } IL_006a: { return _stringLiteral2842305546; } IL_0070: { return _stringLiteral4288570486; } IL_0076: { return _stringLiteral3820675233; } IL_007c: { return _stringLiteral3215840460; } IL_0082: { return _stringLiteral1650491110; } IL_0088: { return _stringLiteral1710471440; } IL_008e: { return _stringLiteral3584862187; } IL_0094: { IndexOutOfRangeException_t1578797820 * L_2 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m2441337274(L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,AxisSpecifier_ToString_m684141815_RuntimeMethod_var); } } // System.Xml.XPath.Axes System.Xml.XPath.AxisSpecifier::get_Axis() extern "C" IL2CPP_METHOD_ATTR int32_t AxisSpecifier_get_Axis_m3310811897 (AxisSpecifier_t40435393 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__axis_0(); return L_0; } } // System.Xml.XPath.BaseIterator System.Xml.XPath.AxisSpecifier::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR BaseIterator_t4168896842 * AxisSpecifier_Evaluate_m1747969038 (AxisSpecifier_t40435393 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AxisSpecifier_Evaluate_m1747969038_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get__axis_0(); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0046; } case 1: { goto IL_004d; } case 2: { goto IL_0054; } case 3: { goto IL_005b; } case 4: { goto IL_0062; } case 5: { goto IL_0069; } case 6: { goto IL_0070; } case 7: { goto IL_0077; } case 8: { goto IL_007e; } case 9: { goto IL_0085; } case 10: { goto IL_008c; } case 11: { goto IL_0093; } case 12: { goto IL_009a; } } } { goto IL_00a1; } IL_0046: { BaseIterator_t4168896842 * L_2 = ___iter0; AncestorIterator_t1850150082 * L_3 = (AncestorIterator_t1850150082 *)il2cpp_codegen_object_new(AncestorIterator_t1850150082_il2cpp_TypeInfo_var); AncestorIterator__ctor_m2293317285(L_3, L_2, /*hidden argument*/NULL); return L_3; } IL_004d: { BaseIterator_t4168896842 * L_4 = ___iter0; AncestorOrSelfIterator_t2300071220 * L_5 = (AncestorOrSelfIterator_t2300071220 *)il2cpp_codegen_object_new(AncestorOrSelfIterator_t2300071220_il2cpp_TypeInfo_var); AncestorOrSelfIterator__ctor_m1288891273(L_5, L_4, /*hidden argument*/NULL); return L_5; } IL_0054: { BaseIterator_t4168896842 * L_6 = ___iter0; AttributeIterator_t3778175417 * L_7 = (AttributeIterator_t3778175417 *)il2cpp_codegen_object_new(AttributeIterator_t3778175417_il2cpp_TypeInfo_var); AttributeIterator__ctor_m307815016(L_7, L_6, /*hidden argument*/NULL); return L_7; } IL_005b: { BaseIterator_t4168896842 * L_8 = ___iter0; ChildIterator_t3598849435 * L_9 = (ChildIterator_t3598849435 *)il2cpp_codegen_object_new(ChildIterator_t3598849435_il2cpp_TypeInfo_var); ChildIterator__ctor_m2240528185(L_9, L_8, /*hidden argument*/NULL); return L_9; } IL_0062: { BaseIterator_t4168896842 * L_10 = ___iter0; DescendantIterator_t2685366878 * L_11 = (DescendantIterator_t2685366878 *)il2cpp_codegen_object_new(DescendantIterator_t2685366878_il2cpp_TypeInfo_var); DescendantIterator__ctor_m501616491(L_11, L_10, /*hidden argument*/NULL); return L_11; } IL_0069: { BaseIterator_t4168896842 * L_12 = ___iter0; DescendantOrSelfIterator_t4256219478 * L_13 = (DescendantOrSelfIterator_t4256219478 *)il2cpp_codegen_object_new(DescendantOrSelfIterator_t4256219478_il2cpp_TypeInfo_var); DescendantOrSelfIterator__ctor_m4280890726(L_13, L_12, /*hidden argument*/NULL); return L_13; } IL_0070: { BaseIterator_t4168896842 * L_14 = ___iter0; FollowingIterator_t3658643279 * L_15 = (FollowingIterator_t3658643279 *)il2cpp_codegen_object_new(FollowingIterator_t3658643279_il2cpp_TypeInfo_var); FollowingIterator__ctor_m3846478294(L_15, L_14, /*hidden argument*/NULL); return L_15; } IL_0077: { BaseIterator_t4168896842 * L_16 = ___iter0; FollowingSiblingIterator_t3042855407 * L_17 = (FollowingSiblingIterator_t3042855407 *)il2cpp_codegen_object_new(FollowingSiblingIterator_t3042855407_il2cpp_TypeInfo_var); FollowingSiblingIterator__ctor_m1609532892(L_17, L_16, /*hidden argument*/NULL); return L_17; } IL_007e: { BaseIterator_t4168896842 * L_18 = ___iter0; NamespaceIterator_t3101604877 * L_19 = (NamespaceIterator_t3101604877 *)il2cpp_codegen_object_new(NamespaceIterator_t3101604877_il2cpp_TypeInfo_var); NamespaceIterator__ctor_m3677015037(L_19, L_18, /*hidden argument*/NULL); return L_19; } IL_0085: { BaseIterator_t4168896842 * L_20 = ___iter0; ParentIterator_t3536730964 * L_21 = (ParentIterator_t3536730964 *)il2cpp_codegen_object_new(ParentIterator_t3536730964_il2cpp_TypeInfo_var); ParentIterator__ctor_m591303579(L_21, L_20, /*hidden argument*/NULL); return L_21; } IL_008c: { BaseIterator_t4168896842 * L_22 = ___iter0; PrecedingIterator_t2452812266 * L_23 = (PrecedingIterator_t2452812266 *)il2cpp_codegen_object_new(PrecedingIterator_t2452812266_il2cpp_TypeInfo_var); PrecedingIterator__ctor_m763661242(L_23, L_22, /*hidden argument*/NULL); return L_23; } IL_0093: { BaseIterator_t4168896842 * L_24 = ___iter0; PrecedingSiblingIterator_t3231156185 * L_25 = (PrecedingSiblingIterator_t3231156185 *)il2cpp_codegen_object_new(PrecedingSiblingIterator_t3231156185_il2cpp_TypeInfo_var); PrecedingSiblingIterator__ctor_m2105973069(L_25, L_24, /*hidden argument*/NULL); return L_25; } IL_009a: { BaseIterator_t4168896842 * L_26 = ___iter0; SelfIterator_t907214 * L_27 = (SelfIterator_t907214 *)il2cpp_codegen_object_new(SelfIterator_t907214_il2cpp_TypeInfo_var); SelfIterator__ctor_m64748653(L_27, L_26, /*hidden argument*/NULL); return L_27; } IL_00a1: { IndexOutOfRangeException_t1578797820 * L_28 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m2441337274(L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,AxisSpecifier_Evaluate_m1747969038_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.BaseIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void BaseIterator__ctor_m2743981095 (BaseIterator_t4168896842 * __this, BaseIterator_t4168896842 * ___other0, const RuntimeMethod* method) { { XPathNodeIterator__ctor_m2459357076(__this, /*hidden argument*/NULL); BaseIterator_t4168896842 * L_0 = ___other0; NullCheck(L_0); RuntimeObject* L_1 = L_0->get__nsm_1(); __this->set__nsm_1(L_1); BaseIterator_t4168896842 * L_2 = ___other0; NullCheck(L_2); int32_t L_3 = L_2->get_position_2(); __this->set_position_2(L_3); return; } } // System.Void System.Xml.XPath.BaseIterator::.ctor(System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR void BaseIterator__ctor_m1145318967 (BaseIterator_t4168896842 * __this, RuntimeObject* ___nsm0, const RuntimeMethod* method) { { XPathNodeIterator__ctor_m2459357076(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___nsm0; __this->set__nsm_1(L_0); return; } } // System.Xml.IXmlNamespaceResolver System.Xml.XPath.BaseIterator::get_NamespaceManager() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* BaseIterator_get_NamespaceManager_m2542706114 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__nsm_1(); return L_0; } } // System.Boolean System.Xml.XPath.BaseIterator::get_ReverseAxis() extern "C" IL2CPP_METHOD_ATTR bool BaseIterator_get_ReverseAxis_m1347176130 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Xml.XPath.BaseIterator::get_ComparablePosition() extern "C" IL2CPP_METHOD_ATTR int32_t BaseIterator_get_ComparablePosition_m1985876471 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B4_0 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XPath.BaseIterator::get_ReverseAxis() */, __this); if (!L_0) { goto IL_002a; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_Count() */, __this); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), (int32_t)1)); int32_t L_3 = V_0; if ((((int32_t)L_3) >= ((int32_t)1))) { goto IL_0028; } } { G_B4_0 = 1; goto IL_0029; } IL_0028: { int32_t L_4 = V_0; G_B4_0 = L_4; } IL_0029: { return G_B4_0; } IL_002a: { int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); return L_5; } } // System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() extern "C" IL2CPP_METHOD_ATTR int32_t BaseIterator_get_CurrentPosition_m1284519730 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_position_2(); return L_0; } } // System.Void System.Xml.XPath.BaseIterator::SetPosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void BaseIterator_SetPosition_m2306090904 (BaseIterator_t4168896842 * __this, int32_t ___pos0, const RuntimeMethod* method) { { int32_t L_0 = ___pos0; __this->set_position_2(L_0); return; } } // System.Boolean System.Xml.XPath.BaseIterator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool BaseIterator_MoveNext_m932339608 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method) { { bool L_0 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNextCore() */, __this); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = __this->get_position_2(); __this->set_position_2(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); return (bool)1; } } // System.Xml.XPath.XPathNavigator System.Xml.XPath.BaseIterator::PeekNext() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * BaseIterator_PeekNext_m3513138465 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method) { XPathNodeIterator_t3667290188 * V_0 = NULL; XPathNavigator_t787956054 * G_B3_0 = NULL; { XPathNodeIterator_t3667290188 * L_0 = VirtFuncInvoker0< XPathNodeIterator_t3667290188 * >::Invoke(9 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, __this); V_0 = L_0; XPathNodeIterator_t3667290188 * L_1 = V_0; NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_1); if (!L_2) { goto IL_001d; } } { XPathNodeIterator_t3667290188 * L_3 = V_0; NullCheck(L_3); XPathNavigator_t787956054 * L_4 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_3); G_B3_0 = L_4; goto IL_001e; } IL_001d: { G_B3_0 = ((XPathNavigator_t787956054 *)(NULL)); } IL_001e: { return G_B3_0; } } // System.String System.Xml.XPath.BaseIterator::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* BaseIterator_ToString_m4113393337 (BaseIterator_t4168896842 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (BaseIterator_ToString_m4113393337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XPathNavigator_t787956054 * L_0 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, __this); if (!L_0) { goto IL_0071; } } { ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)7)); XPathNavigator_t787956054 * L_2 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, __this); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_2); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(XPathNodeType_t3031007223_il2cpp_TypeInfo_var, &L_4); NullCheck((Enum_t4135868527 *)L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Enum::ToString() */, (Enum_t4135868527 *)L_5); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_6); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_6); ObjectU5BU5D_t2843939325* L_7 = L_1; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3452614645); (L_7)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614645); ObjectU5BU5D_t2843939325* L_8 = L_7; int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(2), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral2057739243); (L_12)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral2057739243); ObjectU5BU5D_t2843939325* L_13 = L_12; XPathNavigator_t787956054 * L_14 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, __this); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XPath.XPathNavigator::get_Name() */, L_14); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(4), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_13; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral3787301066); (L_16)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral3787301066); ObjectU5BU5D_t2843939325* L_17 = L_16; XPathNavigator_t787956054 * L_18 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, __this); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_18); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(6), (RuntimeObject *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m2971454694(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); return L_20; } IL_0071: { ObjectU5BU5D_t2843939325* L_21 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); Type_t * L_22 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_22); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(0), (RuntimeObject *)L_23); ObjectU5BU5D_t2843939325* L_24 = L_21; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3452614645); (L_24)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3452614645); ObjectU5BU5D_t2843939325* L_25 = L_24; int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_27); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_28); (L_25)->SetAt(static_cast(2), (RuntimeObject *)L_28); ObjectU5BU5D_t2843939325* L_29 = L_25; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral3452614643); (L_29)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614643); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m2971454694(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); 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.XPath.ChildIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void ChildIterator__ctor_m2240528185 (ChildIterator_t3598849435 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { ChildIterator_t3598849435 * G_B2_0 = NULL; ChildIterator_t3598849435 * G_B1_0 = NULL; XPathNavigator_t787956054 * G_B3_0 = NULL; ChildIterator_t3598849435 * G_B3_1 = NULL; { BaseIterator_t4168896842 * L_0 = ___iter0; NullCheck(L_0); RuntimeObject* L_1 = BaseIterator_get_NamespaceManager_m2542706114(L_0, /*hidden argument*/NULL); BaseIterator__ctor_m1145318967(__this, L_1, /*hidden argument*/NULL); BaseIterator_t4168896842 * L_2 = ___iter0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, L_2); G_B1_0 = __this; if (L_3) { G_B2_0 = __this; goto IL_0023; } } { BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_4); XPathNavigator_t787956054 * L_5 = BaseIterator_PeekNext_m3513138465(L_4, /*hidden argument*/NULL); G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_0029; } IL_0023: { BaseIterator_t4168896842 * L_6 = ___iter0; NullCheck(L_6); XPathNavigator_t787956054 * L_7 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_6); G_B3_0 = L_7; G_B3_1 = G_B2_0; } IL_0029: { NullCheck(G_B3_1); G_B3_1->set__nav_3(G_B3_0); XPathNavigator_t787956054 * L_8 = __this->get__nav_3(); if (!L_8) { goto IL_005f; } } { XPathNavigator_t787956054 * L_9 = __this->get__nav_3(); NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XPath.XPathNavigator::get_HasChildren() */, L_9); if (!L_10) { goto IL_005f; } } { XPathNavigator_t787956054 * L_11 = __this->get__nav_3(); NullCheck(L_11); XPathNavigator_t787956054 * L_12 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_11); __this->set__nav_3(L_12); goto IL_0066; } IL_005f: { __this->set__nav_3((XPathNavigator_t787956054 *)NULL); } IL_0066: { return; } } // System.Void System.Xml.XPath.ChildIterator::.ctor(System.Xml.XPath.ChildIterator) extern "C" IL2CPP_METHOD_ATTR void ChildIterator__ctor_m267098140 (ChildIterator_t3598849435 * __this, ChildIterator_t3598849435 * ___other0, const RuntimeMethod* method) { ChildIterator_t3598849435 * G_B2_0 = NULL; ChildIterator_t3598849435 * G_B1_0 = NULL; XPathNavigator_t787956054 * G_B3_0 = NULL; ChildIterator_t3598849435 * G_B3_1 = NULL; { ChildIterator_t3598849435 * L_0 = ___other0; BaseIterator__ctor_m2743981095(__this, L_0, /*hidden argument*/NULL); ChildIterator_t3598849435 * L_1 = ___other0; NullCheck(L_1); XPathNavigator_t787956054 * L_2 = L_1->get__nav_3(); G_B1_0 = __this; if (L_2) { G_B2_0 = __this; goto IL_0019; } } { G_B3_0 = ((XPathNavigator_t787956054 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0024; } IL_0019: { ChildIterator_t3598849435 * L_3 = ___other0; NullCheck(L_3); XPathNavigator_t787956054 * L_4 = L_3->get__nav_3(); NullCheck(L_4); XPathNavigator_t787956054 * L_5 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_4); G_B3_0 = L_5; G_B3_1 = G_B2_0; } IL_0024: { NullCheck(G_B3_1); G_B3_1->set__nav_3(G_B3_0); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.ChildIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * ChildIterator_Clone_m225969496 (ChildIterator_t3598849435 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ChildIterator_Clone_m225969496_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ChildIterator_t3598849435 * L_0 = (ChildIterator_t3598849435 *)il2cpp_codegen_object_new(ChildIterator_t3598849435_il2cpp_TypeInfo_var); ChildIterator__ctor_m267098140(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.ChildIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool ChildIterator_MoveNextCore_m1829111038 (ChildIterator_t3598849435 * __this, const RuntimeMethod* method) { bool G_B5_0 = false; { XPathNavigator_t787956054 * L_0 = __this->get__nav_3(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); if (L_1) { goto IL_0028; } } { XPathNavigator_t787956054 * L_2 = __this->get__nav_3(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_2); G_B5_0 = L_3; goto IL_0033; } IL_0028: { XPathNavigator_t787956054 * L_4 = __this->get__nav_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_4); G_B5_0 = L_5; } IL_0033: { return G_B5_0; } } // System.Xml.XPath.XPathNavigator System.Xml.XPath.ChildIterator::get_Current() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * ChildIterator_get_Current_m3760408262 (ChildIterator_t3598849435 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); if (L_0) { goto IL_000d; } } { return (XPathNavigator_t787956054 *)NULL; } IL_000d: { XPathNavigator_t787956054 * L_1 = __this->get__nav_3(); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.CompiledExpression::.ctor(System.String,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void CompiledExpression__ctor_m3065796493 (CompiledExpression_t4018285681 * __this, String_t* ___raw0, Expression_t1452783009 * ___expr1, const RuntimeMethod* method) { { XPathExpression__ctor_m2817367233(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___expr1; NullCheck(L_0); Expression_t1452783009 * L_1 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_0); __this->set__expr_1(L_1); String_t* L_2 = ___raw0; __this->set_rawExpression_3(L_2); return; } } // System.Void System.Xml.XPath.CompiledExpression::SetContext(System.Xml.XmlNamespaceManager) extern "C" IL2CPP_METHOD_ATTR void CompiledExpression_SetContext_m1649385410 (CompiledExpression_t4018285681 * __this, XmlNamespaceManager_t418790500 * ___nsManager0, const RuntimeMethod* method) { { XmlNamespaceManager_t418790500 * L_0 = ___nsManager0; __this->set__nsm_0(L_0); return; } } // System.Void System.Xml.XPath.CompiledExpression::SetContext(System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR void CompiledExpression_SetContext_m2405938521 (CompiledExpression_t4018285681 * __this, RuntimeObject* ___nsResolver0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___nsResolver0; __this->set__nsm_0(L_0); return; } } // System.Xml.IXmlNamespaceResolver System.Xml.XPath.CompiledExpression::get_NamespaceManager() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CompiledExpression_get_NamespaceManager_m3942233733 (CompiledExpression_t4018285681 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__nsm_0(); return L_0; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.CompiledExpression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * CompiledExpression_EvaluateNodeSet_m2331909383 (CompiledExpression_t4018285681 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { BaseIterator_t4168896842 * V_0 = NULL; { Expression_t1452783009 * L_0 = __this->get__expr_1(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); BaseIterator_t4168896842 * L_2 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, L_0, L_1); V_0 = L_2; XPathSorters_t698127628 * L_3 = __this->get__sorters_2(); if (!L_3) { goto IL_0025; } } { XPathSorters_t698127628 * L_4 = __this->get__sorters_2(); BaseIterator_t4168896842 * L_5 = V_0; NullCheck(L_4); BaseIterator_t4168896842 * L_6 = XPathSorters_Sort_m1473903338(L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0025: { BaseIterator_t4168896842 * L_7 = V_0; return L_7; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.DescendantIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void DescendantIterator__ctor_m501616491 (DescendantIterator_t2685366878 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; SimpleIterator__ctor_m3211911800(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.DescendantIterator::.ctor(System.Xml.XPath.DescendantIterator) extern "C" IL2CPP_METHOD_ATTR void DescendantIterator__ctor_m906631730 (DescendantIterator_t2685366878 * __this, DescendantIterator_t2685366878 * ___other0, const RuntimeMethod* method) { { DescendantIterator_t2685366878 * L_0 = ___other0; SimpleIterator__ctor_m1156879794(__this, L_0, (bool)1, /*hidden argument*/NULL); DescendantIterator_t2685366878 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = L_1->get__depth_6(); __this->set__depth_6(L_2); DescendantIterator_t2685366878 * L_3 = ___other0; NullCheck(L_3); bool L_4 = L_3->get__finished_7(); __this->set__finished_7(L_4); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.DescendantIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * DescendantIterator_Clone_m1476463384 (DescendantIterator_t2685366878 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DescendantIterator_Clone_m1476463384_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DescendantIterator_t2685366878 * L_0 = (DescendantIterator_t2685366878 *)il2cpp_codegen_object_new(DescendantIterator_t2685366878_il2cpp_TypeInfo_var); DescendantIterator__ctor_m906631730(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.DescendantIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool DescendantIterator_MoveNextCore_m703521881 (DescendantIterator_t2685366878 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DescendantIterator_MoveNextCore_m703521881_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__finished_7(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XPathNavigator_t787956054 * L_1 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_1); if (!L_2) { goto IL_002d; } } { int32_t L_3 = __this->get__depth_6(); __this->set__depth_6(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); return (bool)1; } IL_002d: { goto IL_007d; } IL_0032: { XPathNavigator_t787956054 * L_4 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_4); if (!L_5) { goto IL_0044; } } { return (bool)1; } IL_0044: { XPathNavigator_t787956054 * L_6 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_6); if (L_7) { goto IL_006f; } } { XPathNavigator_t787956054 * L_8 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_8); Type_t * L_9 = Object_GetType_m88164663(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1078326711, L_9, /*hidden argument*/NULL); XPathException_t2107611652 * L_11 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DescendantIterator_MoveNextCore_m703521881_RuntimeMethod_var); } IL_006f: { int32_t L_12 = __this->get__depth_6(); __this->set__depth_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1))); } IL_007d: { int32_t L_13 = __this->get__depth_6(); if (L_13) { goto IL_0032; } } { __this->set__finished_7((bool)1); 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.XPath.DescendantOrSelfIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void DescendantOrSelfIterator__ctor_m4280890726 (DescendantOrSelfIterator_t4256219478 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; SimpleIterator__ctor_m3211911800(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.DescendantOrSelfIterator::.ctor(System.Xml.XPath.DescendantOrSelfIterator) extern "C" IL2CPP_METHOD_ATTR void DescendantOrSelfIterator__ctor_m372062892 (DescendantOrSelfIterator_t4256219478 * __this, DescendantOrSelfIterator_t4256219478 * ___other0, const RuntimeMethod* method) { { DescendantOrSelfIterator_t4256219478 * L_0 = ___other0; SimpleIterator__ctor_m1156879794(__this, L_0, (bool)1, /*hidden argument*/NULL); DescendantOrSelfIterator_t4256219478 * L_1 = ___other0; NullCheck(L_1); int32_t L_2 = L_1->get__depth_6(); __this->set__depth_6(L_2); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.DescendantOrSelfIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * DescendantOrSelfIterator_Clone_m4226516151 (DescendantOrSelfIterator_t4256219478 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DescendantOrSelfIterator_Clone_m4226516151_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DescendantOrSelfIterator_t4256219478 * L_0 = (DescendantOrSelfIterator_t4256219478 *)il2cpp_codegen_object_new(DescendantOrSelfIterator_t4256219478_il2cpp_TypeInfo_var); DescendantOrSelfIterator__ctor_m372062892(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.DescendantOrSelfIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool DescendantOrSelfIterator_MoveNextCore_m387666394 (DescendantOrSelfIterator_t4256219478 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DescendantOrSelfIterator_MoveNextCore_m387666394_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get__finished_7(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); if (L_1) { goto IL_001a; } } { return (bool)1; } IL_001a: { XPathNavigator_t787956054 * L_2 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_2); if (!L_3) { goto IL_003a; } } { int32_t L_4 = __this->get__depth_6(); __this->set__depth_6(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); return (bool)1; } IL_003a: { goto IL_008a; } IL_003f: { XPathNavigator_t787956054 * L_5 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_5); if (!L_6) { goto IL_0051; } } { return (bool)1; } IL_0051: { XPathNavigator_t787956054 * L_7 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_7); if (L_8) { goto IL_007c; } } { XPathNavigator_t787956054 * L_9 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_9); Type_t * L_10 = Object_GetType_m88164663(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1078326711, L_10, /*hidden argument*/NULL); XPathException_t2107611652 * L_12 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,DescendantOrSelfIterator_MoveNextCore_m387666394_RuntimeMethod_var); } IL_007c: { int32_t L_13 = __this->get__depth_6(); __this->set__depth_6(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1))); } IL_008a: { int32_t L_14 = __this->get__depth_6(); if (L_14) { goto IL_003f; } } { __this->set__finished_7((bool)1); 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.XPath.EqualityExpr::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void EqualityExpr__ctor_m1260778379 (EqualityExpr_t1646148531 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, bool ___trueVal2, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprBoolean__ctor_m1159749897(__this, L_0, L_1, /*hidden argument*/NULL); bool L_2 = ___trueVal2; __this->set_trueVal_2(L_2); return; } } // System.Boolean System.Xml.XPath.EqualityExpr::get_StaticValueAsBoolean() extern "C" IL2CPP_METHOD_ATTR bool EqualityExpr_get_StaticValueAsBoolean_m1143671325 (EqualityExpr_t1646148531 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EqualityExpr_get_StaticValueAsBoolean_m1143671325_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { Expression_t1452783009 * L_1 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_1); if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002f; } } { Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)4)))) { goto IL_006e; } } IL_002f: { Expression_t1452783009 * L_5 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_5); Expression_t1452783009 * L_7 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_7); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_006e; } } { Expression_t1452783009 * L_9 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_9); XPathNavigator_t787956054 * L_10 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(12 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.Expression::get_StaticValueAsNavigator() */, L_9); Expression_t1452783009 * L_11 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_11); XPathNavigator_t787956054 * L_12 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(12 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.Expression::get_StaticValueAsNavigator() */, L_11); NullCheck(L_10); bool L_13 = VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(24 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_10, L_12); bool L_14 = __this->get_trueVal_2(); return (bool)((((int32_t)L_13) == ((int32_t)L_14))? 1 : 0); } IL_006e: { Expression_t1452783009 * L_15 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_15); Expression_t1452783009 * L_17 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_17); if (!((int32_t)((int32_t)((((int32_t)L_16) == ((int32_t)2))? 1 : 0)|(int32_t)((((int32_t)L_18) == ((int32_t)2))? 1 : 0)))) { goto IL_00b1; } } { Expression_t1452783009 * L_19 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_19); bool L_20 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, L_19); Expression_t1452783009 * L_21 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_21); bool L_22 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, L_21); bool L_23 = __this->get_trueVal_2(); return (bool)((((int32_t)((((int32_t)L_20) == ((int32_t)L_22))? 1 : 0)) == ((int32_t)L_23))? 1 : 0); } IL_00b1: { Expression_t1452783009 * L_24 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_24); Expression_t1452783009 * L_26 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_26); int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_26); if (!((int32_t)((int32_t)((((int32_t)L_25) == ((int32_t)0))? 1 : 0)|(int32_t)((((int32_t)L_27) == ((int32_t)0))? 1 : 0)))) { goto IL_00f4; } } { Expression_t1452783009 * L_28 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_28); double L_29 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_28); Expression_t1452783009 * L_30 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_30); double L_31 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_30); bool L_32 = __this->get_trueVal_2(); return (bool)((((int32_t)((((double)L_29) == ((double)L_31))? 1 : 0)) == ((int32_t)L_32))? 1 : 0); } IL_00f4: { Expression_t1452783009 * L_33 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_33); Expression_t1452783009 * L_35 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_35); if (!((int32_t)((int32_t)((((int32_t)L_34) == ((int32_t)1))? 1 : 0)|(int32_t)((((int32_t)L_36) == ((int32_t)1))? 1 : 0)))) { goto IL_013a; } } { Expression_t1452783009 * L_37 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XPath.Expression::get_StaticValueAsString() */, L_37); Expression_t1452783009 * L_39 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XPath.Expression::get_StaticValueAsString() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_41 = String_op_Equality_m920492651(NULL /*static, unused*/, L_38, L_40, /*hidden argument*/NULL); bool L_42 = __this->get_trueVal_2(); return (bool)((((int32_t)L_41) == ((int32_t)L_42))? 1 : 0); } IL_013a: { Expression_t1452783009 * L_43 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_43); RuntimeObject * L_44 = VirtFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object System.Xml.XPath.Expression::get_StaticValue() */, L_43); Expression_t1452783009 * L_45 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_45); RuntimeObject * L_46 = VirtFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object System.Xml.XPath.Expression::get_StaticValue() */, L_45); bool L_47 = __this->get_trueVal_2(); return (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject *)L_44) == ((RuntimeObject*)(RuntimeObject *)L_46))? 1 : 0)) == ((int32_t)L_47))? 1 : 0); } } // System.Boolean System.Xml.XPath.EqualityExpr::EvaluateBoolean(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR bool EqualityExpr_EvaluateBoolean_m10667394 (EqualityExpr_t1646148531 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EqualityExpr_EvaluateBoolean_m10667394_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Expression_t1452783009 * V_2 = NULL; Expression_t1452783009 * V_3 = NULL; int32_t V_4 = 0; BaseIterator_t4168896842 * V_5 = NULL; double V_6 = 0.0; String_t* V_7 = NULL; BaseIterator_t4168896842 * V_8 = NULL; ArrayList_t2718874744 * V_9 = NULL; String_t* V_10 = NULL; int32_t V_11 = 0; { Expression_t1452783009 * L_0 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); int32_t L_2 = VirtFuncInvoker1< int32_t, BaseIterator_t4168896842 * >::Invoke(5 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Xml.XPath.BaseIterator) */, L_0, L_1); V_0 = L_2; Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); int32_t L_5 = VirtFuncInvoker1< int32_t, BaseIterator_t4168896842 * >::Invoke(5 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Xml.XPath.BaseIterator) */, L_3, L_4); V_1 = L_5; int32_t L_6 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)5)))) { goto IL_0033; } } { Expression_t1452783009 * L_7 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_8 = ___iter0; NullCheck(L_7); RuntimeObject * L_9 = VirtFuncInvoker1< RuntimeObject *, BaseIterator_t4168896842 * >::Invoke(13 /* System.Object System.Xml.XPath.Expression::Evaluate(System.Xml.XPath.BaseIterator) */, L_7, L_8); int32_t L_10 = Expression_GetReturnType_m2343007501(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0033: { int32_t L_11 = V_1; if ((!(((uint32_t)L_11) == ((uint32_t)5)))) { goto IL_004c; } } { Expression_t1452783009 * L_12 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_13 = ___iter0; NullCheck(L_12); RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, BaseIterator_t4168896842 * >::Invoke(13 /* System.Object System.Xml.XPath.Expression::Evaluate(System.Xml.XPath.BaseIterator) */, L_12, L_13); int32_t L_15 = Expression_GetReturnType_m2343007501(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_1 = L_15; } IL_004c: { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)4)))) { goto IL_0055; } } { V_0 = 1; } IL_0055: { int32_t L_17 = V_1; if ((!(((uint32_t)L_17) == ((uint32_t)4)))) { goto IL_005e; } } { V_1 = 1; } IL_005e: { int32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)3))) { goto IL_006c; } } { int32_t L_19 = V_1; if ((!(((uint32_t)L_19) == ((uint32_t)3)))) { goto IL_01f7; } } IL_006c: { int32_t L_20 = V_0; if ((((int32_t)L_20) == ((int32_t)3))) { goto IL_008e; } } { Expression_t1452783009 * L_21 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); V_2 = L_21; Expression_t1452783009 * L_22 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); V_3 = L_22; int32_t L_23 = V_0; V_4 = L_23; int32_t L_24 = V_1; V_0 = L_24; int32_t L_25 = V_4; V_1 = L_25; goto IL_009c; } IL_008e: { Expression_t1452783009 * L_26 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); V_2 = L_26; Expression_t1452783009 * L_27 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); V_3 = L_27; } IL_009c: { int32_t L_28 = V_1; if ((!(((uint32_t)L_28) == ((uint32_t)2)))) { goto IL_00bc; } } { Expression_t1452783009 * L_29 = V_2; BaseIterator_t4168896842 * L_30 = ___iter0; NullCheck(L_29); bool L_31 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, L_29, L_30); Expression_t1452783009 * L_32 = V_3; BaseIterator_t4168896842 * L_33 = ___iter0; NullCheck(L_32); bool L_34 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, L_32, L_33); bool L_35 = __this->get_trueVal_2(); return (bool)((((int32_t)((((int32_t)L_31) == ((int32_t)L_34))? 1 : 0)) == ((int32_t)L_35))? 1 : 0); } IL_00bc: { Expression_t1452783009 * L_36 = V_2; BaseIterator_t4168896842 * L_37 = ___iter0; NullCheck(L_36); BaseIterator_t4168896842 * L_38 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, L_36, L_37); V_5 = L_38; int32_t L_39 = V_1; if (L_39) { goto IL_010c; } } { Expression_t1452783009 * L_40 = V_3; BaseIterator_t4168896842 * L_41 = ___iter0; NullCheck(L_40); double L_42 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_40, L_41); V_6 = L_42; goto IL_00fb; } IL_00d9: { BaseIterator_t4168896842 * L_43 = V_5; NullCheck(L_43); XPathNavigator_t787956054 * L_44 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_43); NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_44); double L_46 = XPathFunctions_ToNumber_m2526127645(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); double L_47 = V_6; bool L_48 = __this->get_trueVal_2(); if ((!(((uint32_t)((((double)L_46) == ((double)L_47))? 1 : 0)) == ((uint32_t)L_48)))) { goto IL_00fb; } } { return (bool)1; } IL_00fb: { BaseIterator_t4168896842 * L_49 = V_5; NullCheck(L_49); bool L_50 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNext() */, L_49); if (L_50) { goto IL_00d9; } } { goto IL_01f5; } IL_010c: { int32_t L_51 = V_1; if ((!(((uint32_t)L_51) == ((uint32_t)1)))) { goto IL_0152; } } { Expression_t1452783009 * L_52 = V_3; BaseIterator_t4168896842 * L_53 = ___iter0; NullCheck(L_52); String_t* L_54 = VirtFuncInvoker1< String_t*, BaseIterator_t4168896842 * >::Invoke(17 /* System.String System.Xml.XPath.Expression::EvaluateString(System.Xml.XPath.BaseIterator) */, L_52, L_53); V_7 = L_54; goto IL_0141; } IL_0121: { BaseIterator_t4168896842 * L_55 = V_5; NullCheck(L_55); XPathNavigator_t787956054 * L_56 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_55); NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_56); String_t* L_58 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_59 = String_op_Equality_m920492651(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); bool L_60 = __this->get_trueVal_2(); if ((!(((uint32_t)L_59) == ((uint32_t)L_60)))) { goto IL_0141; } } { return (bool)1; } IL_0141: { BaseIterator_t4168896842 * L_61 = V_5; NullCheck(L_61); bool L_62 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNext() */, L_61); if (L_62) { goto IL_0121; } } { goto IL_01f5; } IL_0152: { int32_t L_63 = V_1; if ((!(((uint32_t)L_63) == ((uint32_t)3)))) { goto IL_01f5; } } { Expression_t1452783009 * L_64 = V_3; BaseIterator_t4168896842 * L_65 = ___iter0; NullCheck(L_64); BaseIterator_t4168896842 * L_66 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, L_64, L_65); V_8 = L_66; ArrayList_t2718874744 * L_67 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_67, /*hidden argument*/NULL); V_9 = L_67; goto IL_0187; } IL_016e: { ArrayList_t2718874744 * L_68 = V_9; BaseIterator_t4168896842 * L_69 = V_5; NullCheck(L_69); XPathNavigator_t787956054 * L_70 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_69); NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_70); String_t* L_72 = XPathFunctions_ToString_m4087755365(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); NullCheck(L_68); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_68, L_72); } IL_0187: { BaseIterator_t4168896842 * L_73 = V_5; NullCheck(L_73); bool L_74 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNext() */, L_73); if (L_74) { goto IL_016e; } } { goto IL_01e9; } IL_0198: { BaseIterator_t4168896842 * L_75 = V_8; NullCheck(L_75); XPathNavigator_t787956054 * L_76 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_75); NullCheck(L_76); String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_76); String_t* L_78 = XPathFunctions_ToString_m4087755365(NULL /*static, unused*/, L_77, /*hidden argument*/NULL); V_10 = L_78; V_11 = 0; goto IL_01db; } IL_01b3: { String_t* L_79 = V_10; ArrayList_t2718874744 * L_80 = V_9; int32_t L_81 = V_11; NullCheck(L_80); RuntimeObject * L_82 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_80, L_81); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_83 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, ((String_t*)CastclassSealed((RuntimeObject*)L_82, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); bool L_84 = __this->get_trueVal_2(); if ((!(((uint32_t)L_83) == ((uint32_t)L_84)))) { goto IL_01d5; } } { return (bool)1; } IL_01d5: { int32_t L_85 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_01db: { int32_t L_86 = V_11; ArrayList_t2718874744 * L_87 = V_9; NullCheck(L_87); int32_t L_88 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_87); if ((((int32_t)L_86) < ((int32_t)L_88))) { goto IL_01b3; } } IL_01e9: { BaseIterator_t4168896842 * L_89 = V_8; NullCheck(L_89); bool L_90 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNext() */, L_89); if (L_90) { goto IL_0198; } } IL_01f5: { return (bool)0; } IL_01f7: { int32_t L_91 = V_0; if ((((int32_t)L_91) == ((int32_t)2))) { goto IL_0205; } } { int32_t L_92 = V_1; if ((!(((uint32_t)L_92) == ((uint32_t)2)))) { goto IL_0228; } } IL_0205: { Expression_t1452783009 * L_93 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_94 = ___iter0; NullCheck(L_93); bool L_95 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, L_93, L_94); Expression_t1452783009 * L_96 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_97 = ___iter0; NullCheck(L_96); bool L_98 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, L_96, L_97); bool L_99 = __this->get_trueVal_2(); return (bool)((((int32_t)((((int32_t)L_95) == ((int32_t)L_98))? 1 : 0)) == ((int32_t)L_99))? 1 : 0); } IL_0228: { int32_t L_100 = V_0; if (!L_100) { goto IL_0234; } } { int32_t L_101 = V_1; if (L_101) { goto IL_0257; } } IL_0234: { Expression_t1452783009 * L_102 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_103 = ___iter0; NullCheck(L_102); double L_104 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_102, L_103); Expression_t1452783009 * L_105 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_106 = ___iter0; NullCheck(L_105); double L_107 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_105, L_106); bool L_108 = __this->get_trueVal_2(); return (bool)((((int32_t)((((double)L_104) == ((double)L_107))? 1 : 0)) == ((int32_t)L_108))? 1 : 0); } IL_0257: { Expression_t1452783009 * L_109 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_110 = ___iter0; NullCheck(L_109); String_t* L_111 = VirtFuncInvoker1< String_t*, BaseIterator_t4168896842 * >::Invoke(17 /* System.String System.Xml.XPath.Expression::EvaluateString(System.Xml.XPath.BaseIterator) */, L_109, L_110); Expression_t1452783009 * L_112 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_113 = ___iter0; NullCheck(L_112); String_t* L_114 = VirtFuncInvoker1< String_t*, BaseIterator_t4168896842 * >::Invoke(17 /* System.String System.Xml.XPath.Expression::EvaluateString(System.Xml.XPath.BaseIterator) */, L_112, L_113); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_115 = String_op_Equality_m920492651(NULL /*static, unused*/, L_111, L_114, /*hidden argument*/NULL); bool L_116 = __this->get_trueVal_2(); return (bool)((((int32_t)L_115) == ((int32_t)L_116))? 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.Void System.Xml.XPath.ExprAND::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprAND__ctor_m2576880039 (ExprAND_t348538276 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprBoolean__ctor_m1159749897(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprAND::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprAND_get_Operator_m1691892097 (ExprAND_t348538276 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprAND_get_Operator_m1691892097_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3266137269; } } // System.Boolean System.Xml.XPath.ExprAND::get_StaticValueAsBoolean() extern "C" IL2CPP_METHOD_ATTR bool ExprAND_get_StaticValueAsBoolean_m2632226045 (ExprAND_t348538276 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (!L_0) { goto IL_002e; } } { Expression_t1452783009 * L_1 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, L_1); if (!L_2) { goto IL_0028; } } { Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, L_3); G_B4_0 = ((int32_t)(L_4)); goto IL_0029; } IL_0028: { G_B4_0 = 0; } IL_0029: { G_B6_0 = G_B4_0; goto IL_002f; } IL_002e: { G_B6_0 = 0; } IL_002f: { return (bool)G_B6_0; } } // System.Boolean System.Xml.XPath.ExprAND::EvaluateBoolean(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR bool ExprAND_EvaluateBoolean_m3233511567 (ExprAND_t348538276 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, L_0, L_1); if (L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, L_3, L_4); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprBinary::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprBinary__ctor_m2426281594 (ExprBinary_t2069694888 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression__ctor_m15586157(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___left0; __this->set__left_0(L_0); Expression_t1452783009 * L_1 = ___right1; __this->set__right_1(L_1); return; } } // System.Xml.XPath.Expression System.Xml.XPath.ExprBinary::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprBinary_Optimize_m2522886035 (ExprBinary_t2069694888 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__left_0(); NullCheck(L_0); Expression_t1452783009 * L_1 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_0); __this->set__left_0(L_1); Expression_t1452783009 * L_2 = __this->get__right_1(); NullCheck(L_2); Expression_t1452783009 * L_3 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_2); __this->set__right_1(L_3); return __this; } } // System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() extern "C" IL2CPP_METHOD_ATTR bool ExprBinary_get_HasStaticValue_m2896152068 (ExprBinary_t2069694888 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Expression_t1452783009 * L_0 = __this->get__left_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() */, L_0); if (!L_1) { goto IL_001d; } } { Expression_t1452783009 * L_2 = __this->get__right_1(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() */, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.String System.Xml.XPath.ExprBinary::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprBinary_ToString_m3398351339 (ExprBinary_t2069694888 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprBinary_ToString_m3398351339_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_t2843939325* L_0 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); Expression_t1452783009 * L_1 = __this->get__left_0(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_0; Il2CppChar L_4 = ((Il2CppChar)((int32_t)32)); RuntimeObject * L_5 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_3; String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(20 /* System.String System.Xml.XPath.ExprBinary::get_Operator() */, __this); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_6; Il2CppChar L_9 = ((Il2CppChar)((int32_t)32)); RuntimeObject * L_10 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_9); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_10); (L_8)->SetAt(static_cast(3), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_8; Expression_t1452783009 * L_12 = __this->get__right_1(); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(4), (RuntimeObject *)L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2971454694(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return L_14; } } // System.Boolean System.Xml.XPath.ExprBinary::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprBinary_get_Peer_m456685867 (ExprBinary_t2069694888 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Expression_t1452783009 * L_0 = __this->get__left_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_0); if (!L_1) { goto IL_001d; } } { Expression_t1452783009 * L_2 = __this->get__right_1(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_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.XPath.ExprBoolean::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprBoolean__ctor_m1159749897 (ExprBoolean_t3855188593 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprBinary__ctor_m2426281594(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Xml.XPath.Expression System.Xml.XPath.ExprBoolean::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprBoolean_Optimize_m427820004 (ExprBoolean_t3855188593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprBoolean_Optimize_m427820004_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ExprBinary_Optimize_m2522886035(__this, /*hidden argument*/NULL); bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (L_0) { goto IL_0014; } } { return __this; } IL_0014: { bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, __this); if (!L_1) { goto IL_0026; } } { XPathFunctionTrue_t3806785954 * L_2 = (XPathFunctionTrue_t3806785954 *)il2cpp_codegen_object_new(XPathFunctionTrue_t3806785954_il2cpp_TypeInfo_var); XPathFunctionTrue__ctor_m1481356079(L_2, (FunctionArguments_t3573450773 *)NULL, /*hidden argument*/NULL); return L_2; } IL_0026: { XPathFunctionFalse_t1021066162 * L_3 = (XPathFunctionFalse_t1021066162 *)il2cpp_codegen_object_new(XPathFunctionFalse_t1021066162_il2cpp_TypeInfo_var); XPathFunctionFalse__ctor_m2774750232(L_3, (FunctionArguments_t3573450773 *)NULL, /*hidden argument*/NULL); return L_3; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprBoolean::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t ExprBoolean_get_ReturnType_m2813361644 (ExprBoolean_t3855188593 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Object System.Xml.XPath.ExprBoolean::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprBoolean_Evaluate_m782430135 (ExprBoolean_t3855188593 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprBoolean_Evaluate_m782430135_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BaseIterator_t4168896842 * L_0 = ___iter0; bool L_1 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, __this, L_0); bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Double System.Xml.XPath.ExprBoolean::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double ExprBoolean_EvaluateNumber_m3873985690 (ExprBoolean_t3855188593 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { BaseIterator_t4168896842 * L_0 = ___iter0; bool L_1 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, __this, L_0); if (!L_1) { goto IL_0012; } } { G_B3_0 = 1; goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { return (((double)((double)G_B3_0))); } } // System.String System.Xml.XPath.ExprBoolean::EvaluateString(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR String_t* ExprBoolean_EvaluateString_m2701543217 (ExprBoolean_t3855188593 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprBoolean_EvaluateString_m2701543217_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { BaseIterator_t4168896842 * L_0 = ___iter0; bool L_1 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, __this, L_0); if (!L_1) { goto IL_0016; } } { G_B3_0 = _stringLiteral4002445229; goto IL_001b; } IL_0016: { G_B3_0 = _stringLiteral3875954633; } IL_001b: { return G_B3_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.XPath.ExprDIV::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprDIV__ctor_m3348338260 (ExprDIV_t1961659563 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprNumeric__ctor_m2321536809(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprDIV::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprDIV_get_Operator_m3803706910 (ExprDIV_t1961659563 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprDIV_get_Operator_m3803706910_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1551760067; } } // System.Double System.Xml.XPath.ExprDIV::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double ExprDIV_get_StaticValueAsNumber_m1411131736 (ExprDIV_t1961659563 * __this, const RuntimeMethod* method) { double G_B3_0 = 0.0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (!L_0) { goto IL_0027; } } { Expression_t1452783009 * L_1 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_1); double L_2 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_3); double L_4 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_3); G_B3_0 = ((double)((double)L_2/(double)L_4)); goto IL_0030; } IL_0027: { G_B3_0 = (0.0); } IL_0030: { return G_B3_0; } } // System.Double System.Xml.XPath.ExprDIV::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double ExprDIV_EvaluateNumber_m1344367817 (ExprDIV_t1961659563 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); double L_2 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_0, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); double L_5 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_3, L_4); return ((double)((double)L_2/(double)L_5)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprEQ::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprEQ__ctor_m1887454476 (ExprEQ_t1453891107 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; EqualityExpr__ctor_m1260778379(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprEQ::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprEQ_get_Operator_m3155039379 (ExprEQ_t1453891107 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprEQ_get_Operator_m3155039379_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614547; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.Expression::.ctor() extern "C" IL2CPP_METHOD_ATTR void Expression__ctor_m15586157 (Expression_t1452783009 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR int32_t Expression_GetReturnType_m4240078560 (Expression_t1452783009 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, __this); return L_0; } } // System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * Expression_Optimize_m2475770898 (Expression_t1452783009 * __this, const RuntimeMethod* method) { { return __this; } } // System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() extern "C" IL2CPP_METHOD_ATTR bool Expression_get_HasStaticValue_m3856804708 (Expression_t1452783009 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Xml.XPath.Expression::get_StaticValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Expression_get_StaticValue_m2069712124 (Expression_t1452783009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_get_StaticValue_m2069712124_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, __this); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0025; } case 1: { goto IL_001e; } case 2: { goto IL_0031; } } } { goto IL_003d; } IL_001e: { String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XPath.Expression::get_StaticValueAsString() */, __this); return L_2; } IL_0025: { double L_3 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, __this); double L_4 = L_3; RuntimeObject * L_5 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_4); return L_5; } IL_0031: { bool L_6 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, __this); bool L_7 = L_6; RuntimeObject * L_8 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_7); return L_8; } IL_003d: { return NULL; } } // System.String System.Xml.XPath.Expression::get_StaticValueAsString() extern "C" IL2CPP_METHOD_ATTR String_t* Expression_get_StaticValueAsString_m3593164195 (Expression_t1452783009 * __this, const RuntimeMethod* method) { String_t* G_B3_0 = NULL; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() */, __this); if (!L_0) { goto IL_001b; } } { RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object System.Xml.XPath.Expression::get_StaticValue() */, __this); String_t* L_2 = XPathFunctions_ToString_m4087755365(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = ((String_t*)(NULL)); } IL_001c: { return G_B3_0; } } // System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double Expression_get_StaticValueAsNumber_m3304125802 (Expression_t1452783009 * __this, const RuntimeMethod* method) { double G_B3_0 = 0.0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() */, __this); if (!L_0) { goto IL_001b; } } { RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object System.Xml.XPath.Expression::get_StaticValue() */, __this); double L_2 = XPathFunctions_ToNumber_m1425546570(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0024; } IL_001b: { G_B3_0 = (0.0); } IL_0024: { return G_B3_0; } } // System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() extern "C" IL2CPP_METHOD_ATTR bool Expression_get_StaticValueAsBoolean_m41359466 (Expression_t1452783009 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() */, __this); if (!L_0) { goto IL_001b; } } { RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object System.Xml.XPath.Expression::get_StaticValue() */, __this); bool L_2 = XPathFunctions_ToBoolean_m1843756110(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_2)); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (bool)G_B3_0; } } // System.Xml.XPath.XPathNavigator System.Xml.XPath.Expression::get_StaticValueAsNavigator() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * Expression_get_StaticValueAsNavigator_m3419507570 (Expression_t1452783009 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_get_StaticValueAsNavigator_m3419507570_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = VirtFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object System.Xml.XPath.Expression::get_StaticValue() */, __this); return ((XPathNavigator_t787956054 *)IsInstClass((RuntimeObject*)L_0, XPathNavigator_t787956054_il2cpp_TypeInfo_var)); } } // System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR BaseIterator_t4168896842 * Expression_EvaluateNodeSet_m2929244898 (Expression_t1452783009 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_EvaluateNodeSet_m2929244898_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; XPathNodeIterator_t3667290188 * V_2 = NULL; BaseIterator_t4168896842 * V_3 = NULL; XPathNavigator_t787956054 * V_4 = NULL; XPathNodeIterator_t3667290188 * V_5 = NULL; int32_t V_6 = 0; { BaseIterator_t4168896842 * L_0 = ___iter0; int32_t L_1 = VirtFuncInvoker1< int32_t, BaseIterator_t4168896842 * >::Invoke(5 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Xml.XPath.BaseIterator) */, __this, L_0); V_0 = L_1; int32_t L_2 = V_0; V_6 = L_2; int32_t L_3 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)3))) { case 0: { goto IL_0025; } case 1: { goto IL_0025; } case 2: { goto IL_0025; } } } { goto IL_00b6; } IL_0025: { BaseIterator_t4168896842 * L_4 = ___iter0; RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, BaseIterator_t4168896842 * >::Invoke(13 /* System.Object System.Xml.XPath.Expression::Evaluate(System.Xml.XPath.BaseIterator) */, __this, L_4); V_1 = L_5; RuntimeObject * L_6 = V_1; V_2 = ((XPathNodeIterator_t3667290188 *)IsInstClass((RuntimeObject*)L_6, XPathNodeIterator_t3667290188_il2cpp_TypeInfo_var)); V_3 = (BaseIterator_t4168896842 *)NULL; XPathNodeIterator_t3667290188 * L_7 = V_2; if (!L_7) { goto IL_0058; } } { XPathNodeIterator_t3667290188 * L_8 = V_2; V_3 = ((BaseIterator_t4168896842 *)IsInstClass((RuntimeObject*)L_8, BaseIterator_t4168896842_il2cpp_TypeInfo_var)); BaseIterator_t4168896842 * L_9 = V_3; if (L_9) { goto IL_0056; } } { XPathNodeIterator_t3667290188 * L_10 = V_2; BaseIterator_t4168896842 * L_11 = ___iter0; NullCheck(L_11); RuntimeObject* L_12 = BaseIterator_get_NamespaceManager_m2542706114(L_11, /*hidden argument*/NULL); WrapperIterator_t1258076988 * L_13 = (WrapperIterator_t1258076988 *)il2cpp_codegen_object_new(WrapperIterator_t1258076988_il2cpp_TypeInfo_var); WrapperIterator__ctor_m1708545452(L_13, L_10, L_12, /*hidden argument*/NULL); V_3 = L_13; } IL_0056: { BaseIterator_t4168896842 * L_14 = V_3; return L_14; } IL_0058: { RuntimeObject * L_15 = V_1; V_4 = ((XPathNavigator_t787956054 *)IsInstClass((RuntimeObject*)L_15, XPathNavigator_t787956054_il2cpp_TypeInfo_var)); XPathNavigator_t787956054 * L_16 = V_4; if (!L_16) { goto IL_0095; } } { XPathNavigator_t787956054 * L_17 = V_4; NullCheck(L_17); XPathNodeIterator_t3667290188 * L_18 = VirtFuncInvoker1< XPathNodeIterator_t3667290188 *, int32_t >::Invoke(39 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.Xml.XPath.XPathNodeType) */, L_17, ((int32_t)9)); V_5 = L_18; XPathNodeIterator_t3667290188 * L_19 = V_5; V_3 = ((BaseIterator_t4168896842 *)IsInstClass((RuntimeObject*)L_19, BaseIterator_t4168896842_il2cpp_TypeInfo_var)); BaseIterator_t4168896842 * L_20 = V_3; if (L_20) { goto IL_0095; } } { XPathNodeIterator_t3667290188 * L_21 = V_5; if (!L_21) { goto IL_0095; } } { XPathNodeIterator_t3667290188 * L_22 = V_5; BaseIterator_t4168896842 * L_23 = ___iter0; NullCheck(L_23); RuntimeObject* L_24 = BaseIterator_get_NamespaceManager_m2542706114(L_23, /*hidden argument*/NULL); WrapperIterator_t1258076988 * L_25 = (WrapperIterator_t1258076988 *)il2cpp_codegen_object_new(WrapperIterator_t1258076988_il2cpp_TypeInfo_var); WrapperIterator__ctor_m1708545452(L_25, L_22, L_24, /*hidden argument*/NULL); V_3 = L_25; } IL_0095: { BaseIterator_t4168896842 * L_26 = V_3; if (!L_26) { goto IL_009d; } } { BaseIterator_t4168896842 * L_27 = V_3; return L_27; } IL_009d: { RuntimeObject * L_28 = V_1; if (L_28) { goto IL_00aa; } } { BaseIterator_t4168896842 * L_29 = ___iter0; NullIterator_t2630925529 * L_30 = (NullIterator_t2630925529 *)il2cpp_codegen_object_new(NullIterator_t2630925529_il2cpp_TypeInfo_var); NullIterator__ctor_m1623589000(L_30, L_29, /*hidden argument*/NULL); return L_30; } IL_00aa: { RuntimeObject * L_31 = V_1; int32_t L_32 = Expression_GetReturnType_m2343007501(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); V_0 = L_32; goto IL_00b6; } IL_00b6: { String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this); int32_t L_34 = V_0; int32_t L_35 = L_34; RuntimeObject * L_36 = Box(XPathResultType_t2828988488_il2cpp_TypeInfo_var, &L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3360044823, L_33, L_36, /*hidden argument*/NULL); XPathException_t2107611652 * L_38 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_38, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,Expression_EvaluateNodeSet_m2929244898_RuntimeMethod_var); } } // System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t Expression_GetReturnType_m2343007501 (RuntimeObject * __this /* static, unused */, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_GetReturnType_m2343007501_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var))) { goto IL_000d; } } { return (int32_t)(1); } IL_000d: { RuntimeObject * L_1 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Boolean_t97287965_il2cpp_TypeInfo_var))) { goto IL_001a; } } { return (int32_t)(2); } IL_001a: { RuntimeObject * L_2 = ___obj0; if (!((XPathNodeIterator_t3667290188 *)IsInstClass((RuntimeObject*)L_2, XPathNodeIterator_t3667290188_il2cpp_TypeInfo_var))) { goto IL_0027; } } { return (int32_t)(3); } IL_0027: { RuntimeObject * L_3 = ___obj0; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_3, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_003d; } } { RuntimeObject * L_4 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_003f; } } IL_003d: { return (int32_t)(0); } IL_003f: { RuntimeObject * L_5 = ___obj0; if (!((XPathNavigator_t787956054 *)IsInstClass((RuntimeObject*)L_5, XPathNavigator_t787956054_il2cpp_TypeInfo_var))) { goto IL_004c; } } { return (int32_t)(4); } IL_004c: { RuntimeObject * L_6 = ___obj0; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Type::ToString() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1328276761, L_8, /*hidden argument*/NULL); XPathException_t2107611652 * L_10 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,Expression_GetReturnType_m2343007501_RuntimeMethod_var); } } // System.Boolean System.Xml.XPath.Expression::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool Expression_get_Peer_m144949271 (Expression_t1452783009 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double Expression_EvaluateNumber_m2709915625 (Expression_t1452783009 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_EvaluateNumber_m2709915625_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; double G_B15_0 = 0.0; { BaseIterator_t4168896842 * L_0 = ___iter0; int32_t L_1 = VirtFuncInvoker1< int32_t, BaseIterator_t4168896842 * >::Invoke(5 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Xml.XPath.BaseIterator) */, __this, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_001e; } } { BaseIterator_t4168896842 * L_3 = ___iter0; String_t* L_4 = VirtFuncInvoker1< String_t*, BaseIterator_t4168896842 * >::Invoke(17 /* System.String System.Xml.XPath.Expression::EvaluateString(System.Xml.XPath.BaseIterator) */, __this, L_3); V_0 = L_4; V_1 = 1; goto IL_0026; } IL_001e: { BaseIterator_t4168896842 * L_5 = ___iter0; RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, BaseIterator_t4168896842 * >::Invoke(13 /* System.Object System.Xml.XPath.Expression::Evaluate(System.Xml.XPath.BaseIterator) */, __this, L_5); V_0 = L_6; } IL_0026: { int32_t L_7 = V_1; if ((!(((uint32_t)L_7) == ((uint32_t)5)))) { goto IL_0034; } } { RuntimeObject * L_8 = V_0; int32_t L_9 = Expression_GetReturnType_m2343007501(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_1 = L_9; } IL_0034: { int32_t L_10 = V_1; V_2 = L_10; int32_t L_11 = V_2; switch (L_11) { case 0: { goto IL_0055; } case 1: { goto IL_00ba; } case 2: { goto IL_008a; } case 3: { goto IL_00ad; } case 4: { goto IL_00c6; } } } { goto IL_00d7; } IL_0055: { RuntimeObject * L_12 = V_0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_0067; } } { RuntimeObject * L_13 = V_0; return ((*(double*)((double*)UnBox(L_13, Double_t594665363_il2cpp_TypeInfo_var)))); } IL_0067: { RuntimeObject * L_14 = V_0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_14, IConvertible_t2977365677_il2cpp_TypeInfo_var))) { goto IL_0083; } } { RuntimeObject * L_15 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConvertible_t2977365677_il2cpp_TypeInfo_var))); double L_17 = InterfaceFuncInvoker1< double, RuntimeObject* >::Invoke(5 /* System.Double System.IConvertible::ToDouble(System.IFormatProvider) */, IConvertible_t2977365677_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_15, IConvertible_t2977365677_il2cpp_TypeInfo_var)), L_16); return L_17; } IL_0083: { RuntimeObject * L_18 = V_0; return ((*(double*)((double*)UnBox(L_18, Double_t594665363_il2cpp_TypeInfo_var)))); } IL_008a: { RuntimeObject * L_19 = V_0; if (!((*(bool*)((bool*)UnBox(L_19, Boolean_t97287965_il2cpp_TypeInfo_var))))) { goto IL_00a3; } } { G_B15_0 = (1.0); goto IL_00ac; } IL_00a3: { G_B15_0 = (0.0); } IL_00ac: { return G_B15_0; } IL_00ad: { BaseIterator_t4168896842 * L_20 = ___iter0; String_t* L_21 = VirtFuncInvoker1< String_t*, BaseIterator_t4168896842 * >::Invoke(17 /* System.String System.Xml.XPath.Expression::EvaluateString(System.Xml.XPath.BaseIterator) */, __this, L_20); double L_22 = XPathFunctions_ToNumber_m2526127645(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); return L_22; } IL_00ba: { RuntimeObject * L_23 = V_0; double L_24 = XPathFunctions_ToNumber_m2526127645(NULL /*static, unused*/, ((String_t*)CastclassSealed((RuntimeObject*)L_23, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_24; } IL_00c6: { RuntimeObject * L_25 = V_0; NullCheck(((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_25, XPathNavigator_t787956054_il2cpp_TypeInfo_var))); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_25, XPathNavigator_t787956054_il2cpp_TypeInfo_var))); double L_27 = XPathFunctions_ToNumber_m2526127645(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); return L_27; } IL_00d7: { XPathException_t2107611652 * L_28 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_28, _stringLiteral257514841, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,Expression_EvaluateNumber_m2709915625_RuntimeMethod_var); } } // System.String System.Xml.XPath.Expression::EvaluateString(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR String_t* Expression_EvaluateString_m2167565824 (Expression_t1452783009 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_EvaluateString_m2167565824_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; double V_2 = 0.0; BaseIterator_t4168896842 * V_3 = NULL; int32_t V_4 = 0; String_t* G_B8_0 = NULL; { BaseIterator_t4168896842 * L_0 = ___iter0; RuntimeObject * L_1 = VirtFuncInvoker1< RuntimeObject *, BaseIterator_t4168896842 * >::Invoke(13 /* System.Object System.Xml.XPath.Expression::Evaluate(System.Xml.XPath.BaseIterator) */, __this, L_0); V_0 = L_1; BaseIterator_t4168896842 * L_2 = ___iter0; int32_t L_3 = VirtFuncInvoker1< int32_t, BaseIterator_t4168896842 * >::Invoke(5 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Xml.XPath.BaseIterator) */, __this, L_2); V_1 = L_3; int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)5)))) { goto IL_001e; } } { RuntimeObject * L_5 = V_0; int32_t L_6 = Expression_GetReturnType_m2343007501(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_001e: { int32_t L_7 = V_1; V_4 = L_7; int32_t L_8 = V_4; switch (L_8) { case 0: { goto IL_0041; } case 1: { goto IL_006a; } case 2: { goto IL_004f; } case 3: { goto IL_0071; } case 4: { goto IL_009b; } } } { goto IL_00a7; } IL_0041: { RuntimeObject * L_9 = V_0; V_2 = ((*(double*)((double*)UnBox(L_9, Double_t594665363_il2cpp_TypeInfo_var)))); double L_10 = V_2; String_t* L_11 = XPathFunctions_ToString_m1095398116(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return L_11; } IL_004f: { RuntimeObject * L_12 = V_0; if (!((*(bool*)((bool*)UnBox(L_12, Boolean_t97287965_il2cpp_TypeInfo_var))))) { goto IL_0064; } } { G_B8_0 = _stringLiteral4002445229; goto IL_0069; } IL_0064: { G_B8_0 = _stringLiteral3875954633; } IL_0069: { return G_B8_0; } IL_006a: { RuntimeObject * L_13 = V_0; return ((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)); } IL_0071: { RuntimeObject * L_14 = V_0; V_3 = ((BaseIterator_t4168896842 *)CastclassClass((RuntimeObject*)L_14, BaseIterator_t4168896842_il2cpp_TypeInfo_var)); BaseIterator_t4168896842 * L_15 = V_3; if (!L_15) { goto IL_0089; } } { BaseIterator_t4168896842 * L_16 = V_3; NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNext() */, L_16); if (L_17) { goto IL_008f; } } IL_0089: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_18; } IL_008f: { BaseIterator_t4168896842 * L_19 = V_3; NullCheck(L_19); XPathNavigator_t787956054 * L_20 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_19); NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_20); return L_21; } IL_009b: { RuntimeObject * L_22 = V_0; NullCheck(((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_22, XPathNavigator_t787956054_il2cpp_TypeInfo_var))); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_22, XPathNavigator_t787956054_il2cpp_TypeInfo_var))); return L_23; } IL_00a7: { XPathException_t2107611652 * L_24 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_24, _stringLiteral257514841, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,Expression_EvaluateString_m2167565824_RuntimeMethod_var); } } // System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR bool Expression_EvaluateBoolean_m1239186183 (Expression_t1452783009 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_EvaluateBoolean_m1239186183_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int32_t V_1 = 0; double V_2 = 0.0; BaseIterator_t4168896842 * V_3 = NULL; int32_t V_4 = 0; int32_t G_B8_0 = 0; int32_t G_B14_0 = 0; { BaseIterator_t4168896842 * L_0 = ___iter0; RuntimeObject * L_1 = VirtFuncInvoker1< RuntimeObject *, BaseIterator_t4168896842 * >::Invoke(13 /* System.Object System.Xml.XPath.Expression::Evaluate(System.Xml.XPath.BaseIterator) */, __this, L_0); V_0 = L_1; BaseIterator_t4168896842 * L_2 = ___iter0; int32_t L_3 = VirtFuncInvoker1< int32_t, BaseIterator_t4168896842 * >::Invoke(5 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Xml.XPath.BaseIterator) */, __this, L_2); V_1 = L_3; int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)5)))) { goto IL_001e; } } { RuntimeObject * L_5 = V_0; int32_t L_6 = Expression_GetReturnType_m2343007501(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_001e: { int32_t L_7 = V_1; V_4 = L_7; int32_t L_8 = V_4; switch (L_8) { case 0: { goto IL_0041; } case 1: { goto IL_007a; } case 2: { goto IL_0073; } case 3: { goto IL_008c; } case 4: { goto IL_00a3; } } } { goto IL_00af; } IL_0041: { RuntimeObject * L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_10 = Convert_ToDouble_m4025515304(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_2 = L_10; double L_11 = V_2; if ((((double)L_11) == ((double)(0.0)))) { goto IL_0071; } } { double L_12 = V_2; if ((((double)L_12) == ((double)(0.0)))) { goto IL_0071; } } { double L_13 = V_2; bool L_14 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); G_B8_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0); goto IL_0072; } IL_0071: { G_B8_0 = 0; } IL_0072: { return (bool)G_B8_0; } IL_0073: { RuntimeObject * L_15 = V_0; return ((*(bool*)((bool*)UnBox(L_15, Boolean_t97287965_il2cpp_TypeInfo_var)))); } IL_007a: { RuntimeObject * L_16 = V_0; NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))); int32_t L_17 = String_get_Length_m3847582255(((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (bool)((((int32_t)((((int32_t)L_17) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_008c: { RuntimeObject * L_18 = V_0; V_3 = ((BaseIterator_t4168896842 *)CastclassClass((RuntimeObject*)L_18, BaseIterator_t4168896842_il2cpp_TypeInfo_var)); BaseIterator_t4168896842 * L_19 = V_3; if (!L_19) { goto IL_00a1; } } { BaseIterator_t4168896842 * L_20 = V_3; NullCheck(L_20); bool L_21 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNext() */, L_20); G_B14_0 = ((int32_t)(L_21)); goto IL_00a2; } IL_00a1: { G_B14_0 = 0; } IL_00a2: { return (bool)G_B14_0; } IL_00a3: { RuntimeObject * L_22 = V_0; NullCheck(((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_22, XPathNavigator_t787956054_il2cpp_TypeInfo_var))); bool L_23 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XPath.XPathNavigator::get_HasChildren() */, ((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_22, XPathNavigator_t787956054_il2cpp_TypeInfo_var))); return L_23; } IL_00af: { XPathException_t2107611652 * L_24 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_24, _stringLiteral257514841, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,Expression_EvaluateBoolean_m1239186183_RuntimeMethod_var); } } // System.Object System.Xml.XPath.Expression::EvaluateAs(System.Xml.XPath.BaseIterator,System.Xml.XPath.XPathResultType) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Expression_EvaluateAs_m4036363313 (Expression_t1452783009 * __this, BaseIterator_t4168896842 * ___iter0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Expression_EvaluateAs_m4036363313_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___type1; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_003a; } case 1: { goto IL_0032; } case 2: { goto IL_001d; } case 3: { goto IL_002a; } } } { goto IL_0047; } IL_001d: { BaseIterator_t4168896842 * L_2 = ___iter0; bool L_3 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, __this, L_2); bool L_4 = L_3; RuntimeObject * L_5 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_4); return L_5; } IL_002a: { BaseIterator_t4168896842 * L_6 = ___iter0; BaseIterator_t4168896842 * L_7 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, __this, L_6); return L_7; } IL_0032: { BaseIterator_t4168896842 * L_8 = ___iter0; String_t* L_9 = VirtFuncInvoker1< String_t*, BaseIterator_t4168896842 * >::Invoke(17 /* System.String System.Xml.XPath.Expression::EvaluateString(System.Xml.XPath.BaseIterator) */, __this, L_8); return L_9; } IL_003a: { BaseIterator_t4168896842 * L_10 = ___iter0; double L_11 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, __this, L_10); double L_12 = L_11; RuntimeObject * L_13 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_12); return L_13; } IL_0047: { BaseIterator_t4168896842 * L_14 = ___iter0; RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, BaseIterator_t4168896842 * >::Invoke(13 /* System.Object System.Xml.XPath.Expression::Evaluate(System.Xml.XPath.BaseIterator) */, __this, L_14); return L_15; } } // System.Boolean System.Xml.XPath.Expression::get_RequireSorting() extern "C" IL2CPP_METHOD_ATTR bool Expression_get_RequireSorting_m2398655165 (Expression_t1452783009 * __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.Void System.Xml.XPath.ExprFilter::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprFilter__ctor_m339667866 (ExprFilter_t2551926938 * __this, Expression_t1452783009 * ___expr0, Expression_t1452783009 * ___pred1, const RuntimeMethod* method) { { NodeSet__ctor_m958047062(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___expr0; __this->set_expr_0(L_0); Expression_t1452783009 * L_1 = ___pred1; __this->set_pred_1(L_1); return; } } // System.Xml.XPath.Expression System.Xml.XPath.ExprFilter::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprFilter_Optimize_m2605362175 (ExprFilter_t2551926938 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get_expr_0(); NullCheck(L_0); Expression_t1452783009 * L_1 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_0); __this->set_expr_0(L_1); Expression_t1452783009 * L_2 = __this->get_pred_1(); NullCheck(L_2); Expression_t1452783009 * L_3 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_2); __this->set_pred_1(L_3); return __this; } } // System.String System.Xml.XPath.ExprFilter::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprFilter_ToString_m3737339955 (ExprFilter_t2551926938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprFilter_ToString_m3737339955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3452614536); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3452614536); StringU5BU5D_t1281789340* L_1 = L_0; Expression_t1452783009 * L_2 = __this->get_expr_0(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(1), (String_t*)L_3); StringU5BU5D_t1281789340* L_4 = L_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3458185095); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral3458185095); StringU5BU5D_t1281789340* L_5 = L_4; Expression_t1452783009 * L_6 = __this->get_pred_1(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(3), (String_t*)L_7); StringU5BU5D_t1281789340* L_8 = L_5; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3452614643); (L_8)->SetAt(static_cast(4), (String_t*)_stringLiteral3452614643); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m1809518182(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return L_9; } } // System.Object System.Xml.XPath.ExprFilter::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprFilter_Evaluate_m3145134761 (ExprFilter_t2551926938 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprFilter_Evaluate_m3145134761_MetadataUsageId); s_Il2CppMethodInitialized = true; } BaseIterator_t4168896842 * V_0 = NULL; { Expression_t1452783009 * L_0 = __this->get_expr_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); BaseIterator_t4168896842 * L_2 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, L_0, L_1); V_0 = L_2; BaseIterator_t4168896842 * L_3 = V_0; Expression_t1452783009 * L_4 = __this->get_pred_1(); PredicateIterator_t4231391432 * L_5 = (PredicateIterator_t4231391432 *)il2cpp_codegen_object_new(PredicateIterator_t4231391432_il2cpp_TypeInfo_var); PredicateIterator__ctor_m2581047513(L_5, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Boolean System.Xml.XPath.ExprFilter::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprFilter_get_Peer_m329206936 (ExprFilter_t2551926938 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Expression_t1452783009 * L_0 = __this->get_expr_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_0); if (!L_1) { goto IL_001d; } } { Expression_t1452783009 * L_2 = __this->get_pred_1(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XPath.ExprFilter::get_Subtree() extern "C" IL2CPP_METHOD_ATTR bool ExprFilter_get_Subtree_m2793953907 (ExprFilter_t2551926938 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprFilter_get_Subtree_m2793953907_MetadataUsageId); s_Il2CppMethodInitialized = true; } NodeSet_t3272593155 * V_0 = NULL; int32_t G_B3_0 = 0; { Expression_t1452783009 * L_0 = __this->get_expr_0(); V_0 = ((NodeSet_t3272593155 *)IsInstClass((RuntimeObject*)L_0, NodeSet_t3272593155_il2cpp_TypeInfo_var)); NodeSet_t3272593155 * L_1 = V_0; if (!L_1) { goto IL_001a; } } { NodeSet_t3272593155 * L_2 = V_0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XPath.NodeSet::get_Subtree() */, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001b; } IL_001a: { G_B3_0 = 0; } IL_001b: { return (bool)G_B3_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.XPath.ExprFunctionCall::.ctor(System.Xml.XmlQualifiedName,System.Xml.XPath.FunctionArguments,System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR void ExprFunctionCall__ctor_m3183351114 (ExprFunctionCall_t607199437 * __this, XmlQualifiedName_t2760654312 * ___name0, FunctionArguments_t3573450773 * ___args1, RuntimeObject* ___ctx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprFunctionCall__ctor_m3183351114_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set__args_2(L_0); Expression__ctor_m15586157(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___ctx2; if (!L_1) { goto IL_002c; } } { RuntimeObject* L_2 = ___ctx2; XmlQualifiedName_t2760654312 * L_3 = ___name0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, L_3); NullCheck(L_2); XmlQualifiedName_t2760654312 * L_5 = InterfaceFuncInvoker1< XmlQualifiedName_t2760654312 *, String_t* >::Invoke(2 /* System.Xml.XmlQualifiedName System.Xml.Xsl.IStaticXsltContext::LookupQName(System.String) */, IStaticXsltContext_t1496336571_il2cpp_TypeInfo_var, L_2, L_4); ___name0 = L_5; __this->set_resolvedName_1((bool)1); } IL_002c: { XmlQualifiedName_t2760654312 * L_6 = ___name0; __this->set__name_0(L_6); FunctionArguments_t3573450773 * L_7 = ___args1; if (!L_7) { goto IL_0045; } } { FunctionArguments_t3573450773 * L_8 = ___args1; ArrayList_t2718874744 * L_9 = __this->get__args_2(); NullCheck(L_8); FunctionArguments_ToArrayList_m3840216961(L_8, L_9, /*hidden argument*/NULL); } IL_0045: { return; } } // System.Xml.XPath.Expression System.Xml.XPath.ExprFunctionCall::Factory(System.Xml.XmlQualifiedName,System.Xml.XPath.FunctionArguments,System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprFunctionCall_Factory_m3639178766 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___name0, FunctionArguments_t3573450773 * ___args1, RuntimeObject* ___ctx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprFunctionCall_Factory_m3639178766_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { XmlQualifiedName_t2760654312 * L_0 = ___name0; NullCheck(L_0); String_t* L_1 = XmlQualifiedName_get_Namespace_m3957593392(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { XmlQualifiedName_t2760654312 * L_2 = ___name0; NullCheck(L_2); String_t* L_3 = XmlQualifiedName_get_Namespace_m3957593392(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_5 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } { XmlQualifiedName_t2760654312 * L_6 = ___name0; FunctionArguments_t3573450773 * L_7 = ___args1; RuntimeObject* L_8 = ___ctx2; ExprFunctionCall_t607199437 * L_9 = (ExprFunctionCall_t607199437 *)il2cpp_codegen_object_new(ExprFunctionCall_t607199437_il2cpp_TypeInfo_var); ExprFunctionCall__ctor_m3183351114(L_9, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_0029: { XmlQualifiedName_t2760654312 * L_10 = ___name0; NullCheck(L_10); String_t* L_11 = XmlQualifiedName_get_Name_m815040483(L_10, /*hidden argument*/NULL); V_0 = L_11; String_t* L_12 = V_0; if (!L_12) { goto IL_02ea; } } { Dictionary_2_t2736202052 * L_13 = ((ExprFunctionCall_t607199437_StaticFields*)il2cpp_codegen_static_fields_for(ExprFunctionCall_t607199437_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3C_3(); if (L_13) { goto IL_01a4; } } { Dictionary_2_t2736202052 * L_14 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_14, ((int32_t)27), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_14; Dictionary_2_t2736202052 * L_15 = V_1; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral3941043823, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_1; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral4254451314, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_1; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral2002595880, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_1; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral3454449607, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_1; NullCheck(L_19); Dictionary_2_Add_m282647386(L_19, _stringLiteral2542042043, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_20 = V_1; NullCheck(L_20); Dictionary_2_Add_m282647386(L_20, _stringLiteral993944211, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_21 = V_1; NullCheck(L_21); Dictionary_2_Add_m282647386(L_21, _stringLiteral62725243, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_22 = V_1; NullCheck(L_22); Dictionary_2_Add_m282647386(L_22, _stringLiteral1236128813, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_23 = V_1; NullCheck(L_23); Dictionary_2_Add_m282647386(L_23, _stringLiteral1980975528, 8, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_24 = V_1; NullCheck(L_24); Dictionary_2_Add_m282647386(L_24, _stringLiteral888346232, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_25 = V_1; NullCheck(L_25); Dictionary_2_Add_m282647386(L_25, _stringLiteral1045509424, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_26 = V_1; NullCheck(L_26); Dictionary_2_Add_m282647386(L_26, _stringLiteral3204115142, ((int32_t)11), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_27 = V_1; NullCheck(L_27); Dictionary_2_Add_m282647386(L_27, _stringLiteral2795965183, ((int32_t)12), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_28 = V_1; NullCheck(L_28); Dictionary_2_Add_m282647386(L_28, _stringLiteral2884835365, ((int32_t)13), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_29 = V_1; NullCheck(L_29); Dictionary_2_Add_m282647386(L_29, _stringLiteral2937386609, ((int32_t)14), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_30 = V_1; NullCheck(L_30); Dictionary_2_Add_m282647386(L_30, _stringLiteral3203222977, ((int32_t)15), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_31 = V_1; NullCheck(L_31); Dictionary_2_Add_m282647386(L_31, _stringLiteral547335230, ((int32_t)16), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_32 = V_1; NullCheck(L_32); Dictionary_2_Add_m282647386(L_32, _stringLiteral228529742, ((int32_t)17), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_33 = V_1; NullCheck(L_33); Dictionary_2_Add_m282647386(L_33, _stringLiteral2553611016, ((int32_t)18), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_34 = V_1; NullCheck(L_34); Dictionary_2_Add_m282647386(L_34, _stringLiteral4002445229, ((int32_t)19), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_35 = V_1; NullCheck(L_35); Dictionary_2_Add_m282647386(L_35, _stringLiteral3875954633, ((int32_t)20), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_36 = V_1; NullCheck(L_36); Dictionary_2_Add_m282647386(L_36, _stringLiteral2409271576, ((int32_t)21), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_37 = V_1; NullCheck(L_37); Dictionary_2_Add_m282647386(L_37, _stringLiteral1619055980, ((int32_t)22), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_38 = V_1; NullCheck(L_38); Dictionary_2_Add_m282647386(L_38, _stringLiteral1344412806, ((int32_t)23), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_39 = V_1; NullCheck(L_39); Dictionary_2_Add_m282647386(L_39, _stringLiteral1189461389, ((int32_t)24), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_40 = V_1; NullCheck(L_40); Dictionary_2_Add_m282647386(L_40, _stringLiteral1400230882, ((int32_t)25), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_41 = V_1; NullCheck(L_41); Dictionary_2_Add_m282647386(L_41, _stringLiteral2002596329, ((int32_t)26), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_42 = V_1; ((ExprFunctionCall_t607199437_StaticFields*)il2cpp_codegen_static_fields_for(ExprFunctionCall_t607199437_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map3C_3(L_42); } IL_01a4: { Dictionary_2_t2736202052 * L_43 = ((ExprFunctionCall_t607199437_StaticFields*)il2cpp_codegen_static_fields_for(ExprFunctionCall_t607199437_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3C_3(); String_t* L_44 = V_0; NullCheck(L_43); bool L_45 = Dictionary_2_TryGetValue_m1013208020(L_43, L_44, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_45) { goto IL_02ea; } } { int32_t L_46 = V_2; switch (L_46) { case 0: { goto IL_022d; } case 1: { goto IL_0234; } case 2: { goto IL_023b; } case 3: { goto IL_0242; } case 4: { goto IL_0249; } case 5: { goto IL_0250; } case 6: { goto IL_0257; } case 7: { goto IL_025e; } case 8: { goto IL_0265; } case 9: { goto IL_026c; } case 10: { goto IL_0273; } case 11: { goto IL_027a; } case 12: { goto IL_0281; } case 13: { goto IL_0288; } case 14: { goto IL_028f; } case 15: { goto IL_0296; } case 16: { goto IL_029d; } case 17: { goto IL_02a4; } case 18: { goto IL_02ab; } case 19: { goto IL_02b2; } case 20: { goto IL_02b9; } case 21: { goto IL_02c0; } case 22: { goto IL_02c7; } case 23: { goto IL_02ce; } case 24: { goto IL_02d5; } case 25: { goto IL_02dc; } case 26: { goto IL_02e3; } } } { goto IL_02ea; } IL_022d: { FunctionArguments_t3573450773 * L_47 = ___args1; XPathFunctionLast_t241688620 * L_48 = (XPathFunctionLast_t241688620 *)il2cpp_codegen_object_new(XPathFunctionLast_t241688620_il2cpp_TypeInfo_var); XPathFunctionLast__ctor_m3671084286(L_48, L_47, /*hidden argument*/NULL); return L_48; } IL_0234: { FunctionArguments_t3573450773 * L_49 = ___args1; XPathFunctionPosition_t1996792158 * L_50 = (XPathFunctionPosition_t1996792158 *)il2cpp_codegen_object_new(XPathFunctionPosition_t1996792158_il2cpp_TypeInfo_var); XPathFunctionPosition__ctor_m1805758189(L_50, L_49, /*hidden argument*/NULL); return L_50; } IL_023b: { FunctionArguments_t3573450773 * L_51 = ___args1; XPathFunctionCount_t4174407007 * L_52 = (XPathFunctionCount_t4174407007 *)il2cpp_codegen_object_new(XPathFunctionCount_t4174407007_il2cpp_TypeInfo_var); XPathFunctionCount__ctor_m2746453153(L_52, L_51, /*hidden argument*/NULL); return L_52; } IL_0242: { FunctionArguments_t3573450773 * L_53 = ___args1; XPathFunctionId_t1670301333 * L_54 = (XPathFunctionId_t1670301333 *)il2cpp_codegen_object_new(XPathFunctionId_t1670301333_il2cpp_TypeInfo_var); XPathFunctionId__ctor_m1323120206(L_54, L_53, /*hidden argument*/NULL); return L_54; } IL_0249: { FunctionArguments_t3573450773 * L_55 = ___args1; XPathFunctionLocalName_t1807446049 * L_56 = (XPathFunctionLocalName_t1807446049 *)il2cpp_codegen_object_new(XPathFunctionLocalName_t1807446049_il2cpp_TypeInfo_var); XPathFunctionLocalName__ctor_m3048811622(L_56, L_55, /*hidden argument*/NULL); return L_56; } IL_0250: { FunctionArguments_t3573450773 * L_57 = ___args1; XPathFunctionNamespaceUri_t4077891083 * L_58 = (XPathFunctionNamespaceUri_t4077891083 *)il2cpp_codegen_object_new(XPathFunctionNamespaceUri_t4077891083_il2cpp_TypeInfo_var); XPathFunctionNamespaceUri__ctor_m3651514132(L_58, L_57, /*hidden argument*/NULL); return L_58; } IL_0257: { FunctionArguments_t3573450773 * L_59 = ___args1; XPathFunctionName_t1405602168 * L_60 = (XPathFunctionName_t1405602168 *)il2cpp_codegen_object_new(XPathFunctionName_t1405602168_il2cpp_TypeInfo_var); XPathFunctionName__ctor_m4109215838(L_60, L_59, /*hidden argument*/NULL); return L_60; } IL_025e: { FunctionArguments_t3573450773 * L_61 = ___args1; XPathFunctionString_t3820712894 * L_62 = (XPathFunctionString_t3820712894 *)il2cpp_codegen_object_new(XPathFunctionString_t3820712894_il2cpp_TypeInfo_var); XPathFunctionString__ctor_m3331743563(L_62, L_61, /*hidden argument*/NULL); return L_62; } IL_0265: { FunctionArguments_t3573450773 * L_63 = ___args1; XPathFunctionConcat_t3351639595 * L_64 = (XPathFunctionConcat_t3351639595 *)il2cpp_codegen_object_new(XPathFunctionConcat_t3351639595_il2cpp_TypeInfo_var); XPathFunctionConcat__ctor_m4049947836(L_64, L_63, /*hidden argument*/NULL); return L_64; } IL_026c: { FunctionArguments_t3573450773 * L_65 = ___args1; XPathFunctionStartsWith_t3734288208 * L_66 = (XPathFunctionStartsWith_t3734288208 *)il2cpp_codegen_object_new(XPathFunctionStartsWith_t3734288208_il2cpp_TypeInfo_var); XPathFunctionStartsWith__ctor_m2801198720(L_66, L_65, /*hidden argument*/NULL); return L_66; } IL_0273: { FunctionArguments_t3573450773 * L_67 = ___args1; XPathFunctionContains_t678583606 * L_68 = (XPathFunctionContains_t678583606 *)il2cpp_codegen_object_new(XPathFunctionContains_t678583606_il2cpp_TypeInfo_var); XPathFunctionContains__ctor_m3471873644(L_68, L_67, /*hidden argument*/NULL); return L_68; } IL_027a: { FunctionArguments_t3573450773 * L_69 = ___args1; XPathFunctionSubstringBefore_t3299707364 * L_70 = (XPathFunctionSubstringBefore_t3299707364 *)il2cpp_codegen_object_new(XPathFunctionSubstringBefore_t3299707364_il2cpp_TypeInfo_var); XPathFunctionSubstringBefore__ctor_m91696614(L_70, L_69, /*hidden argument*/NULL); return L_70; } IL_0281: { FunctionArguments_t3573450773 * L_71 = ___args1; XPathFunctionSubstringAfter_t2254953802 * L_72 = (XPathFunctionSubstringAfter_t2254953802 *)il2cpp_codegen_object_new(XPathFunctionSubstringAfter_t2254953802_il2cpp_TypeInfo_var); XPathFunctionSubstringAfter__ctor_m3597395567(L_72, L_71, /*hidden argument*/NULL); return L_72; } IL_0288: { FunctionArguments_t3573450773 * L_73 = ___args1; XPathFunctionSubstring_t3677332116 * L_74 = (XPathFunctionSubstring_t3677332116 *)il2cpp_codegen_object_new(XPathFunctionSubstring_t3677332116_il2cpp_TypeInfo_var); XPathFunctionSubstring__ctor_m2264598349(L_74, L_73, /*hidden argument*/NULL); return L_74; } IL_028f: { FunctionArguments_t3573450773 * L_75 = ___args1; XPathFunctionStringLength_t1686187666 * L_76 = (XPathFunctionStringLength_t1686187666 *)il2cpp_codegen_object_new(XPathFunctionStringLength_t1686187666_il2cpp_TypeInfo_var); XPathFunctionStringLength__ctor_m11633624(L_76, L_75, /*hidden argument*/NULL); return L_76; } IL_0296: { FunctionArguments_t3573450773 * L_77 = ___args1; XPathFunctionNormalizeSpace_t379159227 * L_78 = (XPathFunctionNormalizeSpace_t379159227 *)il2cpp_codegen_object_new(XPathFunctionNormalizeSpace_t379159227_il2cpp_TypeInfo_var); XPathFunctionNormalizeSpace__ctor_m1765405179(L_78, L_77, /*hidden argument*/NULL); return L_78; } IL_029d: { FunctionArguments_t3573450773 * L_79 = ___args1; XPathFunctionTranslate_t1071508611 * L_80 = (XPathFunctionTranslate_t1071508611 *)il2cpp_codegen_object_new(XPathFunctionTranslate_t1071508611_il2cpp_TypeInfo_var); XPathFunctionTranslate__ctor_m1010373577(L_80, L_79, /*hidden argument*/NULL); return L_80; } IL_02a4: { FunctionArguments_t3573450773 * L_81 = ___args1; XPathFunctionBoolean_t2892373420 * L_82 = (XPathFunctionBoolean_t2892373420 *)il2cpp_codegen_object_new(XPathFunctionBoolean_t2892373420_il2cpp_TypeInfo_var); XPathFunctionBoolean__ctor_m3229475651(L_82, L_81, /*hidden argument*/NULL); return L_82; } IL_02ab: { FunctionArguments_t3573450773 * L_83 = ___args1; XPathFunctionNot_t3025979743 * L_84 = (XPathFunctionNot_t3025979743 *)il2cpp_codegen_object_new(XPathFunctionNot_t3025979743_il2cpp_TypeInfo_var); XPathFunctionNot__ctor_m861869352(L_84, L_83, /*hidden argument*/NULL); return L_84; } IL_02b2: { FunctionArguments_t3573450773 * L_85 = ___args1; XPathFunctionTrue_t3806785954 * L_86 = (XPathFunctionTrue_t3806785954 *)il2cpp_codegen_object_new(XPathFunctionTrue_t3806785954_il2cpp_TypeInfo_var); XPathFunctionTrue__ctor_m1481356079(L_86, L_85, /*hidden argument*/NULL); return L_86; } IL_02b9: { FunctionArguments_t3573450773 * L_87 = ___args1; XPathFunctionFalse_t1021066162 * L_88 = (XPathFunctionFalse_t1021066162 *)il2cpp_codegen_object_new(XPathFunctionFalse_t1021066162_il2cpp_TypeInfo_var); XPathFunctionFalse__ctor_m2774750232(L_88, L_87, /*hidden argument*/NULL); return L_88; } IL_02c0: { FunctionArguments_t3573450773 * L_89 = ___args1; XPathFunctionLang_t242671679 * L_90 = (XPathFunctionLang_t242671679 *)il2cpp_codegen_object_new(XPathFunctionLang_t242671679_il2cpp_TypeInfo_var); XPathFunctionLang__ctor_m322832727(L_90, L_89, /*hidden argument*/NULL); return L_90; } IL_02c7: { FunctionArguments_t3573450773 * L_91 = ___args1; XPathFunctionNumber_t699684043 * L_92 = (XPathFunctionNumber_t699684043 *)il2cpp_codegen_object_new(XPathFunctionNumber_t699684043_il2cpp_TypeInfo_var); XPathFunctionNumber__ctor_m2085021148(L_92, L_91, /*hidden argument*/NULL); return L_92; } IL_02ce: { FunctionArguments_t3573450773 * L_93 = ___args1; XPathFunctionSum_t2229418177 * L_94 = (XPathFunctionSum_t2229418177 *)il2cpp_codegen_object_new(XPathFunctionSum_t2229418177_il2cpp_TypeInfo_var); XPathFunctionSum__ctor_m1838306581(L_94, L_93, /*hidden argument*/NULL); return L_94; } IL_02d5: { FunctionArguments_t3573450773 * L_95 = ___args1; XPathFunctionFloor_t3617095014 * L_96 = (XPathFunctionFloor_t3617095014 *)il2cpp_codegen_object_new(XPathFunctionFloor_t3617095014_il2cpp_TypeInfo_var); XPathFunctionFloor__ctor_m3054856969(L_96, L_95, /*hidden argument*/NULL); return L_96; } IL_02dc: { FunctionArguments_t3573450773 * L_97 = ___args1; XPathFunctionCeil_t4176839285 * L_98 = (XPathFunctionCeil_t4176839285 *)il2cpp_codegen_object_new(XPathFunctionCeil_t4176839285_il2cpp_TypeInfo_var); XPathFunctionCeil__ctor_m376275260(L_98, L_97, /*hidden argument*/NULL); return L_98; } IL_02e3: { FunctionArguments_t3573450773 * L_99 = ___args1; XPathFunctionRound_t2668931994 * L_100 = (XPathFunctionRound_t2668931994 *)il2cpp_codegen_object_new(XPathFunctionRound_t2668931994_il2cpp_TypeInfo_var); XPathFunctionRound__ctor_m2382310794(L_100, L_99, /*hidden argument*/NULL); return L_100; } IL_02ea: { XmlQualifiedName_t2760654312 * L_101 = ___name0; FunctionArguments_t3573450773 * L_102 = ___args1; RuntimeObject* L_103 = ___ctx2; ExprFunctionCall_t607199437 * L_104 = (ExprFunctionCall_t607199437 *)il2cpp_codegen_object_new(ExprFunctionCall_t607199437_il2cpp_TypeInfo_var); ExprFunctionCall__ctor_m3183351114(L_104, L_101, L_102, L_103, /*hidden argument*/NULL); return L_104; } } // System.String System.Xml.XPath.ExprFunctionCall::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprFunctionCall_ToString_m819353853 (ExprFunctionCall_t607199437 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprFunctionCall_ToString_m819353853_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; Expression_t1452783009 * V_2 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_0; V_1 = 0; goto IL_004c; } IL_000d: { ArrayList_t2718874744 * L_1 = __this->get__args_2(); int32_t L_2 = V_1; NullCheck(L_1); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2); V_2 = ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_3, Expression_t1452783009_il2cpp_TypeInfo_var)); String_t* L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_6 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003b; } } { String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3937257545(NULL /*static, unused*/, L_7, _stringLiteral3450517380, /*hidden argument*/NULL); V_0 = L_8; } IL_003b: { String_t* L_9 = V_0; Expression_t1452783009 * L_10 = V_2; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); V_0 = L_12; int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004c: { int32_t L_14 = V_1; ArrayList_t2718874744 * L_15 = __this->get__args_2(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_15); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_000d; } } { ObjectU5BU5D_t2843939325* L_17 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); XmlQualifiedName_t2760654312 * L_18 = __this->get__name_0(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, L_18); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_17; Il2CppChar L_21 = ((Il2CppChar)((int32_t)40)); RuntimeObject * L_22 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_21); NullCheck(L_20); ArrayElementTypeCheck (L_20, L_22); (L_20)->SetAt(static_cast(1), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_20; String_t* L_24 = V_0; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(2), (RuntimeObject *)L_24); ObjectU5BU5D_t2843939325* L_25 = L_23; Il2CppChar L_26 = ((Il2CppChar)((int32_t)41)); RuntimeObject * L_27 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_26); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(3), (RuntimeObject *)L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Concat_m2971454694(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); return L_28; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprFunctionCall::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t ExprFunctionCall_get_ReturnType_m290822090 (ExprFunctionCall_t607199437 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprFunctionCall::GetReturnType(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR int32_t ExprFunctionCall_GetReturnType_m3906584925 (ExprFunctionCall_t607199437 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Xml.XPath.XPathResultType[] System.Xml.XPath.ExprFunctionCall::GetArgTypes(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR XPathResultTypeU5BU5D_t1515527577* ExprFunctionCall_GetArgTypes_m1103908206 (ExprFunctionCall_t607199437 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprFunctionCall_GetArgTypes_m1103908206_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathResultTypeU5BU5D_t1515527577* V_0 = NULL; int32_t V_1 = 0; { ArrayList_t2718874744 * L_0 = __this->get__args_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = ((XPathResultTypeU5BU5D_t1515527577*)SZArrayNew(XPathResultTypeU5BU5D_t1515527577_il2cpp_TypeInfo_var, (uint32_t)L_1)); V_1 = 0; goto IL_0036; } IL_0018: { XPathResultTypeU5BU5D_t1515527577* L_2 = V_0; int32_t L_3 = V_1; ArrayList_t2718874744 * L_4 = __this->get__args_2(); int32_t L_5 = V_1; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5); BaseIterator_t4168896842 * L_7 = ___iter0; NullCheck(((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_6, Expression_t1452783009_il2cpp_TypeInfo_var))); int32_t L_8 = VirtFuncInvoker1< int32_t, BaseIterator_t4168896842 * >::Invoke(5 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::GetReturnType(System.Xml.XPath.BaseIterator) */, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_6, Expression_t1452783009_il2cpp_TypeInfo_var)), L_7); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (int32_t)L_8); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0036: { int32_t L_10 = V_1; ArrayList_t2718874744 * L_11 = __this->get__args_2(); NullCheck(L_11); int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_11); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0018; } } { XPathResultTypeU5BU5D_t1515527577* L_13 = V_0; return L_13; } } // System.Object System.Xml.XPath.ExprFunctionCall::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprFunctionCall_Evaluate_m34899415 (ExprFunctionCall_t607199437 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprFunctionCall_Evaluate_m34899415_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathResultTypeU5BU5D_t1515527577* V_0 = NULL; RuntimeObject* V_1 = NULL; XsltContext_t2039362735 * V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; XPathResultTypeU5BU5D_t1515527577* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; Expression_t1452783009 * V_7 = NULL; RuntimeObject * V_8 = NULL; { BaseIterator_t4168896842 * L_0 = ___iter0; XPathResultTypeU5BU5D_t1515527577* L_1 = ExprFunctionCall_GetArgTypes_m1103908206(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = (RuntimeObject*)NULL; BaseIterator_t4168896842 * L_2 = ___iter0; NullCheck(L_2); RuntimeObject* L_3 = BaseIterator_get_NamespaceManager_m2542706114(L_2, /*hidden argument*/NULL); V_2 = ((XsltContext_t2039362735 *)IsInstClass((RuntimeObject*)L_3, XsltContext_t2039362735_il2cpp_TypeInfo_var)); XsltContext_t2039362735 * L_4 = V_2; if (!L_4) { goto IL_0058; } } { bool L_5 = __this->get_resolvedName_1(); if (!L_5) { goto IL_003a; } } { XsltContext_t2039362735 * L_6 = V_2; XmlQualifiedName_t2760654312 * L_7 = __this->get__name_0(); XPathResultTypeU5BU5D_t1515527577* L_8 = V_0; NullCheck(L_6); RuntimeObject* L_9 = VirtFuncInvoker2< RuntimeObject*, XmlQualifiedName_t2760654312 *, XPathResultTypeU5BU5D_t1515527577* >::Invoke(19 /* System.Xml.Xsl.IXsltContextFunction System.Xml.Xsl.XsltContext::ResolveFunction(System.Xml.XmlQualifiedName,System.Xml.XPath.XPathResultType[]) */, L_6, L_7, L_8); V_1 = L_9; goto IL_0058; } IL_003a: { XsltContext_t2039362735 * L_10 = V_2; XmlQualifiedName_t2760654312 * L_11 = __this->get__name_0(); NullCheck(L_11); String_t* L_12 = XmlQualifiedName_get_Namespace_m3957593392(L_11, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_13 = __this->get__name_0(); NullCheck(L_13); String_t* L_14 = XmlQualifiedName_get_Name_m815040483(L_13, /*hidden argument*/NULL); XPathResultTypeU5BU5D_t1515527577* L_15 = V_0; NullCheck(L_10); RuntimeObject* L_16 = VirtFuncInvoker3< RuntimeObject*, String_t*, String_t*, XPathResultTypeU5BU5D_t1515527577* >::Invoke(16 /* System.Xml.Xsl.IXsltContextFunction System.Xml.Xsl.XsltContext::ResolveFunction(System.String,System.String,System.Xml.XPath.XPathResultType[]) */, L_10, L_12, L_14, L_15); V_1 = L_16; } IL_0058: { RuntimeObject* L_17 = V_1; if (L_17) { goto IL_007e; } } { XmlQualifiedName_t2760654312 * L_18 = __this->get__name_0(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4076625313, L_19, _stringLiteral459368889, /*hidden argument*/NULL); XPathException_t2107611652 * L_21 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_21, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,ExprFunctionCall_Evaluate_m34899415_RuntimeMethod_var); } IL_007e: { ArrayList_t2718874744 * L_22 = __this->get__args_2(); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22); V_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_23)); RuntimeObject* L_24 = V_1; NullCheck(L_24); int32_t L_25 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.Xsl.IXsltContextFunction::get_Maxargs() */, IXsltContextFunction_t969044578_il2cpp_TypeInfo_var, L_24); if (!L_25) { goto IL_0119; } } { RuntimeObject* L_26 = V_1; NullCheck(L_26); XPathResultTypeU5BU5D_t1515527577* L_27 = InterfaceFuncInvoker0< XPathResultTypeU5BU5D_t1515527577* >::Invoke(0 /* System.Xml.XPath.XPathResultType[] System.Xml.Xsl.IXsltContextFunction::get_ArgTypes() */, IXsltContextFunction_t969044578_il2cpp_TypeInfo_var, L_26); V_4 = L_27; V_5 = 0; goto IL_0107; } IL_00aa: { XPathResultTypeU5BU5D_t1515527577* L_28 = V_4; if (L_28) { goto IL_00b9; } } { V_6 = 5; goto IL_00db; } IL_00b9: { int32_t L_29 = V_5; XPathResultTypeU5BU5D_t1515527577* L_30 = V_4; NullCheck(L_30); if ((((int32_t)L_29) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length))))))) { goto IL_00d0; } } { XPathResultTypeU5BU5D_t1515527577* L_31 = V_4; int32_t L_32 = V_5; NullCheck(L_31); int32_t L_33 = L_32; int32_t L_34 = (L_31)->GetAt(static_cast(L_33)); V_6 = L_34; goto IL_00db; } IL_00d0: { XPathResultTypeU5BU5D_t1515527577* L_35 = V_4; XPathResultTypeU5BU5D_t1515527577* L_36 = V_4; NullCheck(L_36); NullCheck(L_35); int32_t L_37 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))), (int32_t)1)); int32_t L_38 = (L_35)->GetAt(static_cast(L_37)); V_6 = L_38; } IL_00db: { ArrayList_t2718874744 * L_39 = __this->get__args_2(); int32_t L_40 = V_5; NullCheck(L_39); RuntimeObject * L_41 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_39, L_40); V_7 = ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_41, Expression_t1452783009_il2cpp_TypeInfo_var)); Expression_t1452783009 * L_42 = V_7; BaseIterator_t4168896842 * L_43 = ___iter0; int32_t L_44 = V_6; NullCheck(L_42); RuntimeObject * L_45 = Expression_EvaluateAs_m4036363313(L_42, L_43, L_44, /*hidden argument*/NULL); V_8 = L_45; ObjectU5BU5D_t2843939325* L_46 = V_3; int32_t L_47 = V_5; RuntimeObject * L_48 = V_8; NullCheck(L_46); ArrayElementTypeCheck (L_46, L_48); (L_46)->SetAt(static_cast(L_47), (RuntimeObject *)L_48); int32_t L_49 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_0107: { int32_t L_50 = V_5; ArrayList_t2718874744 * L_51 = __this->get__args_2(); NullCheck(L_51); int32_t L_52 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_51); if ((((int32_t)L_50) < ((int32_t)L_52))) { goto IL_00aa; } } IL_0119: { RuntimeObject* L_53 = V_1; XsltContext_t2039362735 * L_54 = V_2; ObjectU5BU5D_t2843939325* L_55 = V_3; BaseIterator_t4168896842 * L_56 = ___iter0; NullCheck(L_56); XPathNavigator_t787956054 * L_57 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_56); NullCheck(L_53); RuntimeObject * L_58 = InterfaceFuncInvoker3< RuntimeObject *, XsltContext_t2039362735 *, ObjectU5BU5D_t2843939325*, XPathNavigator_t787956054 * >::Invoke(2 /* System.Object System.Xml.Xsl.IXsltContextFunction::Invoke(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator) */, IXsltContextFunction_t969044578_il2cpp_TypeInfo_var, L_53, L_54, L_55, L_57); return L_58; } } // System.Boolean System.Xml.XPath.ExprFunctionCall::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprFunctionCall_get_Peer_m2888910964 (ExprFunctionCall_t607199437 * __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.Void System.Xml.XPath.ExprGE::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprGE__ctor_m206563240 (ExprGE_t4135851367 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; RelationalExpr__ctor_m559163901(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprGE::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprGE_get_Operator_m3471581705 (ExprGE_t4135851367 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprGE_get_Operator_m3471581705_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3451762578; } } // System.Boolean System.Xml.XPath.ExprGE::Compare(System.Double,System.Double) extern "C" IL2CPP_METHOD_ATTR bool ExprGE_Compare_m3178659259 (ExprGE_t4135851367 * __this, double ___arg10, double ___arg21, const RuntimeMethod* method) { { double L_0 = ___arg10; double L_1 = ___arg21; return (bool)((((int32_t)((!(((double)L_0) >= ((double)L_1)))? 1 : 0)) == ((int32_t)0))? 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.Void System.Xml.XPath.ExprGT::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprGT__ctor_m1389473147 (ExprGT_t1857306706 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; RelationalExpr__ctor_m559163901(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprGT::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprGT_get_Operator_m118927860 (ExprGT_t1857306706 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprGT_get_Operator_m118927860_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614546; } } // System.Boolean System.Xml.XPath.ExprGT::Compare(System.Double,System.Double) extern "C" IL2CPP_METHOD_ATTR bool ExprGT_Compare_m2424003715 (ExprGT_t1857306706 * __this, double ___arg10, double ___arg21, const RuntimeMethod* method) { { double L_0 = ___arg10; double L_1 = ___arg21; return (bool)((((double)L_0) > ((double)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.Void System.Xml.XPath.ExprLE::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprLE__ctor_m2052688359 (ExprLE_t4135130471 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; RelationalExpr__ctor_m559163901(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprLE::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprLE_get_Operator_m4047881400 (ExprLE_t4135130471 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprLE_get_Operator_m4047881400_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3451762580; } } // System.Boolean System.Xml.XPath.ExprLE::Compare(System.Double,System.Double) extern "C" IL2CPP_METHOD_ATTR bool ExprLE_Compare_m2889564456 (ExprLE_t4135130471 * __this, double ___arg10, double ___arg21, const RuntimeMethod* method) { { double L_0 = ___arg10; double L_1 = ___arg21; return (bool)((((int32_t)((!(((double)L_0) <= ((double)L_1)))? 1 : 0)) == ((int32_t)0))? 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.Void System.Xml.XPath.ExprLiteral::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ExprLiteral__ctor_m807453226 (ExprLiteral_t2264229068 * __this, String_t* ___value0, const RuntimeMethod* method) { { Expression__ctor_m15586157(__this, /*hidden argument*/NULL); String_t* L_0 = ___value0; __this->set__value_0(L_0); return; } } // System.String System.Xml.XPath.ExprLiteral::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprLiteral_ToString_m988196231 (ExprLiteral_t2264229068 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprLiteral_ToString_m988196231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get__value_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_0, _stringLiteral3452614521, /*hidden argument*/NULL); return L_1; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprLiteral::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t ExprLiteral_get_ReturnType_m1860255559 (ExprLiteral_t2264229068 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Boolean System.Xml.XPath.ExprLiteral::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprLiteral_get_Peer_m3813227251 (ExprLiteral_t2264229068 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XPath.ExprLiteral::get_HasStaticValue() extern "C" IL2CPP_METHOD_ATTR bool ExprLiteral_get_HasStaticValue_m711464056 (ExprLiteral_t2264229068 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.Xml.XPath.ExprLiteral::get_StaticValueAsString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprLiteral_get_StaticValueAsString_m3008405135 (ExprLiteral_t2264229068 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__value_0(); return L_0; } } // System.Object System.Xml.XPath.ExprLiteral::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprLiteral_Evaluate_m4104856484 (ExprLiteral_t2264229068 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { String_t* L_0 = __this->get__value_0(); return L_0; } } // System.String System.Xml.XPath.ExprLiteral::EvaluateString(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR String_t* ExprLiteral_EvaluateString_m3966917742 (ExprLiteral_t2264229068 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { String_t* L_0 = __this->get__value_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprLT::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprLT__ctor_m168109738 (ExprLT_t1856585810 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; RelationalExpr__ctor_m559163901(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprLT::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprLT_get_Operator_m3002619043 (ExprLT_t1856585810 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprLT_get_Operator_m3002619043_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614548; } } // System.Boolean System.Xml.XPath.ExprLT::Compare(System.Double,System.Double) extern "C" IL2CPP_METHOD_ATTR bool ExprLT_Compare_m2134908912 (ExprLT_t1856585810 * __this, double ___arg10, double ___arg21, const RuntimeMethod* method) { { double L_0 = ___arg10; double L_1 = ___arg21; return (bool)((((double)L_0) < ((double)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.Void System.Xml.XPath.ExprMINUS::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprMINUS__ctor_m2978623132 (ExprMINUS_t3125292145 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprNumeric__ctor_m2321536809(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprMINUS::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprMINUS_get_Operator_m3875394535 (ExprMINUS_t3125292145 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprMINUS_get_Operator_m3875394535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614531; } } // System.Double System.Xml.XPath.ExprMINUS::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double ExprMINUS_get_StaticValueAsNumber_m143199884 (ExprMINUS_t3125292145 * __this, const RuntimeMethod* method) { double G_B3_0 = 0.0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (!L_0) { goto IL_0027; } } { Expression_t1452783009 * L_1 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_1); double L_2 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_3); double L_4 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_3); G_B3_0 = ((double)il2cpp_codegen_subtract((double)L_2, (double)L_4)); goto IL_0030; } IL_0027: { G_B3_0 = (0.0); } IL_0030: { return G_B3_0; } } // System.Double System.Xml.XPath.ExprMINUS::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double ExprMINUS_EvaluateNumber_m2178259302 (ExprMINUS_t3125292145 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); double L_2 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_0, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); double L_5 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_3, L_4); return ((double)il2cpp_codegen_subtract((double)L_2, (double)L_5)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprMOD::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprMOD__ctor_m2986001670 (ExprMOD_t1913835785 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprNumeric__ctor_m2321536809(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprMOD::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprMOD_get_Operator_m1963700108 (ExprMOD_t1913835785 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprMOD_get_Operator_m1963700108_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614523; } } // System.Double System.Xml.XPath.ExprMOD::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double ExprMOD_get_StaticValueAsNumber_m4277459133 (ExprMOD_t1913835785 * __this, const RuntimeMethod* method) { double G_B3_0 = 0.0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (!L_0) { goto IL_0027; } } { Expression_t1452783009 * L_1 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_1); double L_2 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_3); double L_4 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_3); G_B3_0 = (fmod(L_2, L_4)); goto IL_0030; } IL_0027: { G_B3_0 = (0.0); } IL_0030: { return G_B3_0; } } // System.Double System.Xml.XPath.ExprMOD::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double ExprMOD_EvaluateNumber_m313200456 (ExprMOD_t1913835785 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); double L_2 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_0, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); double L_5 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_3, L_4); return (fmod(L_2, L_5)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprMULT::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprMULT__ctor_m2575760461 (ExprMULT_t118778748 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprNumeric__ctor_m2321536809(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprMULT::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprMULT_get_Operator_m3232046128 (ExprMULT_t118778748 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprMULT_get_Operator_m3232046128_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614534; } } // System.Double System.Xml.XPath.ExprMULT::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double ExprMULT_get_StaticValueAsNumber_m505375603 (ExprMULT_t118778748 * __this, const RuntimeMethod* method) { double G_B3_0 = 0.0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (!L_0) { goto IL_0027; } } { Expression_t1452783009 * L_1 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_1); double L_2 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_3); double L_4 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_3); G_B3_0 = ((double)il2cpp_codegen_multiply((double)L_2, (double)L_4)); goto IL_0030; } IL_0027: { G_B3_0 = (0.0); } IL_0030: { return G_B3_0; } } // System.Double System.Xml.XPath.ExprMULT::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double ExprMULT_EvaluateNumber_m1468718223 (ExprMULT_t118778748 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); double L_2 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_0, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); double L_5 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_3, L_4); return ((double)il2cpp_codegen_multiply((double)L_2, (double)L_5)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprNE::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprNE__ctor_m2190599478 (ExprNE_t4135261543 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; EqualityExpr__ctor_m1260778379(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprNE::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprNE_get_Operator_m4139945362 (ExprNE_t4135261543 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprNE_get_Operator_m4139945362_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3451762559; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprNEG::.ctor(System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprNEG__ctor_m3041930912 (ExprNEG_t381818215 * __this, Expression_t1452783009 * ___expr0, const RuntimeMethod* method) { { Expression__ctor_m15586157(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___expr0; __this->set__expr_0(L_0); return; } } // System.String System.Xml.XPath.ExprNEG::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprNEG_ToString_m1228426186 (ExprNEG_t381818215 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprNEG_ToString_m1228426186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3450517379, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprNEG::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t ExprNEG_get_ReturnType_m2683019499 (ExprNEG_t381818215 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XPath.Expression System.Xml.XPath.ExprNEG::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprNEG_Optimize_m84840150 (ExprNEG_t381818215 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprNEG_Optimize_m84840150_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExprNEG_t381818215 * G_B3_0 = NULL; { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); Expression_t1452783009 * L_1 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_0); __this->set__expr_0(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprNEG::get_HasStaticValue() */, __this); if (L_2) { goto IL_0022; } } { G_B3_0 = __this; goto IL_002d; } IL_0022: { double L_3 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.ExprNEG::get_StaticValueAsNumber() */, __this); ExprNumber_t3483239576 * L_4 = (ExprNumber_t3483239576 *)il2cpp_codegen_object_new(ExprNumber_t3483239576_il2cpp_TypeInfo_var); ExprNumber__ctor_m147059916(L_4, L_3, /*hidden argument*/NULL); G_B3_0 = ((ExprNEG_t381818215 *)(L_4)); } IL_002d: { return G_B3_0; } } // System.Boolean System.Xml.XPath.ExprNEG::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprNEG_get_Peer_m1986718616 (ExprNEG_t381818215 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_0); return L_1; } } // System.Boolean System.Xml.XPath.ExprNEG::get_HasStaticValue() extern "C" IL2CPP_METHOD_ATTR bool ExprNEG_get_HasStaticValue_m4136433276 (ExprNEG_t381818215 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() */, L_0); return L_1; } } // System.Double System.Xml.XPath.ExprNEG::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double ExprNEG_get_StaticValueAsNumber_m3022586867 (ExprNEG_t381818215 * __this, const RuntimeMethod* method) { double G_B3_0 = 0.0; { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() */, L_0); if (!L_1) { goto IL_002a; } } { Expression_t1452783009 * L_2 = __this->get__expr_0(); NullCheck(L_2); double L_3 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_2); G_B3_0 = ((double)il2cpp_codegen_multiply((double)(-1.0), (double)L_3)); goto IL_0033; } IL_002a: { G_B3_0 = (0.0); } IL_0033: { return G_B3_0; } } // System.Object System.Xml.XPath.ExprNEG::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprNEG_Evaluate_m1945282735 (ExprNEG_t381818215 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprNEG_Evaluate_m1945282735_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression_t1452783009 * L_0 = __this->get__expr_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); double L_2 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_0, L_1); double L_3 = ((-L_2)); RuntimeObject * L_4 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_3); return L_4; } } // System.Double System.Xml.XPath.ExprNEG::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double ExprNEG_EvaluateNumber_m2985642265 (ExprNEG_t381818215 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); double L_2 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_0, L_1); return ((-L_2)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprNumber::.ctor(System.Double) extern "C" IL2CPP_METHOD_ATTR void ExprNumber__ctor_m147059916 (ExprNumber_t3483239576 * __this, double ___value0, const RuntimeMethod* method) { { Expression__ctor_m15586157(__this, /*hidden argument*/NULL); double L_0 = ___value0; __this->set__value_0(L_0); return; } } // System.String System.Xml.XPath.ExprNumber::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprNumber_ToString_m362959600 (ExprNumber_t3483239576 * __this, const RuntimeMethod* method) { { double* L_0 = __this->get_address_of__value_0(); String_t* L_1 = Double_ToString_m1229922074(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprNumber::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t ExprNumber_get_ReturnType_m1731392976 (ExprNumber_t3483239576 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Boolean System.Xml.XPath.ExprNumber::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprNumber_get_Peer_m1946071414 (ExprNumber_t3483239576 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XPath.ExprNumber::get_HasStaticValue() extern "C" IL2CPP_METHOD_ATTR bool ExprNumber_get_HasStaticValue_m2916306461 (ExprNumber_t3483239576 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Double System.Xml.XPath.ExprNumber::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double ExprNumber_get_StaticValueAsNumber_m4285253905 (ExprNumber_t3483239576 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprNumber_get_StaticValueAsNumber_m4285253905_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = __this->get__value_0(); double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_1); double L_3 = XPathFunctions_ToNumber_m1425546570(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return L_3; } } // System.Object System.Xml.XPath.ExprNumber::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprNumber_Evaluate_m1372199812 (ExprNumber_t3483239576 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprNumber_Evaluate_m1372199812_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = __this->get__value_0(); double L_1 = L_0; RuntimeObject * L_2 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_1); return L_2; } } // System.Double System.Xml.XPath.ExprNumber::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double ExprNumber_EvaluateNumber_m2682927936 (ExprNumber_t3483239576 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { double L_0 = __this->get__value_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprNumeric::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprNumeric__ctor_m2321536809 (ExprNumeric_t370757872 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprBinary__ctor_m2426281594(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprNumeric::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t ExprNumeric_get_ReturnType_m1047705518 (ExprNumeric_t370757872 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XPath.Expression System.Xml.XPath.ExprNumeric::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprNumeric_Optimize_m2257189555 (ExprNumeric_t370757872 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprNumeric_Optimize_m2257189555_MetadataUsageId); s_Il2CppMethodInitialized = true; } ExprNumeric_t370757872 * G_B3_0 = NULL; { ExprBinary_Optimize_m2522886035(__this, /*hidden argument*/NULL); bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (L_0) { goto IL_0018; } } { G_B3_0 = __this; goto IL_0023; } IL_0018: { double L_1 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, __this); ExprNumber_t3483239576 * L_2 = (ExprNumber_t3483239576 *)il2cpp_codegen_object_new(ExprNumber_t3483239576_il2cpp_TypeInfo_var); ExprNumber__ctor_m147059916(L_2, L_1, /*hidden argument*/NULL); G_B3_0 = ((ExprNumeric_t370757872 *)(L_2)); } IL_0023: { return G_B3_0; } } // System.Object System.Xml.XPath.ExprNumeric::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprNumeric_Evaluate_m2933288309 (ExprNumeric_t370757872 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprNumeric_Evaluate_m2933288309_MetadataUsageId); s_Il2CppMethodInitialized = true; } { BaseIterator_t4168896842 * L_0 = ___iter0; double L_1 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, __this, L_0); double L_2 = L_1; RuntimeObject * L_3 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_2); 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.XPath.ExprOR::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprOR__ctor_m3976562532 (ExprOR_t3019581832 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprBoolean__ctor_m1159749897(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprOR::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprOR_get_Operator_m1688656052 (ExprOR_t3019581832 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprOR_get_Operator_m1688656052_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3455629249; } } // System.Boolean System.Xml.XPath.ExprOR::get_StaticValueAsBoolean() extern "C" IL2CPP_METHOD_ATTR bool ExprOR_get_StaticValueAsBoolean_m342880675 (ExprOR_t3019581832 * __this, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (!L_0) { goto IL_002e; } } { Expression_t1452783009 * L_1 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, L_1); if (L_2) { goto IL_0028; } } { Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, L_3); G_B4_0 = ((int32_t)(L_4)); goto IL_0029; } IL_0028: { G_B4_0 = 1; } IL_0029: { G_B6_0 = G_B4_0; goto IL_002f; } IL_002e: { G_B6_0 = 0; } IL_002f: { return (bool)G_B6_0; } } // System.Boolean System.Xml.XPath.ExprOR::EvaluateBoolean(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR bool ExprOR_EvaluateBoolean_m4047580507 (ExprOR_t3019581832 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, L_0, L_1); if (!L_2) { goto IL_0013; } } { return (bool)1; } IL_0013: { Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, BaseIterator_t4168896842 * >::Invoke(18 /* System.Boolean System.Xml.XPath.Expression::EvaluateBoolean(System.Xml.XPath.BaseIterator) */, L_3, L_4); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprParens::.ctor(System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprParens__ctor_m980674938 (ExprParens_t795575662 * __this, Expression_t1452783009 * ___expr0, const RuntimeMethod* method) { { Expression__ctor_m15586157(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___expr0; __this->set__expr_0(L_0); return; } } // System.Xml.XPath.Expression System.Xml.XPath.ExprParens::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprParens_Optimize_m2367086901 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_0); return __this; } } // System.Boolean System.Xml.XPath.ExprParens::get_HasStaticValue() extern "C" IL2CPP_METHOD_ATTR bool ExprParens_get_HasStaticValue_m1896130588 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.Expression::get_HasStaticValue() */, L_0); return L_1; } } // System.Object System.Xml.XPath.ExprParens::get_StaticValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprParens_get_StaticValue_m3424764924 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(8 /* System.Object System.Xml.XPath.Expression::get_StaticValue() */, L_0); return L_1; } } // System.String System.Xml.XPath.ExprParens::get_StaticValueAsString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprParens_get_StaticValueAsString_m2491375174 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XPath.Expression::get_StaticValueAsString() */, L_0); return L_1; } } // System.Double System.Xml.XPath.ExprParens::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double ExprParens_get_StaticValueAsNumber_m1823774881 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); double L_1 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_0); return L_1; } } // System.Boolean System.Xml.XPath.ExprParens::get_StaticValueAsBoolean() extern "C" IL2CPP_METHOD_ATTR bool ExprParens_get_StaticValueAsBoolean_m2139882166 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.Expression::get_StaticValueAsBoolean() */, L_0); return L_1; } } // System.String System.Xml.XPath.ExprParens::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprParens_ToString_m487672512 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprParens_ToString_m487672512_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614536, L_1, _stringLiteral3452614535, /*hidden argument*/NULL); return L_2; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprParens::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t ExprParens_get_ReturnType_m3393102810 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XPath.XPathResultType System.Xml.XPath.Expression::get_ReturnType() */, L_0); return L_1; } } // System.Object System.Xml.XPath.ExprParens::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprParens_Evaluate_m395386751 (ExprParens_t795575662 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprParens_Evaluate_m395386751_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XPathNodeIterator_t3667290188 * V_1 = NULL; BaseIterator_t4168896842 * V_2 = NULL; { Expression_t1452783009 * L_0 = __this->get__expr_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, BaseIterator_t4168896842 * >::Invoke(13 /* System.Object System.Xml.XPath.Expression::Evaluate(System.Xml.XPath.BaseIterator) */, L_0, L_1); V_0 = L_2; RuntimeObject * L_3 = V_0; V_1 = ((XPathNodeIterator_t3667290188 *)IsInstClass((RuntimeObject*)L_3, XPathNodeIterator_t3667290188_il2cpp_TypeInfo_var)); XPathNodeIterator_t3667290188 * L_4 = V_1; V_2 = ((BaseIterator_t4168896842 *)IsInstClass((RuntimeObject*)L_4, BaseIterator_t4168896842_il2cpp_TypeInfo_var)); BaseIterator_t4168896842 * L_5 = V_2; if (L_5) { goto IL_0034; } } { XPathNodeIterator_t3667290188 * L_6 = V_1; if (!L_6) { goto IL_0034; } } { XPathNodeIterator_t3667290188 * L_7 = V_1; BaseIterator_t4168896842 * L_8 = ___iter0; NullCheck(L_8); RuntimeObject* L_9 = BaseIterator_get_NamespaceManager_m2542706114(L_8, /*hidden argument*/NULL); WrapperIterator_t1258076988 * L_10 = (WrapperIterator_t1258076988 *)il2cpp_codegen_object_new(WrapperIterator_t1258076988_il2cpp_TypeInfo_var); WrapperIterator__ctor_m1708545452(L_10, L_7, L_9, /*hidden argument*/NULL); V_2 = L_10; } IL_0034: { BaseIterator_t4168896842 * L_11 = V_2; if (!L_11) { goto IL_0041; } } { BaseIterator_t4168896842 * L_12 = V_2; ParensIterator_t4020310733 * L_13 = (ParensIterator_t4020310733 *)il2cpp_codegen_object_new(ParensIterator_t4020310733_il2cpp_TypeInfo_var); ParensIterator__ctor_m4211157708(L_13, L_12, /*hidden argument*/NULL); return L_13; } IL_0041: { RuntimeObject * L_14 = V_0; return L_14; } } // System.Boolean System.Xml.XPath.ExprParens::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprParens_get_Peer_m182645953 (ExprParens_t795575662 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__expr_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprPLUS::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprPLUS__ctor_m3797572383 (ExprPLUS_t1725353634 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ___left0; Expression_t1452783009 * L_1 = ___right1; ExprNumeric__ctor_m2321536809(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprPLUS::get_Operator() extern "C" IL2CPP_METHOD_ATTR String_t* ExprPLUS_get_Operator_m1295059442 (ExprPLUS_t1725353634 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprPLUS_get_Operator_m1295059442_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3452614533; } } // System.Double System.Xml.XPath.ExprPLUS::get_StaticValueAsNumber() extern "C" IL2CPP_METHOD_ATTR double ExprPLUS_get_StaticValueAsNumber_m3144239085 (ExprPLUS_t1725353634 * __this, const RuntimeMethod* method) { double G_B3_0 = 0.0; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.ExprBinary::get_HasStaticValue() */, __this); if (!L_0) { goto IL_0027; } } { Expression_t1452783009 * L_1 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); NullCheck(L_1); double L_2 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); NullCheck(L_3); double L_4 = VirtFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.Expression::get_StaticValueAsNumber() */, L_3); G_B3_0 = ((double)il2cpp_codegen_add((double)L_2, (double)L_4)); goto IL_0030; } IL_0027: { G_B3_0 = (0.0); } IL_0030: { return G_B3_0; } } // System.Double System.Xml.XPath.ExprPLUS::EvaluateNumber(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR double ExprPLUS_EvaluateNumber_m1265738005 (ExprPLUS_t1725353634 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = ((ExprBinary_t2069694888 *)__this)->get__left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); double L_2 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_0, L_1); Expression_t1452783009 * L_3 = ((ExprBinary_t2069694888 *)__this)->get__right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); double L_5 = VirtFuncInvoker1< double, BaseIterator_t4168896842 * >::Invoke(16 /* System.Double System.Xml.XPath.Expression::EvaluateNumber(System.Xml.XPath.BaseIterator) */, L_3, L_4); return ((double)il2cpp_codegen_add((double)L_2, (double)L_5)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ExprRoot::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExprRoot__ctor_m3917243252 (ExprRoot_t3091324302 * __this, const RuntimeMethod* method) { { NodeSet__ctor_m958047062(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.XPath.ExprRoot::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprRoot_ToString_m2054507305 (ExprRoot_t3091324302 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprRoot_ToString_m2054507305_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_0; } } // System.Object System.Xml.XPath.ExprRoot::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprRoot_Evaluate_m3140108246 (ExprRoot_t3091324302 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprRoot_Evaluate_m3140108246_MetadataUsageId); s_Il2CppMethodInitialized = true; } XPathNavigator_t787956054 * V_0 = NULL; { BaseIterator_t4168896842 * L_0 = ___iter0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, L_0); if (L_1) { goto IL_001f; } } { BaseIterator_t4168896842 * L_2 = ___iter0; NullCheck(L_2); XPathNodeIterator_t3667290188 * L_3 = VirtFuncInvoker0< XPathNodeIterator_t3667290188 * >::Invoke(9 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_2); ___iter0 = ((BaseIterator_t4168896842 *)CastclassClass((RuntimeObject*)L_3, BaseIterator_t4168896842_il2cpp_TypeInfo_var)); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_4); VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.BaseIterator::MoveNext() */, L_4); } IL_001f: { BaseIterator_t4168896842 * L_5 = ___iter0; NullCheck(L_5); XPathNavigator_t787956054 * L_6 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_5); NullCheck(L_6); XPathNavigator_t787956054 * L_7 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_6); V_0 = L_7; XPathNavigator_t787956054 * L_8 = V_0; NullCheck(L_8); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XPath.XPathNavigator::MoveToRoot() */, L_8); XPathNavigator_t787956054 * L_9 = V_0; BaseIterator_t4168896842 * L_10 = ___iter0; NullCheck(L_10); RuntimeObject* L_11 = BaseIterator_get_NamespaceManager_m2542706114(L_10, /*hidden argument*/NULL); SelfIterator_t907214 * L_12 = (SelfIterator_t907214 *)il2cpp_codegen_object_new(SelfIterator_t907214_il2cpp_TypeInfo_var); SelfIterator__ctor_m1955149028(L_12, L_9, L_11, /*hidden argument*/NULL); return L_12; } } // System.Boolean System.Xml.XPath.ExprRoot::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprRoot_get_Peer_m2111060566 (ExprRoot_t3091324302 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.XPath.ExprRoot::get_Subtree() extern "C" IL2CPP_METHOD_ATTR bool ExprRoot_get_Subtree_m1191701740 (ExprRoot_t3091324302 * __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.Void System.Xml.XPath.ExprSLASH::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.NodeSet) extern "C" IL2CPP_METHOD_ATTR void ExprSLASH__ctor_m3063015905 (ExprSLASH_t1263914658 * __this, Expression_t1452783009 * ___left0, NodeSet_t3272593155 * ___right1, const RuntimeMethod* method) { { NodeSet__ctor_m958047062(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___left0; __this->set_left_0(L_0); NodeSet_t3272593155 * L_1 = ___right1; __this->set_right_1(L_1); return; } } // System.Xml.XPath.Expression System.Xml.XPath.ExprSLASH::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprSLASH_Optimize_m2721850521 (ExprSLASH_t1263914658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH_Optimize_m2721850521_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); Expression_t1452783009 * L_1 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_0); __this->set_left_0(L_1); NodeSet_t3272593155 * L_2 = __this->get_right_1(); NullCheck(L_2); Expression_t1452783009 * L_3 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_2); __this->set_right_1(((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_3, NodeSet_t3272593155_il2cpp_TypeInfo_var))); return __this; } } // System.String System.Xml.XPath.ExprSLASH::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprSLASH_ToString_m2859106124 (ExprSLASH_t1263914658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH_ToString_m2859106124_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); NodeSet_t3272593155 * L_2 = __this->get_right_1(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3452614529, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Xml.XPath.ExprSLASH::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprSLASH_Evaluate_m1058952271 (ExprSLASH_t1263914658 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH_Evaluate_m1058952271_MetadataUsageId); s_Il2CppMethodInitialized = true; } BaseIterator_t4168896842 * V_0 = NULL; BaseIterator_t4168896842 * V_1 = NULL; { Expression_t1452783009 * L_0 = __this->get_left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); BaseIterator_t4168896842 * L_2 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, L_0, L_1); V_0 = L_2; Expression_t1452783009 * L_3 = __this->get_left_0(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_3); if (!L_4) { goto IL_003a; } } { NodeSet_t3272593155 * L_5 = __this->get_right_1(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XPath.NodeSet::get_Subtree() */, L_5); if (!L_6) { goto IL_003a; } } { BaseIterator_t4168896842 * L_7 = V_0; NodeSet_t3272593155 * L_8 = __this->get_right_1(); SimpleSlashIterator_t3611200333 * L_9 = (SimpleSlashIterator_t3611200333 *)il2cpp_codegen_object_new(SimpleSlashIterator_t3611200333_il2cpp_TypeInfo_var); SimpleSlashIterator__ctor_m3118305435(L_9, L_7, L_8, /*hidden argument*/NULL); return L_9; } IL_003a: { BaseIterator_t4168896842 * L_10 = V_0; NodeSet_t3272593155 * L_11 = __this->get_right_1(); SlashIterator_t2421034408 * L_12 = (SlashIterator_t2421034408 *)il2cpp_codegen_object_new(SlashIterator_t2421034408_il2cpp_TypeInfo_var); SlashIterator__ctor_m1098282742(L_12, L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; BaseIterator_t4168896842 * L_13 = V_1; SortedIterator_t2904376427 * L_14 = (SortedIterator_t2904376427 *)il2cpp_codegen_object_new(SortedIterator_t2904376427_il2cpp_TypeInfo_var); SortedIterator__ctor_m4010031056(L_14, L_13, /*hidden argument*/NULL); return L_14; } } // System.Boolean System.Xml.XPath.ExprSLASH::get_RequireSorting() extern "C" IL2CPP_METHOD_ATTR bool ExprSLASH_get_RequireSorting_m1238592778 (ExprSLASH_t1263914658 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XPath.Expression::get_RequireSorting() */, L_0); if (L_1) { goto IL_001d; } } { NodeSet_t3272593155 * L_2 = __this->get_right_1(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XPath.Expression::get_RequireSorting() */, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 1; } IL_001e: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XPath.ExprSLASH::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprSLASH_get_Peer_m395207348 (ExprSLASH_t1263914658 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_0); if (!L_1) { goto IL_001d; } } { NodeSet_t3272593155 * L_2 = __this->get_right_1(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XPath.ExprSLASH::get_Subtree() extern "C" IL2CPP_METHOD_ATTR bool ExprSLASH_get_Subtree_m443395336 (ExprSLASH_t1263914658 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH_get_Subtree_m443395336_MetadataUsageId); s_Il2CppMethodInitialized = true; } NodeSet_t3272593155 * V_0 = NULL; int32_t G_B4_0 = 0; { Expression_t1452783009 * L_0 = __this->get_left_0(); V_0 = ((NodeSet_t3272593155 *)IsInstClass((RuntimeObject*)L_0, NodeSet_t3272593155_il2cpp_TypeInfo_var)); NodeSet_t3272593155 * L_1 = V_0; if (!L_1) { goto IL_002a; } } { NodeSet_t3272593155 * L_2 = V_0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XPath.NodeSet::get_Subtree() */, L_2); if (!L_3) { goto IL_002a; } } { NodeSet_t3272593155 * L_4 = __this->get_right_1(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XPath.NodeSet::get_Subtree() */, L_4); G_B4_0 = ((int32_t)(L_5)); goto IL_002b; } IL_002a: { G_B4_0 = 0; } IL_002b: { return (bool)G_B4_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.XPath.ExprSLASH2::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.NodeSet) extern "C" IL2CPP_METHOD_ATTR void ExprSLASH2__ctor_m1243554034 (ExprSLASH2_t1762680492 * __this, Expression_t1452783009 * ___left0, NodeSet_t3272593155 * ___right1, const RuntimeMethod* method) { { NodeSet__ctor_m958047062(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___left0; __this->set_left_0(L_0); NodeSet_t3272593155 * L_1 = ___right1; __this->set_right_1(L_1); return; } } // System.Void System.Xml.XPath.ExprSLASH2::.cctor() extern "C" IL2CPP_METHOD_ATTR void ExprSLASH2__cctor_m3946436987 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH2__cctor_m3946436987_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NodeTypeTest_t4287533341 * L_0 = (NodeTypeTest_t4287533341 *)il2cpp_codegen_object_new(NodeTypeTest_t4287533341_il2cpp_TypeInfo_var); NodeTypeTest__ctor_m3703857314(L_0, 5, ((int32_t)9), /*hidden argument*/NULL); ((ExprSLASH2_t1762680492_StaticFields*)il2cpp_codegen_static_fields_for(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var))->set_DescendantOrSelfStar_2(L_0); return; } } // System.Xml.XPath.Expression System.Xml.XPath.ExprSLASH2::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprSLASH2_Optimize_m3796015300 (ExprSLASH2_t1762680492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH2_Optimize_m3796015300_MetadataUsageId); s_Il2CppMethodInitialized = true; } NodeTest_t747859056 * V_0 = NULL; NodeNameTest_t562814213 * V_1 = NULL; NodeTypeTest_t4287533341 * V_2 = NULL; { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); Expression_t1452783009 * L_1 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_0); __this->set_left_0(L_1); NodeSet_t3272593155 * L_2 = __this->get_right_1(); NullCheck(L_2); Expression_t1452783009 * L_3 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_2); __this->set_right_1(((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_3, NodeSet_t3272593155_il2cpp_TypeInfo_var))); NodeSet_t3272593155 * L_4 = __this->get_right_1(); V_0 = ((NodeTest_t747859056 *)IsInstClass((RuntimeObject*)L_4, NodeTest_t747859056_il2cpp_TypeInfo_var)); NodeTest_t747859056 * L_5 = V_0; if (!L_5) { goto IL_008a; } } { NodeTest_t747859056 * L_6 = V_0; NullCheck(L_6); AxisSpecifier_t40435393 * L_7 = NodeTest_get_Axis_m3456611747(L_6, /*hidden argument*/NULL); NullCheck(L_7); int32_t L_8 = AxisSpecifier_get_Axis_m3310811897(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)3)))) { goto IL_008a; } } { NodeTest_t747859056 * L_9 = V_0; V_1 = ((NodeNameTest_t562814213 *)IsInstClass((RuntimeObject*)L_9, NodeNameTest_t562814213_il2cpp_TypeInfo_var)); NodeNameTest_t562814213 * L_10 = V_1; if (!L_10) { goto IL_006a; } } { Expression_t1452783009 * L_11 = __this->get_left_0(); NodeNameTest_t562814213 * L_12 = V_1; NodeNameTest_t562814213 * L_13 = (NodeNameTest_t562814213 *)il2cpp_codegen_object_new(NodeNameTest_t562814213_il2cpp_TypeInfo_var); NodeNameTest__ctor_m3009940847(L_13, L_12, 4, /*hidden argument*/NULL); ExprSLASH_t1263914658 * L_14 = (ExprSLASH_t1263914658 *)il2cpp_codegen_object_new(ExprSLASH_t1263914658_il2cpp_TypeInfo_var); ExprSLASH__ctor_m3063015905(L_14, L_11, L_13, /*hidden argument*/NULL); return L_14; } IL_006a: { NodeTest_t747859056 * L_15 = V_0; V_2 = ((NodeTypeTest_t4287533341 *)IsInstClass((RuntimeObject*)L_15, NodeTypeTest_t4287533341_il2cpp_TypeInfo_var)); NodeTypeTest_t4287533341 * L_16 = V_2; if (!L_16) { goto IL_008a; } } { Expression_t1452783009 * L_17 = __this->get_left_0(); NodeTypeTest_t4287533341 * L_18 = V_2; NodeTypeTest_t4287533341 * L_19 = (NodeTypeTest_t4287533341 *)il2cpp_codegen_object_new(NodeTypeTest_t4287533341_il2cpp_TypeInfo_var); NodeTypeTest__ctor_m922623223(L_19, L_18, 4, /*hidden argument*/NULL); ExprSLASH_t1263914658 * L_20 = (ExprSLASH_t1263914658 *)il2cpp_codegen_object_new(ExprSLASH_t1263914658_il2cpp_TypeInfo_var); ExprSLASH__ctor_m3063015905(L_20, L_17, L_19, /*hidden argument*/NULL); return L_20; } IL_008a: { return __this; } } // System.String System.Xml.XPath.ExprSLASH2::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprSLASH2_ToString_m3162446678 (ExprSLASH2_t1762680492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH2_ToString_m3162446678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); NodeSet_t3272593155 * L_2 = __this->get_right_1(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3450582913, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Xml.XPath.ExprSLASH2::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprSLASH2_Evaluate_m522727291 (ExprSLASH2_t1762680492 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH2_Evaluate_m522727291_MetadataUsageId); s_Il2CppMethodInitialized = true; } BaseIterator_t4168896842 * V_0 = NULL; BaseIterator_t4168896842 * V_1 = NULL; SlashIterator_t2421034408 * V_2 = NULL; SortedIterator_t2904376427 * G_B6_0 = NULL; { Expression_t1452783009 * L_0 = __this->get_left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); BaseIterator_t4168896842 * L_2 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, L_0, L_1); V_0 = L_2; Expression_t1452783009 * L_3 = __this->get_left_0(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_3); if (!L_4) { goto IL_003e; } } { Expression_t1452783009 * L_5 = __this->get_left_0(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XPath.Expression::get_RequireSorting() */, L_5); if (L_6) { goto IL_003e; } } { BaseIterator_t4168896842 * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var); NodeTest_t747859056 * L_8 = ((ExprSLASH2_t1762680492_StaticFields*)il2cpp_codegen_static_fields_for(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var))->get_DescendantOrSelfStar_2(); SimpleSlashIterator_t3611200333 * L_9 = (SimpleSlashIterator_t3611200333 *)il2cpp_codegen_object_new(SimpleSlashIterator_t3611200333_il2cpp_TypeInfo_var); SimpleSlashIterator__ctor_m3118305435(L_9, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_0067; } IL_003e: { BaseIterator_t4168896842 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var); NodeTest_t747859056 * L_11 = ((ExprSLASH2_t1762680492_StaticFields*)il2cpp_codegen_static_fields_for(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var))->get_DescendantOrSelfStar_2(); SlashIterator_t2421034408 * L_12 = (SlashIterator_t2421034408 *)il2cpp_codegen_object_new(SlashIterator_t2421034408_il2cpp_TypeInfo_var); SlashIterator__ctor_m1098282742(L_12, L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; Expression_t1452783009 * L_13 = __this->get_left_0(); NullCheck(L_13); bool L_14 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XPath.Expression::get_RequireSorting() */, L_13); if (!L_14) { goto IL_0065; } } { BaseIterator_t4168896842 * L_15 = V_1; SortedIterator_t2904376427 * L_16 = (SortedIterator_t2904376427 *)il2cpp_codegen_object_new(SortedIterator_t2904376427_il2cpp_TypeInfo_var); SortedIterator__ctor_m4010031056(L_16, L_15, /*hidden argument*/NULL); G_B6_0 = L_16; goto IL_0066; } IL_0065: { BaseIterator_t4168896842 * L_17 = V_1; G_B6_0 = ((SortedIterator_t2904376427 *)(L_17)); } IL_0066: { V_0 = G_B6_0; } IL_0067: { BaseIterator_t4168896842 * L_18 = V_0; NodeSet_t3272593155 * L_19 = __this->get_right_1(); SlashIterator_t2421034408 * L_20 = (SlashIterator_t2421034408 *)il2cpp_codegen_object_new(SlashIterator_t2421034408_il2cpp_TypeInfo_var); SlashIterator__ctor_m1098282742(L_20, L_18, L_19, /*hidden argument*/NULL); V_2 = L_20; SlashIterator_t2421034408 * L_21 = V_2; SortedIterator_t2904376427 * L_22 = (SortedIterator_t2904376427 *)il2cpp_codegen_object_new(SortedIterator_t2904376427_il2cpp_TypeInfo_var); SortedIterator__ctor_m4010031056(L_22, L_21, /*hidden argument*/NULL); return L_22; } } // System.Boolean System.Xml.XPath.ExprSLASH2::get_RequireSorting() extern "C" IL2CPP_METHOD_ATTR bool ExprSLASH2_get_RequireSorting_m2553622736 (ExprSLASH2_t1762680492 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XPath.Expression::get_RequireSorting() */, L_0); if (L_1) { goto IL_001d; } } { NodeSet_t3272593155 * L_2 = __this->get_right_1(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Xml.XPath.Expression::get_RequireSorting() */, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 1; } IL_001e: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XPath.ExprSLASH2::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprSLASH2_get_Peer_m3928650887 (ExprSLASH2_t1762680492 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XPath.ExprSLASH2::get_Subtree() extern "C" IL2CPP_METHOD_ATTR bool ExprSLASH2_get_Subtree_m1772483012 (ExprSLASH2_t1762680492 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprSLASH2_get_Subtree_m1772483012_MetadataUsageId); s_Il2CppMethodInitialized = true; } NodeSet_t3272593155 * V_0 = NULL; int32_t G_B4_0 = 0; { Expression_t1452783009 * L_0 = __this->get_left_0(); V_0 = ((NodeSet_t3272593155 *)IsInstClass((RuntimeObject*)L_0, NodeSet_t3272593155_il2cpp_TypeInfo_var)); NodeSet_t3272593155 * L_1 = V_0; if (!L_1) { goto IL_002a; } } { NodeSet_t3272593155 * L_2 = V_0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XPath.NodeSet::get_Subtree() */, L_2); if (!L_3) { goto IL_002a; } } { NodeSet_t3272593155 * L_4 = __this->get_right_1(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XPath.NodeSet::get_Subtree() */, L_4); G_B4_0 = ((int32_t)(L_5)); goto IL_002b; } IL_002a: { G_B4_0 = 0; } IL_002b: { return (bool)G_B4_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.XPath.ExprUNION::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprUNION__ctor_m1383977564 (ExprUNION_t1609753984 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method) { { NodeSet__ctor_m958047062(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___left0; __this->set_left_0(L_0); Expression_t1452783009 * L_1 = ___right1; __this->set_right_1(L_1); return; } } // System.Xml.XPath.Expression System.Xml.XPath.ExprUNION::Optimize() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprUNION_Optimize_m2531263045 (ExprUNION_t1609753984 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); Expression_t1452783009 * L_1 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_0); __this->set_left_0(L_1); Expression_t1452783009 * L_2 = __this->get_right_1(); NullCheck(L_2); Expression_t1452783009 * L_3 = VirtFuncInvoker0< Expression_t1452783009 * >::Invoke(6 /* System.Xml.XPath.Expression System.Xml.XPath.Expression::Optimize() */, L_2); __this->set_right_1(L_3); return __this; } } // System.String System.Xml.XPath.ExprUNION::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprUNION_ToString_m1231590867 (ExprUNION_t1609753984 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprUNION_ToString_m1231590867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); Expression_t1452783009 * L_2 = __this->get_right_1(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3791560906, L_3, /*hidden argument*/NULL); return L_4; } } // System.Object System.Xml.XPath.ExprUNION::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprUNION_Evaluate_m3798551753 (ExprUNION_t1609753984 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprUNION_Evaluate_m3798551753_MetadataUsageId); s_Il2CppMethodInitialized = true; } BaseIterator_t4168896842 * V_0 = NULL; BaseIterator_t4168896842 * V_1 = NULL; { Expression_t1452783009 * L_0 = __this->get_left_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); BaseIterator_t4168896842 * L_2 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, L_0, L_1); V_0 = L_2; Expression_t1452783009 * L_3 = __this->get_right_1(); BaseIterator_t4168896842 * L_4 = ___iter0; NullCheck(L_3); BaseIterator_t4168896842 * L_5 = VirtFuncInvoker1< BaseIterator_t4168896842 *, BaseIterator_t4168896842 * >::Invoke(14 /* System.Xml.XPath.BaseIterator System.Xml.XPath.Expression::EvaluateNodeSet(System.Xml.XPath.BaseIterator) */, L_3, L_4); V_1 = L_5; BaseIterator_t4168896842 * L_6 = ___iter0; BaseIterator_t4168896842 * L_7 = V_0; BaseIterator_t4168896842 * L_8 = V_1; UnionIterator_t312972106 * L_9 = (UnionIterator_t312972106 *)il2cpp_codegen_object_new(UnionIterator_t312972106_il2cpp_TypeInfo_var); UnionIterator__ctor_m90054607(L_9, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean System.Xml.XPath.ExprUNION::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprUNION_get_Peer_m2152346618 (ExprUNION_t1609753984 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Expression_t1452783009 * L_0 = __this->get_left_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_0); if (!L_1) { goto IL_001d; } } { Expression_t1452783009 * L_2 = __this->get_right_1(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XPath.Expression::get_Peer() */, L_2); G_B3_0 = ((int32_t)(L_3)); goto IL_001e; } IL_001d: { G_B3_0 = 0; } IL_001e: { return (bool)G_B3_0; } } // System.Boolean System.Xml.XPath.ExprUNION::get_Subtree() extern "C" IL2CPP_METHOD_ATTR bool ExprUNION_get_Subtree_m3450082559 (ExprUNION_t1609753984 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprUNION_get_Subtree_m3450082559_MetadataUsageId); s_Il2CppMethodInitialized = true; } NodeSet_t3272593155 * V_0 = NULL; NodeSet_t3272593155 * V_1 = NULL; int32_t G_B5_0 = 0; { Expression_t1452783009 * L_0 = __this->get_left_0(); V_0 = ((NodeSet_t3272593155 *)IsInstClass((RuntimeObject*)L_0, NodeSet_t3272593155_il2cpp_TypeInfo_var)); Expression_t1452783009 * L_1 = __this->get_right_1(); V_1 = ((NodeSet_t3272593155 *)IsInstClass((RuntimeObject*)L_1, NodeSet_t3272593155_il2cpp_TypeInfo_var)); NodeSet_t3272593155 * L_2 = V_0; if (!L_2) { goto IL_0037; } } { NodeSet_t3272593155 * L_3 = V_1; if (!L_3) { goto IL_0037; } } { NodeSet_t3272593155 * L_4 = V_0; NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XPath.NodeSet::get_Subtree() */, L_4); if (!L_5) { goto IL_0037; } } { NodeSet_t3272593155 * L_6 = V_1; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(20 /* System.Boolean System.Xml.XPath.NodeSet::get_Subtree() */, L_6); G_B5_0 = ((int32_t)(L_7)); goto IL_0038; } IL_0037: { G_B5_0 = 0; } IL_0038: { return (bool)G_B5_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.XPath.ExprVariable::.ctor(System.Xml.XmlQualifiedName,System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR void ExprVariable__ctor_m3887127046 (ExprVariable_t1387751146 * __this, XmlQualifiedName_t2760654312 * ___name0, RuntimeObject* ___ctx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprVariable__ctor_m3887127046_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Expression__ctor_m15586157(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___ctx1; if (!L_0) { goto IL_0021; } } { RuntimeObject* L_1 = ___ctx1; XmlQualifiedName_t2760654312 * L_2 = ___name0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, L_2); NullCheck(L_1); XmlQualifiedName_t2760654312 * L_4 = InterfaceFuncInvoker1< XmlQualifiedName_t2760654312 *, String_t* >::Invoke(2 /* System.Xml.XmlQualifiedName System.Xml.Xsl.IStaticXsltContext::LookupQName(System.String) */, IStaticXsltContext_t1496336571_il2cpp_TypeInfo_var, L_1, L_3); ___name0 = L_4; __this->set_resolvedName_1((bool)1); } IL_0021: { XmlQualifiedName_t2760654312 * L_5 = ___name0; __this->set__name_0(L_5); return; } } // System.String System.Xml.XPath.ExprVariable::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* ExprVariable_ToString_m1481480678 (ExprVariable_t1387751146 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprVariable_ToString_m1481480678_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t2760654312 * L_0 = __this->get__name_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3452614524, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprVariable::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t ExprVariable_get_ReturnType_m2543541436 (ExprVariable_t1387751146 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Xml.XPath.XPathResultType System.Xml.XPath.ExprVariable::GetReturnType(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR int32_t ExprVariable_GetReturnType_m965820944 (ExprVariable_t1387751146 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Object System.Xml.XPath.ExprVariable::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * ExprVariable_Evaluate_m265799308 (ExprVariable_t1387751146 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ExprVariable_Evaluate_m265799308_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XsltContext_t2039362735 * V_1 = NULL; RuntimeObject * V_2 = NULL; XPathNodeIterator_t3667290188 * V_3 = NULL; Type_t * G_B7_0 = NULL; String_t* G_B7_1 = NULL; Type_t * G_B6_0 = NULL; String_t* G_B6_1 = NULL; Type_t * G_B8_0 = NULL; Type_t * G_B8_1 = NULL; String_t* G_B8_2 = NULL; XPathNodeIterator_t3667290188 * G_B15_0 = NULL; { V_0 = (RuntimeObject*)NULL; BaseIterator_t4168896842 * L_0 = ___iter0; NullCheck(L_0); RuntimeObject* L_1 = BaseIterator_get_NamespaceManager_m2542706114(L_0, /*hidden argument*/NULL); V_1 = ((XsltContext_t2039362735 *)IsInstClass((RuntimeObject*)L_1, XsltContext_t2039362735_il2cpp_TypeInfo_var)); XsltContext_t2039362735 * L_2 = V_1; if (!L_2) { goto IL_0058; } } { bool L_3 = __this->get_resolvedName_1(); if (!L_3) { goto IL_0031; } } { XsltContext_t2039362735 * L_4 = V_1; XmlQualifiedName_t2760654312 * L_5 = __this->get__name_0(); NullCheck(L_4); RuntimeObject* L_6 = VirtFuncInvoker1< RuntimeObject*, XmlQualifiedName_t2760654312 * >::Invoke(18 /* System.Xml.Xsl.IXsltContextVariable System.Xml.Xsl.XsltContext::ResolveVariable(System.Xml.XmlQualifiedName) */, L_4, L_5); V_0 = L_6; goto IL_0053; } IL_0031: { XsltContext_t2039362735 * L_7 = V_1; XmlQualifiedName_t2760654312 * L_8 = __this->get__name_0(); NullCheck(L_8); String_t* L_9 = XmlQualifiedName_get_Name_m815040483(L_8, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_10 = __this->get__name_0(); NullCheck(L_10); String_t* L_11 = XmlQualifiedName_get_Namespace_m3957593392(L_10, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_12 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_12, L_9, L_11, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject* L_13 = VirtFuncInvoker1< RuntimeObject*, XmlQualifiedName_t2760654312 * >::Invoke(18 /* System.Xml.Xsl.IXsltContextVariable System.Xml.Xsl.XsltContext::ResolveVariable(System.Xml.XmlQualifiedName) */, L_7, L_12); V_0 = L_13; } IL_0053: { goto IL_008a; } IL_0058: { BaseIterator_t4168896842 * L_14 = ___iter0; NullCheck(L_14); Type_t * L_15 = Object_GetType_m88164663(L_14, /*hidden argument*/NULL); BaseIterator_t4168896842 * L_16 = ___iter0; NullCheck(L_16); RuntimeObject* L_17 = BaseIterator_get_NamespaceManager_m2542706114(L_16, /*hidden argument*/NULL); G_B6_0 = L_15; G_B6_1 = _stringLiteral4194821020; if (!L_17) { G_B7_0 = L_15; G_B7_1 = _stringLiteral4194821020; goto IL_007e; } } { BaseIterator_t4168896842 * L_18 = ___iter0; NullCheck(L_18); RuntimeObject* L_19 = BaseIterator_get_NamespaceManager_m2542706114(L_18, /*hidden argument*/NULL); NullCheck(L_19); Type_t * L_20 = Object_GetType_m88164663(L_19, /*hidden argument*/NULL); G_B8_0 = L_20; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_007f; } IL_007e: { G_B8_0 = ((Type_t *)(NULL)); G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_007f: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m2556382932(NULL /*static, unused*/, G_B8_2, G_B8_1, G_B8_0, /*hidden argument*/NULL); XPathException_t2107611652 * L_22 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_22, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,ExprVariable_Evaluate_m265799308_RuntimeMethod_var); } IL_008a: { RuntimeObject* L_23 = V_0; if (L_23) { goto IL_00b0; } } { XmlQualifiedName_t2760654312 * L_24 = __this->get__name_0(); NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4027932726, L_25, _stringLiteral459368889, /*hidden argument*/NULL); XPathException_t2107611652 * L_27 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_27, L_26, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,ExprVariable_Evaluate_m265799308_RuntimeMethod_var); } IL_00b0: { RuntimeObject* L_28 = V_0; XsltContext_t2039362735 * L_29 = V_1; NullCheck(L_28); RuntimeObject * L_30 = InterfaceFuncInvoker1< RuntimeObject *, XsltContext_t2039362735 * >::Invoke(0 /* System.Object System.Xml.Xsl.IXsltContextVariable::Evaluate(System.Xml.Xsl.XsltContext) */, IXsltContextVariable_t1240308286_il2cpp_TypeInfo_var, L_28, L_29); V_2 = L_30; RuntimeObject * L_31 = V_2; V_3 = ((XPathNodeIterator_t3667290188 *)IsInstClass((RuntimeObject*)L_31, XPathNodeIterator_t3667290188_il2cpp_TypeInfo_var)); XPathNodeIterator_t3667290188 * L_32 = V_3; if (!L_32) { goto IL_00e3; } } { XPathNodeIterator_t3667290188 * L_33 = V_3; if (!((BaseIterator_t4168896842 *)IsInstClass((RuntimeObject*)L_33, BaseIterator_t4168896842_il2cpp_TypeInfo_var))) { goto IL_00d6; } } { XPathNodeIterator_t3667290188 * L_34 = V_3; G_B15_0 = L_34; goto IL_00e2; } IL_00d6: { XPathNodeIterator_t3667290188 * L_35 = V_3; BaseIterator_t4168896842 * L_36 = ___iter0; NullCheck(L_36); RuntimeObject* L_37 = BaseIterator_get_NamespaceManager_m2542706114(L_36, /*hidden argument*/NULL); WrapperIterator_t1258076988 * L_38 = (WrapperIterator_t1258076988 *)il2cpp_codegen_object_new(WrapperIterator_t1258076988_il2cpp_TypeInfo_var); WrapperIterator__ctor_m1708545452(L_38, L_35, L_37, /*hidden argument*/NULL); G_B15_0 = ((XPathNodeIterator_t3667290188 *)(L_38)); } IL_00e2: { return G_B15_0; } IL_00e3: { RuntimeObject * L_39 = V_2; return L_39; } } // System.Boolean System.Xml.XPath.ExprVariable::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool ExprVariable_get_Peer_m2397504575 (ExprVariable_t1387751146 * __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.Void System.Xml.XPath.FollowingIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void FollowingIterator__ctor_m3846478294 (FollowingIterator_t3658643279 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; SimpleIterator__ctor_m3211911800(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.FollowingIterator::.ctor(System.Xml.XPath.FollowingIterator) extern "C" IL2CPP_METHOD_ATTR void FollowingIterator__ctor_m2516869462 (FollowingIterator_t3658643279 * __this, FollowingIterator_t3658643279 * ___other0, const RuntimeMethod* method) { { FollowingIterator_t3658643279 * L_0 = ___other0; SimpleIterator__ctor_m1156879794(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.FollowingIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * FollowingIterator_Clone_m3718441867 (FollowingIterator_t3658643279 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FollowingIterator_Clone_m3718441867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FollowingIterator_t3658643279 * L_0 = (FollowingIterator_t3658643279 *)il2cpp_codegen_object_new(FollowingIterator_t3658643279_il2cpp_TypeInfo_var); FollowingIterator__ctor_m2516869462(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.FollowingIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool FollowingIterator_MoveNextCore_m2455631548 (FollowingIterator_t3658643279 * __this, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { bool L_0 = __this->get__finished_6(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { V_0 = (bool)1; int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); if (L_1) { goto IL_008c; } } { V_0 = (bool)0; XPathNavigator_t787956054 * L_2 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_2); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_003b; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)3))) { goto IL_003b; } } { goto IL_004e; } IL_003b: { XPathNavigator_t787956054 * L_6 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_6); VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_6); V_0 = (bool)1; goto IL_008c; } IL_004e: { XPathNavigator_t787956054 * L_7 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_7); if (!L_8) { goto IL_0060; } } { return (bool)1; } IL_0060: { goto IL_0077; } IL_0065: { XPathNavigator_t787956054 * L_9 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_9); if (!L_10) { goto IL_0077; } } { return (bool)1; } IL_0077: { XPathNavigator_t787956054 * L_11 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_11); bool L_12 = VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_11); if (L_12) { goto IL_0065; } } { goto IL_008c; } IL_008c: { bool L_13 = V_0; if (!L_13) { goto IL_00c6; } } { XPathNavigator_t787956054 * L_14 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_14); bool L_15 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_14); if (!L_15) { goto IL_00a4; } } { return (bool)1; } IL_00a4: { XPathNavigator_t787956054 * L_16 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_16); if (!L_17) { goto IL_00b6; } } { return (bool)1; } IL_00b6: { XPathNavigator_t787956054 * L_18 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_18); bool L_19 = VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_18); if (L_19) { goto IL_00a4; } } IL_00c6: { __this->set__finished_6((bool)1); 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.XPath.FollowingSiblingIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void FollowingSiblingIterator__ctor_m1609532892 (FollowingSiblingIterator_t3042855407 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; SimpleIterator__ctor_m3211911800(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.FollowingSiblingIterator::.ctor(System.Xml.XPath.FollowingSiblingIterator) extern "C" IL2CPP_METHOD_ATTR void FollowingSiblingIterator__ctor_m3152868463 (FollowingSiblingIterator_t3042855407 * __this, FollowingSiblingIterator_t3042855407 * ___other0, const RuntimeMethod* method) { { FollowingSiblingIterator_t3042855407 * L_0 = ___other0; SimpleIterator__ctor_m1156879794(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.FollowingSiblingIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * FollowingSiblingIterator_Clone_m1362168754 (FollowingSiblingIterator_t3042855407 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (FollowingSiblingIterator_Clone_m1362168754_MetadataUsageId); s_Il2CppMethodInitialized = true; } { FollowingSiblingIterator_t3042855407 * L_0 = (FollowingSiblingIterator_t3042855407 *)il2cpp_codegen_object_new(FollowingSiblingIterator_t3042855407_il2cpp_TypeInfo_var); FollowingSiblingIterator__ctor_m3152868463(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.FollowingSiblingIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool FollowingSiblingIterator_MoveNextCore_m3088065128 (FollowingSiblingIterator_t3042855407 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { XPathNavigator_t787956054 * L_0 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_001f; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_001f; } } { goto IL_0021; } IL_001f: { return (bool)0; } IL_0021: { XPathNavigator_t787956054 * L_4 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_4); if (!L_5) { goto IL_0033; } } { return (bool)1; } IL_0033: { 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.XPath.FunctionArguments::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void FunctionArguments__ctor_m1646675917 (FunctionArguments_t3573450773 * __this, Expression_t1452783009 * ___arg0, FunctionArguments_t3573450773 * ___tail1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); Expression_t1452783009 * L_0 = ___arg0; __this->set__arg_0(L_0); FunctionArguments_t3573450773 * L_1 = ___tail1; __this->set__tail_1(L_1); return; } } // System.Xml.XPath.Expression System.Xml.XPath.FunctionArguments::get_Arg() extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * FunctionArguments_get_Arg_m248443681 (FunctionArguments_t3573450773 * __this, const RuntimeMethod* method) { { Expression_t1452783009 * L_0 = __this->get__arg_0(); return L_0; } } // System.Xml.XPath.FunctionArguments System.Xml.XPath.FunctionArguments::get_Tail() extern "C" IL2CPP_METHOD_ATTR FunctionArguments_t3573450773 * FunctionArguments_get_Tail_m3050077184 (FunctionArguments_t3573450773 * __this, const RuntimeMethod* method) { { FunctionArguments_t3573450773 * L_0 = __this->get__tail_1(); return L_0; } } // System.Void System.Xml.XPath.FunctionArguments::ToArrayList(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void FunctionArguments_ToArrayList_m3840216961 (FunctionArguments_t3573450773 * __this, ArrayList_t2718874744 * ___a0, const RuntimeMethod* method) { FunctionArguments_t3573450773 * V_0 = NULL; { V_0 = __this; } IL_0002: { ArrayList_t2718874744 * L_0 = ___a0; FunctionArguments_t3573450773 * L_1 = V_0; NullCheck(L_1); Expression_t1452783009 * L_2 = L_1->get__arg_0(); NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_2); FunctionArguments_t3573450773 * L_3 = V_0; NullCheck(L_3); FunctionArguments_t3573450773 * L_4 = L_3->get__tail_1(); V_0 = L_4; FunctionArguments_t3573450773 * L_5 = V_0; if (L_5) { goto IL_0002; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.ListIterator::.ctor(System.Xml.XPath.BaseIterator,System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void ListIterator__ctor_m2616163549 (ListIterator_t3066609410 * __this, BaseIterator_t4168896842 * ___iter0, RuntimeObject* ___list1, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; NullCheck(L_0); RuntimeObject* L_1 = BaseIterator_get_NamespaceManager_m2542706114(L_0, /*hidden argument*/NULL); BaseIterator__ctor_m1145318967(__this, L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___list1; __this->set__list_3(L_2); return; } } // System.Void System.Xml.XPath.ListIterator::.ctor(System.Collections.IList,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR void ListIterator__ctor_m1701056558 (ListIterator_t3066609410 * __this, RuntimeObject* ___list0, RuntimeObject* ___nsm1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___nsm1; BaseIterator__ctor_m1145318967(__this, L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = ___list0; __this->set__list_3(L_1); return; } } // System.Void System.Xml.XPath.ListIterator::.ctor(System.Xml.XPath.ListIterator) extern "C" IL2CPP_METHOD_ATTR void ListIterator__ctor_m3997947691 (ListIterator_t3066609410 * __this, ListIterator_t3066609410 * ___other0, const RuntimeMethod* method) { { ListIterator_t3066609410 * L_0 = ___other0; BaseIterator__ctor_m2743981095(__this, L_0, /*hidden argument*/NULL); ListIterator_t3066609410 * L_1 = ___other0; NullCheck(L_1); RuntimeObject* L_2 = L_1->get__list_3(); __this->set__list_3(L_2); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.ListIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * ListIterator_Clone_m190352292 (ListIterator_t3066609410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListIterator_Clone_m190352292_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ListIterator_t3066609410 * L_0 = (ListIterator_t3066609410 *)il2cpp_codegen_object_new(ListIterator_t3066609410_il2cpp_TypeInfo_var); ListIterator__ctor_m3997947691(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.ListIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool ListIterator_MoveNextCore_m889509885 (ListIterator_t3066609410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListIterator_MoveNextCore_m889509885_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); RuntimeObject* L_1 = __this->get__list_3(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_1); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0018; } } { return (bool)0; } IL_0018: { return (bool)1; } } // System.Xml.XPath.XPathNavigator System.Xml.XPath.ListIterator::get_Current() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * ListIterator_get_Current_m1639282621 (ListIterator_t3066609410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListIterator_get_Current_m1639282621_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__list_3(); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0); if (!L_1) { goto IL_001b; } } { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); if (L_2) { goto IL_001d; } } IL_001b: { return (XPathNavigator_t787956054 *)NULL; } IL_001d: { RuntimeObject* L_3 = __this->get__list_3(); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); NullCheck(L_3); RuntimeObject * L_5 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); return ((XPathNavigator_t787956054 *)CastclassClass((RuntimeObject*)L_5, XPathNavigator_t787956054_il2cpp_TypeInfo_var)); } } // System.Int32 System.Xml.XPath.ListIterator::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ListIterator_get_Count_m1747028913 (ListIterator_t3066609410 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ListIterator_get_Count_m1747028913_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__list_3(); NullCheck(L_0); int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.NamespaceIterator::.ctor(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR void NamespaceIterator__ctor_m3677015037 (NamespaceIterator_t3101604877 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { { BaseIterator_t4168896842 * L_0 = ___iter0; SimpleIterator__ctor_m3211911800(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XPath.NamespaceIterator::.ctor(System.Xml.XPath.NamespaceIterator) extern "C" IL2CPP_METHOD_ATTR void NamespaceIterator__ctor_m753006477 (NamespaceIterator_t3101604877 * __this, NamespaceIterator_t3101604877 * ___other0, const RuntimeMethod* method) { { NamespaceIterator_t3101604877 * L_0 = ___other0; SimpleIterator__ctor_m1156879794(__this, L_0, (bool)1, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.NamespaceIterator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNodeIterator_t3667290188 * NamespaceIterator_Clone_m1357767084 (NamespaceIterator_t3101604877 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NamespaceIterator_Clone_m1357767084_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NamespaceIterator_t3101604877 * L_0 = (NamespaceIterator_t3101604877 *)il2cpp_codegen_object_new(NamespaceIterator_t3101604877_il2cpp_TypeInfo_var); NamespaceIterator__ctor_m753006477(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XPath.NamespaceIterator::MoveNextCore() extern "C" IL2CPP_METHOD_ATTR bool NamespaceIterator_MoveNextCore_m3872653468 (NamespaceIterator_t3101604877 * __this, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.BaseIterator::get_CurrentPosition() */, __this); if (L_0) { goto IL_0022; } } { XPathNavigator_t787956054 * L_1 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_1); bool L_2 = XPathNavigator_MoveToFirstNamespace_m2355971184(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { return (bool)1; } IL_001d: { goto IL_0034; } IL_0022: { XPathNavigator_t787956054 * L_3 = ((SimpleIterator_t809567201 *)__this)->get__nav_3(); NullCheck(L_3); bool L_4 = XPathNavigator_MoveToNextNamespace_m1668516935(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0034; } } { return (bool)1; } IL_0034: { 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.XPath.NodeNameTest::.ctor(System.Xml.XPath.Axes,System.Xml.XmlQualifiedName,System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR void NodeNameTest__ctor_m2971835893 (NodeNameTest_t562814213 * __this, int32_t ___axis0, XmlQualifiedName_t2760654312 * ___name1, RuntimeObject* ___ctx2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeNameTest__ctor_m2971835893_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___axis0; NodeTest__ctor_m2797019209(__this, L_0, /*hidden argument*/NULL); RuntimeObject* L_1 = ___ctx2; if (!L_1) { goto IL_0022; } } { RuntimeObject* L_2 = ___ctx2; XmlQualifiedName_t2760654312 * L_3 = ___name1; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, L_3); NullCheck(L_2); XmlQualifiedName_t2760654312 * L_5 = InterfaceFuncInvoker1< XmlQualifiedName_t2760654312 *, String_t* >::Invoke(2 /* System.Xml.XmlQualifiedName System.Xml.Xsl.IStaticXsltContext::LookupQName(System.String) */, IStaticXsltContext_t1496336571_il2cpp_TypeInfo_var, L_2, L_4); ___name1 = L_5; __this->set_resolvedName_2((bool)1); } IL_0022: { XmlQualifiedName_t2760654312 * L_6 = ___name1; __this->set__name_1(L_6); return; } } // System.Void System.Xml.XPath.NodeNameTest::.ctor(System.Xml.XPath.NodeNameTest,System.Xml.XPath.Axes) extern "C" IL2CPP_METHOD_ATTR void NodeNameTest__ctor_m3009940847 (NodeNameTest_t562814213 * __this, NodeNameTest_t562814213 * ___source0, int32_t ___axis1, const RuntimeMethod* method) { { int32_t L_0 = ___axis1; NodeTest__ctor_m2797019209(__this, L_0, /*hidden argument*/NULL); NodeNameTest_t562814213 * L_1 = ___source0; NullCheck(L_1); XmlQualifiedName_t2760654312 * L_2 = L_1->get__name_1(); __this->set__name_1(L_2); NodeNameTest_t562814213 * L_3 = ___source0; NullCheck(L_3); bool L_4 = L_3->get_resolvedName_2(); __this->set_resolvedName_2(L_4); return; } } // System.String System.Xml.XPath.NodeNameTest::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* NodeNameTest_ToString_m1666853140 (NodeNameTest_t562814213 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeNameTest_ToString_m1666853140_MetadataUsageId); s_Il2CppMethodInitialized = true; } { AxisSpecifier_t40435393 * L_0 = ((NodeTest_t747859056 *)__this)->get__axis_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XPath.AxisSpecifier::ToString() */, L_0); XmlQualifiedName_t2760654312 * L_2 = __this->get__name_1(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3755062657(NULL /*static, unused*/, L_1, _stringLiteral3451959190, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Xml.XPath.NodeNameTest::Match(System.Xml.IXmlNamespaceResolver,System.Xml.XPath.XPathNavigator) extern "C" IL2CPP_METHOD_ATTR bool NodeNameTest_Match_m1634415766 (NodeNameTest_t562814213 * __this, RuntimeObject* ___nsm0, XPathNavigator_t787956054 * ___nav1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeNameTest_Match_m1634415766_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { XPathNavigator_t787956054 * L_0 = ___nav1; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_0); AxisSpecifier_t40435393 * L_2 = ((NodeTest_t747859056 *)__this)->get__axis_0(); NullCheck(L_2); int32_t L_3 = AxisSpecifier_get_NodeType_m1659759391(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)L_3))) { goto IL_0018; } } { return (bool)0; } IL_0018: { XmlQualifiedName_t2760654312 * L_4 = __this->get__name_1(); NullCheck(L_4); String_t* L_5 = XmlQualifiedName_get_Name_m815040483(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004f; } } { XmlQualifiedName_t2760654312 * L_8 = __this->get__name_1(); NullCheck(L_8); String_t* L_9 = XmlQualifiedName_get_Name_m815040483(L_8, /*hidden argument*/NULL); XPathNavigator_t787956054 * L_10 = ___nav1; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_004f; } } { return (bool)0; } IL_004f: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_0 = L_13; XmlQualifiedName_t2760654312 * L_14 = __this->get__name_1(); NullCheck(L_14); String_t* L_15 = XmlQualifiedName_get_Namespace_m3957593392(L_14, /*hidden argument*/NULL); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_17 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00c4; } } { bool L_18 = __this->get_resolvedName_2(); if (!L_18) { goto IL_008b; } } { XmlQualifiedName_t2760654312 * L_19 = __this->get__name_1(); NullCheck(L_19); String_t* L_20 = XmlQualifiedName_get_Namespace_m3957593392(L_19, /*hidden argument*/NULL); V_0 = L_20; goto IL_00a3; } IL_008b: { RuntimeObject* L_21 = ___nsm0; if (!L_21) { goto IL_00a3; } } { RuntimeObject* L_22 = ___nsm0; XmlQualifiedName_t2760654312 * L_23 = __this->get__name_1(); NullCheck(L_23); String_t* L_24 = XmlQualifiedName_get_Namespace_m3957593392(L_23, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_25 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, L_22, L_24); V_0 = L_25; } IL_00a3: { String_t* L_26 = V_0; if (L_26) { goto IL_00c4; } } { XmlQualifiedName_t2760654312 * L_27 = __this->get__name_1(); NullCheck(L_27); String_t* L_28 = XmlQualifiedName_get_Namespace_m3957593392(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1765329652, L_28, /*hidden argument*/NULL); XPathException_t2107611652 * L_30 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_30, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,NodeNameTest_Match_m1634415766_RuntimeMethod_var); } IL_00c4: { String_t* L_31 = V_0; XPathNavigator_t787956054 * L_32 = ___nav1; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_34 = String_op_Equality_m920492651(NULL /*static, unused*/, L_31, L_33, /*hidden argument*/NULL); return L_34; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.NodeSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void NodeSet__ctor_m958047062 (NodeSet_t3272593155 * __this, const RuntimeMethod* method) { { Expression__ctor_m15586157(__this, /*hidden argument*/NULL); return; } } // System.Xml.XPath.XPathResultType System.Xml.XPath.NodeSet::get_ReturnType() extern "C" IL2CPP_METHOD_ATTR int32_t NodeSet_get_ReturnType_m2294310338 (NodeSet_t3272593155 * __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.Void System.Xml.XPath.NodeTest::.ctor(System.Xml.XPath.Axes) extern "C" IL2CPP_METHOD_ATTR void NodeTest__ctor_m2797019209 (NodeTest_t747859056 * __this, int32_t ___axis0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeTest__ctor_m2797019209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NodeSet__ctor_m958047062(__this, /*hidden argument*/NULL); int32_t L_0 = ___axis0; AxisSpecifier_t40435393 * L_1 = (AxisSpecifier_t40435393 *)il2cpp_codegen_object_new(AxisSpecifier_t40435393_il2cpp_TypeInfo_var); AxisSpecifier__ctor_m4054707554(L_1, L_0, /*hidden argument*/NULL); __this->set__axis_0(L_1); return; } } // System.Xml.XPath.AxisSpecifier System.Xml.XPath.NodeTest::get_Axis() extern "C" IL2CPP_METHOD_ATTR AxisSpecifier_t40435393 * NodeTest_get_Axis_m3456611747 (NodeTest_t747859056 * __this, const RuntimeMethod* method) { { AxisSpecifier_t40435393 * L_0 = __this->get__axis_0(); return L_0; } } // System.Object System.Xml.XPath.NodeTest::Evaluate(System.Xml.XPath.BaseIterator) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NodeTest_Evaluate_m2194906102 (NodeTest_t747859056 * __this, BaseIterator_t4168896842 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NodeTest_Evaluate_m2194906102_MetadataUsageId); s_Il2CppMethodInitialized = true; } BaseIterator_t4168896842 * V_0 = NULL; { AxisSpecifier_t40435393 * L_0 = __this->get__axis_0(); BaseIterator_t4168896842 * L_1 = ___iter0; NullCheck(L_0); BaseIterator_t4168896842 * L_2 = AxisSpecifier_Evaluate_m1747969038(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; BaseIterator_t4168896842 * L_3 = V_0; AxisIterator_t3073253660 * L_4 = (AxisIterator_t3073253660 *)il2cpp_codegen_object_new(AxisIterator_t3073253660_il2cpp_TypeInfo_var); AxisIterator__ctor_m642315199(L_4, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Boolean System.Xml.XPath.NodeTest::get_RequireSorting() extern "C" IL2CPP_METHOD_ATTR bool NodeTest_get_RequireSorting_m3966000250 (NodeTest_t747859056 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { AxisSpecifier_t40435393 * L_0 = __this->get__axis_0(); NullCheck(L_0); int32_t L_1 = AxisSpecifier_get_Axis_m3310811897(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0047; } case 1: { goto IL_0047; } case 2: { goto IL_0047; } case 3: { goto IL_0049; } case 4: { goto IL_0049; } case 5: { goto IL_0049; } case 6: { goto IL_0049; } case 7: { goto IL_0049; } case 8: { goto IL_0047; } case 9: { goto IL_0049; } case 10: { goto IL_0047; } case 11: { goto IL_0047; } } } { goto IL_0049; } IL_0047: { return (bool)1; } IL_0049: { return (bool)0; } } // System.Boolean System.Xml.XPath.NodeTest::get_Peer() extern "C" IL2CPP_METHOD_ATTR bool NodeTest_get_Peer_m2052262451 (NodeTest_t747859056 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { AxisSpecifier_t40435393 * L_0 = __this->get__axis_0(); NullCheck(L_0); int32_t L_1 = AxisSpecifier_get_Axis_m3310811897(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0043; } case 1: { goto IL_0043; } case 2: { goto IL_0045; } case 3: { goto IL_0045; } case 4: { goto IL_0043; } case 5: { goto IL_0043; } case 6: { goto IL_0043; } case 7: { goto IL_0045; } case 8: { goto IL_0045; } case 9: { goto IL_0045; } case 10: { goto IL_0043; } } } { goto IL_0045; } IL_0043: { return (bool)0; } IL_0045: { return (bool)1; } } // System.Boolean System.Xml.XPath.NodeTest::get_Subtree() extern "C" IL2CPP_METHOD_ATTR bool NodeTest_get_Subtree_m3842640402 (NodeTest_t747859056 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { AxisSpecifier_t40435393 * L_0 = __this->get__axis_0(); NullCheck(L_0); int32_t L_1 = AxisSpecifier_get_Axis_m3310811897(L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0047; } case 1: { goto IL_0047; } case 2: { goto IL_0049; } case 3: { goto IL_0049; } case 4: { goto IL_0049; } case 5: { goto IL_0049; } case 6: { goto IL_0047; } case 7: { goto IL_0047; } case 8: { goto IL_0049; } case 9: { goto IL_0047; } case 10: { goto IL_0047; } case 11: { goto IL_0047; } } } { goto IL_0049; } IL_0047: { return (bool)0; } IL_0049: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif