#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 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 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 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); } }; 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 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); } }; 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 VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct 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.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253; // System.Xml.XmlException struct XmlException_t1761730631; // System.String struct String_t; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Type struct Type_t; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.ArgumentException struct ArgumentException_t132251570; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // Mono.Xml.DTDAttributeDefinition struct DTDAttributeDefinition_t3434905422; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Xml.XmlDocumentType struct XmlDocumentType_t4112370061; // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289; // Mono.Xml.DTDAttListDeclarationCollection struct DTDAttListDeclarationCollection_t2220366188; // Mono.Xml.DTDAttListDeclaration struct DTDAttListDeclaration_t3593159715; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t322714710; // System.Xml.XmlCDataSection struct XmlCDataSection_t3267478366; // System.Xml.XmlCharacterData struct XmlCharacterData_t1167807131; // System.Char[] struct CharU5BU5D_t3528271667; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.XmlComment struct XmlComment_t2476947920; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Text.StringBuilder struct StringBuilder_t; // System.FormatException struct FormatException_t154580423; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Xml.XmlDeclaration struct XmlDeclaration_t679870411; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t817895037; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XmlDocumentFragment struct XmlDocumentFragment_t1323348855; // System.Xml.XmlEntityReference struct XmlEntityReference_t1966808559; // System.Xml.XPath.XPathNavigator struct XPathNavigator_t787956054; // Mono.Xml.XPath.XPathEditableDocument struct XPathEditableDocument_t3642283412; // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t425688976; // System.Xml.XmlSignificantWhitespace struct XmlSignificantWhitespace_t1052520128; // System.Xml.XmlText struct XmlText_t2682211705; // System.Xml.XmlWhitespace struct XmlWhitespace_t131741354; // System.Xml.XmlNodeList struct XmlNodeList_t2551693786; // System.Xml.XmlNodeArrayList struct XmlNodeArrayList_t4092146157; // System.NullReferenceException struct NullReferenceException_t1023182353; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500; // System.Xml.XmlParserContext struct XmlParserContext_t2544895291; // System.Xml.XmlTextReader struct XmlTextReader_t4233384356; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_t2486095928; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t997462956; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Xml.XmlDocumentNavigator struct XmlDocumentNavigator_t512445268; // System.Collections.ICollection struct ICollection_t3904884886; // System.IO.StringReader struct StringReader_t3465604688; // Mono.Xml2.XmlTextReader struct XmlTextReader_t3455035481; // System.IO.TextReader struct TextReader_t283511965; // Mono.Xml.DTDEntityDeclarationCollection struct DTDEntityDeclarationCollection_t2250844513; // Mono.Xml.DictionaryBase struct DictionaryBase_t52754249; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4133380278; // Mono.Xml.DTDEntityBase struct DTDEntityBase_t1228162861; // Mono.Xml.DTDEntityDeclaration struct DTDEntityDeclaration_t811637416; // System.Xml.XmlEntity struct XmlEntity_t3308518401; // Mono.Xml.DTDNotationDeclarationCollection struct DTDNotationDeclarationCollection_t959292105; // Mono.Xml.DTDNotationDeclaration struct DTDNotationDeclaration_t3702682588; // System.Xml.XmlNotation struct XmlNotation_t1476580686; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Collections.IList struct IList_t2094931216; // System.Text.Encoding struct Encoding_t1523322056; // System.Uri struct Uri_t100236324; // System.SystemException struct SystemException_t176217640; // System.Exception struct Exception_t; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Xml.IXmlLineInfo struct IXmlLineInfo_t2353988607; // System.Xml.NameTable struct NameTable_t3178203267; // System.Xml.XmlInputStream struct XmlInputStream_t1691369434; // System.IO.Stream struct Stream_t1273022909; // System.Text.UTF8Encoding struct UTF8Encoding_t3956466879; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Xml.IHasXmlChildNode struct IHasXmlChildNode_t2708887342; // System.EventArgs struct EventArgs_t3591816995; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Xml.XmlNodeListChildren/Enumerator struct Enumerator_t97922292; // 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; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312; // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // System.IO.StringWriter struct StringWriter_t802263757; // System.Xml.XmlTextWriter struct XmlTextWriter_t2114213153; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Xml.XmlReaderBinarySupport/CharGetter struct CharGetter_t1703763694; // System.Xml.XmlStreamReader struct XmlStreamReader_t727818754; // System.Xml.NonBlockingStreamReader struct NonBlockingStreamReader_t2495303928; // System.Collections.Generic.Stack`1 struct Stack_1_t2690840144; // System.Collections.Generic.Stack`1 struct Stack_1_t3923495619; // System.Xml.XmlWriter struct XmlWriter_t127905479; // System.Xml.XmlTextWriter/XmlNodeInfo struct XmlNodeInfo_t4030693883; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t3314986516; // System.IO.FileStream struct FileStream_t4292183065; // System.Net.WebRequest struct WebRequest_t1939381076; // System.Xml.XPath.AncestorIterator struct AncestorIterator_t1850150082; // System.Xml.XPath.BaseIterator struct BaseIterator_t4168896842; // System.Xml.XPath.SimpleIterator struct SimpleIterator_t809567201; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t3667290188; // 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.IXmlNamespaceResolver struct IXmlNamespaceResolver_t535375154; // System.Xml.XmlNamespaceManager/NsDecl[] struct NsDeclU5BU5D_t2116608150; // System.Xml.XmlNamespaceManager/NsScope[] struct NsScopeU5BU5D_t382374428; // 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.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.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // 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.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.String[] struct StringU5BU5D_t1281789340; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t3368185270; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // Mono.Xml.DTDAutomataFactory struct DTDAutomataFactory_t2958275022; // Mono.Xml.DTDElementDeclarationCollection struct DTDElementDeclarationCollection_t222313714; // Mono.Xml.DTDParameterEntityDeclarationCollection struct DTDParameterEntityDeclarationCollection_t2844734410; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // 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.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Text.Decoder struct Decoder_t2204182725; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_t491982174; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Net.ICredentials struct ICredentials_t725721261; // System.Xml.XPath.AxisSpecifier struct AxisSpecifier_t40435393; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t2218765537; // System.DelegateData struct DelegateData_t1677132599; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_t2678868104; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2797257020; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t427880856; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t2033747345; // 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.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Xml.XmlTextWriter/XmlNodeInfo[] struct XmlNodeInfoU5BU5D_t431163322; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Net.IWebProxy struct IWebProxy_t688979836; // Mono.Xml.Schema.XsdAnySimpleType struct XsdAnySimpleType_t1257864485; // Mono.Xml.Schema.XsdString struct XsdString_t3049094358; // Mono.Xml.Schema.XsdNormalizedString struct XsdNormalizedString_t3260789355; // Mono.Xml.Schema.XsdToken struct XsdToken_t1239036978; // Mono.Xml.Schema.XsdLanguage struct XsdLanguage_t1876291273; // Mono.Xml.Schema.XsdNMToken struct XsdNMToken_t834691671; // Mono.Xml.Schema.XsdNMTokens struct XsdNMTokens_t4246953255; // Mono.Xml.Schema.XsdName struct XsdName_t2755146808; // Mono.Xml.Schema.XsdNCName struct XsdNCName_t3943159043; // Mono.Xml.Schema.XsdID struct XsdID_t34704195; // Mono.Xml.Schema.XsdIDRef struct XsdIDRef_t2913612829; // Mono.Xml.Schema.XsdIDRefs struct XsdIDRefs_t16099206; // Mono.Xml.Schema.XsdEntity struct XsdEntity_t3956505874; // Mono.Xml.Schema.XsdEntities struct XsdEntities_t1477210398; // Mono.Xml.Schema.XsdNotation struct XsdNotation_t2827634056; // Mono.Xml.Schema.XsdDecimal struct XsdDecimal_t1288601093; // Mono.Xml.Schema.XsdInteger struct XsdInteger_t2044766898; // Mono.Xml.Schema.XsdLong struct XsdLong_t1324632828; // Mono.Xml.Schema.XsdInt struct XsdInt_t33917785; // Mono.Xml.Schema.XsdShort struct XsdShort_t3489811876; // Mono.Xml.Schema.XsdByte struct XsdByte_t2221093920; // Mono.Xml.Schema.XsdNonNegativeInteger struct XsdNonNegativeInteger_t308064234; // Mono.Xml.Schema.XsdPositiveInteger struct XsdPositiveInteger_t1704031413; // Mono.Xml.Schema.XsdUnsignedLong struct XsdUnsignedLong_t1409593434; // Mono.Xml.Schema.XsdUnsignedInt struct XsdUnsignedInt_t72105793; // Mono.Xml.Schema.XsdUnsignedShort struct XsdUnsignedShort_t3654069686; // Mono.Xml.Schema.XsdUnsignedByte struct XsdUnsignedByte_t2304219558; // Mono.Xml.Schema.XsdNonPositiveInteger struct XsdNonPositiveInteger_t1029055398; // Mono.Xml.Schema.XsdNegativeInteger struct XsdNegativeInteger_t2178753546; // Mono.Xml.Schema.XsdFloat struct XsdFloat_t3181928905; // Mono.Xml.Schema.XsdDouble struct XsdDouble_t3324344982; // Mono.Xml.Schema.XsdBase64Binary struct XsdBase64Binary_t3360383190; // Mono.Xml.Schema.XsdBoolean struct XsdBoolean_t380164876; // Mono.Xml.Schema.XsdAnyURI struct XsdAnyURI_t2755748070; // Mono.Xml.Schema.XsdDuration struct XsdDuration_t1555973170; // Mono.Xml.Schema.XsdDateTime struct XsdDateTime_t2563698975; // Mono.Xml.Schema.XsdDate struct XsdDate_t1417753656; // Mono.Xml.Schema.XsdTime struct XsdTime_t3558487088; // Mono.Xml.Schema.XsdHexBinary struct XsdHexBinary_t882812470; // Mono.Xml.Schema.XsdQName struct XsdQName_t2385631467; // Mono.Xml.Schema.XsdGYearMonth struct XsdGYearMonth_t3399073121; // Mono.Xml.Schema.XsdGMonthDay struct XsdGMonthDay_t2605134399; // Mono.Xml.Schema.XsdGYear struct XsdGYear_t3316212116; // Mono.Xml.Schema.XsdGMonth struct XsdGMonth_t3913018815; // Mono.Xml.Schema.XsdGDay struct XsdGDay_t293490745; // Mono.Xml.Schema.XdtAnyAtomicType struct XdtAnyAtomicType_t269366253; // Mono.Xml.Schema.XdtUntypedAtomic struct XdtUntypedAtomic_t1388131523; // Mono.Xml.Schema.XdtDayTimeDuration struct XdtDayTimeDuration_t268779858; // Mono.Xml.Schema.XdtYearMonthDuration struct XdtYearMonthDuration_t1503718519; extern RuntimeClass* XmlNamedNodeMap_t2821286253_il2cpp_TypeInfo_var; extern RuntimeClass* XmlElement_t561603118_il2cpp_TypeInfo_var; extern RuntimeClass* XmlException_t1761730631_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlAttributeCollection__ctor_m4067851386_RuntimeMethod_var; extern String_t* _stringLiteral184120247; extern const uint32_t XmlAttributeCollection__ctor_m4067851386_MetadataUsageId; extern const RuntimeType* XmlAttribute_t1173852259_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t XmlAttributeCollection_System_Collections_ICollection_CopyTo_m2910014586_MetadataUsageId; extern RuntimeClass* XmlAttribute_t1173852259_il2cpp_TypeInfo_var; extern const uint32_t XmlAttributeCollection_get_ItemOf_m952828905_MetadataUsageId; extern const uint32_t XmlAttributeCollection_get_ItemOf_m2829877268_MetadataUsageId; extern const uint32_t XmlAttributeCollection_get_ItemOf_m2608800820_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlAttributeCollection_Remove_m1901737198_RuntimeMethod_var; extern String_t* _stringLiteral1962496365; extern String_t* _stringLiteral2654347599; extern String_t* _stringLiteral2477481617; extern String_t* _stringLiteral3423380043; extern const uint32_t XmlAttributeCollection_Remove_m1901737198_MetadataUsageId; extern const RuntimeMethod* XmlAttributeCollection_SetNamedItem_m1188140119_RuntimeMethod_var; extern String_t* _stringLiteral2962313392; extern String_t* _stringLiteral2560180871; extern const uint32_t XmlAttributeCollection_SetNamedItem_m1188140119_MetadataUsageId; extern String_t* _stringLiteral3841790420; extern const uint32_t XmlCDataSection_get_LocalName_m3050473102_MetadataUsageId; extern const uint32_t XmlCDataSection_get_Name_m3687796716_MetadataUsageId; extern RuntimeClass* XmlCDataSection_t3267478366_il2cpp_TypeInfo_var; extern const uint32_t XmlCDataSection_CloneNode_m1774835135_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* XmlChar_t3816087079_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D26_12_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D27_13_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D28_14_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D29_15_FieldInfo_var; extern const uint32_t XmlChar__cctor_m4118368686_MetadataUsageId; extern const uint32_t XmlChar_IsWhitespace_m2421104119_MetadataUsageId; extern const uint32_t XmlChar_IndexOfNonWhitespace_m2684163220_MetadataUsageId; extern const uint32_t XmlChar_IsFirstNameChar_m2923332245_MetadataUsageId; extern const uint32_t XmlChar_IndexOfInvalid_m478649474_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlChar_IndexOfInvalid_m211553919_RuntimeMethod_var; extern String_t* _stringLiteral1212500642; extern const uint32_t XmlChar_IndexOfInvalid_m211553919_MetadataUsageId; extern const uint32_t XmlChar_IsNameChar_m59373048_MetadataUsageId; extern const uint32_t XmlChar_IsNCNameChar_m158431100_MetadataUsageId; extern const uint32_t XmlChar_IsName_m846619221_MetadataUsageId; extern const uint32_t XmlChar_IsNCName_m2365231717_MetadataUsageId; extern String_t* _stringLiteral869709124; extern const uint32_t XmlChar_IsPubidChar_m3972427101_MetadataUsageId; 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 String_t* _stringLiteral228143257; extern String_t* _stringLiteral3455498180; extern String_t* _stringLiteral3455498169; extern String_t* _stringLiteral2328692158; extern String_t* _stringLiteral372704686; extern const uint32_t XmlChar_GetPredefinedEntity_m872927676_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t XmlCharacterData__ctor_m3935345337_MetadataUsageId; extern String_t* _stringLiteral1704856999; extern const uint32_t XmlComment_get_LocalName_m4093402608_MetadataUsageId; extern const uint32_t XmlComment_get_Name_m1956418067_MetadataUsageId; extern RuntimeClass* XmlComment_t2476947920_il2cpp_TypeInfo_var; extern const uint32_t XmlComment_CloneNode_m3140716463_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeClass* XmlConvert_t1981561327_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern String_t* _stringLiteral714662786; extern String_t* _stringLiteral3359864784; extern String_t* _stringLiteral3605369051; extern String_t* _stringLiteral3086076494; extern String_t* _stringLiteral4102263003; extern String_t* _stringLiteral52677198; extern String_t* _stringLiteral2357574120; extern String_t* _stringLiteral2625067203; extern String_t* _stringLiteral3569750143; extern String_t* _stringLiteral3248371983; extern String_t* _stringLiteral135540524; extern String_t* _stringLiteral779539303; extern String_t* _stringLiteral1072719392; extern String_t* _stringLiteral3337816564; extern String_t* _stringLiteral2285800756; extern String_t* _stringLiteral3405197142; extern String_t* _stringLiteral851273274; extern String_t* _stringLiteral1608068950; extern String_t* _stringLiteral2378956916; extern String_t* _stringLiteral1930534612; extern String_t* _stringLiteral1235401828; extern String_t* _stringLiteral3159215297; extern String_t* _stringLiteral1219668663; extern String_t* _stringLiteral189779137; extern String_t* _stringLiteral3927569430; extern String_t* _stringLiteral3216698374; extern String_t* _stringLiteral3925079062; extern String_t* _stringLiteral1035957518; extern const uint32_t XmlConvert__cctor_m3143968102_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; extern const uint32_t XmlConvert_TryDecoding_m825147906_MetadataUsageId; extern const uint32_t XmlConvert_DecodeName_m2953738773_MetadataUsageId; extern const uint32_t XmlConvert_IsInvalid_m3302788609_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1124806267; extern String_t* _stringLiteral4286756501; extern const uint32_t XmlConvert_EncodeName_m863202395_MetadataUsageId; extern const uint32_t XmlConvert_EncodeName_m3491219899_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlConvert_ToBoolean_m3792671347_RuntimeMethod_var; extern String_t* _stringLiteral3452614543; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral3452614544; extern String_t* _stringLiteral3875954633; extern String_t* _stringLiteral1493620702; extern const uint32_t XmlConvert_ToBoolean_m3792671347_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m2891307708_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m142518199_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m732346799_MetadataUsageId; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2768263050; extern String_t* _stringLiteral2707919077; extern String_t* _stringLiteral3500916416; extern String_t* _stringLiteral2230015784; extern const uint32_t XmlConvert_ToString_m1102839109_MetadataUsageId; extern String_t* _stringLiteral853081463; extern String_t* _stringLiteral3006112435; extern String_t* _stringLiteral2647588310; extern String_t* _stringLiteral3452614638; extern const uint32_t XmlConvert_ToString_m2027917565_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m934314535_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4188457550; extern const uint32_t XmlConvert_ToString_m1019655946_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlConvert_VerifyName_m2131148908_RuntimeMethod_var; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral2576709513; extern const uint32_t XmlConvert_VerifyName_m2131148908_MetadataUsageId; extern const RuntimeMethod* XmlConvert_VerifyNCName_m3085528481_RuntimeMethod_var; extern String_t* _stringLiteral2356169215; extern String_t* _stringLiteral2402398780; extern const uint32_t XmlConvert_VerifyNCName_m3085528481_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m158558848_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m1801880744_MetadataUsageId; extern String_t* _stringLiteral2805817557; extern const uint32_t XmlDeclaration__ctor_m1509837626_MetadataUsageId; extern const uint32_t XmlDeclaration_set_Encoding_m1853636911_MetadataUsageId; extern String_t* _stringLiteral2909972470; extern const uint32_t XmlDeclaration_get_LocalName_m2926989483_MetadataUsageId; extern const uint32_t XmlDeclaration_get_Name_m576452963_MetadataUsageId; extern String_t* _stringLiteral2696477506; extern String_t* _stringLiteral4119301762; extern String_t* _stringLiteral3456874466; extern String_t* _stringLiteral3454777282; extern const uint32_t XmlDeclaration_set_Standalone_m3054981964_MetadataUsageId; extern String_t* _stringLiteral1114348936; extern String_t* _stringLiteral4256317405; extern String_t* _stringLiteral2679593583; extern const uint32_t XmlDeclaration_get_Value_m1560614232_MetadataUsageId; extern RuntimeClass* XmlDeclaration_t679870411_il2cpp_TypeInfo_var; extern const uint32_t XmlDeclaration_CloneNode_m409134063_MetadataUsageId; extern const uint32_t XmlDeclaration_SkipWhitespace_m571579217_MetadataUsageId; extern const RuntimeMethod* XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var; extern String_t* _stringLiteral1902401671; extern String_t* _stringLiteral3502452448; extern String_t* _stringLiteral1224953049; extern String_t* _stringLiteral3073726249; extern String_t* _stringLiteral816378759; extern String_t* _stringLiteral3002372288; extern String_t* _stringLiteral2139572003; extern String_t* _stringLiteral2469761506; extern String_t* _stringLiteral2104964275; extern String_t* _stringLiteral1539234232; extern const uint32_t XmlDeclaration_ParseInput_m1025814439_MetadataUsageId; extern const RuntimeType* XmlDocument_t2837193595_0_0_0_var; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNode_t3767805227_il2cpp_TypeInfo_var; extern RuntimeClass* XmlImplementation_t254178875_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNameEntryCache_t2890546907_il2cpp_TypeInfo_var; extern RuntimeClass* XmlUrlResolver_t817895037_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2327604937; extern String_t* _stringLiteral3848749181; extern const uint32_t XmlDocument__ctor_m1807450191_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument__cctor_m131697871_MetadataUsageId; extern String_t* _stringLiteral3929236445; extern String_t* _stringLiteral2829469855; extern String_t* _stringLiteral2984480440; extern const uint32_t XmlDocument_get_NsNodeXml_m488276313_MetadataUsageId; extern const uint32_t XmlDocument_get_DocumentElement_m3009993148_MetadataUsageId; extern RuntimeClass* XmlDocumentType_t4112370061_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_get_DocumentType_m3903414551_MetadataUsageId; extern String_t* _stringLiteral1641135215; extern const uint32_t XmlDocument_get_LocalName_m3801543684_MetadataUsageId; extern const uint32_t XmlDocument_get_Name_m809309195_MetadataUsageId; extern const uint32_t XmlDocument_get_XmlLang_m1438438183_MetadataUsageId; extern const uint32_t XmlDocument_CloneNode_m689651348_MetadataUsageId; extern const uint32_t XmlDocument_CreateAttribute_m125953371_MetadataUsageId; extern const RuntimeMethod* XmlDocument_CreateAttribute_m960548446_RuntimeMethod_var; extern String_t* _stringLiteral2786675819; extern const uint32_t XmlDocument_CreateAttribute_m960548446_MetadataUsageId; extern const uint32_t XmlDocument_CreateAttribute_m1866139548_MetadataUsageId; extern const uint32_t XmlDocument_CreateCDataSection_m120480085_MetadataUsageId; extern const uint32_t XmlDocument_CreateComment_m4084827154_MetadataUsageId; extern RuntimeClass* XmlDocumentFragment_t1323348855_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_CreateDocumentFragment_m3803012853_MetadataUsageId; extern const uint32_t XmlDocument_CreateDocumentType_m2561219138_MetadataUsageId; extern const uint32_t XmlDocument_CreateDocumentType_m1835856254_MetadataUsageId; extern const uint32_t XmlDocument_CreateElement_m2961417808_MetadataUsageId; extern const uint32_t XmlDocument_CreateElement_m1081779567_MetadataUsageId; extern const RuntimeMethod* XmlDocument_CreateElement_m2412054768_RuntimeMethod_var; extern String_t* _stringLiteral1238569105; extern const uint32_t XmlDocument_CreateElement_m2412054768_MetadataUsageId; extern RuntimeClass* XmlEntityReference_t1966808559_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_CreateEntityReference_m2539055351_MetadataUsageId; extern RuntimeClass* XPathEditableDocument_t3642283412_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_CreateNavigator_m23077070_MetadataUsageId; extern RuntimeClass* XmlProcessingInstruction_t425688976_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_CreateProcessingInstruction_m1384763421_MetadataUsageId; extern RuntimeClass* XmlSignificantWhitespace_t1052520128_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlDocument_CreateSignificantWhitespace_m548143617_RuntimeMethod_var; extern String_t* _stringLiteral3922471879; extern const uint32_t XmlDocument_CreateSignificantWhitespace_m548143617_MetadataUsageId; extern RuntimeClass* XmlText_t2682211705_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_CreateTextNode_m2551652723_MetadataUsageId; extern RuntimeClass* XmlWhitespace_t131741354_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlDocument_CreateWhitespace_m34507572_RuntimeMethod_var; extern const uint32_t XmlDocument_CreateWhitespace_m34507572_MetadataUsageId; extern const RuntimeMethod* XmlDocument_CreateXmlDeclaration_m3787725021_RuntimeMethod_var; extern String_t* _stringLiteral3296051019; extern String_t* _stringLiteral2540833487; extern const uint32_t XmlDocument_CreateXmlDeclaration_m3787725021_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNodeArrayList_t4092146157_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614534; extern const uint32_t XmlDocument_GetElementsByTagName_m3870749793_MetadataUsageId; extern const uint32_t XmlDocument_GetIdenticalAttribute_m3233361554_MetadataUsageId; extern RuntimeClass* NullReferenceException_t1023182353_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNodeType_t1672767151_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlDocument_ImportNode_m137011485_RuntimeMethod_var; extern String_t* _stringLiteral2660878093; extern String_t* _stringLiteral960591592; extern String_t* _stringLiteral2095620099; extern String_t* _stringLiteral2937063357; extern String_t* _stringLiteral4035659175; extern String_t* _stringLiteral1486768377; extern String_t* _stringLiteral4066723698; extern const uint32_t XmlDocument_ImportNode_m137011485_MetadataUsageId; extern RuntimeClass* XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var; extern RuntimeClass* XmlParserContext_t2544895291_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextReader_t4233384356_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_LoadXml_m265057839_MetadataUsageId; extern RuntimeClass* XmlNodeChangedEventArgs_t2486095928_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_onNodeChanged_m2481850589_MetadataUsageId; extern const RuntimeMethod* XmlDocument_onNodeChanging_m2143232236_RuntimeMethod_var; extern String_t* _stringLiteral3478327276; extern const uint32_t XmlDocument_onNodeChanging_m2143232236_MetadataUsageId; extern const uint32_t XmlDocument_onNodeInserted_m2673734294_MetadataUsageId; extern const uint32_t XmlDocument_onNodeInserting_m2380219613_MetadataUsageId; extern const uint32_t XmlDocument_onNodeRemoved_m502304840_MetadataUsageId; extern const uint32_t XmlDocument_onNodeRemoving_m253634602_MetadataUsageId; extern const uint32_t XmlDocument_ParseName_m551725517_MetadataUsageId; extern RuntimeClass* XmlSchemaInfo_t997462956_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlDocument_ReadAttributeNode_m2268353944_RuntimeMethod_var; extern String_t* _stringLiteral1003450882; extern const uint32_t XmlDocument_ReadAttributeNode_m2268353944_MetadataUsageId; extern const uint32_t XmlDocument_ReadNode_m3847267156_MetadataUsageId; extern RuntimeClass* IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlDocument_ReadNodeCore_m1248528250_RuntimeMethod_var; extern String_t* _stringLiteral3984887517; extern String_t* _stringLiteral3261774195; extern String_t* _stringLiteral2382903998; extern String_t* _stringLiteral1485458333; extern String_t* _stringLiteral3452614530; extern const uint32_t XmlDocument_ReadNodeCore_m1248528250_MetadataUsageId; extern RuntimeClass* IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1262271159; extern const uint32_t XmlDocument_MakeReaderErrorMessage_m2864280090_MetadataUsageId; extern String_t* _stringLiteral2649583896; extern String_t* _stringLiteral2096049937; extern String_t* _stringLiteral263962801; extern String_t* _stringLiteral1613539661; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral1653520728; extern String_t* _stringLiteral2409271576; extern String_t* _stringLiteral1556661878; extern const uint32_t XmlDocument_AddDefaultNameTableKeys_m55595779_MetadataUsageId; extern const uint32_t XmlDocumentFragment__ctor_m3400459186_MetadataUsageId; extern const uint32_t XmlDocumentFragment_get_LocalName_m2112733938_MetadataUsageId; extern const uint32_t XmlDocumentFragment_get_Name_m2750751237_MetadataUsageId; extern const uint32_t XmlDocumentFragment_CloneNode_m2391621300_MetadataUsageId; extern RuntimeClass* XPathNavigator_t787956054_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentNavigator__ctor_m397428645_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_get_Document_m3171036580_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_get_HasAttributes_m3932956717_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_set_NsNode_m3014712674_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_get_LocalName_m950583775_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_get_Name_m2351483291_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_get_NamespaceURI_m468533933_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_get_Value_m998040699_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_CheckNsNameAppearance_m3436001350_MetadataUsageId; extern RuntimeClass* XmlDocumentNavigator_t512445268_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentNavigator_Clone_m3322331950_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_IsDescendant_m2914697624_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_IsSamePosition_m3086008309_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_MoveTo_m1412001831_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_MoveToFirstAttribute_m104113502_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_MoveToFirstNamespace_m644175465_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_MoveToNamespace_m3819846318_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_MoveToNextAttribute_m1292652018_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_MoveToNextNamespace_m266166429_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_MoveToParent_m3180803693_MetadataUsageId; extern const uint32_t XmlDocumentNavigator_MoveToRoot_m4129038059_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentNavigator_GetFirstChild_m2821534409_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextReader_t3455035481_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentType__ctor_m4249013569_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t4133380278_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t1291130561_il2cpp_TypeInfo_var; extern RuntimeClass* DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var; extern RuntimeClass* XmlEntity_t3308518401_il2cpp_TypeInfo_var; extern RuntimeClass* DTDNotationDeclaration_t3702682588_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNotation_t1476580686_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentType_ImportFromDTD_m998947015_MetadataUsageId; extern const uint32_t XmlDocumentType_CloneNode_m3765157901_MetadataUsageId; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const uint32_t XmlElement__ctor_m379743235_MetadataUsageId; extern RuntimeClass* XmlAttributeCollection_t2316283784_il2cpp_TypeInfo_var; extern const uint32_t XmlElement_get_Attributes_m994170462_MetadataUsageId; extern RuntimeClass* IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var; extern const uint32_t XmlElement_get_NextSibling_m48103553_MetadataUsageId; extern const uint32_t XmlElement_CloneNode_m2610319616_MetadataUsageId; extern const uint32_t XmlElement_GetAttribute_m2044313884_MetadataUsageId; extern const RuntimeMethod* XmlElement_SetAttributeNode_m196550862_RuntimeMethod_var; extern String_t* _stringLiteral1716005400; extern const uint32_t XmlElement_SetAttributeNode_m196550862_MetadataUsageId; extern const uint32_t XmlEntity__ctor_m1734241957_MetadataUsageId; extern const RuntimeMethod* XmlEntity_CloneNode_m2928393073_RuntimeMethod_var; extern String_t* _stringLiteral2993710011; extern const uint32_t XmlEntity_CloneNode_m2928393073_MetadataUsageId; extern const uint32_t XmlEntity_SetEntityContent_m328832252_MetadataUsageId; extern const uint32_t XmlEntityReference__ctor_m2253048044_MetadataUsageId; extern const uint32_t XmlEntityReference_get_Entity_m1498839901_MetadataUsageId; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern RuntimeClass* UriFormatException_t953270471_il2cpp_TypeInfo_var; extern const uint32_t XmlEntityReference_get_ChildrenBaseURI_m2164067251_MetadataUsageId; extern const RuntimeMethod* XmlEntityReference_set_Value_m997934381_RuntimeMethod_var; extern String_t* _stringLiteral1846759489; extern const uint32_t XmlEntityReference_set_Value_m997934381_MetadataUsageId; extern const uint32_t XmlEntityReference_CloneNode_m125014970_MetadataUsageId; extern const uint32_t XmlEntityReference_SetReferencedEntityContent_m2226543001_MetadataUsageId; extern String_t* _stringLiteral2219852403; extern const uint32_t XmlException__ctor_m1595962343_MetadataUsageId; extern String_t* _stringLiteral1078424007; extern const uint32_t XmlException__ctor_m3997532194_MetadataUsageId; extern const RuntimeType* StringU5BU5D_t1281789340_0_0_0_var; extern String_t* _stringLiteral3165237107; extern String_t* _stringLiteral2894530008; extern String_t* _stringLiteral4119301753; extern String_t* _stringLiteral728803974; extern String_t* _stringLiteral1785022704; extern const uint32_t XmlException__ctor_m260036151_MetadataUsageId; extern const uint32_t XmlException__ctor_m3751204500_MetadataUsageId; extern const uint32_t XmlException__ctor_m3835194378_MetadataUsageId; extern String_t* _stringLiteral3267604770; extern String_t* _stringLiteral2795167369; extern String_t* _stringLiteral3179115758; extern String_t* _stringLiteral3450648448; extern const uint32_t XmlException_GetMessage_m2224656531_MetadataUsageId; extern String_t* _stringLiteral3928594248; extern const uint32_t XmlException_get_Message_m912207083_MetadataUsageId; extern const uint32_t XmlException_GetObjectData_m983716349_MetadataUsageId; extern RuntimeClass* NameTable_t3178203267_il2cpp_TypeInfo_var; extern const uint32_t XmlImplementation__ctor_m967116265_MetadataUsageId; extern const uint32_t XmlImplementation_CreateDocument_m4095641310_MetadataUsageId; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern const uint32_t XmlInputStream__ctor_m3269376818_MetadataUsageId; extern RuntimeClass* XmlInputStream_t1691369434_il2cpp_TypeInfo_var; extern RuntimeClass* UTF8Encoding_t3956466879_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2568758093; extern const uint32_t XmlInputStream__cctor_m3112226103_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const uint32_t XmlInputStream_GetStringFromBytes_m2259631829_MetadataUsageId; extern const RuntimeMethod* XmlInputStream_Initialize_m237507865_RuntimeMethod_var; extern String_t* _stringLiteral3932363850; extern String_t* _stringLiteral2500525395; extern const uint32_t XmlInputStream_Initialize_m237507865_MetadataUsageId; extern const uint32_t XmlInputStream_ReadByteSpecial_m3285409459_MetadataUsageId; extern const RuntimeMethod* XmlInputStream_Seek_m927392101_RuntimeMethod_var; extern const uint32_t XmlInputStream_Seek_m927392101_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlInputStream_Write_m226345903_RuntimeMethod_var; extern const uint32_t XmlInputStream_Write_m226345903_MetadataUsageId; extern const uint32_t XmlLinkedNode__ctor_m1742070414_MetadataUsageId; extern RuntimeClass* XmlNodeU5BU5D_t3728671178_il2cpp_TypeInfo_var; extern const uint32_t XmlNamedNodeMap__cctor_m1567008986_MetadataUsageId; extern const uint32_t XmlNamedNodeMap_get_NodeList_m376762558_MetadataUsageId; extern const uint32_t XmlNamedNodeMap_GetEnumerator_m2503313092_MetadataUsageId; extern const uint32_t XmlNamedNodeMap_GetNamedItem_m851794265_MetadataUsageId; extern const uint32_t XmlNamedNodeMap_GetNamedItem_m2879520524_MetadataUsageId; extern const uint32_t XmlNamedNodeMap_RemoveNamedItem_m3396016168_MetadataUsageId; extern const RuntimeMethod* XmlNamedNodeMap_SetNamedItem_m647223838_RuntimeMethod_var; extern String_t* _stringLiteral1937012434; extern const uint32_t XmlNamedNodeMap_SetNamedItem_m647223838_MetadataUsageId; extern RuntimeClass* XmlNameEntry_t1073099671_il2cpp_TypeInfo_var; extern const uint32_t XmlNameEntry_Equals_m2877233_MetadataUsageId; extern const uint32_t XmlNameEntryCache__ctor_m535202081_MetadataUsageId; 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 const RuntimeMethod* XmlNamespaceManager__ctor_m3238790559_RuntimeMethod_var; extern String_t* _stringLiteral2315872071; 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 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 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 const uint32_t XmlNode__cctor_m84965154_MetadataUsageId; extern const uint32_t XmlNode_get_BaseURI_m4128002668_MetadataUsageId; 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 const uint32_t XmlNode_AppendChildValues_m2928219305_MetadataUsageId; 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 const uint32_t XmlNode_GetPrefixOfNamespace_m2267181874_MetadataUsageId; extern RuntimeClass* XmlLinkedNode_t1437094927_il2cpp_TypeInfo_var; extern const uint32_t XmlNode_InsertBefore_m523861519_MetadataUsageId; 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 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 const uint32_t XmlNode_SearchDescendantElements_m829936055_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 const uint32_t EmptyNodeList__cctor_m757101952_MetadataUsageId; extern const uint32_t EmptyNodeList_GetEnumerator_m3123431943_MetadataUsageId; extern const uint32_t XmlNodeArrayList_Item_m3087340231_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 const uint32_t XmlNotation__ctor_m1743872963_MetadataUsageId; extern String_t* _stringLiteral3452614550; extern const uint32_t XmlNotation_get_Name_m3496767814_MetadataUsageId; extern const RuntimeMethod* XmlNotation_CloneNode_m141780236_RuntimeMethod_var; extern String_t* _stringLiteral3117374684; extern const uint32_t XmlNotation_CloneNode_m141780236_MetadataUsageId; extern RuntimeClass* TextReader_t283511965_il2cpp_TypeInfo_var; extern const uint32_t XmlParserContext__ctor_m1245162613_MetadataUsageId; 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 const uint32_t XmlParserInput_PushPEBuffer_m2114889766_MetadataUsageId; extern const uint32_t XmlParserInput_ReadSourceChar_m479227790_MetadataUsageId; 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 const uint32_t XmlProcessingInstruction_CloneNode_m1738034480_MetadataUsageId; extern const uint32_t XmlQualifiedName__ctor_m1240160807_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 uint32_t XmlQualifiedName_op_Equality_m1684199236_MetadataUsageId; extern const uint32_t XmlReader_get_Name_m733252909_MetadataUsageId; extern const RuntimeMethod* XmlReader_MoveToAttribute_m673667036_RuntimeMethod_var; extern const uint32_t XmlReader_MoveToAttribute_m673667036_MetadataUsageId; extern RuntimeClass* StringWriter_t802263757_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextWriter_t2114213153_il2cpp_TypeInfo_var; extern const uint32_t XmlReader_ReadOuterXml_m27436192_MetadataUsageId; extern const uint32_t CharGetter_BeginInvoke_m1792834121_MetadataUsageId; extern RuntimeClass* XmlSchemaSet_t266093086_il2cpp_TypeInfo_var; extern const uint32_t XmlReaderSettings_get_Schemas_m1700956566_MetadataUsageId; 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 const uint32_t XmlSignificantWhitespace_get_LocalName_m4159671614_MetadataUsageId; extern const uint32_t XmlSignificantWhitespace_get_Name_m1975580024_MetadataUsageId; extern const RuntimeMethod* XmlSignificantWhitespace_set_Value_m2869339402_RuntimeMethod_var; extern const uint32_t XmlSignificantWhitespace_set_Value_m2869339402_MetadataUsageId; extern const uint32_t XmlSignificantWhitespace_CloneNode_m1103115458_MetadataUsageId; 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 const uint32_t XmlText_get_LocalName_m3191567904_MetadataUsageId; extern const uint32_t XmlText_get_Name_m2818861068_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m873020869_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* _stringLiteral899481384; 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* XmlNodeInfoU5BU5D_t431163322_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextWriter__ctor_m1850551870_RuntimeMethod_var; extern String_t* _stringLiteral3450517376; extern String_t* _stringLiteral1980498921; extern const uint32_t XmlTextWriter__ctor_m1850551870_MetadataUsageId; extern RuntimeClass* XmlWriterSettings_t3314986516_il2cpp_TypeInfo_var; extern const uint32_t XmlTextWriter__ctor_m731621148_MetadataUsageId; extern const uint32_t XmlTextWriter__cctor_m1817862492_MetadataUsageId; extern RuntimeClass* StreamWriter_t1266378904_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextWriter_Initialize_m3279439671_RuntimeMethod_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D43_16_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D44_17_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* _stringLiteral3906513894; extern String_t* _stringLiteral2960723134; extern String_t* _stringLiteral3451697041; extern const uint32_t XmlTextWriter_WriteStartDocumentCore_m3985718073_MetadataUsageId; extern const RuntimeMethod* XmlTextWriter_WriteDocType_m3875009899_RuntimeMethod_var; 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* _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 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_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 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* FileStream_t4292183065_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 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 const uint32_t XmlWhitespace_CloneNode_m2585972626_MetadataUsageId; extern const uint32_t XmlWriter_Create_m1754013770_MetadataUsageId; extern const uint32_t XmlWriter_Create_m2130558420_MetadataUsageId; extern const uint32_t XmlWriter_CreateTextWriter_m3145233621_MetadataUsageId; extern const uint32_t XmlWriter_WriteAttributeString_m3906092358_MetadataUsageId; extern const uint32_t XmlWriter_WriteAttributeString_m2453032990_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 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; struct CharU5BU5D_t3528271667; struct ByteU5BU5D_t4116647657; struct UInt32U5BU5D_t2770800703; struct StringU5BU5D_t1281789340; struct TypeU5BU5D_t3940880105; struct ObjectU5BU5D_t2843939325; struct XmlNodeU5BU5D_t3728671178; struct NsDeclU5BU5D_t2116608150; struct NsScopeU5BU5D_t382374428; struct XmlNodeInfoU5BU5D_t431163322; #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 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 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 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$map28 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map28_8; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map28_8() { return static_cast(offsetof(XmlNamespaceManager_t418790500_StaticFields, ___U3CU3Ef__switchU24map28_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map28_8() const { return ___U3CU3Ef__switchU24map28_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map28_8() { return &___U3CU3Ef__switchU24map28_8; } inline void set_U3CU3Ef__switchU24map28_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map28_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map28_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMESPACEMANAGER_T418790500_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 RuntimeObject { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_0)); } inline TextReader_t283511965 * get_Null_0() const { return ___Null_0; } inline TextReader_t283511965 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(TextReader_t283511965 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_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 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 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 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$map12 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map12_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map13 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map13_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map14 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map14_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map15 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map15_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map16 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map16_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__switchU24map12_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map12_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map12_31() const { return ___U3CU3Ef__switchU24map12_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map12_31() { return &___U3CU3Ef__switchU24map12_31; } inline void set_U3CU3Ef__switchU24map12_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map12_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map12_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map13_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map13_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map13_32() const { return ___U3CU3Ef__switchU24map13_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map13_32() { return &___U3CU3Ef__switchU24map13_32; } inline void set_U3CU3Ef__switchU24map13_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map13_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map13_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map14_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map14_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map14_33() const { return ___U3CU3Ef__switchU24map14_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map14_33() { return &___U3CU3Ef__switchU24map14_33; } inline void set_U3CU3Ef__switchU24map14_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map14_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map14_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map15_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map15_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map15_34() const { return ___U3CU3Ef__switchU24map15_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map15_34() { return &___U3CU3Ef__switchU24map15_34; } inline void set_U3CU3Ef__switchU24map15_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map15_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map15_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map16_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map16_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map16_35() const { return ___U3CU3Ef__switchU24map16_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map16_35() { return &___U3CU3Ef__switchU24map16_35; } inline void set_U3CU3Ef__switchU24map16_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map16_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map16_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_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 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; 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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_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 XMLIMPLEMENTATION_T254178875_H #define XMLIMPLEMENTATION_T254178875_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlImplementation struct XmlImplementation_t254178875 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.XmlImplementation::InternalNameTable XmlNameTable_t71772148 * ___InternalNameTable_0; public: inline static int32_t get_offset_of_InternalNameTable_0() { return static_cast(offsetof(XmlImplementation_t254178875, ___InternalNameTable_0)); } inline XmlNameTable_t71772148 * get_InternalNameTable_0() const { return ___InternalNameTable_0; } inline XmlNameTable_t71772148 ** get_address_of_InternalNameTable_0() { return &___InternalNameTable_0; } inline void set_InternalNameTable_0(XmlNameTable_t71772148 * value) { ___InternalNameTable_0 = value; Il2CppCodeGenWriteBarrier((&___InternalNameTable_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLIMPLEMENTATION_T254178875_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 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 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 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 XPATHEDITABLEDOCUMENT_T3642283412_H #define XPATHEDITABLEDOCUMENT_T3642283412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XPath.XPathEditableDocument struct XPathEditableDocument_t3642283412 : public RuntimeObject { public: // System.Xml.XmlNode Mono.Xml.XPath.XPathEditableDocument::node XmlNode_t3767805227 * ___node_0; public: inline static int32_t get_offset_of_node_0() { return static_cast(offsetof(XPathEditableDocument_t3642283412, ___node_0)); } inline XmlNode_t3767805227 * get_node_0() const { return ___node_0; } inline XmlNode_t3767805227 ** get_address_of_node_0() { return &___node_0; } inline void set_node_0(XmlNode_t3767805227 * value) { ___node_0 = value; Il2CppCodeGenWriteBarrier((&___node_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHEDITABLEDOCUMENT_T3642283412_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 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 RuntimeObject { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_0; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_1; public: inline static int32_t get_offset_of_CoreNewLine_0() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_0)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_0() const { return ___CoreNewLine_0; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_0() { return &___CoreNewLine_0; } inline void set_CoreNewLine_0(CharU5BU5D_t3528271667* value) { ___CoreNewLine_0 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_0), value); } inline static int32_t get_offset_of_internalFormatProvider_1() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_1)); } inline RuntimeObject* get_internalFormatProvider_1() const { return ___internalFormatProvider_1; } inline RuntimeObject** get_address_of_internalFormatProvider_1() { return &___internalFormatProvider_1; } inline void set_internalFormatProvider_1(RuntimeObject* value) { ___internalFormatProvider_1 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_1), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_2; public: inline static int32_t get_offset_of_Null_2() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_2)); } inline TextWriter_t3478189236 * get_Null_2() const { return ___Null_2; } inline TextWriter_t3478189236 ** get_address_of_Null_2() { return &___Null_2; } inline void set_Null_2(TextWriter_t3478189236 * value) { ___Null_2 = value; Il2CppCodeGenWriteBarrier((&___Null_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_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 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_1; // System.Int32 System.Collections.Generic.Stack`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.Stack`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__array_1() { return static_cast(offsetof(Stack_1_t2690840144, ____array_1)); } inline StringU5BU5D_t1281789340* get__array_1() const { return ____array_1; } inline StringU5BU5D_t1281789340** get_address_of__array_1() { return &____array_1; } inline void set__array_1(StringU5BU5D_t1281789340* value) { ____array_1 = value; Il2CppCodeGenWriteBarrier((&____array_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(Stack_1_t2690840144, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(Stack_1_t2690840144, ____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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_1_T2690840144_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 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 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 LIST_1_T218596005_H #define LIST_1_T218596005_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.List`1> struct List_1_t218596005 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_t3368185270* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t218596005, ____items_1)); } inline KeyValuePair_2U5BU5D_t3368185270* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_t3368185270** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_t3368185270* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((&____items_1), value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t218596005, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t218596005, ____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 List_1_t218596005_StaticFields { public: // T[] System.Collections.Generic.List`1::EmptyArray KeyValuePair_2U5BU5D_t3368185270* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(List_1_t218596005_StaticFields, ___EmptyArray_4)); } inline KeyValuePair_2U5BU5D_t3368185270* get_EmptyArray_4() const { return ___EmptyArray_4; } inline KeyValuePair_2U5BU5D_t3368185270** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(KeyValuePair_2U5BU5D_t3368185270* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LIST_1_T218596005_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 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 SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_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 RuntimeObject { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_0)); } inline Stream_t1273022909 * get_Null_0() const { return ___Null_0; } inline Stream_t1273022909 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(Stream_t1273022909 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((&___Null_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_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 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 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 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 #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 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$map44 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map44_4; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map46 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map46_5; 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__switchU24map44_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map44_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map44_4() const { return ___U3CU3Ef__switchU24map44_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map44_4() { return &___U3CU3Ef__switchU24map44_4; } inline void set_U3CU3Ef__switchU24map44_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map44_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map44_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map46_5() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map46_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map46_5() const { return ___U3CU3Ef__switchU24map46_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map46_5() { return &___U3CU3Ef__switchU24map46_5; } inline void set_U3CU3Ef__switchU24map46_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map46_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map46_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_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.DTDElementDeclarationCollection Mono.Xml.DTDObjectModel::elementDecls DTDElementDeclarationCollection_t222313714 * ___elementDecls_1; // Mono.Xml.DTDAttListDeclarationCollection Mono.Xml.DTDObjectModel::attListDecls DTDAttListDeclarationCollection_t2220366188 * ___attListDecls_2; // Mono.Xml.DTDParameterEntityDeclarationCollection Mono.Xml.DTDObjectModel::peDecls DTDParameterEntityDeclarationCollection_t2844734410 * ___peDecls_3; // Mono.Xml.DTDEntityDeclarationCollection Mono.Xml.DTDObjectModel::entityDecls DTDEntityDeclarationCollection_t2250844513 * ___entityDecls_4; // Mono.Xml.DTDNotationDeclarationCollection Mono.Xml.DTDObjectModel::notationDecls DTDNotationDeclarationCollection_t959292105 * ___notationDecls_5; // System.Collections.ArrayList Mono.Xml.DTDObjectModel::validationErrors ArrayList_t2718874744 * ___validationErrors_6; // System.Xml.XmlResolver Mono.Xml.DTDObjectModel::resolver XmlResolver_t626023767 * ___resolver_7; // System.Xml.XmlNameTable Mono.Xml.DTDObjectModel::nameTable XmlNameTable_t71772148 * ___nameTable_8; // System.Collections.Hashtable Mono.Xml.DTDObjectModel::externalResources Hashtable_t1853889766 * ___externalResources_9; // System.String Mono.Xml.DTDObjectModel::baseURI String_t* ___baseURI_10; // System.String Mono.Xml.DTDObjectModel::name String_t* ___name_11; // System.String Mono.Xml.DTDObjectModel::publicId String_t* ___publicId_12; // System.String Mono.Xml.DTDObjectModel::systemId String_t* ___systemId_13; // System.String Mono.Xml.DTDObjectModel::intSubset String_t* ___intSubset_14; // System.Boolean Mono.Xml.DTDObjectModel::intSubsetHasPERef bool ___intSubsetHasPERef_15; // System.Boolean Mono.Xml.DTDObjectModel::isStandalone bool ___isStandalone_16; // System.Int32 Mono.Xml.DTDObjectModel::lineNumber int32_t ___lineNumber_17; // System.Int32 Mono.Xml.DTDObjectModel::linePosition int32_t ___linePosition_18; 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_elementDecls_1() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___elementDecls_1)); } inline DTDElementDeclarationCollection_t222313714 * get_elementDecls_1() const { return ___elementDecls_1; } inline DTDElementDeclarationCollection_t222313714 ** get_address_of_elementDecls_1() { return &___elementDecls_1; } inline void set_elementDecls_1(DTDElementDeclarationCollection_t222313714 * value) { ___elementDecls_1 = value; Il2CppCodeGenWriteBarrier((&___elementDecls_1), value); } inline static int32_t get_offset_of_attListDecls_2() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___attListDecls_2)); } inline DTDAttListDeclarationCollection_t2220366188 * get_attListDecls_2() const { return ___attListDecls_2; } inline DTDAttListDeclarationCollection_t2220366188 ** get_address_of_attListDecls_2() { return &___attListDecls_2; } inline void set_attListDecls_2(DTDAttListDeclarationCollection_t2220366188 * value) { ___attListDecls_2 = value; Il2CppCodeGenWriteBarrier((&___attListDecls_2), value); } inline static int32_t get_offset_of_peDecls_3() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___peDecls_3)); } inline DTDParameterEntityDeclarationCollection_t2844734410 * get_peDecls_3() const { return ___peDecls_3; } inline DTDParameterEntityDeclarationCollection_t2844734410 ** get_address_of_peDecls_3() { return &___peDecls_3; } inline void set_peDecls_3(DTDParameterEntityDeclarationCollection_t2844734410 * value) { ___peDecls_3 = value; Il2CppCodeGenWriteBarrier((&___peDecls_3), value); } inline static int32_t get_offset_of_entityDecls_4() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___entityDecls_4)); } inline DTDEntityDeclarationCollection_t2250844513 * get_entityDecls_4() const { return ___entityDecls_4; } inline DTDEntityDeclarationCollection_t2250844513 ** get_address_of_entityDecls_4() { return &___entityDecls_4; } inline void set_entityDecls_4(DTDEntityDeclarationCollection_t2250844513 * value) { ___entityDecls_4 = value; Il2CppCodeGenWriteBarrier((&___entityDecls_4), value); } inline static int32_t get_offset_of_notationDecls_5() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___notationDecls_5)); } inline DTDNotationDeclarationCollection_t959292105 * get_notationDecls_5() const { return ___notationDecls_5; } inline DTDNotationDeclarationCollection_t959292105 ** get_address_of_notationDecls_5() { return &___notationDecls_5; } inline void set_notationDecls_5(DTDNotationDeclarationCollection_t959292105 * value) { ___notationDecls_5 = value; Il2CppCodeGenWriteBarrier((&___notationDecls_5), value); } inline static int32_t get_offset_of_validationErrors_6() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___validationErrors_6)); } inline ArrayList_t2718874744 * get_validationErrors_6() const { return ___validationErrors_6; } inline ArrayList_t2718874744 ** get_address_of_validationErrors_6() { return &___validationErrors_6; } inline void set_validationErrors_6(ArrayList_t2718874744 * value) { ___validationErrors_6 = value; Il2CppCodeGenWriteBarrier((&___validationErrors_6), value); } inline static int32_t get_offset_of_resolver_7() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___resolver_7)); } inline XmlResolver_t626023767 * get_resolver_7() const { return ___resolver_7; } inline XmlResolver_t626023767 ** get_address_of_resolver_7() { return &___resolver_7; } inline void set_resolver_7(XmlResolver_t626023767 * value) { ___resolver_7 = value; Il2CppCodeGenWriteBarrier((&___resolver_7), value); } inline static int32_t get_offset_of_nameTable_8() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___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_externalResources_9() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___externalResources_9)); } inline Hashtable_t1853889766 * get_externalResources_9() const { return ___externalResources_9; } inline Hashtable_t1853889766 ** get_address_of_externalResources_9() { return &___externalResources_9; } inline void set_externalResources_9(Hashtable_t1853889766 * value) { ___externalResources_9 = value; Il2CppCodeGenWriteBarrier((&___externalResources_9), value); } inline static int32_t get_offset_of_baseURI_10() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___baseURI_10)); } inline String_t* get_baseURI_10() const { return ___baseURI_10; } inline String_t** get_address_of_baseURI_10() { return &___baseURI_10; } inline void set_baseURI_10(String_t* value) { ___baseURI_10 = value; Il2CppCodeGenWriteBarrier((&___baseURI_10), value); } inline static int32_t get_offset_of_name_11() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___name_11)); } inline String_t* get_name_11() const { return ___name_11; } inline String_t** get_address_of_name_11() { return &___name_11; } inline void set_name_11(String_t* value) { ___name_11 = value; Il2CppCodeGenWriteBarrier((&___name_11), value); } inline static int32_t get_offset_of_publicId_12() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___publicId_12)); } inline String_t* get_publicId_12() const { return ___publicId_12; } inline String_t** get_address_of_publicId_12() { return &___publicId_12; } inline void set_publicId_12(String_t* value) { ___publicId_12 = value; Il2CppCodeGenWriteBarrier((&___publicId_12), value); } inline static int32_t get_offset_of_systemId_13() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___systemId_13)); } inline String_t* get_systemId_13() const { return ___systemId_13; } inline String_t** get_address_of_systemId_13() { return &___systemId_13; } inline void set_systemId_13(String_t* value) { ___systemId_13 = value; Il2CppCodeGenWriteBarrier((&___systemId_13), value); } inline static int32_t get_offset_of_intSubset_14() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___intSubset_14)); } inline String_t* get_intSubset_14() const { return ___intSubset_14; } inline String_t** get_address_of_intSubset_14() { return &___intSubset_14; } inline void set_intSubset_14(String_t* value) { ___intSubset_14 = value; Il2CppCodeGenWriteBarrier((&___intSubset_14), value); } inline static int32_t get_offset_of_intSubsetHasPERef_15() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___intSubsetHasPERef_15)); } inline bool get_intSubsetHasPERef_15() const { return ___intSubsetHasPERef_15; } inline bool* get_address_of_intSubsetHasPERef_15() { return &___intSubsetHasPERef_15; } inline void set_intSubsetHasPERef_15(bool value) { ___intSubsetHasPERef_15 = value; } inline static int32_t get_offset_of_isStandalone_16() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___isStandalone_16)); } inline bool get_isStandalone_16() const { return ___isStandalone_16; } inline bool* get_address_of_isStandalone_16() { return &___isStandalone_16; } inline void set_isStandalone_16(bool value) { ___isStandalone_16 = value; } inline static int32_t get_offset_of_lineNumber_17() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___lineNumber_17)); } inline int32_t get_lineNumber_17() const { return ___lineNumber_17; } inline int32_t* get_address_of_lineNumber_17() { return &___lineNumber_17; } inline void set_lineNumber_17(int32_t value) { ___lineNumber_17 = value; } inline static int32_t get_offset_of_linePosition_18() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___linePosition_18)); } inline int32_t get_linePosition_18() const { return ___linePosition_18; } inline int32_t* get_address_of_linePosition_18() { return &___linePosition_18; } inline void set_linePosition_18(int32_t value) { ___linePosition_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDOBJECTMODEL_T1729680289_H #ifndef XMLCHAR_T3816087079_H #define XMLCHAR_T3816087079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlChar struct XmlChar_t3816087079 : public RuntimeObject { public: public: }; struct XmlChar_t3816087079_StaticFields { public: // System.Char[] System.Xml.XmlChar::WhitespaceChars CharU5BU5D_t3528271667* ___WhitespaceChars_0; // System.Byte[] System.Xml.XmlChar::firstNamePages ByteU5BU5D_t4116647657* ___firstNamePages_1; // System.Byte[] System.Xml.XmlChar::namePages ByteU5BU5D_t4116647657* ___namePages_2; // System.UInt32[] System.Xml.XmlChar::nameBitmap UInt32U5BU5D_t2770800703* ___nameBitmap_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlChar::<>f__switch$map47 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map47_4; public: inline static int32_t get_offset_of_WhitespaceChars_0() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___WhitespaceChars_0)); } inline CharU5BU5D_t3528271667* get_WhitespaceChars_0() const { return ___WhitespaceChars_0; } inline CharU5BU5D_t3528271667** get_address_of_WhitespaceChars_0() { return &___WhitespaceChars_0; } inline void set_WhitespaceChars_0(CharU5BU5D_t3528271667* value) { ___WhitespaceChars_0 = value; Il2CppCodeGenWriteBarrier((&___WhitespaceChars_0), value); } inline static int32_t get_offset_of_firstNamePages_1() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___firstNamePages_1)); } inline ByteU5BU5D_t4116647657* get_firstNamePages_1() const { return ___firstNamePages_1; } inline ByteU5BU5D_t4116647657** get_address_of_firstNamePages_1() { return &___firstNamePages_1; } inline void set_firstNamePages_1(ByteU5BU5D_t4116647657* value) { ___firstNamePages_1 = value; Il2CppCodeGenWriteBarrier((&___firstNamePages_1), value); } inline static int32_t get_offset_of_namePages_2() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___namePages_2)); } inline ByteU5BU5D_t4116647657* get_namePages_2() const { return ___namePages_2; } inline ByteU5BU5D_t4116647657** get_address_of_namePages_2() { return &___namePages_2; } inline void set_namePages_2(ByteU5BU5D_t4116647657* value) { ___namePages_2 = value; Il2CppCodeGenWriteBarrier((&___namePages_2), value); } inline static int32_t get_offset_of_nameBitmap_3() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___nameBitmap_3)); } inline UInt32U5BU5D_t2770800703* get_nameBitmap_3() const { return ___nameBitmap_3; } inline UInt32U5BU5D_t2770800703** get_address_of_nameBitmap_3() { return &___nameBitmap_3; } inline void set_nameBitmap_3(UInt32U5BU5D_t2770800703* value) { ___nameBitmap_3 = value; Il2CppCodeGenWriteBarrier((&___nameBitmap_3), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map47_4() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___U3CU3Ef__switchU24map47_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map47_4() const { return ___U3CU3Ef__switchU24map47_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map47_4() { return &___U3CU3Ef__switchU24map47_4; } inline void set_U3CU3Ef__switchU24map47_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map47_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map47_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHAR_T3816087079_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 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 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 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 METHODBASE_T_H #define METHODBASE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODBASE_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_6; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_7; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_9; public: inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_6)); } inline XmlNameEntry_t1073099671 * get_name_6() const { return ___name_6; } inline XmlNameEntry_t1073099671 ** get_address_of_name_6() { return &___name_6; } inline void set_name_6(XmlNameEntry_t1073099671 * value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_isDefault_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_7)); } inline bool get_isDefault_7() const { return ___isDefault_7; } inline bool* get_address_of_isDefault_7() { return &___isDefault_7; } inline void set_isDefault_7(bool value) { ___isDefault_7 = value; } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___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_schemaInfo_9() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_9)); } inline RuntimeObject* get_schemaInfo_9() const { return ___schemaInfo_9; } inline RuntimeObject** get_address_of_schemaInfo_9() { return &___schemaInfo_9; } inline void set_schemaInfo_9(RuntimeObject* value) { ___schemaInfo_9 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_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 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 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_7; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_8; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_9; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_10; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_11; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_12; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_13; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_14; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_15; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_16; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_17; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_18; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_19; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_25; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_26; public: inline static int32_t get_offset_of_optimal_create_element_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_7)); } inline bool get_optimal_create_element_7() const { return ___optimal_create_element_7; } inline bool* get_address_of_optimal_create_element_7() { return &___optimal_create_element_7; } inline void set_optimal_create_element_7(bool value) { ___optimal_create_element_7 = value; } inline static int32_t get_offset_of_optimal_create_attribute_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_8)); } inline bool get_optimal_create_attribute_8() const { return ___optimal_create_attribute_8; } inline bool* get_address_of_optimal_create_attribute_8() { return &___optimal_create_attribute_8; } inline void set_optimal_create_attribute_8(bool value) { ___optimal_create_attribute_8 = value; } inline static int32_t get_offset_of_nameTable_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___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_baseURI_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_10)); } inline String_t* get_baseURI_10() const { return ___baseURI_10; } inline String_t** get_address_of_baseURI_10() { return &___baseURI_10; } inline void set_baseURI_10(String_t* value) { ___baseURI_10 = value; Il2CppCodeGenWriteBarrier((&___baseURI_10), value); } inline static int32_t get_offset_of_implementation_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_11)); } inline XmlImplementation_t254178875 * get_implementation_11() const { return ___implementation_11; } inline XmlImplementation_t254178875 ** get_address_of_implementation_11() { return &___implementation_11; } inline void set_implementation_11(XmlImplementation_t254178875 * value) { ___implementation_11 = value; Il2CppCodeGenWriteBarrier((&___implementation_11), value); } inline static int32_t get_offset_of_preserveWhitespace_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_12)); } inline bool get_preserveWhitespace_12() const { return ___preserveWhitespace_12; } inline bool* get_address_of_preserveWhitespace_12() { return &___preserveWhitespace_12; } inline void set_preserveWhitespace_12(bool value) { ___preserveWhitespace_12 = value; } inline static int32_t get_offset_of_resolver_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_13)); } inline XmlResolver_t626023767 * get_resolver_13() const { return ___resolver_13; } inline XmlResolver_t626023767 ** get_address_of_resolver_13() { return &___resolver_13; } inline void set_resolver_13(XmlResolver_t626023767 * value) { ___resolver_13 = value; Il2CppCodeGenWriteBarrier((&___resolver_13), value); } inline static int32_t get_offset_of_idTable_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_14)); } inline Hashtable_t1853889766 * get_idTable_14() const { return ___idTable_14; } inline Hashtable_t1853889766 ** get_address_of_idTable_14() { return &___idTable_14; } inline void set_idTable_14(Hashtable_t1853889766 * value) { ___idTable_14 = value; Il2CppCodeGenWriteBarrier((&___idTable_14), value); } inline static int32_t get_offset_of_nameCache_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_15)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_15() const { return ___nameCache_15; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_15() { return &___nameCache_15; } inline void set_nameCache_15(XmlNameEntryCache_t2890546907 * value) { ___nameCache_15 = value; Il2CppCodeGenWriteBarrier((&___nameCache_15), value); } inline static int32_t get_offset_of_lastLinkedChild_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_16)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_16() const { return ___lastLinkedChild_16; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_16() { return &___lastLinkedChild_16; } inline void set_lastLinkedChild_16(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_16 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_16), value); } inline static int32_t get_offset_of_nsNodeXml_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_17)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_17() const { return ___nsNodeXml_17; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_17() { return &___nsNodeXml_17; } inline void set_nsNodeXml_17(XmlAttribute_t1173852259 * value) { ___nsNodeXml_17 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_17), value); } inline static int32_t get_offset_of_schemas_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_18)); } inline XmlSchemaSet_t266093086 * get_schemas_18() const { return ___schemas_18; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_18() { return &___schemas_18; } inline void set_schemas_18(XmlSchemaSet_t266093086 * value) { ___schemas_18 = value; Il2CppCodeGenWriteBarrier((&___schemas_18), value); } inline static int32_t get_offset_of_schemaInfo_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_19)); } inline RuntimeObject* get_schemaInfo_19() const { return ___schemaInfo_19; } inline RuntimeObject** get_address_of_schemaInfo_19() { return &___schemaInfo_19; } inline void set_schemaInfo_19(RuntimeObject* value) { ___schemaInfo_19 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_19), value); } inline static int32_t get_offset_of_loadMode_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_20)); } inline bool get_loadMode_20() const { return ___loadMode_20; } inline bool* get_address_of_loadMode_20() { return &___loadMode_20; } inline void set_loadMode_20(bool value) { ___loadMode_20 = value; } inline static int32_t get_offset_of_NodeChanged_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_21() const { return ___NodeChanged_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_21() { return &___NodeChanged_21; } inline void set_NodeChanged_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_21), value); } inline static int32_t get_offset_of_NodeChanging_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_22() const { return ___NodeChanging_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_22() { return &___NodeChanging_22; } inline void set_NodeChanging_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_22 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_22), value); } inline static int32_t get_offset_of_NodeInserted_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_23() const { return ___NodeInserted_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_23() { return &___NodeInserted_23; } inline void set_NodeInserted_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_23), value); } inline static int32_t get_offset_of_NodeInserting_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_24() const { return ___NodeInserting_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_24() { return &___NodeInserting_24; } inline void set_NodeInserting_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_24 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_24), value); } inline static int32_t get_offset_of_NodeRemoved_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_25() const { return ___NodeRemoved_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_25() { return &___NodeRemoved_25; } inline void set_NodeRemoved_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_25), value); } inline static int32_t get_offset_of_NodeRemoving_26() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_26)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_26() const { return ___NodeRemoving_26; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_26() { return &___NodeRemoving_26; } inline void set_NodeRemoving_26(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_26 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_26), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_6; public: inline static int32_t get_offset_of_optimal_create_types_6() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_6)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_6() const { return ___optimal_create_types_6; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_6() { return &___optimal_create_types_6; } inline void set_optimal_create_types_6(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_6 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_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_2; // System.IO.Stream System.Xml.XmlInputStream::stream Stream_t1273022909 * ___stream_3; // System.Byte[] System.Xml.XmlInputStream::buffer ByteU5BU5D_t4116647657* ___buffer_4; // System.Int32 System.Xml.XmlInputStream::bufLength int32_t ___bufLength_5; // System.Int32 System.Xml.XmlInputStream::bufPos int32_t ___bufPos_6; public: inline static int32_t get_offset_of_enc_2() { return static_cast(offsetof(XmlInputStream_t1691369434, ___enc_2)); } inline Encoding_t1523322056 * get_enc_2() const { return ___enc_2; } inline Encoding_t1523322056 ** get_address_of_enc_2() { return &___enc_2; } inline void set_enc_2(Encoding_t1523322056 * value) { ___enc_2 = value; Il2CppCodeGenWriteBarrier((&___enc_2), value); } inline static int32_t get_offset_of_stream_3() { return static_cast(offsetof(XmlInputStream_t1691369434, ___stream_3)); } inline Stream_t1273022909 * get_stream_3() const { return ___stream_3; } inline Stream_t1273022909 ** get_address_of_stream_3() { return &___stream_3; } inline void set_stream_3(Stream_t1273022909 * value) { ___stream_3 = value; Il2CppCodeGenWriteBarrier((&___stream_3), value); } inline static int32_t get_offset_of_buffer_4() { return static_cast(offsetof(XmlInputStream_t1691369434, ___buffer_4)); } inline ByteU5BU5D_t4116647657* get_buffer_4() const { return ___buffer_4; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_4() { return &___buffer_4; } inline void set_buffer_4(ByteU5BU5D_t4116647657* value) { ___buffer_4 = value; Il2CppCodeGenWriteBarrier((&___buffer_4), value); } inline static int32_t get_offset_of_bufLength_5() { return static_cast(offsetof(XmlInputStream_t1691369434, ___bufLength_5)); } inline int32_t get_bufLength_5() const { return ___bufLength_5; } inline int32_t* get_address_of_bufLength_5() { return &___bufLength_5; } inline void set_bufLength_5(int32_t value) { ___bufLength_5 = value; } inline static int32_t get_offset_of_bufPos_6() { return static_cast(offsetof(XmlInputStream_t1691369434, ___bufPos_6)); } inline int32_t get_bufPos_6() const { return ___bufPos_6; } inline int32_t* get_address_of_bufPos_6() { return &___bufPos_6; } inline void set_bufPos_6(int32_t value) { ___bufPos_6 = value; } }; struct XmlInputStream_t1691369434_StaticFields { public: // System.Text.Encoding System.Xml.XmlInputStream::StrictUTF8 Encoding_t1523322056 * ___StrictUTF8_1; // System.Xml.XmlException System.Xml.XmlInputStream::encodingException XmlException_t1761730631 * ___encodingException_7; public: inline static int32_t get_offset_of_StrictUTF8_1() { return static_cast(offsetof(XmlInputStream_t1691369434_StaticFields, ___StrictUTF8_1)); } inline Encoding_t1523322056 * get_StrictUTF8_1() const { return ___StrictUTF8_1; } inline Encoding_t1523322056 ** get_address_of_StrictUTF8_1() { return &___StrictUTF8_1; } inline void set_StrictUTF8_1(Encoding_t1523322056 * value) { ___StrictUTF8_1 = value; Il2CppCodeGenWriteBarrier((&___StrictUTF8_1), value); } inline static int32_t get_offset_of_encodingException_7() { return static_cast(offsetof(XmlInputStream_t1691369434_StaticFields, ___encodingException_7)); } inline XmlException_t1761730631 * get_encodingException_7() const { return ___encodingException_7; } inline XmlException_t1761730631 ** get_address_of_encodingException_7() { return &___encodingException_7; } inline void set_encodingException_7(XmlException_t1761730631 * value) { ___encodingException_7 = value; Il2CppCodeGenWriteBarrier((&___encodingException_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLINPUTSTREAM_T1691369434_H #ifndef XMLNODEARRAYLIST_T4092146157_H #define XMLNODEARRAYLIST_T4092146157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeArrayList struct XmlNodeArrayList_t4092146157 : public XmlNodeList_t2551693786 { public: // System.Collections.ArrayList System.Xml.XmlNodeArrayList::_rgNodes ArrayList_t2718874744 * ____rgNodes_0; public: inline static int32_t get_offset_of__rgNodes_0() { return static_cast(offsetof(XmlNodeArrayList_t4092146157, ____rgNodes_0)); } inline ArrayList_t2718874744 * get__rgNodes_0() const { return ____rgNodes_0; } inline ArrayList_t2718874744 ** get_address_of__rgNodes_0() { return &____rgNodes_0; } inline void set__rgNodes_0(ArrayList_t2718874744 * value) { ____rgNodes_0 = value; Il2CppCodeGenWriteBarrier((&____rgNodes_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODEARRAYLIST_T4092146157_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; 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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_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_1; // System.Char[] System.Xml.NonBlockingStreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_2; // System.Int32 System.Xml.NonBlockingStreamReader::decoded_count int32_t ___decoded_count_3; // System.Int32 System.Xml.NonBlockingStreamReader::pos int32_t ___pos_4; // System.Int32 System.Xml.NonBlockingStreamReader::buffer_size int32_t ___buffer_size_5; // System.Text.Encoding System.Xml.NonBlockingStreamReader::encoding Encoding_t1523322056 * ___encoding_6; // System.Text.Decoder System.Xml.NonBlockingStreamReader::decoder Decoder_t2204182725 * ___decoder_7; // System.IO.Stream System.Xml.NonBlockingStreamReader::base_stream Stream_t1273022909 * ___base_stream_8; // System.Boolean System.Xml.NonBlockingStreamReader::mayBlock bool ___mayBlock_9; // System.Text.StringBuilder System.Xml.NonBlockingStreamReader::line_builder StringBuilder_t * ___line_builder_10; // System.Boolean System.Xml.NonBlockingStreamReader::foundCR bool ___foundCR_11; public: inline static int32_t get_offset_of_input_buffer_1() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___input_buffer_1)); } inline ByteU5BU5D_t4116647657* get_input_buffer_1() const { return ___input_buffer_1; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_1() { return &___input_buffer_1; } inline void set_input_buffer_1(ByteU5BU5D_t4116647657* value) { ___input_buffer_1 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_1), value); } inline static int32_t get_offset_of_decoded_buffer_2() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoded_buffer_2)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_2() const { return ___decoded_buffer_2; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_2() { return &___decoded_buffer_2; } inline void set_decoded_buffer_2(CharU5BU5D_t3528271667* value) { ___decoded_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_2), value); } inline static int32_t get_offset_of_decoded_count_3() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoded_count_3)); } inline int32_t get_decoded_count_3() const { return ___decoded_count_3; } inline int32_t* get_address_of_decoded_count_3() { return &___decoded_count_3; } inline void set_decoded_count_3(int32_t value) { ___decoded_count_3 = value; } inline static int32_t get_offset_of_pos_4() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___pos_4)); } inline int32_t get_pos_4() const { return ___pos_4; } inline int32_t* get_address_of_pos_4() { return &___pos_4; } inline void set_pos_4(int32_t value) { ___pos_4 = value; } inline static int32_t get_offset_of_buffer_size_5() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___buffer_size_5)); } inline int32_t get_buffer_size_5() const { return ___buffer_size_5; } inline int32_t* get_address_of_buffer_size_5() { return &___buffer_size_5; } inline void set_buffer_size_5(int32_t value) { ___buffer_size_5 = value; } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___encoding_6)); } inline Encoding_t1523322056 * get_encoding_6() const { return ___encoding_6; } inline Encoding_t1523322056 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_t1523322056 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((&___encoding_6), value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoder_7)); } inline Decoder_t2204182725 * get_decoder_7() const { return ___decoder_7; } inline Decoder_t2204182725 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_t2204182725 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((&___decoder_7), value); } inline static int32_t get_offset_of_base_stream_8() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___base_stream_8)); } inline Stream_t1273022909 * get_base_stream_8() const { return ___base_stream_8; } inline Stream_t1273022909 ** get_address_of_base_stream_8() { return &___base_stream_8; } inline void set_base_stream_8(Stream_t1273022909 * value) { ___base_stream_8 = value; Il2CppCodeGenWriteBarrier((&___base_stream_8), value); } inline static int32_t get_offset_of_mayBlock_9() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___mayBlock_9)); } inline bool get_mayBlock_9() const { return ___mayBlock_9; } inline bool* get_address_of_mayBlock_9() { return &___mayBlock_9; } inline void set_mayBlock_9(bool value) { ___mayBlock_9 = value; } inline static int32_t get_offset_of_line_builder_10() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___line_builder_10)); } inline StringBuilder_t * get_line_builder_10() const { return ___line_builder_10; } inline StringBuilder_t ** get_address_of_line_builder_10() { return &___line_builder_10; } inline void set_line_builder_10(StringBuilder_t * value) { ___line_builder_10 = value; Il2CppCodeGenWriteBarrier((&___line_builder_10), value); } inline static int32_t get_offset_of_foundCR_11() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___foundCR_11)); } inline bool get_foundCR_11() const { return ___foundCR_11; } inline bool* get_address_of_foundCR_11() { return &___foundCR_11; } inline void set_foundCR_11(bool value) { ___foundCR_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NONBLOCKINGSTREAMREADER_T2495303928_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 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 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 DTDNOTATIONDECLARATION_T3702682588_H #define DTDNOTATIONDECLARATION_T3702682588_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDNotationDeclaration struct DTDNotationDeclaration_t3702682588 : public DTDNode_t858560093 { public: // System.String Mono.Xml.DTDNotationDeclaration::name String_t* ___name_5; // System.String Mono.Xml.DTDNotationDeclaration::localName String_t* ___localName_6; // System.String Mono.Xml.DTDNotationDeclaration::prefix String_t* ___prefix_7; // System.String Mono.Xml.DTDNotationDeclaration::publicId String_t* ___publicId_8; // System.String Mono.Xml.DTDNotationDeclaration::systemId String_t* ___systemId_9; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(DTDNotationDeclaration_t3702682588, ___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_localName_6() { return static_cast(offsetof(DTDNotationDeclaration_t3702682588, ___localName_6)); } inline String_t* get_localName_6() const { return ___localName_6; } inline String_t** get_address_of_localName_6() { return &___localName_6; } inline void set_localName_6(String_t* value) { ___localName_6 = value; Il2CppCodeGenWriteBarrier((&___localName_6), value); } inline static int32_t get_offset_of_prefix_7() { return static_cast(offsetof(DTDNotationDeclaration_t3702682588, ___prefix_7)); } inline String_t* get_prefix_7() const { return ___prefix_7; } inline String_t** get_address_of_prefix_7() { return &___prefix_7; } inline void set_prefix_7(String_t* value) { ___prefix_7 = value; Il2CppCodeGenWriteBarrier((&___prefix_7), value); } inline static int32_t get_offset_of_publicId_8() { return static_cast(offsetof(DTDNotationDeclaration_t3702682588, ___publicId_8)); } inline String_t* get_publicId_8() const { return ___publicId_8; } inline String_t** get_address_of_publicId_8() { return &___publicId_8; } inline void set_publicId_8(String_t* value) { ___publicId_8 = value; Il2CppCodeGenWriteBarrier((&___publicId_8), value); } inline static int32_t get_offset_of_systemId_9() { return static_cast(offsetof(DTDNotationDeclaration_t3702682588, ___systemId_9)); } inline String_t* get_systemId_9() const { return ___systemId_9; } inline String_t** get_address_of_systemId_9() { return &___systemId_9; } inline void set_systemId_9(String_t* value) { ___systemId_9 = value; Il2CppCodeGenWriteBarrier((&___systemId_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDNOTATIONDECLARATION_T3702682588_H #ifndef DICTIONARYBASE_T52754249_H #define DICTIONARYBASE_T52754249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DictionaryBase struct DictionaryBase_t52754249 : public List_1_t218596005 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARYBASE_T52754249_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 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 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 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_1; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_2; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_3; public: inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(StringReader_t3465604688, ___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_nextChar_2() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_2)); } inline int32_t get_nextChar_2() const { return ___nextChar_2; } inline int32_t* get_address_of_nextChar_2() { return &___nextChar_2; } inline void set_nextChar_2(int32_t value) { ___nextChar_2 = value; } inline static int32_t get_offset_of_sourceLength_3() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_3)); } inline int32_t get_sourceLength_3() const { return ___sourceLength_3; } inline int32_t* get_address_of_sourceLength_3() { return &___sourceLength_3; } inline void set_sourceLength_3(int32_t value) { ___sourceLength_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_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 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 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_3; // System.Boolean System.IO.StringWriter::disposed bool ___disposed_4; public: inline static int32_t get_offset_of_internalString_3() { return static_cast(offsetof(StringWriter_t802263757, ___internalString_3)); } inline StringBuilder_t * get_internalString_3() const { return ___internalString_3; } inline StringBuilder_t ** get_address_of_internalString_3() { return &___internalString_3; } inline void set_internalString_3(StringBuilder_t * value) { ___internalString_3 = value; Il2CppCodeGenWriteBarrier((&___internalString_3), value); } inline static int32_t get_offset_of_disposed_4() { return static_cast(offsetof(StringWriter_t802263757, ___disposed_4)); } inline bool get_disposed_4() const { return ___disposed_4; } inline bool* get_address_of_disposed_4() { return &___disposed_4; } inline void set_disposed_4(bool value) { ___disposed_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGWRITER_T802263757_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 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 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 DTDATTLISTDECLARATION_T3593159715_H #define DTDATTLISTDECLARATION_T3593159715_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDAttListDeclaration struct DTDAttListDeclaration_t3593159715 : public DTDNode_t858560093 { public: // System.String Mono.Xml.DTDAttListDeclaration::name String_t* ___name_5; // System.Collections.Hashtable Mono.Xml.DTDAttListDeclaration::attributeOrders Hashtable_t1853889766 * ___attributeOrders_6; // System.Collections.ArrayList Mono.Xml.DTDAttListDeclaration::attributes ArrayList_t2718874744 * ___attributes_7; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(DTDAttListDeclaration_t3593159715, ___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_attributeOrders_6() { return static_cast(offsetof(DTDAttListDeclaration_t3593159715, ___attributeOrders_6)); } inline Hashtable_t1853889766 * get_attributeOrders_6() const { return ___attributeOrders_6; } inline Hashtable_t1853889766 ** get_address_of_attributeOrders_6() { return &___attributeOrders_6; } inline void set_attributeOrders_6(Hashtable_t1853889766 * value) { ___attributeOrders_6 = value; Il2CppCodeGenWriteBarrier((&___attributeOrders_6), value); } inline static int32_t get_offset_of_attributes_7() { return static_cast(offsetof(DTDAttListDeclaration_t3593159715, ___attributes_7)); } inline ArrayList_t2718874744 * get_attributes_7() const { return ___attributes_7; } inline ArrayList_t2718874744 ** get_address_of_attributes_7() { return &___attributes_7; } inline void set_attributes_7(ArrayList_t2718874744 * value) { ___attributes_7 = value; Il2CppCodeGenWriteBarrier((&___attributes_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDATTLISTDECLARATION_T3593159715_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 SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_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 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 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 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 TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_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 DTDATTRIBUTEDEFINITION_T3434905422_H #define DTDATTRIBUTEDEFINITION_T3434905422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDAttributeDefinition struct DTDAttributeDefinition_t3434905422 : public DTDNode_t858560093 { public: // System.String Mono.Xml.DTDAttributeDefinition::name String_t* ___name_5; // System.Xml.Schema.XmlSchemaDatatype Mono.Xml.DTDAttributeDefinition::datatype XmlSchemaDatatype_t322714710 * ___datatype_6; // System.String Mono.Xml.DTDAttributeDefinition::unresolvedDefault String_t* ___unresolvedDefault_7; // System.String Mono.Xml.DTDAttributeDefinition::resolvedDefaultValue String_t* ___resolvedDefaultValue_8; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___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_datatype_6() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___datatype_6)); } inline XmlSchemaDatatype_t322714710 * get_datatype_6() const { return ___datatype_6; } inline XmlSchemaDatatype_t322714710 ** get_address_of_datatype_6() { return &___datatype_6; } inline void set_datatype_6(XmlSchemaDatatype_t322714710 * value) { ___datatype_6 = value; Il2CppCodeGenWriteBarrier((&___datatype_6), value); } inline static int32_t get_offset_of_unresolvedDefault_7() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___unresolvedDefault_7)); } inline String_t* get_unresolvedDefault_7() const { return ___unresolvedDefault_7; } inline String_t** get_address_of_unresolvedDefault_7() { return &___unresolvedDefault_7; } inline void set_unresolvedDefault_7(String_t* value) { ___unresolvedDefault_7 = value; Il2CppCodeGenWriteBarrier((&___unresolvedDefault_7), value); } inline static int32_t get_offset_of_resolvedDefaultValue_8() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___resolvedDefaultValue_8)); } inline String_t* get_resolvedDefaultValue_8() const { return ___resolvedDefaultValue_8; } inline String_t** get_address_of_resolvedDefaultValue_8() { return &___resolvedDefaultValue_8; } inline void set_resolvedDefaultValue_8(String_t* value) { ___resolvedDefaultValue_8 = value; Il2CppCodeGenWriteBarrier((&___resolvedDefaultValue_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDATTRIBUTEDEFINITION_T3434905422_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 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 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_6; public: inline static int32_t get_offset_of_nextSibling_6() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_6)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_6() const { return ___nextSibling_6; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_6() { return &___nextSibling_6; } inline void set_nextSibling_6(XmlLinkedNode_t1437094927 * value) { ___nextSibling_6 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_13; // System.UInt32 System.Decimal::hi uint32_t ___hi_14; // System.UInt32 System.Decimal::lo uint32_t ___lo_15; // System.UInt32 System.Decimal::mid uint32_t ___mid_16; public: inline static int32_t get_offset_of_flags_13() { return static_cast(offsetof(Decimal_t2948259380, ___flags_13)); } inline uint32_t get_flags_13() const { return ___flags_13; } inline uint32_t* get_address_of_flags_13() { return &___flags_13; } inline void set_flags_13(uint32_t value) { ___flags_13 = value; } inline static int32_t get_offset_of_hi_14() { return static_cast(offsetof(Decimal_t2948259380, ___hi_14)); } inline uint32_t get_hi_14() const { return ___hi_14; } inline uint32_t* get_address_of_hi_14() { return &___hi_14; } inline void set_hi_14(uint32_t value) { ___hi_14 = value; } inline static int32_t get_offset_of_lo_15() { return static_cast(offsetof(Decimal_t2948259380, ___lo_15)); } inline uint32_t get_lo_15() const { return ___lo_15; } inline uint32_t* get_address_of_lo_15() { return &___lo_15; } inline void set_lo_15(uint32_t value) { ___lo_15 = value; } inline static int32_t get_offset_of_mid_16() { return static_cast(offsetof(Decimal_t2948259380, ___mid_16)); } inline uint32_t get_mid_16() const { return ___mid_16; } inline uint32_t* get_address_of_mid_16() { return &___mid_16; } inline void set_mid_16(uint32_t value) { ___mid_16 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::Zero Decimal_t2948259380 ___Zero_4; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_12; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_Zero_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___Zero_4)); } inline Decimal_t2948259380 get_Zero_4() const { return ___Zero_4; } inline Decimal_t2948259380 * get_address_of_Zero_4() { return &___Zero_4; } inline void set_Zero_4(Decimal_t2948259380 value) { ___Zero_4 = value; } inline static int32_t get_offset_of_MaxValueDiv10_12() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_12)); } inline Decimal_t2948259380 get_MaxValueDiv10_12() const { return ___MaxValueDiv10_12; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_12() { return &___MaxValueDiv10_12; } inline void set_MaxValueDiv10_12(Decimal_t2948259380 value) { ___MaxValueDiv10_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef U24ARRAYTYPEU2412_T2490092599_H #define U24ARRAYTYPEU2412_T2490092599_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092599 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092599__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092599_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 XMLDOCUMENTFRAGMENT_T1323348855_H #define XMLDOCUMENTFRAGMENT_T1323348855_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocumentFragment struct XmlDocumentFragment_t1323348855 : public XmlNode_t3767805227 { public: // System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_6; public: inline static int32_t get_offset_of_lastLinkedChild_6() { return static_cast(offsetof(XmlDocumentFragment_t1323348855, ___lastLinkedChild_6)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_6() const { return ___lastLinkedChild_6; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_6() { return &___lastLinkedChild_6; } inline void set_lastLinkedChild_6(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_6 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTFRAGMENT_T1323348855_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 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 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 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 XMLENTITY_T3308518401_H #define XMLENTITY_T3308518401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlEntity struct XmlEntity_t3308518401 : public XmlNode_t3767805227 { public: // System.String System.Xml.XmlEntity::name String_t* ___name_6; // System.String System.Xml.XmlEntity::NDATA String_t* ___NDATA_7; // System.String System.Xml.XmlEntity::publicId String_t* ___publicId_8; // System.String System.Xml.XmlEntity::systemId String_t* ___systemId_9; // System.String System.Xml.XmlEntity::baseUri String_t* ___baseUri_10; // System.Xml.XmlLinkedNode System.Xml.XmlEntity::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_11; // System.Boolean System.Xml.XmlEntity::contentAlreadySet bool ___contentAlreadySet_12; public: inline static int32_t get_offset_of_name_6() { return static_cast(offsetof(XmlEntity_t3308518401, ___name_6)); } inline String_t* get_name_6() const { return ___name_6; } inline String_t** get_address_of_name_6() { return &___name_6; } inline void set_name_6(String_t* value) { ___name_6 = value; Il2CppCodeGenWriteBarrier((&___name_6), value); } inline static int32_t get_offset_of_NDATA_7() { return static_cast(offsetof(XmlEntity_t3308518401, ___NDATA_7)); } inline String_t* get_NDATA_7() const { return ___NDATA_7; } inline String_t** get_address_of_NDATA_7() { return &___NDATA_7; } inline void set_NDATA_7(String_t* value) { ___NDATA_7 = value; Il2CppCodeGenWriteBarrier((&___NDATA_7), value); } inline static int32_t get_offset_of_publicId_8() { return static_cast(offsetof(XmlEntity_t3308518401, ___publicId_8)); } inline String_t* get_publicId_8() const { return ___publicId_8; } inline String_t** get_address_of_publicId_8() { return &___publicId_8; } inline void set_publicId_8(String_t* value) { ___publicId_8 = value; Il2CppCodeGenWriteBarrier((&___publicId_8), value); } inline static int32_t get_offset_of_systemId_9() { return static_cast(offsetof(XmlEntity_t3308518401, ___systemId_9)); } inline String_t* get_systemId_9() const { return ___systemId_9; } inline String_t** get_address_of_systemId_9() { return &___systemId_9; } inline void set_systemId_9(String_t* value) { ___systemId_9 = value; Il2CppCodeGenWriteBarrier((&___systemId_9), value); } inline static int32_t get_offset_of_baseUri_10() { return static_cast(offsetof(XmlEntity_t3308518401, ___baseUri_10)); } inline String_t* get_baseUri_10() const { return ___baseUri_10; } inline String_t** get_address_of_baseUri_10() { return &___baseUri_10; } inline void set_baseUri_10(String_t* value) { ___baseUri_10 = value; Il2CppCodeGenWriteBarrier((&___baseUri_10), value); } inline static int32_t get_offset_of_lastLinkedChild_11() { return static_cast(offsetof(XmlEntity_t3308518401, ___lastLinkedChild_11)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_11() const { return ___lastLinkedChild_11; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_11() { return &___lastLinkedChild_11; } inline void set_lastLinkedChild_11(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_11 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_11), value); } inline static int32_t get_offset_of_contentAlreadySet_12() { return static_cast(offsetof(XmlEntity_t3308518401, ___contentAlreadySet_12)); } inline bool get_contentAlreadySet_12() const { return ___contentAlreadySet_12; } inline bool* get_address_of_contentAlreadySet_12() { return &___contentAlreadySet_12; } inline void set_contentAlreadySet_12(bool value) { ___contentAlreadySet_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLENTITY_T3308518401_H #ifndef BYTE_T1134296376_H #define BYTE_T1134296376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Byte struct Byte_t1134296376 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Byte_t1134296376, ___m_value_2)); } inline uint8_t get_m_value_2() const { return ___m_value_2; } inline uint8_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint8_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BYTE_T1134296376_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_3; // System.IO.Stream System.IO.StreamWriter::internalStream Stream_t1273022909 * ___internalStream_4; // System.Boolean System.IO.StreamWriter::iflush bool ___iflush_5; // System.Byte[] System.IO.StreamWriter::byte_buf ByteU5BU5D_t4116647657* ___byte_buf_6; // System.Int32 System.IO.StreamWriter::byte_pos int32_t ___byte_pos_7; // System.Char[] System.IO.StreamWriter::decode_buf CharU5BU5D_t3528271667* ___decode_buf_8; // System.Int32 System.IO.StreamWriter::decode_pos int32_t ___decode_pos_9; // System.Boolean System.IO.StreamWriter::DisposedAlready bool ___DisposedAlready_10; // System.Boolean System.IO.StreamWriter::preamble_done bool ___preamble_done_11; public: inline static int32_t get_offset_of_internalEncoding_3() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalEncoding_3)); } inline Encoding_t1523322056 * get_internalEncoding_3() const { return ___internalEncoding_3; } inline Encoding_t1523322056 ** get_address_of_internalEncoding_3() { return &___internalEncoding_3; } inline void set_internalEncoding_3(Encoding_t1523322056 * value) { ___internalEncoding_3 = value; Il2CppCodeGenWriteBarrier((&___internalEncoding_3), value); } inline static int32_t get_offset_of_internalStream_4() { return static_cast(offsetof(StreamWriter_t1266378904, ___internalStream_4)); } inline Stream_t1273022909 * get_internalStream_4() const { return ___internalStream_4; } inline Stream_t1273022909 ** get_address_of_internalStream_4() { return &___internalStream_4; } inline void set_internalStream_4(Stream_t1273022909 * value) { ___internalStream_4 = value; Il2CppCodeGenWriteBarrier((&___internalStream_4), value); } inline static int32_t get_offset_of_iflush_5() { return static_cast(offsetof(StreamWriter_t1266378904, ___iflush_5)); } inline bool get_iflush_5() const { return ___iflush_5; } inline bool* get_address_of_iflush_5() { return &___iflush_5; } inline void set_iflush_5(bool value) { ___iflush_5 = value; } inline static int32_t get_offset_of_byte_buf_6() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_buf_6)); } inline ByteU5BU5D_t4116647657* get_byte_buf_6() const { return ___byte_buf_6; } inline ByteU5BU5D_t4116647657** get_address_of_byte_buf_6() { return &___byte_buf_6; } inline void set_byte_buf_6(ByteU5BU5D_t4116647657* value) { ___byte_buf_6 = value; Il2CppCodeGenWriteBarrier((&___byte_buf_6), value); } inline static int32_t get_offset_of_byte_pos_7() { return static_cast(offsetof(StreamWriter_t1266378904, ___byte_pos_7)); } inline int32_t get_byte_pos_7() const { return ___byte_pos_7; } inline int32_t* get_address_of_byte_pos_7() { return &___byte_pos_7; } inline void set_byte_pos_7(int32_t value) { ___byte_pos_7 = value; } inline static int32_t get_offset_of_decode_buf_8() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_buf_8)); } inline CharU5BU5D_t3528271667* get_decode_buf_8() const { return ___decode_buf_8; } inline CharU5BU5D_t3528271667** get_address_of_decode_buf_8() { return &___decode_buf_8; } inline void set_decode_buf_8(CharU5BU5D_t3528271667* value) { ___decode_buf_8 = value; Il2CppCodeGenWriteBarrier((&___decode_buf_8), value); } inline static int32_t get_offset_of_decode_pos_9() { return static_cast(offsetof(StreamWriter_t1266378904, ___decode_pos_9)); } inline int32_t get_decode_pos_9() const { return ___decode_pos_9; } inline int32_t* get_address_of_decode_pos_9() { return &___decode_pos_9; } inline void set_decode_pos_9(int32_t value) { ___decode_pos_9 = value; } inline static int32_t get_offset_of_DisposedAlready_10() { return static_cast(offsetof(StreamWriter_t1266378904, ___DisposedAlready_10)); } inline bool get_DisposedAlready_10() const { return ___DisposedAlready_10; } inline bool* get_address_of_DisposedAlready_10() { return &___DisposedAlready_10; } inline void set_DisposedAlready_10(bool value) { ___DisposedAlready_10 = value; } inline static int32_t get_offset_of_preamble_done_11() { return static_cast(offsetof(StreamWriter_t1266378904, ___preamble_done_11)); } inline bool get_preamble_done_11() const { return ___preamble_done_11; } inline bool* get_address_of_preamble_done_11() { return &___preamble_done_11; } inline void set_preamble_done_11(bool value) { ___preamble_done_11 = value; } }; struct StreamWriter_t1266378904_StaticFields { public: // System.IO.StreamWriter System.IO.StreamWriter::Null StreamWriter_t1266378904 * ___Null_12; public: inline static int32_t get_offset_of_Null_12() { return static_cast(offsetof(StreamWriter_t1266378904_StaticFields, ___Null_12)); } inline StreamWriter_t1266378904 * get_Null_12() const { return ___Null_12; } inline StreamWriter_t1266378904 ** get_address_of_Null_12() { return &___Null_12; } inline void set_Null_12(StreamWriter_t1266378904 * value) { ___Null_12 = value; Il2CppCodeGenWriteBarrier((&___Null_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMWRITER_T1266378904_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 UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_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 U24ARRAYTYPEU24256_T1929481985_H #define U24ARRAYTYPEU24256_T1929481985_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481985 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481985__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481985_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_6; // System.String System.Xml.XmlNotation::publicId String_t* ___publicId_7; // System.String System.Xml.XmlNotation::systemId String_t* ___systemId_8; // System.String System.Xml.XmlNotation::prefix String_t* ___prefix_9; public: inline static int32_t get_offset_of_localName_6() { return static_cast(offsetof(XmlNotation_t1476580686, ___localName_6)); } inline String_t* get_localName_6() const { return ___localName_6; } inline String_t** get_address_of_localName_6() { return &___localName_6; } inline void set_localName_6(String_t* value) { ___localName_6 = value; Il2CppCodeGenWriteBarrier((&___localName_6), value); } inline static int32_t get_offset_of_publicId_7() { return static_cast(offsetof(XmlNotation_t1476580686, ___publicId_7)); } inline String_t* get_publicId_7() const { return ___publicId_7; } inline String_t** get_address_of_publicId_7() { return &___publicId_7; } inline void set_publicId_7(String_t* value) { ___publicId_7 = value; Il2CppCodeGenWriteBarrier((&___publicId_7), value); } inline static int32_t get_offset_of_systemId_8() { return static_cast(offsetof(XmlNotation_t1476580686, ___systemId_8)); } inline String_t* get_systemId_8() const { return ___systemId_8; } inline String_t** get_address_of_systemId_8() { return &___systemId_8; } inline void set_systemId_8(String_t* value) { ___systemId_8 = value; Il2CppCodeGenWriteBarrier((&___systemId_8), value); } inline static int32_t get_offset_of_prefix_9() { return static_cast(offsetof(XmlNotation_t1476580686, ___prefix_9)); } inline String_t* get_prefix_9() const { return ___prefix_9; } inline String_t** get_address_of_prefix_9() { return &___prefix_9; } inline void set_prefix_9(String_t* value) { ___prefix_9 = value; Il2CppCodeGenWriteBarrier((&___prefix_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNOTATION_T1476580686_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 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 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 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 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 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 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_7; // System.Xml.XmlNameEntry System.Xml.XmlElement::name XmlNameEntry_t1073099671 * ___name_8; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_9; // System.Boolean System.Xml.XmlElement::isNotEmpty bool ___isNotEmpty_10; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::schemaInfo RuntimeObject* ___schemaInfo_11; public: inline static int32_t get_offset_of_attributes_7() { return static_cast(offsetof(XmlElement_t561603118, ___attributes_7)); } inline XmlAttributeCollection_t2316283784 * get_attributes_7() const { return ___attributes_7; } inline XmlAttributeCollection_t2316283784 ** get_address_of_attributes_7() { return &___attributes_7; } inline void set_attributes_7(XmlAttributeCollection_t2316283784 * value) { ___attributes_7 = value; Il2CppCodeGenWriteBarrier((&___attributes_7), value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(XmlElement_t561603118, ___name_8)); } inline XmlNameEntry_t1073099671 * get_name_8() const { return ___name_8; } inline XmlNameEntry_t1073099671 ** get_address_of_name_8() { return &___name_8; } inline void set_name_8(XmlNameEntry_t1073099671 * value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((&___name_8), value); } inline static int32_t get_offset_of_lastLinkedChild_9() { return static_cast(offsetof(XmlElement_t561603118, ___lastLinkedChild_9)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_9() const { return ___lastLinkedChild_9; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_9() { return &___lastLinkedChild_9; } inline void set_lastLinkedChild_9(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_9 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_9), value); } inline static int32_t get_offset_of_isNotEmpty_10() { return static_cast(offsetof(XmlElement_t561603118, ___isNotEmpty_10)); } inline bool get_isNotEmpty_10() const { return ___isNotEmpty_10; } inline bool* get_address_of_isNotEmpty_10() { return &___isNotEmpty_10; } inline void set_isNotEmpty_10(bool value) { ___isNotEmpty_10 = value; } inline static int32_t get_offset_of_schemaInfo_11() { return static_cast(offsetof(XmlElement_t561603118, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T561603118_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 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 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 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 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 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 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 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 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 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 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 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 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_12; public: inline static int32_t get_offset_of_input_12() { return static_cast(offsetof(XmlStreamReader_t727818754, ___input_12)); } inline XmlInputStream_t1691369434 * get_input_12() const { return ___input_12; } inline XmlInputStream_t1691369434 ** get_address_of_input_12() { return &___input_12; } inline void set_input_12(XmlInputStream_t1691369434 * value) { ___input_12 = value; Il2CppCodeGenWriteBarrier((&___input_12), value); } }; struct XmlStreamReader_t727818754_StaticFields { public: // System.Xml.XmlException System.Xml.XmlStreamReader::invalidDataException XmlException_t1761730631 * ___invalidDataException_13; public: inline static int32_t get_offset_of_invalidDataException_13() { return static_cast(offsetof(XmlStreamReader_t727818754_StaticFields, ___invalidDataException_13)); } inline XmlException_t1761730631 * get_invalidDataException_13() const { return ___invalidDataException_13; } inline XmlException_t1761730631 ** get_address_of_invalidDataException_13() { return &___invalidDataException_13; } inline void set_invalidDataException_13(XmlException_t1761730631 * value) { ___invalidDataException_13 = value; Il2CppCodeGenWriteBarrier((&___invalidDataException_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSTREAMREADER_T727818754_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 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 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_7; // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; public: inline static int32_t get_offset_of_entityName_7() { return static_cast(offsetof(XmlEntityReference_t1966808559, ___entityName_7)); } inline String_t* get_entityName_7() const { return ___entityName_7; } inline String_t** get_address_of_entityName_7() { return &___entityName_7; } inline void set_entityName_7(String_t* value) { ___entityName_7 = value; Il2CppCodeGenWriteBarrier((&___entityName_7), value); } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlEntityReference_t1966808559, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLENTITYREFERENCE_T1966808559_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_7; // System.String System.Xml.XmlProcessingInstruction::data String_t* ___data_8; public: inline static int32_t get_offset_of_target_7() { return static_cast(offsetof(XmlProcessingInstruction_t425688976, ___target_7)); } inline String_t* get_target_7() const { return ___target_7; } inline String_t** get_address_of_target_7() { return &___target_7; } inline void set_target_7(String_t* value) { ___target_7 = value; Il2CppCodeGenWriteBarrier((&___target_7), value); } inline static int32_t get_offset_of_data_8() { return static_cast(offsetof(XmlProcessingInstruction_t425688976, ___data_8)); } inline String_t* get_data_8() const { return ___data_8; } inline String_t** get_address_of_data_8() { return &___data_8; } inline void set_data_8(String_t* value) { ___data_8 = value; Il2CppCodeGenWriteBarrier((&___data_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPROCESSINGINSTRUCTION_T425688976_H #ifndef XMLSCHEMAVALIDITY_T3794542157_H #define XMLSCHEMAVALIDITY_T3794542157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidity struct XmlSchemaValidity_t3794542157 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidity::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaValidity_t3794542157, ___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 // XMLSCHEMAVALIDITY_T3794542157_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255365_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255365_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255365 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255365_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_t2490092599 ___U24U24fieldU2D18_9; // /$ArrayType$8 ::$$field-23 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D23_10; // /$ArrayType$8 ::$$field-25 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D25_11; // /$ArrayType$8 ::$$field-26 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D26_12; // /$ArrayType$256 ::$$field-27 U24ArrayTypeU24256_t1929481985 ___U24U24fieldU2D27_13; // /$ArrayType$256 ::$$field-28 U24ArrayTypeU24256_t1929481985 ___U24U24fieldU2D28_14; // /$ArrayType$1280 ::$$field-29 U24ArrayTypeU241280_t4290130235 ___U24U24fieldU2D29_15; // /$ArrayType$12 ::$$field-43 U24ArrayTypeU2412_t2490092599 ___U24U24fieldU2D43_16; // /$ArrayType$12 ::$$field-44 U24ArrayTypeU2412_t2490092599 ___U24U24fieldU2D44_17; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_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_t3057255365_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_t3057255365_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_t3057255365_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_t3057255365_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_t3057255365_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_t3057255365_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_t3057255365_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_t3057255365_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_t3057255365_StaticFields, ___U24U24fieldU2D18_9)); } inline U24ArrayTypeU2412_t2490092599 get_U24U24fieldU2D18_9() const { return ___U24U24fieldU2D18_9; } inline U24ArrayTypeU2412_t2490092599 * get_address_of_U24U24fieldU2D18_9() { return &___U24U24fieldU2D18_9; } inline void set_U24U24fieldU2D18_9(U24ArrayTypeU2412_t2490092599 value) { ___U24U24fieldU2D18_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D23_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_StaticFields, ___U24U24fieldU2D23_10)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D23_10() const { return ___U24U24fieldU2D23_10; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D23_10() { return &___U24U24fieldU2D23_10; } inline void set_U24U24fieldU2D23_10(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D23_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D25_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_StaticFields, ___U24U24fieldU2D25_11)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D25_11() const { return ___U24U24fieldU2D25_11; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D25_11() { return &___U24U24fieldU2D25_11; } inline void set_U24U24fieldU2D25_11(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D25_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D26_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_StaticFields, ___U24U24fieldU2D26_12)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D26_12() const { return ___U24U24fieldU2D26_12; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D26_12() { return &___U24U24fieldU2D26_12; } inline void set_U24U24fieldU2D26_12(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D26_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D27_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_StaticFields, ___U24U24fieldU2D27_13)); } inline U24ArrayTypeU24256_t1929481985 get_U24U24fieldU2D27_13() const { return ___U24U24fieldU2D27_13; } inline U24ArrayTypeU24256_t1929481985 * get_address_of_U24U24fieldU2D27_13() { return &___U24U24fieldU2D27_13; } inline void set_U24U24fieldU2D27_13(U24ArrayTypeU24256_t1929481985 value) { ___U24U24fieldU2D27_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D28_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_StaticFields, ___U24U24fieldU2D28_14)); } inline U24ArrayTypeU24256_t1929481985 get_U24U24fieldU2D28_14() const { return ___U24U24fieldU2D28_14; } inline U24ArrayTypeU24256_t1929481985 * get_address_of_U24U24fieldU2D28_14() { return &___U24U24fieldU2D28_14; } inline void set_U24U24fieldU2D28_14(U24ArrayTypeU24256_t1929481985 value) { ___U24U24fieldU2D28_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D29_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_StaticFields, ___U24U24fieldU2D29_15)); } inline U24ArrayTypeU241280_t4290130235 get_U24U24fieldU2D29_15() const { return ___U24U24fieldU2D29_15; } inline U24ArrayTypeU241280_t4290130235 * get_address_of_U24U24fieldU2D29_15() { return &___U24U24fieldU2D29_15; } inline void set_U24U24fieldU2D29_15(U24ArrayTypeU241280_t4290130235 value) { ___U24U24fieldU2D29_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_StaticFields, ___U24U24fieldU2D43_16)); } inline U24ArrayTypeU2412_t2490092599 get_U24U24fieldU2D43_16() const { return ___U24U24fieldU2D43_16; } inline U24ArrayTypeU2412_t2490092599 * get_address_of_U24U24fieldU2D43_16() { return &___U24U24fieldU2D43_16; } inline void set_U24U24fieldU2D43_16(U24ArrayTypeU2412_t2490092599 value) { ___U24U24fieldU2D43_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255365_StaticFields, ___U24U24fieldU2D44_17)); } inline U24ArrayTypeU2412_t2490092599 get_U24U24fieldU2D44_17() const { return ___U24U24fieldU2D44_17; } inline U24ArrayTypeU2412_t2490092599 * get_address_of_U24U24fieldU2D44_17() { return &___U24U24fieldU2D44_17; } inline void set_U24U24fieldU2D44_17(U24ArrayTypeU2412_t2490092599 value) { ___U24U24fieldU2D44_17 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255365_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 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 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.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::settings XmlSchemaCompilationSettings_t2218765537 * ___settings_3; // System.Guid System.Xml.Schema.XmlSchemaSet::CompilationId Guid_t ___CompilationId_4; 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_settings_3() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___settings_3)); } inline XmlSchemaCompilationSettings_t2218765537 * get_settings_3() const { return ___settings_3; } inline XmlSchemaCompilationSettings_t2218765537 ** get_address_of_settings_3() { return &___settings_3; } inline void set_settings_3(XmlSchemaCompilationSettings_t2218765537 * value) { ___settings_3 = value; Il2CppCodeGenWriteBarrier((&___settings_3), value); } inline static int32_t get_offset_of_CompilationId_4() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___CompilationId_4)); } inline Guid_t get_CompilationId_4() const { return ___CompilationId_4; } inline Guid_t * get_address_of_CompilationId_4() { return &___CompilationId_4; } inline void set_CompilationId_4(Guid_t value) { ___CompilationId_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASET_T266093086_H #ifndef METHODINFO_T_H #define METHODINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // METHODINFO_T_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 DATETIMESTYLES_T840957420_H #define DATETIMESTYLES_T840957420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeStyles struct DateTimeStyles_t840957420 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeStyles_t840957420, ___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 // DATETIMESTYLES_T840957420_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___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 // NUMBERSTYLES_T617258130_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 FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef XMLDATETIMESERIALIZATIONMODE_T1214355817_H #define XMLDATETIMESERIALIZATIONMODE_T1214355817_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDateTimeSerializationMode struct XmlDateTimeSerializationMode_t1214355817 { public: // System.Int32 System.Xml.XmlDateTimeSerializationMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlDateTimeSerializationMode_t1214355817, ___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 // XMLDATETIMESERIALIZATIONMODE_T1214355817_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 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_7; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_8; // System.String System.Xml.XmlDeclaration::version String_t* ___version_9; public: inline static int32_t get_offset_of_encoding_7() { return static_cast(offsetof(XmlDeclaration_t679870411, ___encoding_7)); } inline String_t* get_encoding_7() const { return ___encoding_7; } inline String_t** get_address_of_encoding_7() { return &___encoding_7; } inline void set_encoding_7(String_t* value) { ___encoding_7 = value; Il2CppCodeGenWriteBarrier((&___encoding_7), value); } inline static int32_t get_offset_of_standalone_8() { return static_cast(offsetof(XmlDeclaration_t679870411, ___standalone_8)); } inline String_t* get_standalone_8() const { return ___standalone_8; } inline String_t** get_address_of_standalone_8() { return &___standalone_8; } inline void set_standalone_8(String_t* value) { ___standalone_8 = value; Il2CppCodeGenWriteBarrier((&___standalone_8), value); } inline static int32_t get_offset_of_version_9() { return static_cast(offsetof(XmlDeclaration_t679870411, ___version_9)); } inline String_t* get_version_9() const { return ___version_9; } inline String_t** get_address_of_version_9() { return &___version_9; } inline void set_version_9(String_t* value) { ___version_9 = value; Il2CppCodeGenWriteBarrier((&___version_9), value); } }; struct XmlDeclaration_t679870411_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlDeclaration::<>f__switch$map4A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4A_10; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map4A_10() { return static_cast(offsetof(XmlDeclaration_t679870411_StaticFields, ___U3CU3Ef__switchU24map4A_10)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4A_10() const { return ___U3CU3Ef__switchU24map4A_10; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4A_10() { return &___U3CU3Ef__switchU24map4A_10; } inline void set_U3CU3Ef__switchU24map4A_10(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4A_10 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4A_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDECLARATION_T679870411_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___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 // STREAMINGCONTEXTSTATES_T3580100459_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 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 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_7; public: inline static int32_t get_offset_of_data_7() { return static_cast(offsetof(XmlCharacterData_t1167807131, ___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 // XMLCHARACTERDATA_T1167807131_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 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 XSDWHITESPACEFACET_T376308449_H #define XSDWHITESPACEFACET_T376308449_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdWhitespaceFacet struct XsdWhitespaceFacet_t376308449 { public: // System.Int32 Mono.Xml.Schema.XsdWhitespaceFacet::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XsdWhitespaceFacet_t376308449, ___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 // XSDWHITESPACEFACET_T376308449_H #ifndef DTDCOLLECTIONBASE_T3926218464_H #define DTDCOLLECTIONBASE_T3926218464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDCollectionBase struct DTDCollectionBase_t3926218464 : public DictionaryBase_t52754249 { public: // Mono.Xml.DTDObjectModel Mono.Xml.DTDCollectionBase::root DTDObjectModel_t1729680289 * ___root_5; public: inline static int32_t get_offset_of_root_5() { return static_cast(offsetof(DTDCollectionBase_t3926218464, ___root_5)); } inline DTDObjectModel_t1729680289 * get_root_5() const { return ___root_5; } inline DTDObjectModel_t1729680289 ** get_address_of_root_5() { return &___root_5; } inline void set_root_5(DTDObjectModel_t1729680289 * value) { ___root_5 = value; Il2CppCodeGenWriteBarrier((&___root_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDCOLLECTIONBASE_T3926218464_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 SEEKORIGIN_T1441174344_H #define SEEKORIGIN_T1441174344_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.SeekOrigin struct SeekOrigin_t1441174344 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SeekOrigin_t1441174344, ___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 // SEEKORIGIN_T1441174344_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_7; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t2821286253 * ___notations_8; // Mono.Xml.DTDObjectModel System.Xml.XmlDocumentType::dtd DTDObjectModel_t1729680289 * ___dtd_9; public: inline static int32_t get_offset_of_entities_7() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___entities_7)); } inline XmlNamedNodeMap_t2821286253 * get_entities_7() const { return ___entities_7; } inline XmlNamedNodeMap_t2821286253 ** get_address_of_entities_7() { return &___entities_7; } inline void set_entities_7(XmlNamedNodeMap_t2821286253 * value) { ___entities_7 = value; Il2CppCodeGenWriteBarrier((&___entities_7), value); } inline static int32_t get_offset_of_notations_8() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___notations_8)); } inline XmlNamedNodeMap_t2821286253 * get_notations_8() const { return ___notations_8; } inline XmlNamedNodeMap_t2821286253 ** get_address_of_notations_8() { return &___notations_8; } inline void set_notations_8(XmlNamedNodeMap_t2821286253 * value) { ___notations_8 = value; Il2CppCodeGenWriteBarrier((&___notations_8), value); } inline static int32_t get_offset_of_dtd_9() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___dtd_9)); } inline DTDObjectModel_t1729680289 * get_dtd_9() const { return ___dtd_9; } inline DTDObjectModel_t1729680289 ** get_address_of_dtd_9() { return &___dtd_9; } inline void set_dtd_9(DTDObjectModel_t1729680289 * value) { ___dtd_9 = value; Il2CppCodeGenWriteBarrier((&___dtd_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTTYPE_T4112370061_H #ifndef DTDENTITYDECLARATION_T811637416_H #define DTDENTITYDECLARATION_T811637416_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDEntityDeclaration struct DTDEntityDeclaration_t811637416 : public DTDEntityBase_t1228162861 { public: // System.String Mono.Xml.DTDEntityDeclaration::entityValue String_t* ___entityValue_15; // System.String Mono.Xml.DTDEntityDeclaration::notationName String_t* ___notationName_16; // System.Collections.ArrayList Mono.Xml.DTDEntityDeclaration::ReferencingEntities ArrayList_t2718874744 * ___ReferencingEntities_17; // System.Boolean Mono.Xml.DTDEntityDeclaration::scanned bool ___scanned_18; // System.Boolean Mono.Xml.DTDEntityDeclaration::recursed bool ___recursed_19; // System.Boolean Mono.Xml.DTDEntityDeclaration::hasExternalReference bool ___hasExternalReference_20; public: inline static int32_t get_offset_of_entityValue_15() { return static_cast(offsetof(DTDEntityDeclaration_t811637416, ___entityValue_15)); } inline String_t* get_entityValue_15() const { return ___entityValue_15; } inline String_t** get_address_of_entityValue_15() { return &___entityValue_15; } inline void set_entityValue_15(String_t* value) { ___entityValue_15 = value; Il2CppCodeGenWriteBarrier((&___entityValue_15), value); } inline static int32_t get_offset_of_notationName_16() { return static_cast(offsetof(DTDEntityDeclaration_t811637416, ___notationName_16)); } inline String_t* get_notationName_16() const { return ___notationName_16; } inline String_t** get_address_of_notationName_16() { return &___notationName_16; } inline void set_notationName_16(String_t* value) { ___notationName_16 = value; Il2CppCodeGenWriteBarrier((&___notationName_16), value); } inline static int32_t get_offset_of_ReferencingEntities_17() { return static_cast(offsetof(DTDEntityDeclaration_t811637416, ___ReferencingEntities_17)); } inline ArrayList_t2718874744 * get_ReferencingEntities_17() const { return ___ReferencingEntities_17; } inline ArrayList_t2718874744 ** get_address_of_ReferencingEntities_17() { return &___ReferencingEntities_17; } inline void set_ReferencingEntities_17(ArrayList_t2718874744 * value) { ___ReferencingEntities_17 = value; Il2CppCodeGenWriteBarrier((&___ReferencingEntities_17), value); } inline static int32_t get_offset_of_scanned_18() { return static_cast(offsetof(DTDEntityDeclaration_t811637416, ___scanned_18)); } inline bool get_scanned_18() const { return ___scanned_18; } inline bool* get_address_of_scanned_18() { return &___scanned_18; } inline void set_scanned_18(bool value) { ___scanned_18 = value; } inline static int32_t get_offset_of_recursed_19() { return static_cast(offsetof(DTDEntityDeclaration_t811637416, ___recursed_19)); } inline bool get_recursed_19() const { return ___recursed_19; } inline bool* get_address_of_recursed_19() { return &___recursed_19; } inline void set_recursed_19(bool value) { ___recursed_19 = value; } inline static int32_t get_offset_of_hasExternalReference_20() { return static_cast(offsetof(DTDEntityDeclaration_t811637416, ___hasExternalReference_20)); } inline bool get_hasExternalReference_20() const { return ___hasExternalReference_20; } inline bool* get_address_of_hasExternalReference_20() { return &___hasExternalReference_20; } inline void set_hasExternalReference_20(bool value) { ___hasExternalReference_20 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDENTITYDECLARATION_T811637416_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 DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___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 // DATETIMEKIND_T3468814247_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 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 XPATHNAMESPACESCOPE_T4128811329_H #define XPATHNAMESPACESCOPE_T4128811329_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNamespaceScope struct XPathNamespaceScope_t4128811329 { public: // System.Int32 System.Xml.XPath.XPathNamespaceScope::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XPathNamespaceScope_t4128811329, ___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 // XPATHNAMESPACESCOPE_T4128811329_H #ifndef XMLDOCUMENTNAVIGATOR_T512445268_H #define XMLDOCUMENTNAVIGATOR_T512445268_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocumentNavigator struct XmlDocumentNavigator_t512445268 : public XPathNavigator_t787956054 { public: // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::node XmlNode_t3767805227 * ___node_2; // System.Xml.XmlAttribute System.Xml.XmlDocumentNavigator::nsNode XmlAttribute_t1173852259 * ___nsNode_3; // System.Collections.ArrayList System.Xml.XmlDocumentNavigator::iteratedNsNames ArrayList_t2718874744 * ___iteratedNsNames_4; public: inline static int32_t get_offset_of_node_2() { return static_cast(offsetof(XmlDocumentNavigator_t512445268, ___node_2)); } inline XmlNode_t3767805227 * get_node_2() const { return ___node_2; } inline XmlNode_t3767805227 ** get_address_of_node_2() { return &___node_2; } inline void set_node_2(XmlNode_t3767805227 * value) { ___node_2 = value; Il2CppCodeGenWriteBarrier((&___node_2), value); } inline static int32_t get_offset_of_nsNode_3() { return static_cast(offsetof(XmlDocumentNavigator_t512445268, ___nsNode_3)); } inline XmlAttribute_t1173852259 * get_nsNode_3() const { return ___nsNode_3; } inline XmlAttribute_t1173852259 ** get_address_of_nsNode_3() { return &___nsNode_3; } inline void set_nsNode_3(XmlAttribute_t1173852259 * value) { ___nsNode_3 = value; Il2CppCodeGenWriteBarrier((&___nsNode_3), value); } inline static int32_t get_offset_of_iteratedNsNames_4() { return static_cast(offsetof(XmlDocumentNavigator_t512445268, ___iteratedNsNames_4)); } inline ArrayList_t2718874744 * get_iteratedNsNames_4() const { return ___iteratedNsNames_4; } inline ArrayList_t2718874744 ** get_address_of_iteratedNsNames_4() { return &___iteratedNsNames_4; } inline void set_iteratedNsNames_4(ArrayList_t2718874744 * value) { ___iteratedNsNames_4 = value; Il2CppCodeGenWriteBarrier((&___iteratedNsNames_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTNAVIGATOR_T512445268_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 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 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 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 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_1; // System.Boolean System.IO.FileStream::owner bool ___owner_2; // System.Boolean System.IO.FileStream::async bool ___async_3; // System.Boolean System.IO.FileStream::canseek bool ___canseek_4; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_5; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_6; // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_t4116647657* ___buf_7; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_8; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_9; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_10; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_11; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_12; // System.String System.IO.FileStream::name String_t* ___name_13; // System.IntPtr System.IO.FileStream::handle intptr_t ___handle_14; public: inline static int32_t get_offset_of_access_1() { return static_cast(offsetof(FileStream_t4292183065, ___access_1)); } inline int32_t get_access_1() const { return ___access_1; } inline int32_t* get_address_of_access_1() { return &___access_1; } inline void set_access_1(int32_t value) { ___access_1 = value; } inline static int32_t get_offset_of_owner_2() { return static_cast(offsetof(FileStream_t4292183065, ___owner_2)); } inline bool get_owner_2() const { return ___owner_2; } inline bool* get_address_of_owner_2() { return &___owner_2; } inline void set_owner_2(bool value) { ___owner_2 = value; } inline static int32_t get_offset_of_async_3() { return static_cast(offsetof(FileStream_t4292183065, ___async_3)); } inline bool get_async_3() const { return ___async_3; } inline bool* get_address_of_async_3() { return &___async_3; } inline void set_async_3(bool value) { ___async_3 = value; } inline static int32_t get_offset_of_canseek_4() { return static_cast(offsetof(FileStream_t4292183065, ___canseek_4)); } inline bool get_canseek_4() const { return ___canseek_4; } inline bool* get_address_of_canseek_4() { return &___canseek_4; } inline void set_canseek_4(bool value) { ___canseek_4 = value; } inline static int32_t get_offset_of_append_startpos_5() { return static_cast(offsetof(FileStream_t4292183065, ___append_startpos_5)); } inline int64_t get_append_startpos_5() const { return ___append_startpos_5; } inline int64_t* get_address_of_append_startpos_5() { return &___append_startpos_5; } inline void set_append_startpos_5(int64_t value) { ___append_startpos_5 = value; } inline static int32_t get_offset_of_anonymous_6() { return static_cast(offsetof(FileStream_t4292183065, ___anonymous_6)); } inline bool get_anonymous_6() const { return ___anonymous_6; } inline bool* get_address_of_anonymous_6() { return &___anonymous_6; } inline void set_anonymous_6(bool value) { ___anonymous_6 = value; } inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t4292183065, ___buf_7)); } inline ByteU5BU5D_t4116647657* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_t4116647657** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_t4116647657* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((&___buf_7), value); } inline static int32_t get_offset_of_buf_size_8() { return static_cast(offsetof(FileStream_t4292183065, ___buf_size_8)); } inline int32_t get_buf_size_8() const { return ___buf_size_8; } inline int32_t* get_address_of_buf_size_8() { return &___buf_size_8; } inline void set_buf_size_8(int32_t value) { ___buf_size_8 = value; } inline static int32_t get_offset_of_buf_length_9() { return static_cast(offsetof(FileStream_t4292183065, ___buf_length_9)); } inline int32_t get_buf_length_9() const { return ___buf_length_9; } inline int32_t* get_address_of_buf_length_9() { return &___buf_length_9; } inline void set_buf_length_9(int32_t value) { ___buf_length_9 = value; } inline static int32_t get_offset_of_buf_offset_10() { return static_cast(offsetof(FileStream_t4292183065, ___buf_offset_10)); } inline int32_t get_buf_offset_10() const { return ___buf_offset_10; } inline int32_t* get_address_of_buf_offset_10() { return &___buf_offset_10; } inline void set_buf_offset_10(int32_t value) { ___buf_offset_10 = value; } inline static int32_t get_offset_of_buf_dirty_11() { return static_cast(offsetof(FileStream_t4292183065, ___buf_dirty_11)); } inline bool get_buf_dirty_11() const { return ___buf_dirty_11; } inline bool* get_address_of_buf_dirty_11() { return &___buf_dirty_11; } inline void set_buf_dirty_11(bool value) { ___buf_dirty_11 = value; } inline static int32_t get_offset_of_buf_start_12() { return static_cast(offsetof(FileStream_t4292183065, ___buf_start_12)); } inline int64_t get_buf_start_12() const { return ___buf_start_12; } inline int64_t* get_address_of_buf_start_12() { return &___buf_start_12; } inline void set_buf_start_12(int64_t value) { ___buf_start_12 = value; } inline static int32_t get_offset_of_name_13() { return static_cast(offsetof(FileStream_t4292183065, ___name_13)); } inline String_t* get_name_13() const { return ___name_13; } inline String_t** get_address_of_name_13() { return &___name_13; } inline void set_name_13(String_t* value) { ___name_13 = value; Il2CppCodeGenWriteBarrier((&___name_13), value); } inline static int32_t get_offset_of_handle_14() { return static_cast(offsetof(FileStream_t4292183065, ___handle_14)); } inline intptr_t get_handle_14() const { return ___handle_14; } inline intptr_t* get_address_of_handle_14() { return &___handle_14; } inline void set_handle_14(intptr_t value) { ___handle_14 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FILESTREAM_T4292183065_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.Xml.ConformanceLevel System.Xml.XmlReaderSettings::conformance int32_t ___conformance_1; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::schemas XmlSchemaSet_t266093086 * ___schemas_2; // System.Boolean System.Xml.XmlReaderSettings::schemasNeedsInitialization bool ___schemasNeedsInitialization_3; 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_conformance_1() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___conformance_1)); } inline int32_t get_conformance_1() const { return ___conformance_1; } inline int32_t* get_address_of_conformance_1() { return &___conformance_1; } inline void set_conformance_1(int32_t value) { ___conformance_1 = value; } inline static int32_t get_offset_of_schemas_2() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___schemas_2)); } inline XmlSchemaSet_t266093086 * get_schemas_2() const { return ___schemas_2; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_2() { return &___schemas_2; } inline void set_schemas_2(XmlSchemaSet_t266093086 * value) { ___schemas_2 = value; Il2CppCodeGenWriteBarrier((&___schemas_2), value); } inline static int32_t get_offset_of_schemasNeedsInitialization_3() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___schemasNeedsInitialization_3)); } inline bool get_schemasNeedsInitialization_3() const { return ___schemasNeedsInitialization_3; } inline bool* get_address_of_schemasNeedsInitialization_3() { return &___schemasNeedsInitialization_3; } inline void set_schemasNeedsInitialization_3(bool value) { ___schemasNeedsInitialization_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADERSETTINGS_T2186285234_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 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 XMLSCHEMAINFO_T997462956_H #define XMLSCHEMAINFO_T997462956_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t997462956 : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaInfo::isDefault bool ___isDefault_0; // System.Boolean System.Xml.Schema.XmlSchemaInfo::isNil bool ___isNil_1; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType XmlSchemaSimpleType_t2678868104 * ___memberType_2; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::attr XmlSchemaAttribute_t2797257020 * ___attr_3; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::elem XmlSchemaElement_t427880856 * ___elem_4; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::type XmlSchemaType_t2033747345 * ___type_5; // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::validity int32_t ___validity_6; public: inline static int32_t get_offset_of_isDefault_0() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___isDefault_0)); } inline bool get_isDefault_0() const { return ___isDefault_0; } inline bool* get_address_of_isDefault_0() { return &___isDefault_0; } inline void set_isDefault_0(bool value) { ___isDefault_0 = value; } inline static int32_t get_offset_of_isNil_1() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___isNil_1)); } inline bool get_isNil_1() const { return ___isNil_1; } inline bool* get_address_of_isNil_1() { return &___isNil_1; } inline void set_isNil_1(bool value) { ___isNil_1 = value; } inline static int32_t get_offset_of_memberType_2() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___memberType_2)); } inline XmlSchemaSimpleType_t2678868104 * get_memberType_2() const { return ___memberType_2; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_memberType_2() { return &___memberType_2; } inline void set_memberType_2(XmlSchemaSimpleType_t2678868104 * value) { ___memberType_2 = value; Il2CppCodeGenWriteBarrier((&___memberType_2), value); } inline static int32_t get_offset_of_attr_3() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___attr_3)); } inline XmlSchemaAttribute_t2797257020 * get_attr_3() const { return ___attr_3; } inline XmlSchemaAttribute_t2797257020 ** get_address_of_attr_3() { return &___attr_3; } inline void set_attr_3(XmlSchemaAttribute_t2797257020 * value) { ___attr_3 = value; Il2CppCodeGenWriteBarrier((&___attr_3), value); } inline static int32_t get_offset_of_elem_4() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___elem_4)); } inline XmlSchemaElement_t427880856 * get_elem_4() const { return ___elem_4; } inline XmlSchemaElement_t427880856 ** get_address_of_elem_4() { return &___elem_4; } inline void set_elem_4(XmlSchemaElement_t427880856 * value) { ___elem_4 = value; Il2CppCodeGenWriteBarrier((&___elem_4), value); } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___type_5)); } inline XmlSchemaType_t2033747345 * get_type_5() const { return ___type_5; } inline XmlSchemaType_t2033747345 ** get_address_of_type_5() { return &___type_5; } inline void set_type_5(XmlSchemaType_t2033747345 * value) { ___type_5 = value; Il2CppCodeGenWriteBarrier((&___type_5), value); } inline static int32_t get_offset_of_validity_6() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___validity_6)); } inline int32_t get_validity_6() const { return ___validity_6; } inline int32_t* get_address_of_validity_6() { return &___validity_6; } inline void set_validity_6(int32_t value) { ___validity_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAINFO_T997462956_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$map51 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map51_54; // System.Collections.Generic.Dictionary`2 Mono.Xml2.XmlTextReader::<>f__switch$map52 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map52_55; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map51_54() { return static_cast(offsetof(XmlTextReader_t3455035481_StaticFields, ___U3CU3Ef__switchU24map51_54)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map51_54() const { return ___U3CU3Ef__switchU24map51_54; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map51_54() { return &___U3CU3Ef__switchU24map51_54; } inline void set_U3CU3Ef__switchU24map51_54(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map51_54 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map51_54), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map52_55() { return static_cast(offsetof(XmlTextReader_t3455035481_StaticFields, ___U3CU3Ef__switchU24map52_55)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map52_55() const { return ___U3CU3Ef__switchU24map52_55; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map52_55() { return &___U3CU3Ef__switchU24map52_55; } inline void set_U3CU3Ef__switchU24map52_55(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map52_55 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map52_55), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTREADER_T3455035481_H #ifndef DTDNOTATIONDECLARATIONCOLLECTION_T959292105_H #define DTDNOTATIONDECLARATIONCOLLECTION_T959292105_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDNotationDeclarationCollection struct DTDNotationDeclarationCollection_t959292105 : public DTDCollectionBase_t3926218464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDNOTATIONDECLARATIONCOLLECTION_T959292105_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 XMLCONVERT_T1981561327_H #define XMLCONVERT_T1981561327_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlConvert struct XmlConvert_t1981561327 : public RuntimeObject { public: public: }; struct XmlConvert_t1981561327_StaticFields { public: // System.String[] System.Xml.XmlConvert::datetimeFormats StringU5BU5D_t1281789340* ___datetimeFormats_0; // System.String[] System.Xml.XmlConvert::defaultDateTimeFormats StringU5BU5D_t1281789340* ___defaultDateTimeFormats_1; // System.String[] System.Xml.XmlConvert::roundtripDateTimeFormats StringU5BU5D_t1281789340* ___roundtripDateTimeFormats_2; // System.String[] System.Xml.XmlConvert::localDateTimeFormats StringU5BU5D_t1281789340* ___localDateTimeFormats_3; // System.String[] System.Xml.XmlConvert::utcDateTimeFormats StringU5BU5D_t1281789340* ___utcDateTimeFormats_4; // System.String[] System.Xml.XmlConvert::unspecifiedDateTimeFormats StringU5BU5D_t1281789340* ___unspecifiedDateTimeFormats_5; // System.Globalization.DateTimeStyles System.Xml.XmlConvert::_defaultStyle int32_t ____defaultStyle_6; // System.Collections.Generic.Dictionary`2 System.Xml.XmlConvert::<>f__switch$map49 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map49_7; public: inline static int32_t get_offset_of_datetimeFormats_0() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ___datetimeFormats_0)); } inline StringU5BU5D_t1281789340* get_datetimeFormats_0() const { return ___datetimeFormats_0; } inline StringU5BU5D_t1281789340** get_address_of_datetimeFormats_0() { return &___datetimeFormats_0; } inline void set_datetimeFormats_0(StringU5BU5D_t1281789340* value) { ___datetimeFormats_0 = value; Il2CppCodeGenWriteBarrier((&___datetimeFormats_0), value); } inline static int32_t get_offset_of_defaultDateTimeFormats_1() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ___defaultDateTimeFormats_1)); } inline StringU5BU5D_t1281789340* get_defaultDateTimeFormats_1() const { return ___defaultDateTimeFormats_1; } inline StringU5BU5D_t1281789340** get_address_of_defaultDateTimeFormats_1() { return &___defaultDateTimeFormats_1; } inline void set_defaultDateTimeFormats_1(StringU5BU5D_t1281789340* value) { ___defaultDateTimeFormats_1 = value; Il2CppCodeGenWriteBarrier((&___defaultDateTimeFormats_1), value); } inline static int32_t get_offset_of_roundtripDateTimeFormats_2() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ___roundtripDateTimeFormats_2)); } inline StringU5BU5D_t1281789340* get_roundtripDateTimeFormats_2() const { return ___roundtripDateTimeFormats_2; } inline StringU5BU5D_t1281789340** get_address_of_roundtripDateTimeFormats_2() { return &___roundtripDateTimeFormats_2; } inline void set_roundtripDateTimeFormats_2(StringU5BU5D_t1281789340* value) { ___roundtripDateTimeFormats_2 = value; Il2CppCodeGenWriteBarrier((&___roundtripDateTimeFormats_2), value); } inline static int32_t get_offset_of_localDateTimeFormats_3() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ___localDateTimeFormats_3)); } inline StringU5BU5D_t1281789340* get_localDateTimeFormats_3() const { return ___localDateTimeFormats_3; } inline StringU5BU5D_t1281789340** get_address_of_localDateTimeFormats_3() { return &___localDateTimeFormats_3; } inline void set_localDateTimeFormats_3(StringU5BU5D_t1281789340* value) { ___localDateTimeFormats_3 = value; Il2CppCodeGenWriteBarrier((&___localDateTimeFormats_3), value); } inline static int32_t get_offset_of_utcDateTimeFormats_4() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ___utcDateTimeFormats_4)); } inline StringU5BU5D_t1281789340* get_utcDateTimeFormats_4() const { return ___utcDateTimeFormats_4; } inline StringU5BU5D_t1281789340** get_address_of_utcDateTimeFormats_4() { return &___utcDateTimeFormats_4; } inline void set_utcDateTimeFormats_4(StringU5BU5D_t1281789340* value) { ___utcDateTimeFormats_4 = value; Il2CppCodeGenWriteBarrier((&___utcDateTimeFormats_4), value); } inline static int32_t get_offset_of_unspecifiedDateTimeFormats_5() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ___unspecifiedDateTimeFormats_5)); } inline StringU5BU5D_t1281789340* get_unspecifiedDateTimeFormats_5() const { return ___unspecifiedDateTimeFormats_5; } inline StringU5BU5D_t1281789340** get_address_of_unspecifiedDateTimeFormats_5() { return &___unspecifiedDateTimeFormats_5; } inline void set_unspecifiedDateTimeFormats_5(StringU5BU5D_t1281789340* value) { ___unspecifiedDateTimeFormats_5 = value; Il2CppCodeGenWriteBarrier((&___unspecifiedDateTimeFormats_5), value); } inline static int32_t get_offset_of__defaultStyle_6() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ____defaultStyle_6)); } inline int32_t get__defaultStyle_6() const { return ____defaultStyle_6; } inline int32_t* get_address_of__defaultStyle_6() { return &____defaultStyle_6; } inline void set__defaultStyle_6(int32_t value) { ____defaultStyle_6 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map49_7() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ___U3CU3Ef__switchU24map49_7)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map49_7() const { return ___U3CU3Ef__switchU24map49_7; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map49_7() { return &___U3CU3Ef__switchU24map49_7; } inline void set_U3CU3Ef__switchU24map49_7(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map49_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map49_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCONVERT_T1981561327_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_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 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 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 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 XMLCDATASECTION_T3267478366_H #define XMLCDATASECTION_T3267478366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlCDataSection struct XmlCDataSection_t3267478366 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCDATASECTION_T3267478366_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 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 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$map53 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map53_34; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::<>f__switch$map54 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map54_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__switchU24map53_34() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___U3CU3Ef__switchU24map53_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map53_34() const { return ___U3CU3Ef__switchU24map53_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map53_34() { return &___U3CU3Ef__switchU24map53_34; } inline void set_U3CU3Ef__switchU24map53_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map53_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map53_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map54_35() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___U3CU3Ef__switchU24map54_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map54_35() const { return ___U3CU3Ef__switchU24map54_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map54_35() { return &___U3CU3Ef__switchU24map54_35; } inline void set_U3CU3Ef__switchU24map54_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map54_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map54_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTWRITER_T2114213153_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 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 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 XMLSCHEMADATATYPE_T322714710_H #define XMLSCHEMADATATYPE_T322714710_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t322714710 : public RuntimeObject { public: // Mono.Xml.Schema.XsdWhitespaceFacet System.Xml.Schema.XmlSchemaDatatype::WhitespaceValue int32_t ___WhitespaceValue_0; // System.Text.StringBuilder System.Xml.Schema.XmlSchemaDatatype::sb StringBuilder_t * ___sb_2; public: inline static int32_t get_offset_of_WhitespaceValue_0() { return static_cast(offsetof(XmlSchemaDatatype_t322714710, ___WhitespaceValue_0)); } inline int32_t get_WhitespaceValue_0() const { return ___WhitespaceValue_0; } inline int32_t* get_address_of_WhitespaceValue_0() { return &___WhitespaceValue_0; } inline void set_WhitespaceValue_0(int32_t value) { ___WhitespaceValue_0 = value; } inline static int32_t get_offset_of_sb_2() { return static_cast(offsetof(XmlSchemaDatatype_t322714710, ___sb_2)); } inline StringBuilder_t * get_sb_2() const { return ___sb_2; } inline StringBuilder_t ** get_address_of_sb_2() { return &___sb_2; } inline void set_sb_2(StringBuilder_t * value) { ___sb_2 = value; Il2CppCodeGenWriteBarrier((&___sb_2), value); } }; struct XmlSchemaDatatype_t322714710_StaticFields { public: // System.Char[] System.Xml.Schema.XmlSchemaDatatype::wsChars CharU5BU5D_t3528271667* ___wsChars_1; // Mono.Xml.Schema.XsdAnySimpleType System.Xml.Schema.XmlSchemaDatatype::datatypeAnySimpleType XsdAnySimpleType_t1257864485 * ___datatypeAnySimpleType_3; // Mono.Xml.Schema.XsdString System.Xml.Schema.XmlSchemaDatatype::datatypeString XsdString_t3049094358 * ___datatypeString_4; // Mono.Xml.Schema.XsdNormalizedString System.Xml.Schema.XmlSchemaDatatype::datatypeNormalizedString XsdNormalizedString_t3260789355 * ___datatypeNormalizedString_5; // Mono.Xml.Schema.XsdToken System.Xml.Schema.XmlSchemaDatatype::datatypeToken XsdToken_t1239036978 * ___datatypeToken_6; // Mono.Xml.Schema.XsdLanguage System.Xml.Schema.XmlSchemaDatatype::datatypeLanguage XsdLanguage_t1876291273 * ___datatypeLanguage_7; // Mono.Xml.Schema.XsdNMToken System.Xml.Schema.XmlSchemaDatatype::datatypeNMToken XsdNMToken_t834691671 * ___datatypeNMToken_8; // Mono.Xml.Schema.XsdNMTokens System.Xml.Schema.XmlSchemaDatatype::datatypeNMTokens XsdNMTokens_t4246953255 * ___datatypeNMTokens_9; // Mono.Xml.Schema.XsdName System.Xml.Schema.XmlSchemaDatatype::datatypeName XsdName_t2755146808 * ___datatypeName_10; // Mono.Xml.Schema.XsdNCName System.Xml.Schema.XmlSchemaDatatype::datatypeNCName XsdNCName_t3943159043 * ___datatypeNCName_11; // Mono.Xml.Schema.XsdID System.Xml.Schema.XmlSchemaDatatype::datatypeID XsdID_t34704195 * ___datatypeID_12; // Mono.Xml.Schema.XsdIDRef System.Xml.Schema.XmlSchemaDatatype::datatypeIDRef XsdIDRef_t2913612829 * ___datatypeIDRef_13; // Mono.Xml.Schema.XsdIDRefs System.Xml.Schema.XmlSchemaDatatype::datatypeIDRefs XsdIDRefs_t16099206 * ___datatypeIDRefs_14; // Mono.Xml.Schema.XsdEntity System.Xml.Schema.XmlSchemaDatatype::datatypeEntity XsdEntity_t3956505874 * ___datatypeEntity_15; // Mono.Xml.Schema.XsdEntities System.Xml.Schema.XmlSchemaDatatype::datatypeEntities XsdEntities_t1477210398 * ___datatypeEntities_16; // Mono.Xml.Schema.XsdNotation System.Xml.Schema.XmlSchemaDatatype::datatypeNotation XsdNotation_t2827634056 * ___datatypeNotation_17; // Mono.Xml.Schema.XsdDecimal System.Xml.Schema.XmlSchemaDatatype::datatypeDecimal XsdDecimal_t1288601093 * ___datatypeDecimal_18; // Mono.Xml.Schema.XsdInteger System.Xml.Schema.XmlSchemaDatatype::datatypeInteger XsdInteger_t2044766898 * ___datatypeInteger_19; // Mono.Xml.Schema.XsdLong System.Xml.Schema.XmlSchemaDatatype::datatypeLong XsdLong_t1324632828 * ___datatypeLong_20; // Mono.Xml.Schema.XsdInt System.Xml.Schema.XmlSchemaDatatype::datatypeInt XsdInt_t33917785 * ___datatypeInt_21; // Mono.Xml.Schema.XsdShort System.Xml.Schema.XmlSchemaDatatype::datatypeShort XsdShort_t3489811876 * ___datatypeShort_22; // Mono.Xml.Schema.XsdByte System.Xml.Schema.XmlSchemaDatatype::datatypeByte XsdByte_t2221093920 * ___datatypeByte_23; // Mono.Xml.Schema.XsdNonNegativeInteger System.Xml.Schema.XmlSchemaDatatype::datatypeNonNegativeInteger XsdNonNegativeInteger_t308064234 * ___datatypeNonNegativeInteger_24; // Mono.Xml.Schema.XsdPositiveInteger System.Xml.Schema.XmlSchemaDatatype::datatypePositiveInteger XsdPositiveInteger_t1704031413 * ___datatypePositiveInteger_25; // Mono.Xml.Schema.XsdUnsignedLong System.Xml.Schema.XmlSchemaDatatype::datatypeUnsignedLong XsdUnsignedLong_t1409593434 * ___datatypeUnsignedLong_26; // Mono.Xml.Schema.XsdUnsignedInt System.Xml.Schema.XmlSchemaDatatype::datatypeUnsignedInt XsdUnsignedInt_t72105793 * ___datatypeUnsignedInt_27; // Mono.Xml.Schema.XsdUnsignedShort System.Xml.Schema.XmlSchemaDatatype::datatypeUnsignedShort XsdUnsignedShort_t3654069686 * ___datatypeUnsignedShort_28; // Mono.Xml.Schema.XsdUnsignedByte System.Xml.Schema.XmlSchemaDatatype::datatypeUnsignedByte XsdUnsignedByte_t2304219558 * ___datatypeUnsignedByte_29; // Mono.Xml.Schema.XsdNonPositiveInteger System.Xml.Schema.XmlSchemaDatatype::datatypeNonPositiveInteger XsdNonPositiveInteger_t1029055398 * ___datatypeNonPositiveInteger_30; // Mono.Xml.Schema.XsdNegativeInteger System.Xml.Schema.XmlSchemaDatatype::datatypeNegativeInteger XsdNegativeInteger_t2178753546 * ___datatypeNegativeInteger_31; // Mono.Xml.Schema.XsdFloat System.Xml.Schema.XmlSchemaDatatype::datatypeFloat XsdFloat_t3181928905 * ___datatypeFloat_32; // Mono.Xml.Schema.XsdDouble System.Xml.Schema.XmlSchemaDatatype::datatypeDouble XsdDouble_t3324344982 * ___datatypeDouble_33; // Mono.Xml.Schema.XsdBase64Binary System.Xml.Schema.XmlSchemaDatatype::datatypeBase64Binary XsdBase64Binary_t3360383190 * ___datatypeBase64Binary_34; // Mono.Xml.Schema.XsdBoolean System.Xml.Schema.XmlSchemaDatatype::datatypeBoolean XsdBoolean_t380164876 * ___datatypeBoolean_35; // Mono.Xml.Schema.XsdAnyURI System.Xml.Schema.XmlSchemaDatatype::datatypeAnyURI XsdAnyURI_t2755748070 * ___datatypeAnyURI_36; // Mono.Xml.Schema.XsdDuration System.Xml.Schema.XmlSchemaDatatype::datatypeDuration XsdDuration_t1555973170 * ___datatypeDuration_37; // Mono.Xml.Schema.XsdDateTime System.Xml.Schema.XmlSchemaDatatype::datatypeDateTime XsdDateTime_t2563698975 * ___datatypeDateTime_38; // Mono.Xml.Schema.XsdDate System.Xml.Schema.XmlSchemaDatatype::datatypeDate XsdDate_t1417753656 * ___datatypeDate_39; // Mono.Xml.Schema.XsdTime System.Xml.Schema.XmlSchemaDatatype::datatypeTime XsdTime_t3558487088 * ___datatypeTime_40; // Mono.Xml.Schema.XsdHexBinary System.Xml.Schema.XmlSchemaDatatype::datatypeHexBinary XsdHexBinary_t882812470 * ___datatypeHexBinary_41; // Mono.Xml.Schema.XsdQName System.Xml.Schema.XmlSchemaDatatype::datatypeQName XsdQName_t2385631467 * ___datatypeQName_42; // Mono.Xml.Schema.XsdGYearMonth System.Xml.Schema.XmlSchemaDatatype::datatypeGYearMonth XsdGYearMonth_t3399073121 * ___datatypeGYearMonth_43; // Mono.Xml.Schema.XsdGMonthDay System.Xml.Schema.XmlSchemaDatatype::datatypeGMonthDay XsdGMonthDay_t2605134399 * ___datatypeGMonthDay_44; // Mono.Xml.Schema.XsdGYear System.Xml.Schema.XmlSchemaDatatype::datatypeGYear XsdGYear_t3316212116 * ___datatypeGYear_45; // Mono.Xml.Schema.XsdGMonth System.Xml.Schema.XmlSchemaDatatype::datatypeGMonth XsdGMonth_t3913018815 * ___datatypeGMonth_46; // Mono.Xml.Schema.XsdGDay System.Xml.Schema.XmlSchemaDatatype::datatypeGDay XsdGDay_t293490745 * ___datatypeGDay_47; // Mono.Xml.Schema.XdtAnyAtomicType System.Xml.Schema.XmlSchemaDatatype::datatypeAnyAtomicType XdtAnyAtomicType_t269366253 * ___datatypeAnyAtomicType_48; // Mono.Xml.Schema.XdtUntypedAtomic System.Xml.Schema.XmlSchemaDatatype::datatypeUntypedAtomic XdtUntypedAtomic_t1388131523 * ___datatypeUntypedAtomic_49; // Mono.Xml.Schema.XdtDayTimeDuration System.Xml.Schema.XmlSchemaDatatype::datatypeDayTimeDuration XdtDayTimeDuration_t268779858 * ___datatypeDayTimeDuration_50; // Mono.Xml.Schema.XdtYearMonthDuration System.Xml.Schema.XmlSchemaDatatype::datatypeYearMonthDuration XdtYearMonthDuration_t1503718519 * ___datatypeYearMonthDuration_51; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaDatatype::<>f__switch$map2A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2A_52; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaDatatype::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_53; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaDatatype::<>f__switch$map2C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2C_54; public: inline static int32_t get_offset_of_wsChars_1() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___wsChars_1)); } inline CharU5BU5D_t3528271667* get_wsChars_1() const { return ___wsChars_1; } inline CharU5BU5D_t3528271667** get_address_of_wsChars_1() { return &___wsChars_1; } inline void set_wsChars_1(CharU5BU5D_t3528271667* value) { ___wsChars_1 = value; Il2CppCodeGenWriteBarrier((&___wsChars_1), value); } inline static int32_t get_offset_of_datatypeAnySimpleType_3() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeAnySimpleType_3)); } inline XsdAnySimpleType_t1257864485 * get_datatypeAnySimpleType_3() const { return ___datatypeAnySimpleType_3; } inline XsdAnySimpleType_t1257864485 ** get_address_of_datatypeAnySimpleType_3() { return &___datatypeAnySimpleType_3; } inline void set_datatypeAnySimpleType_3(XsdAnySimpleType_t1257864485 * value) { ___datatypeAnySimpleType_3 = value; Il2CppCodeGenWriteBarrier((&___datatypeAnySimpleType_3), value); } inline static int32_t get_offset_of_datatypeString_4() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeString_4)); } inline XsdString_t3049094358 * get_datatypeString_4() const { return ___datatypeString_4; } inline XsdString_t3049094358 ** get_address_of_datatypeString_4() { return &___datatypeString_4; } inline void set_datatypeString_4(XsdString_t3049094358 * value) { ___datatypeString_4 = value; Il2CppCodeGenWriteBarrier((&___datatypeString_4), value); } inline static int32_t get_offset_of_datatypeNormalizedString_5() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeNormalizedString_5)); } inline XsdNormalizedString_t3260789355 * get_datatypeNormalizedString_5() const { return ___datatypeNormalizedString_5; } inline XsdNormalizedString_t3260789355 ** get_address_of_datatypeNormalizedString_5() { return &___datatypeNormalizedString_5; } inline void set_datatypeNormalizedString_5(XsdNormalizedString_t3260789355 * value) { ___datatypeNormalizedString_5 = value; Il2CppCodeGenWriteBarrier((&___datatypeNormalizedString_5), value); } inline static int32_t get_offset_of_datatypeToken_6() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeToken_6)); } inline XsdToken_t1239036978 * get_datatypeToken_6() const { return ___datatypeToken_6; } inline XsdToken_t1239036978 ** get_address_of_datatypeToken_6() { return &___datatypeToken_6; } inline void set_datatypeToken_6(XsdToken_t1239036978 * value) { ___datatypeToken_6 = value; Il2CppCodeGenWriteBarrier((&___datatypeToken_6), value); } inline static int32_t get_offset_of_datatypeLanguage_7() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeLanguage_7)); } inline XsdLanguage_t1876291273 * get_datatypeLanguage_7() const { return ___datatypeLanguage_7; } inline XsdLanguage_t1876291273 ** get_address_of_datatypeLanguage_7() { return &___datatypeLanguage_7; } inline void set_datatypeLanguage_7(XsdLanguage_t1876291273 * value) { ___datatypeLanguage_7 = value; Il2CppCodeGenWriteBarrier((&___datatypeLanguage_7), value); } inline static int32_t get_offset_of_datatypeNMToken_8() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeNMToken_8)); } inline XsdNMToken_t834691671 * get_datatypeNMToken_8() const { return ___datatypeNMToken_8; } inline XsdNMToken_t834691671 ** get_address_of_datatypeNMToken_8() { return &___datatypeNMToken_8; } inline void set_datatypeNMToken_8(XsdNMToken_t834691671 * value) { ___datatypeNMToken_8 = value; Il2CppCodeGenWriteBarrier((&___datatypeNMToken_8), value); } inline static int32_t get_offset_of_datatypeNMTokens_9() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeNMTokens_9)); } inline XsdNMTokens_t4246953255 * get_datatypeNMTokens_9() const { return ___datatypeNMTokens_9; } inline XsdNMTokens_t4246953255 ** get_address_of_datatypeNMTokens_9() { return &___datatypeNMTokens_9; } inline void set_datatypeNMTokens_9(XsdNMTokens_t4246953255 * value) { ___datatypeNMTokens_9 = value; Il2CppCodeGenWriteBarrier((&___datatypeNMTokens_9), value); } inline static int32_t get_offset_of_datatypeName_10() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeName_10)); } inline XsdName_t2755146808 * get_datatypeName_10() const { return ___datatypeName_10; } inline XsdName_t2755146808 ** get_address_of_datatypeName_10() { return &___datatypeName_10; } inline void set_datatypeName_10(XsdName_t2755146808 * value) { ___datatypeName_10 = value; Il2CppCodeGenWriteBarrier((&___datatypeName_10), value); } inline static int32_t get_offset_of_datatypeNCName_11() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeNCName_11)); } inline XsdNCName_t3943159043 * get_datatypeNCName_11() const { return ___datatypeNCName_11; } inline XsdNCName_t3943159043 ** get_address_of_datatypeNCName_11() { return &___datatypeNCName_11; } inline void set_datatypeNCName_11(XsdNCName_t3943159043 * value) { ___datatypeNCName_11 = value; Il2CppCodeGenWriteBarrier((&___datatypeNCName_11), value); } inline static int32_t get_offset_of_datatypeID_12() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeID_12)); } inline XsdID_t34704195 * get_datatypeID_12() const { return ___datatypeID_12; } inline XsdID_t34704195 ** get_address_of_datatypeID_12() { return &___datatypeID_12; } inline void set_datatypeID_12(XsdID_t34704195 * value) { ___datatypeID_12 = value; Il2CppCodeGenWriteBarrier((&___datatypeID_12), value); } inline static int32_t get_offset_of_datatypeIDRef_13() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeIDRef_13)); } inline XsdIDRef_t2913612829 * get_datatypeIDRef_13() const { return ___datatypeIDRef_13; } inline XsdIDRef_t2913612829 ** get_address_of_datatypeIDRef_13() { return &___datatypeIDRef_13; } inline void set_datatypeIDRef_13(XsdIDRef_t2913612829 * value) { ___datatypeIDRef_13 = value; Il2CppCodeGenWriteBarrier((&___datatypeIDRef_13), value); } inline static int32_t get_offset_of_datatypeIDRefs_14() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeIDRefs_14)); } inline XsdIDRefs_t16099206 * get_datatypeIDRefs_14() const { return ___datatypeIDRefs_14; } inline XsdIDRefs_t16099206 ** get_address_of_datatypeIDRefs_14() { return &___datatypeIDRefs_14; } inline void set_datatypeIDRefs_14(XsdIDRefs_t16099206 * value) { ___datatypeIDRefs_14 = value; Il2CppCodeGenWriteBarrier((&___datatypeIDRefs_14), value); } inline static int32_t get_offset_of_datatypeEntity_15() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeEntity_15)); } inline XsdEntity_t3956505874 * get_datatypeEntity_15() const { return ___datatypeEntity_15; } inline XsdEntity_t3956505874 ** get_address_of_datatypeEntity_15() { return &___datatypeEntity_15; } inline void set_datatypeEntity_15(XsdEntity_t3956505874 * value) { ___datatypeEntity_15 = value; Il2CppCodeGenWriteBarrier((&___datatypeEntity_15), value); } inline static int32_t get_offset_of_datatypeEntities_16() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeEntities_16)); } inline XsdEntities_t1477210398 * get_datatypeEntities_16() const { return ___datatypeEntities_16; } inline XsdEntities_t1477210398 ** get_address_of_datatypeEntities_16() { return &___datatypeEntities_16; } inline void set_datatypeEntities_16(XsdEntities_t1477210398 * value) { ___datatypeEntities_16 = value; Il2CppCodeGenWriteBarrier((&___datatypeEntities_16), value); } inline static int32_t get_offset_of_datatypeNotation_17() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeNotation_17)); } inline XsdNotation_t2827634056 * get_datatypeNotation_17() const { return ___datatypeNotation_17; } inline XsdNotation_t2827634056 ** get_address_of_datatypeNotation_17() { return &___datatypeNotation_17; } inline void set_datatypeNotation_17(XsdNotation_t2827634056 * value) { ___datatypeNotation_17 = value; Il2CppCodeGenWriteBarrier((&___datatypeNotation_17), value); } inline static int32_t get_offset_of_datatypeDecimal_18() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeDecimal_18)); } inline XsdDecimal_t1288601093 * get_datatypeDecimal_18() const { return ___datatypeDecimal_18; } inline XsdDecimal_t1288601093 ** get_address_of_datatypeDecimal_18() { return &___datatypeDecimal_18; } inline void set_datatypeDecimal_18(XsdDecimal_t1288601093 * value) { ___datatypeDecimal_18 = value; Il2CppCodeGenWriteBarrier((&___datatypeDecimal_18), value); } inline static int32_t get_offset_of_datatypeInteger_19() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeInteger_19)); } inline XsdInteger_t2044766898 * get_datatypeInteger_19() const { return ___datatypeInteger_19; } inline XsdInteger_t2044766898 ** get_address_of_datatypeInteger_19() { return &___datatypeInteger_19; } inline void set_datatypeInteger_19(XsdInteger_t2044766898 * value) { ___datatypeInteger_19 = value; Il2CppCodeGenWriteBarrier((&___datatypeInteger_19), value); } inline static int32_t get_offset_of_datatypeLong_20() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeLong_20)); } inline XsdLong_t1324632828 * get_datatypeLong_20() const { return ___datatypeLong_20; } inline XsdLong_t1324632828 ** get_address_of_datatypeLong_20() { return &___datatypeLong_20; } inline void set_datatypeLong_20(XsdLong_t1324632828 * value) { ___datatypeLong_20 = value; Il2CppCodeGenWriteBarrier((&___datatypeLong_20), value); } inline static int32_t get_offset_of_datatypeInt_21() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeInt_21)); } inline XsdInt_t33917785 * get_datatypeInt_21() const { return ___datatypeInt_21; } inline XsdInt_t33917785 ** get_address_of_datatypeInt_21() { return &___datatypeInt_21; } inline void set_datatypeInt_21(XsdInt_t33917785 * value) { ___datatypeInt_21 = value; Il2CppCodeGenWriteBarrier((&___datatypeInt_21), value); } inline static int32_t get_offset_of_datatypeShort_22() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeShort_22)); } inline XsdShort_t3489811876 * get_datatypeShort_22() const { return ___datatypeShort_22; } inline XsdShort_t3489811876 ** get_address_of_datatypeShort_22() { return &___datatypeShort_22; } inline void set_datatypeShort_22(XsdShort_t3489811876 * value) { ___datatypeShort_22 = value; Il2CppCodeGenWriteBarrier((&___datatypeShort_22), value); } inline static int32_t get_offset_of_datatypeByte_23() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeByte_23)); } inline XsdByte_t2221093920 * get_datatypeByte_23() const { return ___datatypeByte_23; } inline XsdByte_t2221093920 ** get_address_of_datatypeByte_23() { return &___datatypeByte_23; } inline void set_datatypeByte_23(XsdByte_t2221093920 * value) { ___datatypeByte_23 = value; Il2CppCodeGenWriteBarrier((&___datatypeByte_23), value); } inline static int32_t get_offset_of_datatypeNonNegativeInteger_24() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeNonNegativeInteger_24)); } inline XsdNonNegativeInteger_t308064234 * get_datatypeNonNegativeInteger_24() const { return ___datatypeNonNegativeInteger_24; } inline XsdNonNegativeInteger_t308064234 ** get_address_of_datatypeNonNegativeInteger_24() { return &___datatypeNonNegativeInteger_24; } inline void set_datatypeNonNegativeInteger_24(XsdNonNegativeInteger_t308064234 * value) { ___datatypeNonNegativeInteger_24 = value; Il2CppCodeGenWriteBarrier((&___datatypeNonNegativeInteger_24), value); } inline static int32_t get_offset_of_datatypePositiveInteger_25() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypePositiveInteger_25)); } inline XsdPositiveInteger_t1704031413 * get_datatypePositiveInteger_25() const { return ___datatypePositiveInteger_25; } inline XsdPositiveInteger_t1704031413 ** get_address_of_datatypePositiveInteger_25() { return &___datatypePositiveInteger_25; } inline void set_datatypePositiveInteger_25(XsdPositiveInteger_t1704031413 * value) { ___datatypePositiveInteger_25 = value; Il2CppCodeGenWriteBarrier((&___datatypePositiveInteger_25), value); } inline static int32_t get_offset_of_datatypeUnsignedLong_26() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeUnsignedLong_26)); } inline XsdUnsignedLong_t1409593434 * get_datatypeUnsignedLong_26() const { return ___datatypeUnsignedLong_26; } inline XsdUnsignedLong_t1409593434 ** get_address_of_datatypeUnsignedLong_26() { return &___datatypeUnsignedLong_26; } inline void set_datatypeUnsignedLong_26(XsdUnsignedLong_t1409593434 * value) { ___datatypeUnsignedLong_26 = value; Il2CppCodeGenWriteBarrier((&___datatypeUnsignedLong_26), value); } inline static int32_t get_offset_of_datatypeUnsignedInt_27() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeUnsignedInt_27)); } inline XsdUnsignedInt_t72105793 * get_datatypeUnsignedInt_27() const { return ___datatypeUnsignedInt_27; } inline XsdUnsignedInt_t72105793 ** get_address_of_datatypeUnsignedInt_27() { return &___datatypeUnsignedInt_27; } inline void set_datatypeUnsignedInt_27(XsdUnsignedInt_t72105793 * value) { ___datatypeUnsignedInt_27 = value; Il2CppCodeGenWriteBarrier((&___datatypeUnsignedInt_27), value); } inline static int32_t get_offset_of_datatypeUnsignedShort_28() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeUnsignedShort_28)); } inline XsdUnsignedShort_t3654069686 * get_datatypeUnsignedShort_28() const { return ___datatypeUnsignedShort_28; } inline XsdUnsignedShort_t3654069686 ** get_address_of_datatypeUnsignedShort_28() { return &___datatypeUnsignedShort_28; } inline void set_datatypeUnsignedShort_28(XsdUnsignedShort_t3654069686 * value) { ___datatypeUnsignedShort_28 = value; Il2CppCodeGenWriteBarrier((&___datatypeUnsignedShort_28), value); } inline static int32_t get_offset_of_datatypeUnsignedByte_29() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeUnsignedByte_29)); } inline XsdUnsignedByte_t2304219558 * get_datatypeUnsignedByte_29() const { return ___datatypeUnsignedByte_29; } inline XsdUnsignedByte_t2304219558 ** get_address_of_datatypeUnsignedByte_29() { return &___datatypeUnsignedByte_29; } inline void set_datatypeUnsignedByte_29(XsdUnsignedByte_t2304219558 * value) { ___datatypeUnsignedByte_29 = value; Il2CppCodeGenWriteBarrier((&___datatypeUnsignedByte_29), value); } inline static int32_t get_offset_of_datatypeNonPositiveInteger_30() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeNonPositiveInteger_30)); } inline XsdNonPositiveInteger_t1029055398 * get_datatypeNonPositiveInteger_30() const { return ___datatypeNonPositiveInteger_30; } inline XsdNonPositiveInteger_t1029055398 ** get_address_of_datatypeNonPositiveInteger_30() { return &___datatypeNonPositiveInteger_30; } inline void set_datatypeNonPositiveInteger_30(XsdNonPositiveInteger_t1029055398 * value) { ___datatypeNonPositiveInteger_30 = value; Il2CppCodeGenWriteBarrier((&___datatypeNonPositiveInteger_30), value); } inline static int32_t get_offset_of_datatypeNegativeInteger_31() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeNegativeInteger_31)); } inline XsdNegativeInteger_t2178753546 * get_datatypeNegativeInteger_31() const { return ___datatypeNegativeInteger_31; } inline XsdNegativeInteger_t2178753546 ** get_address_of_datatypeNegativeInteger_31() { return &___datatypeNegativeInteger_31; } inline void set_datatypeNegativeInteger_31(XsdNegativeInteger_t2178753546 * value) { ___datatypeNegativeInteger_31 = value; Il2CppCodeGenWriteBarrier((&___datatypeNegativeInteger_31), value); } inline static int32_t get_offset_of_datatypeFloat_32() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeFloat_32)); } inline XsdFloat_t3181928905 * get_datatypeFloat_32() const { return ___datatypeFloat_32; } inline XsdFloat_t3181928905 ** get_address_of_datatypeFloat_32() { return &___datatypeFloat_32; } inline void set_datatypeFloat_32(XsdFloat_t3181928905 * value) { ___datatypeFloat_32 = value; Il2CppCodeGenWriteBarrier((&___datatypeFloat_32), value); } inline static int32_t get_offset_of_datatypeDouble_33() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeDouble_33)); } inline XsdDouble_t3324344982 * get_datatypeDouble_33() const { return ___datatypeDouble_33; } inline XsdDouble_t3324344982 ** get_address_of_datatypeDouble_33() { return &___datatypeDouble_33; } inline void set_datatypeDouble_33(XsdDouble_t3324344982 * value) { ___datatypeDouble_33 = value; Il2CppCodeGenWriteBarrier((&___datatypeDouble_33), value); } inline static int32_t get_offset_of_datatypeBase64Binary_34() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeBase64Binary_34)); } inline XsdBase64Binary_t3360383190 * get_datatypeBase64Binary_34() const { return ___datatypeBase64Binary_34; } inline XsdBase64Binary_t3360383190 ** get_address_of_datatypeBase64Binary_34() { return &___datatypeBase64Binary_34; } inline void set_datatypeBase64Binary_34(XsdBase64Binary_t3360383190 * value) { ___datatypeBase64Binary_34 = value; Il2CppCodeGenWriteBarrier((&___datatypeBase64Binary_34), value); } inline static int32_t get_offset_of_datatypeBoolean_35() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeBoolean_35)); } inline XsdBoolean_t380164876 * get_datatypeBoolean_35() const { return ___datatypeBoolean_35; } inline XsdBoolean_t380164876 ** get_address_of_datatypeBoolean_35() { return &___datatypeBoolean_35; } inline void set_datatypeBoolean_35(XsdBoolean_t380164876 * value) { ___datatypeBoolean_35 = value; Il2CppCodeGenWriteBarrier((&___datatypeBoolean_35), value); } inline static int32_t get_offset_of_datatypeAnyURI_36() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeAnyURI_36)); } inline XsdAnyURI_t2755748070 * get_datatypeAnyURI_36() const { return ___datatypeAnyURI_36; } inline XsdAnyURI_t2755748070 ** get_address_of_datatypeAnyURI_36() { return &___datatypeAnyURI_36; } inline void set_datatypeAnyURI_36(XsdAnyURI_t2755748070 * value) { ___datatypeAnyURI_36 = value; Il2CppCodeGenWriteBarrier((&___datatypeAnyURI_36), value); } inline static int32_t get_offset_of_datatypeDuration_37() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeDuration_37)); } inline XsdDuration_t1555973170 * get_datatypeDuration_37() const { return ___datatypeDuration_37; } inline XsdDuration_t1555973170 ** get_address_of_datatypeDuration_37() { return &___datatypeDuration_37; } inline void set_datatypeDuration_37(XsdDuration_t1555973170 * value) { ___datatypeDuration_37 = value; Il2CppCodeGenWriteBarrier((&___datatypeDuration_37), value); } inline static int32_t get_offset_of_datatypeDateTime_38() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeDateTime_38)); } inline XsdDateTime_t2563698975 * get_datatypeDateTime_38() const { return ___datatypeDateTime_38; } inline XsdDateTime_t2563698975 ** get_address_of_datatypeDateTime_38() { return &___datatypeDateTime_38; } inline void set_datatypeDateTime_38(XsdDateTime_t2563698975 * value) { ___datatypeDateTime_38 = value; Il2CppCodeGenWriteBarrier((&___datatypeDateTime_38), value); } inline static int32_t get_offset_of_datatypeDate_39() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeDate_39)); } inline XsdDate_t1417753656 * get_datatypeDate_39() const { return ___datatypeDate_39; } inline XsdDate_t1417753656 ** get_address_of_datatypeDate_39() { return &___datatypeDate_39; } inline void set_datatypeDate_39(XsdDate_t1417753656 * value) { ___datatypeDate_39 = value; Il2CppCodeGenWriteBarrier((&___datatypeDate_39), value); } inline static int32_t get_offset_of_datatypeTime_40() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeTime_40)); } inline XsdTime_t3558487088 * get_datatypeTime_40() const { return ___datatypeTime_40; } inline XsdTime_t3558487088 ** get_address_of_datatypeTime_40() { return &___datatypeTime_40; } inline void set_datatypeTime_40(XsdTime_t3558487088 * value) { ___datatypeTime_40 = value; Il2CppCodeGenWriteBarrier((&___datatypeTime_40), value); } inline static int32_t get_offset_of_datatypeHexBinary_41() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeHexBinary_41)); } inline XsdHexBinary_t882812470 * get_datatypeHexBinary_41() const { return ___datatypeHexBinary_41; } inline XsdHexBinary_t882812470 ** get_address_of_datatypeHexBinary_41() { return &___datatypeHexBinary_41; } inline void set_datatypeHexBinary_41(XsdHexBinary_t882812470 * value) { ___datatypeHexBinary_41 = value; Il2CppCodeGenWriteBarrier((&___datatypeHexBinary_41), value); } inline static int32_t get_offset_of_datatypeQName_42() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeQName_42)); } inline XsdQName_t2385631467 * get_datatypeQName_42() const { return ___datatypeQName_42; } inline XsdQName_t2385631467 ** get_address_of_datatypeQName_42() { return &___datatypeQName_42; } inline void set_datatypeQName_42(XsdQName_t2385631467 * value) { ___datatypeQName_42 = value; Il2CppCodeGenWriteBarrier((&___datatypeQName_42), value); } inline static int32_t get_offset_of_datatypeGYearMonth_43() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeGYearMonth_43)); } inline XsdGYearMonth_t3399073121 * get_datatypeGYearMonth_43() const { return ___datatypeGYearMonth_43; } inline XsdGYearMonth_t3399073121 ** get_address_of_datatypeGYearMonth_43() { return &___datatypeGYearMonth_43; } inline void set_datatypeGYearMonth_43(XsdGYearMonth_t3399073121 * value) { ___datatypeGYearMonth_43 = value; Il2CppCodeGenWriteBarrier((&___datatypeGYearMonth_43), value); } inline static int32_t get_offset_of_datatypeGMonthDay_44() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeGMonthDay_44)); } inline XsdGMonthDay_t2605134399 * get_datatypeGMonthDay_44() const { return ___datatypeGMonthDay_44; } inline XsdGMonthDay_t2605134399 ** get_address_of_datatypeGMonthDay_44() { return &___datatypeGMonthDay_44; } inline void set_datatypeGMonthDay_44(XsdGMonthDay_t2605134399 * value) { ___datatypeGMonthDay_44 = value; Il2CppCodeGenWriteBarrier((&___datatypeGMonthDay_44), value); } inline static int32_t get_offset_of_datatypeGYear_45() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeGYear_45)); } inline XsdGYear_t3316212116 * get_datatypeGYear_45() const { return ___datatypeGYear_45; } inline XsdGYear_t3316212116 ** get_address_of_datatypeGYear_45() { return &___datatypeGYear_45; } inline void set_datatypeGYear_45(XsdGYear_t3316212116 * value) { ___datatypeGYear_45 = value; Il2CppCodeGenWriteBarrier((&___datatypeGYear_45), value); } inline static int32_t get_offset_of_datatypeGMonth_46() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeGMonth_46)); } inline XsdGMonth_t3913018815 * get_datatypeGMonth_46() const { return ___datatypeGMonth_46; } inline XsdGMonth_t3913018815 ** get_address_of_datatypeGMonth_46() { return &___datatypeGMonth_46; } inline void set_datatypeGMonth_46(XsdGMonth_t3913018815 * value) { ___datatypeGMonth_46 = value; Il2CppCodeGenWriteBarrier((&___datatypeGMonth_46), value); } inline static int32_t get_offset_of_datatypeGDay_47() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeGDay_47)); } inline XsdGDay_t293490745 * get_datatypeGDay_47() const { return ___datatypeGDay_47; } inline XsdGDay_t293490745 ** get_address_of_datatypeGDay_47() { return &___datatypeGDay_47; } inline void set_datatypeGDay_47(XsdGDay_t293490745 * value) { ___datatypeGDay_47 = value; Il2CppCodeGenWriteBarrier((&___datatypeGDay_47), value); } inline static int32_t get_offset_of_datatypeAnyAtomicType_48() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeAnyAtomicType_48)); } inline XdtAnyAtomicType_t269366253 * get_datatypeAnyAtomicType_48() const { return ___datatypeAnyAtomicType_48; } inline XdtAnyAtomicType_t269366253 ** get_address_of_datatypeAnyAtomicType_48() { return &___datatypeAnyAtomicType_48; } inline void set_datatypeAnyAtomicType_48(XdtAnyAtomicType_t269366253 * value) { ___datatypeAnyAtomicType_48 = value; Il2CppCodeGenWriteBarrier((&___datatypeAnyAtomicType_48), value); } inline static int32_t get_offset_of_datatypeUntypedAtomic_49() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeUntypedAtomic_49)); } inline XdtUntypedAtomic_t1388131523 * get_datatypeUntypedAtomic_49() const { return ___datatypeUntypedAtomic_49; } inline XdtUntypedAtomic_t1388131523 ** get_address_of_datatypeUntypedAtomic_49() { return &___datatypeUntypedAtomic_49; } inline void set_datatypeUntypedAtomic_49(XdtUntypedAtomic_t1388131523 * value) { ___datatypeUntypedAtomic_49 = value; Il2CppCodeGenWriteBarrier((&___datatypeUntypedAtomic_49), value); } inline static int32_t get_offset_of_datatypeDayTimeDuration_50() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeDayTimeDuration_50)); } inline XdtDayTimeDuration_t268779858 * get_datatypeDayTimeDuration_50() const { return ___datatypeDayTimeDuration_50; } inline XdtDayTimeDuration_t268779858 ** get_address_of_datatypeDayTimeDuration_50() { return &___datatypeDayTimeDuration_50; } inline void set_datatypeDayTimeDuration_50(XdtDayTimeDuration_t268779858 * value) { ___datatypeDayTimeDuration_50 = value; Il2CppCodeGenWriteBarrier((&___datatypeDayTimeDuration_50), value); } inline static int32_t get_offset_of_datatypeYearMonthDuration_51() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___datatypeYearMonthDuration_51)); } inline XdtYearMonthDuration_t1503718519 * get_datatypeYearMonthDuration_51() const { return ___datatypeYearMonthDuration_51; } inline XdtYearMonthDuration_t1503718519 ** get_address_of_datatypeYearMonthDuration_51() { return &___datatypeYearMonthDuration_51; } inline void set_datatypeYearMonthDuration_51(XdtYearMonthDuration_t1503718519 * value) { ___datatypeYearMonthDuration_51 = value; Il2CppCodeGenWriteBarrier((&___datatypeYearMonthDuration_51), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2A_52() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___U3CU3Ef__switchU24map2A_52)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2A_52() const { return ___U3CU3Ef__switchU24map2A_52; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2A_52() { return &___U3CU3Ef__switchU24map2A_52; } inline void set_U3CU3Ef__switchU24map2A_52(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2A_52 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2A_52), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_53() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___U3CU3Ef__switchU24map2B_53)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_53() const { return ___U3CU3Ef__switchU24map2B_53; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_53() { return &___U3CU3Ef__switchU24map2B_53; } inline void set_U3CU3Ef__switchU24map2B_53(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_53 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_53), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2C_54() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___U3CU3Ef__switchU24map2C_54)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2C_54() const { return ___U3CU3Ef__switchU24map2C_54; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2C_54() { return &___U3CU3Ef__switchU24map2C_54; } inline void set_U3CU3Ef__switchU24map2C_54(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2C_54 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2C_54), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMADATATYPE_T322714710_H #ifndef URIFORMATEXCEPTION_T953270471_H #define URIFORMATEXCEPTION_T953270471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriFormatException struct UriFormatException_t953270471 : public FormatException_t154580423 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URIFORMATEXCEPTION_T953270471_H #ifndef DTDATTLISTDECLARATIONCOLLECTION_T2220366188_H #define DTDATTLISTDECLARATIONCOLLECTION_T2220366188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDAttListDeclarationCollection struct DTDAttListDeclarationCollection_t2220366188 : public DTDCollectionBase_t3926218464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDATTLISTDECLARATIONCOLLECTION_T2220366188_H #ifndef DTDENTITYDECLARATIONCOLLECTION_T2250844513_H #define DTDENTITYDECLARATIONCOLLECTION_T2250844513_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDEntityDeclarationCollection struct DTDEntityDeclarationCollection_t2250844513 : public DTDCollectionBase_t3926218464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDENTITYDECLARATIONCOLLECTION_T2250844513_H #ifndef STREAMINGCONTEXT_T3711869237_H #define STREAMINGCONTEXT_T3711869237_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237 { public: // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::state int32_t ___state_0; // System.Object System.Runtime.Serialization.StreamingContext::additional RuntimeObject * ___additional_1; public: inline static int32_t get_offset_of_state_0() { return static_cast(offsetof(StreamingContext_t3711869237, ___state_0)); } inline int32_t get_state_0() const { return ___state_0; } inline int32_t* get_address_of_state_0() { return &___state_0; } inline void set_state_0(int32_t value) { ___state_0 = value; } inline static int32_t get_offset_of_additional_1() { return static_cast(offsetof(StreamingContext_t3711869237, ___additional_1)); } inline RuntimeObject * get_additional_1() const { return ___additional_1; } inline RuntimeObject ** get_address_of_additional_1() { return &___additional_1; } inline void set_additional_1(RuntimeObject * value) { ___additional_1 = value; Il2CppCodeGenWriteBarrier((&___additional_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_pinvoke { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t3711869237_marshaled_com { int32_t ___state_0; Il2CppIUnknown* ___additional_1; }; #endif // STREAMINGCONTEXT_T3711869237_H #ifndef XMLCOMMENT_T2476947920_H #define XMLCOMMENT_T2476947920_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlComment struct XmlComment_t2476947920 : public XmlCharacterData_t1167807131 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCOMMENT_T2476947920_H #ifndef DATETIMEOFFSET_T3229287507_H #define DATETIMEOFFSET_T3229287507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeOffset struct DateTimeOffset_t3229287507 { public: // System.DateTime System.DateTimeOffset::dt DateTime_t3738529785 ___dt_2; // System.TimeSpan System.DateTimeOffset::utc_offset TimeSpan_t881159249 ___utc_offset_3; public: inline static int32_t get_offset_of_dt_2() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___dt_2)); } inline DateTime_t3738529785 get_dt_2() const { return ___dt_2; } inline DateTime_t3738529785 * get_address_of_dt_2() { return &___dt_2; } inline void set_dt_2(DateTime_t3738529785 value) { ___dt_2 = value; } inline static int32_t get_offset_of_utc_offset_3() { return static_cast(offsetof(DateTimeOffset_t3229287507, ___utc_offset_3)); } inline TimeSpan_t881159249 get_utc_offset_3() const { return ___utc_offset_3; } inline TimeSpan_t881159249 * get_address_of_utc_offset_3() { return &___utc_offset_3; } inline void set_utc_offset_3(TimeSpan_t881159249 value) { ___utc_offset_3 = value; } }; struct DateTimeOffset_t3229287507_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t3229287507 ___MaxValue_0; // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t3229287507 ___MinValue_1; public: inline static int32_t get_offset_of_MaxValue_0() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MaxValue_0)); } inline DateTimeOffset_t3229287507 get_MaxValue_0() const { return ___MaxValue_0; } inline DateTimeOffset_t3229287507 * get_address_of_MaxValue_0() { return &___MaxValue_0; } inline void set_MaxValue_0(DateTimeOffset_t3229287507 value) { ___MaxValue_0 = value; } inline static int32_t get_offset_of_MinValue_1() { return static_cast(offsetof(DateTimeOffset_t3229287507_StaticFields, ___MinValue_1)); } inline DateTimeOffset_t3229287507 get_MinValue_1() const { return ___MinValue_1; } inline DateTimeOffset_t3229287507 * get_address_of_MinValue_1() { return &___MinValue_1; } inline void set_MinValue_1(DateTimeOffset_t3229287507 value) { ___MinValue_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEOFFSET_T3229287507_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 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 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.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_t2770800703 : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // System.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.Type[] struct TypeU5BU5D_t3940880105 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.XmlNode[] struct XmlNodeU5BU5D_t3728671178 : public RuntimeArray { public: ALIGN_FIELD (8) XmlNode_t3767805227 * m_Items[1]; public: inline XmlNode_t3767805227 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlNode_t3767805227 ** 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, XmlNode_t3767805227 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlNode_t3767805227 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlNode_t3767805227 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlNode_t3767805227 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.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.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.Xml.XmlNamedNodeMap::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNamedNodeMap__ctor_m1104724057 (XmlNamedNodeMap_t2821286253 * __this, XmlNode_t3767805227 * ___parent0, 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.Collections.ArrayList System.Xml.XmlNamedNodeMap::get_Nodes() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XmlNamedNodeMap_get_Nodes_m3013096805 (XmlNamedNodeMap_t2821286253 * __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.Void System.Array::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_CopyTo_m225704097 (RuntimeArray * __this, RuntimeArray * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlAttributeCollection::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlAttributeCollection_get_IsReadOnly_m1100891460 (XmlAttributeCollection_t2316283784 * __this, 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.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.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNamedItem(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNamedNodeMap_RemoveNamedItem_m3396016168 (XmlNamedNodeMap_t2821286253 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlAttributeCollection::RemoveIdenticalAttribute(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttributeCollection_RemoveIdenticalAttribute_m2028879684 (XmlAttributeCollection_t2316283784 * __this, XmlNode_t3767805227 * ___existing0, 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); // Mono.Xml.DTDAttributeDefinition System.Xml.XmlAttribute::GetAttributeDefinition() extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * XmlAttribute_GetAttributeDefinition_m1306466778 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDAttributeDefinition::get_DefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_DefaultValue_m2041870802 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m1866139548 (XmlDocument_t2837193595 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, bool ___atomizedNames3, bool ___checkNamespace4, const RuntimeMethod* method); // System.Void System.Xml.XmlAttribute::SetDefault() extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_SetDefault_m2091487654 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlAttributeCollection::SetNamedItem(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttributeCollection_SetNamedItem_m1188140119 (XmlAttributeCollection_t2316283784 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // 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); // 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.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_Remove_m1901737198 (XmlAttributeCollection_t2316283784 * __this, XmlAttribute_t1173852259 * ___node0, 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.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNamedNodeMap_SetNamedItem_m647223838 (XmlNamedNodeMap_t2821286253 * __this, XmlNode_t3767805227 * ___node0, int32_t ___pos1, bool ___raiseEvent2, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::AdjustIdenticalAttributes(System.Xml.XmlAttribute,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_AdjustIdenticalAttributes_m993340648 (XmlAttributeCollection_t2316283784 * __this, XmlAttribute_t1173852259 * ___node0, XmlNode_t3767805227 * ___existing1, 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); // 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); // Mono.Xml.DTDAttListDeclarationCollection Mono.Xml.DTDObjectModel::get_AttListDecls() extern "C" IL2CPP_METHOD_ATTR DTDAttListDeclarationCollection_t2220366188 * DTDObjectModel_get_AttListDecls_m2801359668 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // Mono.Xml.DTDAttListDeclaration Mono.Xml.DTDAttListDeclarationCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAttListDeclaration_t3593159715 * DTDAttListDeclarationCollection_get_Item_m3930829771 (DTDAttListDeclarationCollection_t2220366188 * __this, String_t* ___name0, const RuntimeMethod* method); // Mono.Xml.DTDAttributeDefinition Mono.Xml.DTDAttListDeclaration::Get(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDAttListDeclaration_Get_m2748697277 (DTDAttListDeclaration_t3593159715 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype Mono.Xml.DTDAttributeDefinition::get_Datatype() extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t322714710 * DTDAttributeDefinition_get_Datatype_m3025876381 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::AddIdenticalAttribute(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AddIdenticalAttribute_m1974298806 (XmlDocument_t2837193595 * __this, XmlAttribute_t1173852259 * ___attr0, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::GetIdenticalAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_GetIdenticalAttribute_m3233361554 (XmlDocument_t2837193595 * __this, String_t* ___id0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::RemoveIdenticalAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_RemoveIdenticalAttribute_m749578340 (XmlDocument_t2837193595 * __this, String_t* ___id0, 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.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.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_m698815356 (XmlCDataSection_t3267478366 * __this, String_t* ___data0, XmlDocument_t2837193595 * ___doc1, 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.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.Boolean System.Xml.XmlChar::IsWhitespace(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsWhitespace_m2823892034 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, 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.Xml.XmlChar::IsInvalid(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsInvalid_m2652930759 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, 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.Boolean System.Xml.XmlChar::IsFirstNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsFirstNameChar_m2923332245 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNameChar_m59373048 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsNCNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNCNameChar_m158431100 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, 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.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.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.Void System.Xml.XmlDocument::onNodeChanging(System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_onNodeChanging_m2143232236 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___parent1, String_t* ___oldValue2, String_t* ___newValue3, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::onNodeChanged(System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_onNodeChanged_m2481850589 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___parent1, String_t* ___oldValue2, String_t* ___newValue3, const RuntimeMethod* method); // System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlComment__ctor_m3519516838 (XmlComment_t2476947920 * __this, String_t* ___comment0, XmlDocument_t2837193595 * ___doc1, 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.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.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.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.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m3682462547 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, 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.String System.Xml.XmlConvert::DecodeName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_m2953738773 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.String System.Char::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* Char_ToString_m3588025615 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::TryDecoding(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_TryDecoding_m825147906 (RuntimeObject * __this /* static, unused */, String_t* ___s0, 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.Boolean System.Xml.XmlConvert::IsInvalid(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_IsInvalid_m3302788609 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, bool ___firstOnlyLetter1, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3016532472 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, 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.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, 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.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m863202395 (RuntimeObject * __this /* static, unused */, String_t* ___name0, bool ___nmtoken1, const RuntimeMethod* method); // System.String System.String::Trim(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m3384720403 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Int64::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int64_ToString_m623640997 (int64_t* __this, RuntimeObject* p0, const RuntimeMethod* method); // System.String System.Decimal::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m3653216873 (Decimal_t2948259380 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Boolean System.TimeSpan::op_Equality(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_Equality_m1999885032 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 p0, TimeSpan_t881159249 p1, const RuntimeMethod* method); // System.Int64 System.TimeSpan::get_Ticks() extern "C" IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m2137362016 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.TimeSpan System.TimeSpan::Negate() extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_Negate_m1889505500 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Days() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Days_m2243259430 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m890240332 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Hours() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m550761902 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Minutes() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_m4278980001 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Seconds() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Seconds_m1883479191 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 System.TimeSpan::get_Milliseconds() extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Milliseconds_m3438015508 (TimeSpan_t881159249 * __this, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m940064945 (StringBuilder_t * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Char System.Text.StringBuilder::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m1819843468 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Double::IsNegativeInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_m538614603 (RuntimeObject * __this /* static, unused */, double p0, const RuntimeMethod* method); // System.Boolean System.Double::IsPositiveInfinity(System.Double) extern "C" IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m1245619811 (RuntimeObject * __this /* static, unused */, double 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.String System.Double::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Double_ToString_m1051753975 (double* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Boolean System.Single::IsNegativeInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m1556741963 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Boolean System.Single::IsPositiveInfinity(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m1411272350 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.Boolean System.Single::IsNaN(System.Single) extern "C" IL2CPP_METHOD_ATTR bool Single_IsNaN_m4024467661 (RuntimeObject * __this /* static, unused */, float p0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Single_ToString_m543431371 (float* __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m1022058599 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.DateTime System.DateTime::ToLocalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToLocalTime_m3134475597 (DateTime_t3738529785 * __this, const RuntimeMethod* method); // System.String System.DateTime::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m2992030064 (DateTime_t3738529785 * __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ToUniversalTime_m1945318289 (DateTime_t3738529785 * __this, 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.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.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.Boolean System.Xml.XmlChar::IsNCName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNCName_m2365231717 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::ToString(System.DateTimeOffset,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1801880744 (RuntimeObject * __this /* static, unused */, DateTimeOffset_t3229287507 ___value0, String_t* ___format1, const RuntimeMethod* method); // System.String System.DateTimeOffset::ToString(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* DateTimeOffset_ToString_m3985341516 (DateTimeOffset_t3229287507 * __this, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m1293271421 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, bool p2, CultureInfo_t4157843068 * p3, 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) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2844511972 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, 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.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::ParseInput(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_ParseInput_m1025814439 (XmlDeclaration_t679870411 * __this, String_t* ___input0, 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.Void System.Xml.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_m1509837626 (XmlDeclaration_t679870411 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t2837193595 * ___doc3, const RuntimeMethod* method); // System.Int32 System.Xml.XmlDeclaration::SkipWhitespace(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlDeclaration_SkipWhitespace_m571579217 (XmlDeclaration_t679870411 * __this, String_t* ___input0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2410372598 (String_t* __this, String_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.Char,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2466398549 (String_t* __this, Il2CppChar p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Encoding(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_m1853636911 (XmlDeclaration_t679870411 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDeclaration::set_Standalone(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_m3054981964 (XmlDeclaration_t679870411 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1807450191 (XmlDocument_t2837193595 * __this, XmlImplementation_t254178875 * ___impl0, XmlNameTable_t71772148 * ___nt1, 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.XmlNode::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlNode__ctor_m2694942411 (XmlNode_t3767805227 * __this, XmlDocument_t2837193595 * ___ownerDocument0, const RuntimeMethod* method); // System.Void System.Xml.XmlImplementation::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlImplementation__ctor_m967116265 (XmlImplementation_t254178875 * __this, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlDocument::AddDefaultNameTableKeys() extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultNameTableKeys_m55595779 (XmlDocument_t2837193595 * __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.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m1479779718 (Type_t * __this, String_t* p0, TypeU5BU5D_t3940880105* p1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1447119458 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // 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); // System.Void System.Xml.XmlDocument::ParseName(System.String,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_ParseName_m551725517 (XmlDocument_t2837193595 * __this, String_t* ___name0, String_t** ___prefix1, String_t** ___localName2, 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.Void System.Xml.XmlAttribute::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlAttribute__ctor_m288521366 (XmlAttribute_t1173852259 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t2837193595 * ___doc3, bool ___atomizedNames4, bool ___checkNamespace5, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentFragment::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_m3400459186 (XmlDocumentFragment_t1323348855 * __this, XmlDocument_t2837193595 * ___doc0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m4249013569 (XmlDocumentType_t4112370061 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t2837193595 * ___doc4, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentType::.ctor(Mono.Xml.DTDObjectModel,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m3064971262 (XmlDocumentType_t4112370061 * __this, DTDObjectModel_t1729680289 * ___dtd0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m300463600 (XmlDocument_t2837193595 * __this, String_t* ___qualifiedName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlElement__ctor_m379743235 (XmlElement_t561603118 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t2837193595 * ___doc3, bool ___atomizedNames4, const RuntimeMethod* method); // System.Void System.Xml.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m2253048044 (XmlEntityReference_t1966808559 * __this, String_t* ___name0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method); // System.Void Mono.Xml.XPath.XPathEditableDocument::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XPathEditableDocument__ctor_m3584885124 (XPathEditableDocument_t3642283412 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.Xml.XPath.XPathNavigator Mono.Xml.XPath.XPathEditableDocument::CreateNavigator() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * XPathEditableDocument_CreateNavigator_m81974241 (XPathEditableDocument_t3642283412 * __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.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.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.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); // 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.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlNode::SearchDescendantElements(System.String,System.Boolean,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XmlNode_SearchDescendantElements_m829936055 (XmlNode_t3767805227 * __this, String_t* ___name0, bool ___matchAll1, ArrayList_t2718874744 * ___list2, const RuntimeMethod* method); // System.Void System.Xml.XmlNodeArrayList::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XmlNodeArrayList__ctor_m1454721759 (XmlNodeArrayList_t4092146157 * __this, ArrayList_t2718874744 * ___rgNodes0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlLinkedNode::get_IsRooted() extern "C" IL2CPP_METHOD_ATTR bool XmlLinkedNode_get_IsRooted_m2654221119 (XmlLinkedNode_t1437094927 * __this, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m3076065613 (NullReferenceException_t1023182353 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Xml.XmlProcessingInstruction::get_Target() extern "C" IL2CPP_METHOD_ATTR String_t* XmlProcessingInstruction_get_Target_m2836240761 (XmlProcessingInstruction_t425688976 * __this, 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.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.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // 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); // 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.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); // 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); // 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.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); // 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.String System.Xml.XmlDocument::MakeReaderErrorMessage(System.String,System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_MakeReaderErrorMessage_m2864280090 (XmlDocument_t2837193595 * __this, String_t* ___message0, XmlReader_t3121518892 * ___reader1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.IXmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_m1962529155 (XmlSchemaInfo_t997462956 * __this, RuntimeObject* ___info0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::ReadAttributeNodeValue(System.Xml.XmlReader,System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_ReadAttributeNodeValue_m2172166588 (XmlDocument_t2837193595 * __this, XmlReader_t3121518892 * ___reader0, XmlAttribute_t1173852259 * ___attribute1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlDocument::get_PreserveWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_PreserveWhitespace_m2243367897 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocument::ReadNodeCore(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocument_ReadNodeCore_m1248528250 (XmlDocument_t2837193595 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method); // 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); // 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.Xml.XmlAttribute System.Xml.XmlDocument::ReadAttributeNode(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_ReadAttributeNode_m2268353944 (XmlDocument_t2837193595 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method); // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m2412054768 (XmlDocument_t2837193595 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, bool ___nameAtomized3, const RuntimeMethod* method); // System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_m6933664 (XmlElement_t561603118 * __this, bool ___value0, 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); // System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR XmlDocumentType_t4112370061 * XmlDocument_CreateDocumentType_m1835856254 (XmlDocument_t2837193595 * __this, DTDObjectModel_t1729680289 * ___dtd0, const RuntimeMethod* method); // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities() extern "C" IL2CPP_METHOD_ATTR XmlNamedNodeMap_t2821286253 * XmlDocumentType_get_Entities_m2560357361 (XmlDocumentType_t4112370061 * __this, 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.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, 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.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlNode_get_OwnerDocument_m1156966852 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathNavigator::.ctor() extern "C" IL2CPP_METHOD_ATTR void XPathNavigator__ctor_m997972048 (XPathNavigator_t787956054 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::get_Node() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_get_Node_m3125603051 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocumentNavigator::get_NsNode() extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocumentNavigator_get_NsNode_m1387847117 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::GetFirstChild(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_GetFirstChild_m2821534409 (XmlDocumentNavigator_t512445268 * __this, XmlNode_t3767805227 * ___n0, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection) extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m2130986447 (ArrayList_t2718874744 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.Xml.XmlDocument System.Xml.XmlDocumentNavigator::get_Document() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlDocumentNavigator_get_Document_m3171036580 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::get_NsNodeXml() extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_get_NsNodeXml_m488276313 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::GetNextSibling(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_GetNextSibling_m296588763 (XmlDocumentNavigator_t512445268 * __this, XmlNode_t3767805227 * ___n0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentNavigator::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentNavigator__ctor_m397428645 (XmlDocumentNavigator_t512445268 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method); // System.Collections.ArrayList System.Collections.ArrayList::ReadOnly(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * ArrayList_ReadOnly_m1905796817 (RuntimeObject * __this /* static, unused */, ArrayList_t2718874744 * p0, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentNavigator::set_NsNode(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentNavigator_set_NsNode_m3014712674 (XmlDocumentNavigator_t512445268 * __this, XmlAttribute_t1173852259 * ___value0, 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.Boolean System.Xml.XmlDocumentNavigator::CheckNsNameAppearance(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_CheckNsNameAppearance_m3436001350 (XmlDocumentNavigator_t512445268 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::GetParentNode(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_GetParentNode_m383093627 (XmlDocumentNavigator_t512445268 * __this, XmlNode_t3767805227 * ___n0, const RuntimeMethod* method); // System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupNamespace_m3790109444 (XPathNavigator_t787956054 * __this, String_t* ___prefix0, 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.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.Xml.XmlResolver System.Xml.XmlDocument::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlDocument_get_Resolver_m3982878385 (XmlDocument_t2837193595 * __this, 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); // 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); // Mono.Xml.DTDObjectModel Mono.Xml2.XmlTextReader::get_DTD() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlTextReader_get_DTD_m2116886483 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlDocumentType::ImportFromDTD() extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType_ImportFromDTD_m998947015 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // Mono.Xml.DTDEntityDeclarationCollection Mono.Xml.DTDObjectModel::get_EntityDecls() extern "C" IL2CPP_METHOD_ATTR DTDEntityDeclarationCollection_t2250844513 * DTDObjectModel_get_EntityDecls_m2343264842 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 Mono.Xml.DictionaryBase::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryBase_get_Values_m2364603791 (DictionaryBase_t52754249 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityBase::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_Name_m1482881339 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityDeclaration::get_NotationName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityDeclaration_get_NotationName_m675121615 (DTDEntityDeclaration_t811637416 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityBase::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_PublicId_m1097134121 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityBase::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_SystemId_m548211319 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlEntity__ctor_m1734241957 (XmlEntity_t3308518401 * __this, String_t* ___name0, String_t* ___NDATA1, String_t* ___publicId2, String_t* ___systemId3, XmlDocument_t2837193595 * ___doc4, const RuntimeMethod* method); // Mono.Xml.DTDNotationDeclarationCollection Mono.Xml.DTDObjectModel::get_NotationDecls() extern "C" IL2CPP_METHOD_ATTR DTDNotationDeclarationCollection_t959292105 * DTDObjectModel_get_NotationDecls_m3855949721 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDNotationDeclaration::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_LocalName_m3055653754 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDNotationDeclaration::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_Prefix_m1111171227 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDNotationDeclaration::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_PublicId_m2264571245 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDNotationDeclaration::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_SystemId_m3829250027 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method); // 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); // 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.String Mono.Xml.DTDObjectModel::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_Name_m4149993094 (DTDObjectModel_t1729680289 * __this, 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.String Mono.Xml.DTDObjectModel::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_SystemId_m2725442049 (DTDObjectModel_t1729680289 * __this, 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.Xml.XmlNameEntryCache System.Xml.XmlDocument::get_NameCache() extern "C" IL2CPP_METHOD_ATTR XmlNameEntryCache_t2890546907 * XmlDocument_get_NameCache_m4223541773 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // 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); // Mono.Xml.DTDAttributeDefinition Mono.Xml.DTDAttListDeclaration::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDAttListDeclaration_get_Item_m3808678636 (DTDAttListDeclaration_t3593159715 * __this, int32_t ___i0, const RuntimeMethod* method); // System.String Mono.Xml.DTDAttributeDefinition::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_Name_m386820002 (DTDAttributeDefinition_t3434905422 * __this, 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.Collections.IList Mono.Xml.DTDAttListDeclaration::get_Definitions() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DTDAttListDeclaration_get_Definitions_m3556676521 (DTDAttListDeclaration_t3593159715 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlAttributeCollection::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection__ctor_m4067851386 (XmlAttributeCollection_t2316283784 * __this, XmlNode_t3767805227 * ___parent0, const RuntimeMethod* method); // System.String System.Xml.XmlNode::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_InnerText_m1158468013 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // 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); // 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::RemoveAll() extern "C" IL2CPP_METHOD_ATTR void XmlNode_RemoveAll_m708124077 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m125953371 (XmlDocument_t2837193595 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void System.Xml.XmlEntity::SetEntityContent() extern "C" IL2CPP_METHOD_ATTR void XmlEntity_SetEntityContent_m328832252 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method); // Mono.Xml.DTDEntityDeclaration Mono.Xml.DTDEntityDeclarationCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR DTDEntityDeclaration_t811637416 * DTDEntityDeclarationCollection_get_Item_m883323424 (DTDEntityDeclarationCollection_t2250844513 * __this, String_t* ___name0, 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); // 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.String Mono.Xml.DTDEntityDeclaration::get_EntityValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityDeclaration_get_EntityValue_m498441691 (DTDEntityDeclaration_t811637416 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlNode::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_get_BaseURI_m4128002668 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // System.Xml.XmlEntity System.Xml.XmlEntityReference::get_Entity() extern "C" IL2CPP_METHOD_ATTR XmlEntity_t3308518401 * XmlEntityReference_get_Entity_m1498839901 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlEntity::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_m4230686408 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m800430703 (Uri_t100236324 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m4293005803 (Uri_t100236324 * __this, Uri_t100236324 * p0, String_t* p1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor() extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4274309232 (SystemException_t176217640 * __this, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m4132668650 (SystemException_t176217640 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m1515048899 (SystemException_t176217640 * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_m2640574809 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m3155282843 (SerializationInfo_t950877179 * __this, String_t* p0, const RuntimeMethod* method); // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m42271953 (SerializationInfo_t950877179 * __this, String_t* p0, Type_t * p1, const RuntimeMethod* method); // System.Void System.SystemException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_m3298527747 (SystemException_t176217640 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.Xml.IXmlLineInfo,System.Exception,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3835194378 (XmlException_t1761730631 * __this, RuntimeObject* ___li0, Exception_t * ___innerException1, String_t* ___sourceUri2, String_t* ___message3, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3997532194 (XmlException_t1761730631 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.String System.Xml.XmlException::GetMessage(System.String,System.String,System.Int32,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_GetMessage_m2224656531 (RuntimeObject * __this /* static, unused */, String_t* ___message0, String_t* ___sourceUri1, int32_t ___lineNumber2, int32_t ___linePosition3, RuntimeObject * ___sourceObj4, const RuntimeMethod* method); // System.String System.Exception::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m3320461627 (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m1103241326 (Exception_t * __this, SerializationInfo_t950877179 * p0, StreamingContext_t3711869237 p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m412754688 (SerializationInfo_t950877179 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m2872281893 (SerializationInfo_t950877179 * __this, String_t* p0, RuntimeObject * p1, 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.Void System.Xml.XmlImplementation::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlImplementation__ctor_m3988708793 (XmlImplementation_t254178875 * __this, XmlNameTable_t71772148 * ___nameTable0, 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.XmlDocument::.ctor(System.Xml.XmlImplementation) extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m4078596381 (XmlDocument_t2837193595 * __this, XmlImplementation_t254178875 * ___imp0, const RuntimeMethod* method); // System.Void System.IO.Stream::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m3881936881 (Stream_t1273022909 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlInputStream::Initialize(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlInputStream_Initialize_m237507865 (XmlInputStream_t1691369434 * __this, Stream_t1273022909 * ___stream0, 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.Text.Encoding System.Text.Encoding::get_ASCII() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_ASCII_m3595602635 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Xml.XmlInputStream::ReadByteSpecial() extern "C" IL2CPP_METHOD_ATTR int32_t XmlInputStream_ReadByteSpecial_m3285409459 (XmlInputStream_t1691369434 * __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.Text.Encoding System.Text.Encoding::get_BigEndianUnicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_BigEndianUnicode_m684646764 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.Xml.XmlInputStream::GetStringFromBytes(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlInputStream_GetStringFromBytes_m2259631829 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method); // System.Int32 System.Xml.XmlInputStream::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlInputStream_SkipWhitespace_m1625938285 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsValidIANAEncoding(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsValidIANAEncoding_m3868492798 (RuntimeObject * __this /* static, unused */, String_t* ___ianaEncoding0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::GetEncoding(System.String) extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_GetEncoding_m2599798446 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2884209081 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __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.Collections.ArrayList System.Xml.XmlNamedNodeMap::get_NodeList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XmlNamedNodeMap_get_NodeList_m376762558 (XmlNamedNodeMap_t2821286253 * __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.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.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.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.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.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.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.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.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.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.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_get_DocumentElement_m3009993148 (XmlDocument_t2837193595 * __this, 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.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.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.Void System.Xml.XmlNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeList__ctor_m572378854 (XmlNodeList_t2551693786 * __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.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.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); // 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.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.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.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.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.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.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.Void System.ArgumentOutOfRangeException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m2047740448 (ArgumentOutOfRangeException_t777629997 * __this, 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_m1850551870 (XmlTextWriter_t2114213153 * __this, TextWriter_t3478189236 * ___writer0, 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.Schema.XmlSchemaSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m2333710421 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_m685520154 (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.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.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::set_Data(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlCharacterData_set_Data_m1077571986 (XmlCharacterData_t1167807131 * __this, String_t* ___value0, 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.XmlReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__ctor_m2242864879 (XmlReader_t3121518892 * __this, 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.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 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.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 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 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.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.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.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.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.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.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 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.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 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 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.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.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.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.Void System.Xml.XmlReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlReader_Skip_m2445993341 (XmlReader_t3121518892 * __this, const RuntimeMethod* 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.Xml.XmlWriter::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlWriter__ctor_m2782267819 (XmlWriter_t127905479 * __this, 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.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_m1913060046 (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.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.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.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.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.Void System.Xml.XmlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlResolver__ctor_m2276492248 (XmlResolver_t626023767 * __this, const RuntimeMethod* method); // System.Boolean System.Uri::get_IsAbsoluteUri() extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m3666899587 (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_m2109479391 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Uri::get_AbsolutePath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_m590948575 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Uri::get_LocalPath() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m2837234216 (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.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.Net.WebRequest System.Net.WebRequest::Create(System.Uri) extern "C" IL2CPP_METHOD_ATTR WebRequest_t1939381076 * WebRequest_Create_m2603246108 (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.Boolean System.Xml.XmlWriterSettings::get_CloseOutput() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CloseOutput_m1469064168 (XmlWriterSettings_t3314986516 * __this, 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::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.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.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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAttributeCollection::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection__ctor_m4067851386 (XmlAttributeCollection_t2316283784 * __this, XmlNode_t3767805227 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection__ctor_m4067851386_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = ___parent0; IL2CPP_RUNTIME_CLASS_INIT(XmlNamedNodeMap_t2821286253_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m1104724057(__this, L_0, /*hidden argument*/NULL); XmlNode_t3767805227 * L_1 = ___parent0; __this->set_ownerElement_4(((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_1, XmlElement_t561603118_il2cpp_TypeInfo_var))); XmlNode_t3767805227 * L_2 = ___parent0; NullCheck(L_2); XmlDocument_t2837193595 * L_3 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_2); __this->set_ownerDocument_5(L_3); XmlElement_t561603118 * L_4 = __this->get_ownerElement_4(); if (L_4) { goto IL_0035; } } { XmlException_t1761730631 * L_5 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_5, _stringLiteral184120247, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlAttributeCollection__ctor_m4067851386_RuntimeMethod_var); } IL_0035: { return; } } // System.Boolean System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_IsSynchronized() extern "C" IL2CPP_METHOD_ATTR bool XmlAttributeCollection_System_Collections_ICollection_get_IsSynchronized_m3242211555 (XmlAttributeCollection_t2316283784 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Object System.Xml.XmlAttributeCollection::System.Collections.ICollection.get_SyncRoot() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAttributeCollection_System_Collections_ICollection_get_SyncRoot_m1361017657 (XmlAttributeCollection_t2316283784 * __this, const RuntimeMethod* method) { { return __this; } } // System.Void System.Xml.XmlAttributeCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_System_Collections_ICollection_CopyTo_m2910014586 (XmlAttributeCollection_t2316283784 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_System_Collections_ICollection_CopyTo_m2910014586_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeArray * L_0 = ___array0; ArrayList_t2718874744 * L_1 = XmlNamedNodeMap_get_Nodes_m3013096805(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (XmlAttribute_t1173852259_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); RuntimeArray * L_4 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_1, L_3); int32_t L_5 = ___index1; NullCheck(L_0); Array_CopyTo_m225704097(L_0, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlAttributeCollection::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlAttributeCollection_get_IsReadOnly_m1100891460 (XmlAttributeCollection_t2316283784 * __this, const RuntimeMethod* method) { { XmlElement_t561603118 * L_0 = __this->get_ownerElement_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_0); return L_1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_get_ItemOf_m952828905_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; XmlNode_t3767805227 * L_1 = VirtFuncInvoker1< XmlNode_t3767805227 *, String_t* >::Invoke(7 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, __this, L_0); return ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_1, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_get_ItemOf_m2829877268_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = XmlNamedNodeMap_get_Nodes_m3013096805(__this, /*hidden argument*/NULL); int32_t L_1 = ___i0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_get_ItemOf_m2608800820_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___localName0; String_t* L_1 = ___namespaceURI1; XmlNode_t3767805227 * L_2 = VirtFuncInvoker2< XmlNode_t3767805227 *, String_t*, String_t* >::Invoke(8 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String,System.String) */, __this, L_0, L_1); return ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); } } // System.Xml.XmlAttribute System.Xml.XmlAttributeCollection::Remove(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_Remove_m1901737198 (XmlAttributeCollection_t2316283784 * __this, XmlAttribute_t1173852259 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_Remove_m1901737198_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; int32_t V_1 = 0; XmlAttribute_t1173852259 * V_2 = NULL; DTDAttributeDefinition_t3434905422 * V_3 = NULL; XmlAttribute_t1173852259 * V_4 = NULL; { bool L_0 = XmlAttributeCollection_get_IsReadOnly_m1100891460(__this, /*hidden argument*/NULL); 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, _stringLiteral1962496365, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAttributeCollection_Remove_m1901737198_RuntimeMethod_var); } IL_0016: { XmlAttribute_t1173852259 * L_2 = ___node0; if (L_2) { goto IL_0027; } } { ArgumentException_t132251570 * L_3 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_3, _stringLiteral2654347599, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlAttributeCollection_Remove_m1901737198_RuntimeMethod_var); } IL_0027: { XmlAttribute_t1173852259 * L_4 = ___node0; NullCheck(L_4); XmlDocument_t2837193595 * L_5 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, L_4); XmlDocument_t2837193595 * L_6 = __this->get_ownerDocument_5(); if ((((RuntimeObject*)(XmlDocument_t2837193595 *)L_5) == ((RuntimeObject*)(XmlDocument_t2837193595 *)L_6))) { goto IL_0043; } } { ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, _stringLiteral2477481617, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XmlAttributeCollection_Remove_m1901737198_RuntimeMethod_var); } IL_0043: { XmlAttribute_t1173852259 * L_8 = ___node0; NullCheck(L_8); XmlElement_t561603118 * L_9 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_8); XmlElement_t561603118 * L_10 = __this->get_ownerElement_4(); if ((((RuntimeObject*)(XmlElement_t561603118 *)L_9) == ((RuntimeObject*)(XmlElement_t561603118 *)L_10))) { goto IL_005f; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral3423380043, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,XmlAttributeCollection_Remove_m1901737198_RuntimeMethod_var); } IL_005f: { V_0 = (XmlAttribute_t1173852259 *)NULL; V_1 = 0; goto IL_008c; } IL_0068: { ArrayList_t2718874744 * L_12 = XmlNamedNodeMap_get_Nodes_m3013096805(__this, /*hidden argument*/NULL); int32_t L_13 = V_1; NullCheck(L_12); RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_12, L_13); V_2 = ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_14, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); XmlAttribute_t1173852259 * L_15 = V_2; XmlAttribute_t1173852259 * L_16 = ___node0; if ((!(((RuntimeObject*)(XmlAttribute_t1173852259 *)L_15) == ((RuntimeObject*)(XmlAttribute_t1173852259 *)L_16)))) { goto IL_0088; } } { XmlAttribute_t1173852259 * L_17 = V_2; V_0 = L_17; goto IL_0098; } IL_0088: { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_008c: { int32_t L_19 = V_1; int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); if ((((int32_t)L_19) < ((int32_t)L_20))) { goto IL_0068; } } IL_0098: { XmlAttribute_t1173852259 * L_21 = V_0; if (!L_21) { goto IL_00dd; } } { XmlDocument_t2837193595 * L_22 = __this->get_ownerDocument_5(); XmlAttribute_t1173852259 * L_23 = ___node0; XmlElement_t561603118 * L_24 = __this->get_ownerElement_4(); NullCheck(L_22); XmlDocument_onNodeRemoving_m253634602(L_22, L_23, L_24, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_25); XmlAttribute_t1173852259 * L_27 = V_0; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_27); XmlNamedNodeMap_RemoveNamedItem_m3396016168(__this, L_26, L_28, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_29 = V_0; XmlAttributeCollection_RemoveIdenticalAttribute_m2028879684(__this, L_29, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_30 = __this->get_ownerDocument_5(); XmlAttribute_t1173852259 * L_31 = ___node0; XmlElement_t561603118 * L_32 = __this->get_ownerElement_4(); NullCheck(L_30); XmlDocument_onNodeRemoved_m502304840(L_30, L_31, L_32, /*hidden argument*/NULL); } IL_00dd: { XmlAttribute_t1173852259 * L_33 = V_0; NullCheck(L_33); DTDAttributeDefinition_t3434905422 * L_34 = XmlAttribute_GetAttributeDefinition_m1306466778(L_33, /*hidden argument*/NULL); V_3 = L_34; DTDAttributeDefinition_t3434905422 * L_35 = V_3; if (!L_35) { goto IL_0133; } } { DTDAttributeDefinition_t3434905422 * L_36 = V_3; NullCheck(L_36); String_t* L_37 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0133; } } { XmlDocument_t2837193595 * L_38 = __this->get_ownerDocument_5(); XmlAttribute_t1173852259 * L_39 = V_0; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlAttribute::get_Prefix() */, L_39); XmlAttribute_t1173852259 * L_41 = V_0; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_41); XmlAttribute_t1173852259 * L_43 = V_0; NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_43); NullCheck(L_38); XmlAttribute_t1173852259 * L_45 = XmlDocument_CreateAttribute_m1866139548(L_38, L_40, L_42, L_44, (bool)1, (bool)0, /*hidden argument*/NULL); V_4 = L_45; XmlAttribute_t1173852259 * L_46 = V_4; DTDAttributeDefinition_t3434905422 * L_47 = V_3; NullCheck(L_47); String_t* L_48 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_47, /*hidden argument*/NULL); NullCheck(L_46); VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void System.Xml.XmlAttribute::set_Value(System.String) */, L_46, L_48); XmlAttribute_t1173852259 * L_49 = V_4; NullCheck(L_49); XmlAttribute_SetDefault_m2091487654(L_49, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_50 = V_4; XmlAttributeCollection_SetNamedItem_m1188140119(__this, L_50, /*hidden argument*/NULL); } IL_0133: { XmlAttribute_t1173852259 * L_51 = V_0; NullCheck(L_51); XmlNode_set_AttributeOwnerElement_m4221504393(L_51, (XmlElement_t561603118 *)NULL, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_52 = V_0; return L_52; } } // System.Void System.Xml.XmlAttributeCollection::RemoveAll() extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_RemoveAll_m1724727209 (XmlAttributeCollection_t2316283784 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XmlAttribute_t1173852259 * V_1 = NULL; { V_0 = 0; goto IL_0026; } IL_0007: { int32_t L_0 = V_0; XmlAttribute_t1173852259 * L_1 = XmlAttributeCollection_get_ItemOf_m2829877268(__this, L_0, /*hidden argument*/NULL); V_1 = L_1; XmlAttribute_t1173852259 * L_2 = V_1; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_2); if (L_3) { goto IL_001e; } } { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001e: { XmlAttribute_t1173852259 * L_5 = V_1; XmlAttributeCollection_Remove_m1901737198(__this, L_5, /*hidden argument*/NULL); } IL_0026: { int32_t L_6 = V_0; int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, __this); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_0007; } } { return; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::SetNamedItem(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttributeCollection_SetNamedItem_m1188140119 (XmlAttributeCollection_t2316283784 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeCollection_SetNamedItem_m1188140119_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; XmlAttribute_t1173852259 * G_B8_0 = NULL; XmlAttributeCollection_t2316283784 * G_B8_1 = NULL; XmlAttribute_t1173852259 * G_B7_0 = NULL; XmlAttributeCollection_t2316283784 * G_B7_1 = NULL; XmlNode_t3767805227 * G_B9_0 = NULL; XmlAttribute_t1173852259 * G_B9_1 = NULL; XmlAttributeCollection_t2316283784 * G_B9_2 = NULL; { bool L_0 = XmlAttributeCollection_get_IsReadOnly_m1100891460(__this, /*hidden argument*/NULL); 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, _stringLiteral2962313392, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAttributeCollection_SetNamedItem_m1188140119_RuntimeMethod_var); } IL_0016: { XmlNode_t3767805227 * L_2 = ___node0; V_0 = ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_2, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); XmlAttribute_t1173852259 * L_3 = V_0; NullCheck(L_3); XmlElement_t561603118 * L_4 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_3); XmlElement_t561603118 * L_5 = __this->get_ownerElement_4(); if ((!(((RuntimeObject*)(XmlElement_t561603118 *)L_4) == ((RuntimeObject*)(XmlElement_t561603118 *)L_5)))) { goto IL_0030; } } { XmlNode_t3767805227 * L_6 = ___node0; return L_6; } IL_0030: { XmlAttribute_t1173852259 * L_7 = V_0; NullCheck(L_7); XmlElement_t561603118 * L_8 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_7); if (!L_8) { goto IL_0046; } } { ArgumentException_t132251570 * L_9 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_9, _stringLiteral2560180871, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,XmlAttributeCollection_SetNamedItem_m1188140119_RuntimeMethod_var); } IL_0046: { XmlElement_t561603118 * L_10 = __this->get_ownerElement_4(); NullCheck(L_10); XmlDocument_t2837193595 * L_11 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, L_10); XmlNode_t3767805227 * L_12 = ___node0; XmlElement_t561603118 * L_13 = __this->get_ownerElement_4(); NullCheck(L_11); XmlDocument_onNodeInserting_m2380219613(L_11, L_12, L_13, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_14 = V_0; XmlElement_t561603118 * L_15 = __this->get_ownerElement_4(); NullCheck(L_14); XmlNode_set_AttributeOwnerElement_m4221504393(L_14, L_15, /*hidden argument*/NULL); XmlNode_t3767805227 * L_16 = ___node0; XmlNode_t3767805227 * L_17 = XmlNamedNodeMap_SetNamedItem_m647223838(__this, L_16, (-1), (bool)0, /*hidden argument*/NULL); V_1 = L_17; XmlNode_t3767805227 * L_18 = ___node0; XmlNode_t3767805227 * L_19 = V_1; XmlNode_t3767805227 * L_20 = ___node0; G_B7_0 = ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_18, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); G_B7_1 = __this; if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_19) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_20)))) { G_B8_0 = ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_18, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); G_B8_1 = __this; goto IL_0087; } } { G_B9_0 = ((XmlNode_t3767805227 *)(NULL)); G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0088; } IL_0087: { XmlNode_t3767805227 * L_21 = V_1; G_B9_0 = L_21; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0088: { NullCheck(G_B9_2); XmlAttributeCollection_AdjustIdenticalAttributes_m993340648(G_B9_2, G_B9_1, G_B9_0, /*hidden argument*/NULL); XmlElement_t561603118 * L_22 = __this->get_ownerElement_4(); NullCheck(L_22); XmlDocument_t2837193595 * L_23 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, L_22); XmlNode_t3767805227 * L_24 = ___node0; XmlElement_t561603118 * L_25 = __this->get_ownerElement_4(); NullCheck(L_23); XmlDocument_onNodeInserted_m2673734294(L_23, L_24, L_25, /*hidden argument*/NULL); XmlNode_t3767805227 * L_26 = V_1; return ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_26, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlAttributeCollection::AdjustIdenticalAttributes(System.Xml.XmlAttribute,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeCollection_AdjustIdenticalAttributes_m993340648 (XmlAttributeCollection_t2316283784 * __this, XmlAttribute_t1173852259 * ___node0, XmlNode_t3767805227 * ___existing1, const RuntimeMethod* method) { XmlDocumentType_t4112370061 * V_0 = NULL; DTDAttListDeclaration_t3593159715 * V_1 = NULL; DTDAttributeDefinition_t3434905422 * V_2 = NULL; DTDAttributeDefinition_t3434905422 * G_B10_0 = NULL; { XmlElement_t561603118 * L_0 = __this->get_ownerElement_4(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { XmlNode_t3767805227 * L_1 = ___existing1; if (!L_1) { goto IL_001a; } } { XmlNode_t3767805227 * L_2 = ___existing1; XmlAttributeCollection_RemoveIdenticalAttribute_m2028879684(__this, L_2, /*hidden argument*/NULL); } IL_001a: { XmlAttribute_t1173852259 * L_3 = ___node0; NullCheck(L_3); XmlDocument_t2837193595 * L_4 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, L_3); NullCheck(L_4); XmlDocumentType_t4112370061 * L_5 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(41 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_4); V_0 = L_5; XmlDocumentType_t4112370061 * L_6 = V_0; if (!L_6) { goto IL_0037; } } { XmlDocumentType_t4112370061 * L_7 = V_0; NullCheck(L_7); DTDObjectModel_t1729680289 * L_8 = XmlDocumentType_get_DTD_m2297215448(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0038; } } IL_0037: { return; } IL_0038: { XmlDocumentType_t4112370061 * L_9 = V_0; NullCheck(L_9); DTDObjectModel_t1729680289 * L_10 = XmlDocumentType_get_DTD_m2297215448(L_9, /*hidden argument*/NULL); NullCheck(L_10); DTDAttListDeclarationCollection_t2220366188 * L_11 = DTDObjectModel_get_AttListDecls_m2801359668(L_10, /*hidden argument*/NULL); XmlElement_t561603118 * L_12 = __this->get_ownerElement_4(); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlElement::get_Name() */, L_12); NullCheck(L_11); DTDAttListDeclaration_t3593159715 * L_14 = DTDAttListDeclarationCollection_get_Item_m3930829771(L_11, L_13, /*hidden argument*/NULL); V_1 = L_14; DTDAttListDeclaration_t3593159715 * L_15 = V_1; if (L_15) { goto IL_0060; } } { G_B10_0 = ((DTDAttributeDefinition_t3434905422 *)(NULL)); goto IL_006c; } IL_0060: { DTDAttListDeclaration_t3593159715 * L_16 = V_1; XmlAttribute_t1173852259 * L_17 = ___node0; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_17); NullCheck(L_16); DTDAttributeDefinition_t3434905422 * L_19 = DTDAttListDeclaration_Get_m2748697277(L_16, L_18, /*hidden argument*/NULL); G_B10_0 = L_19; } IL_006c: { V_2 = G_B10_0; DTDAttributeDefinition_t3434905422 * L_20 = V_2; if (!L_20) { goto IL_0084; } } { DTDAttributeDefinition_t3434905422 * L_21 = V_2; NullCheck(L_21); XmlSchemaDatatype_t322714710 * L_22 = DTDAttributeDefinition_get_Datatype_m3025876381(L_21, /*hidden argument*/NULL); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_22); if ((((int32_t)L_23) == ((int32_t)1))) { goto IL_0085; } } IL_0084: { return; } IL_0085: { XmlDocument_t2837193595 * L_24 = __this->get_ownerDocument_5(); XmlAttribute_t1173852259 * L_25 = ___node0; NullCheck(L_24); XmlDocument_AddIdenticalAttribute_m1974298806(L_24, L_25, /*hidden argument*/NULL); return; } } // System.Xml.XmlNode System.Xml.XmlAttributeCollection::RemoveIdenticalAttribute(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttributeCollection_RemoveIdenticalAttribute_m2028879684 (XmlAttributeCollection_t2316283784 * __this, XmlNode_t3767805227 * ___existing0, const RuntimeMethod* method) { { XmlElement_t561603118 * L_0 = __this->get_ownerElement_4(); if (L_0) { goto IL_000d; } } { XmlNode_t3767805227 * L_1 = ___existing0; return L_1; } IL_000d: { XmlNode_t3767805227 * L_2 = ___existing0; if (!L_2) { goto IL_003a; } } { XmlDocument_t2837193595 * L_3 = __this->get_ownerDocument_5(); XmlNode_t3767805227 * L_4 = ___existing0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_4); NullCheck(L_3); XmlAttribute_t1173852259 * L_6 = XmlDocument_GetIdenticalAttribute_m3233361554(L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { XmlDocument_t2837193595 * L_7 = __this->get_ownerDocument_5(); XmlNode_t3767805227 * L_8 = ___existing0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_8); NullCheck(L_7); XmlDocument_RemoveIdenticalAttribute_m749578340(L_7, L_9, /*hidden argument*/NULL); } IL_003a: { XmlNode_t3767805227 * L_10 = ___existing0; return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlCDataSection::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlCDataSection__ctor_m698815356 (XmlCDataSection_t3267478366 * __this, String_t* ___data0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___data0; XmlDocument_t2837193595 * L_1 = ___doc1; XmlCharacterData__ctor_m3935345337(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlCDataSection::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_LocalName_m3050473102 (XmlCDataSection_t3267478366 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCDataSection_get_LocalName_m3050473102_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3841790420; } } // System.String System.Xml.XmlCDataSection::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlCDataSection_get_Name_m3687796716 (XmlCDataSection_t3267478366 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCDataSection_get_Name_m3687796716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral3841790420; } } // System.Xml.XmlNodeType System.Xml.XmlCDataSection::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlCDataSection_get_NodeType_m1433094574 (XmlCDataSection_t3267478366 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Xml.XmlNode System.Xml.XmlCDataSection::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlCDataSection_get_ParentNode_m3626400562 (XmlCDataSection_t3267478366 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = XmlNode_get_ParentNode_m3304904414(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlCDataSection::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlCDataSection_CloneNode_m1774835135 (XmlCDataSection_t3267478366 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCDataSection_CloneNode_m1774835135_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlCDataSection_t3267478366 * L_2 = (XmlCDataSection_t3267478366 *)il2cpp_codegen_object_new(XmlCDataSection_t3267478366_il2cpp_TypeInfo_var); XmlCDataSection__ctor_m698815356(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlNode_t3767805227 * L_3 = V_0; 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.XmlChar::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlChar__cctor_m4118368686 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar__cctor_m4118368686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)4)); RuntimeFieldHandle_t1871169219 L_1 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D26_12_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_0, L_1, /*hidden argument*/NULL); ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->set_WhitespaceChars_0(L_0); ByteU5BU5D_t4116647657* L_2 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256))); RuntimeFieldHandle_t1871169219 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D27_13_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL); ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->set_firstNamePages_1(L_2); ByteU5BU5D_t4116647657* L_4 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256))); RuntimeFieldHandle_t1871169219 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D28_14_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->set_namePages_2(L_4); UInt32U5BU5D_t2770800703* L_6 = ((UInt32U5BU5D_t2770800703*)SZArrayNew(UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var, (uint32_t)((int32_t)320))); RuntimeFieldHandle_t1871169219 L_7 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255365____U24U24fieldU2D29_15_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->set_nameBitmap_3(L_6); return; } } // System.Boolean System.Xml.XmlChar::IsWhitespace(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsWhitespace_m2823892034 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { int32_t L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)32)))) { goto IL_001f; } } { int32_t L_1 = ___ch0; if ((((int32_t)L_1) == ((int32_t)((int32_t)9)))) { goto IL_001f; } } { int32_t L_2 = ___ch0; if ((((int32_t)L_2) == ((int32_t)((int32_t)13)))) { goto IL_001f; } } { int32_t L_3 = ___ch0; G_B5_0 = ((((int32_t)L_3) == ((int32_t)((int32_t)10)))? 1 : 0); goto IL_0020; } IL_001f: { G_B5_0 = 1; } IL_0020: { return (bool)G_B5_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IsWhitespace_m2421104119_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001e; } IL_0007: { String_t* L_0 = ___str0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001a; } } { return (bool)0; } IL_001a: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001e: { int32_t L_5 = V_0; String_t* L_6 = ___str0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0007; } } { return (bool)1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IndexOfNonWhitespace_m2684163220_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_001e; } IL_0007: { String_t* L_0 = ___str0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001a; } } { int32_t L_4 = V_0; return L_4; } IL_001a: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001e: { int32_t L_6 = V_0; String_t* L_7 = ___str0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_0007; } } { return (-1); } } // System.Boolean System.Xml.XmlChar::IsFirstNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsFirstNameChar_m2923332245 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IsFirstNameChar_m2923332245_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___ch0; if ((((int32_t)L_0) < ((int32_t)((int32_t)97)))) { goto IL_0010; } } { int32_t L_1 = ___ch0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)122)))) { goto IL_0020; } } IL_0010: { int32_t L_2 = ___ch0; if ((((int32_t)L_2) < ((int32_t)((int32_t)65)))) { goto IL_0022; } } { int32_t L_3 = ___ch0; if ((((int32_t)L_3) > ((int32_t)((int32_t)90)))) { goto IL_0022; } } IL_0020: { return (bool)1; } IL_0022: { int32_t L_4 = ___ch0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)65535))))) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); UInt32U5BU5D_t2770800703* L_5 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_nameBitmap_3(); ByteU5BU5D_t4116647657* L_6 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_firstNamePages_1(); int32_t L_7 = ___ch0; NullCheck(L_6); int32_t L_8 = ((int32_t)((int32_t)L_7>>(int32_t)8)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); int32_t L_10 = ___ch0; NullCheck(L_5); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_9<<(int32_t)3)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)255)))>>(int32_t)5)))); uint32_t L_12 = (L_5)->GetAt(static_cast(L_11)); int32_t L_13 = ___ch0; return (bool)((((int32_t)((((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_12)))&(int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))))))) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_005c: { return (bool)0; } } // System.Boolean System.Xml.XmlChar::IsInvalid(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsInvalid_m2652930759 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___ch0; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)9)))) { case 0: { goto IL_0024; } case 1: { goto IL_0024; } case 2: { goto IL_0026; } case 3: { goto IL_0026; } case 4: { goto IL_0024; } } } { goto IL_0026; } IL_0024: { return (bool)0; } IL_0026: { int32_t L_2 = ___ch0; if ((((int32_t)L_2) >= ((int32_t)((int32_t)32)))) { goto IL_0030; } } { return (bool)1; } IL_0030: { int32_t L_3 = ___ch0; if ((((int32_t)L_3) >= ((int32_t)((int32_t)55296)))) { goto IL_003d; } } { return (bool)0; } IL_003d: { int32_t L_4 = ___ch0; if ((((int32_t)L_4) >= ((int32_t)((int32_t)57344)))) { goto IL_004a; } } { return (bool)1; } IL_004a: { int32_t L_5 = ___ch0; if ((((int32_t)L_5) >= ((int32_t)((int32_t)65534)))) { goto IL_0057; } } { return (bool)0; } IL_0057: { int32_t L_6 = ___ch0; if ((((int32_t)L_6) >= ((int32_t)((int32_t)65536)))) { goto IL_0064; } } { return (bool)1; } IL_0064: { int32_t L_7 = ___ch0; if ((((int32_t)L_7) >= ((int32_t)((int32_t)1114112)))) { goto IL_0071; } } { return (bool)0; } IL_0071: { return (bool)1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IndexOfInvalid_m478649474_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_007e; } IL_0007: { String_t* L_0 = ___s0; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_007a; } } { bool L_4 = ___allowSurrogate1; if (!L_4) { goto IL_0074; } } { int32_t L_5 = V_0; String_t* L_6 = ___s0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))) == ((int32_t)L_7))) { goto IL_0074; } } { String_t* L_8 = ___s0; int32_t L_9 = V_0; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)((int32_t)55296)))) { goto IL_0074; } } { String_t* L_11 = ___s0; int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)((int32_t)56320)))) { goto IL_0074; } } { String_t* L_14 = ___s0; int32_t L_15 = V_0; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_16) < ((int32_t)((int32_t)56320)))) { goto IL_0074; } } { String_t* L_17 = ___s0; int32_t L_18 = V_0; NullCheck(L_17); Il2CppChar L_19 = String_get_Chars_m2986988803(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)((int32_t)57344)))) { goto IL_0076; } } IL_0074: { int32_t L_20 = V_0; return L_20; } IL_0076: { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_007a: { int32_t L_22 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007e: { int32_t L_23 = V_0; String_t* L_24 = ___s0; NullCheck(L_24); int32_t L_25 = String_get_Length_m3847582255(L_24, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)L_25))) { goto IL_0007; } } { return (-1); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IndexOfInvalid_m211553919_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___start1; int32_t L_1 = ___length2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)); CharU5BU5D_t3528271667* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = V_0; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))) >= ((int32_t)L_3))) { goto IL_0018; } } { ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_4, _stringLiteral1212500642, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlChar_IndexOfInvalid_m211553919_RuntimeMethod_var); } IL_0018: { int32_t L_5 = ___start1; V_1 = L_5; goto IL_007d; } IL_001f: { CharU5BU5D_t3528271667* L_6 = ___s0; int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; uint16_t L_9 = (L_6)->GetAt(static_cast(L_8)); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_10 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0079; } } { bool L_11 = ___allowSurrogate3; if (!L_11) { goto IL_0073; } } { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))) == ((int32_t)L_13))) { goto IL_0073; } } { CharU5BU5D_t3528271667* L_14 = ___s0; int32_t L_15 = V_1; NullCheck(L_14); int32_t L_16 = L_15; uint16_t L_17 = (L_14)->GetAt(static_cast(L_16)); if ((((int32_t)L_17) < ((int32_t)((int32_t)55296)))) { goto IL_0073; } } { CharU5BU5D_t3528271667* L_18 = ___s0; int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = L_19; uint16_t L_21 = (L_18)->GetAt(static_cast(L_20)); if ((((int32_t)L_21) >= ((int32_t)((int32_t)56320)))) { goto IL_0073; } } { CharU5BU5D_t3528271667* L_22 = ___s0; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); uint16_t L_25 = (L_22)->GetAt(static_cast(L_24)); if ((((int32_t)L_25) < ((int32_t)((int32_t)56320)))) { goto IL_0073; } } { CharU5BU5D_t3528271667* L_26 = ___s0; int32_t L_27 = V_1; NullCheck(L_26); int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); uint16_t L_29 = (L_26)->GetAt(static_cast(L_28)); if ((((int32_t)L_29) < ((int32_t)((int32_t)57344)))) { goto IL_0075; } } IL_0073: { int32_t L_30 = V_1; return L_30; } IL_0075: { int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_0079: { int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_007d: { int32_t L_33 = V_1; int32_t L_34 = V_0; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_001f; } } { return (-1); } } // System.Boolean System.Xml.XmlChar::IsNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNameChar_m59373048 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IsNameChar_m59373048_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___ch0; if ((((int32_t)L_0) < ((int32_t)((int32_t)97)))) { goto IL_0010; } } { int32_t L_1 = ___ch0; if ((((int32_t)L_1) <= ((int32_t)((int32_t)122)))) { goto IL_0020; } } IL_0010: { int32_t L_2 = ___ch0; if ((((int32_t)L_2) < ((int32_t)((int32_t)65)))) { goto IL_0022; } } { int32_t L_3 = ___ch0; if ((((int32_t)L_3) > ((int32_t)((int32_t)90)))) { goto IL_0022; } } IL_0020: { return (bool)1; } IL_0022: { int32_t L_4 = ___ch0; if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)65535))))) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); UInt32U5BU5D_t2770800703* L_5 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_nameBitmap_3(); ByteU5BU5D_t4116647657* L_6 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_namePages_2(); int32_t L_7 = ___ch0; NullCheck(L_6); int32_t L_8 = ((int32_t)((int32_t)L_7>>(int32_t)8)); uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); int32_t L_10 = ___ch0; NullCheck(L_5); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_9<<(int32_t)3)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_10&(int32_t)((int32_t)255)))>>(int32_t)5)))); uint32_t L_12 = (L_5)->GetAt(static_cast(L_11)); int32_t L_13 = ___ch0; return (bool)((((int32_t)((((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_12)))&(int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))))))) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_005c: { return (bool)0; } } // System.Boolean System.Xml.XmlChar::IsNCNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNCNameChar_m158431100 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IsNCNameChar_m158431100_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { V_0 = (bool)0; int32_t L_0 = ___ch0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_004b; } } { int32_t L_1 = ___ch0; if ((((int32_t)L_1) > ((int32_t)((int32_t)65535)))) { goto IL_004b; } } { int32_t L_2 = ___ch0; if ((((int32_t)L_2) == ((int32_t)((int32_t)58)))) { goto IL_004b; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); UInt32U5BU5D_t2770800703* L_3 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_nameBitmap_3(); ByteU5BU5D_t4116647657* L_4 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_namePages_2(); int32_t L_5 = ___ch0; NullCheck(L_4); int32_t L_6 = ((int32_t)((int32_t)L_5>>(int32_t)8)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); int32_t L_8 = ___ch0; NullCheck(L_3); int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_7<<(int32_t)3)), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8&(int32_t)((int32_t)255)))>>(int32_t)5)))); uint32_t L_10 = (L_3)->GetAt(static_cast(L_9)); int32_t L_11 = ___ch0; V_0 = (bool)((((int32_t)((((int64_t)((int64_t)((int64_t)(((int64_t)((uint64_t)L_10)))&(int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)31)))&(int32_t)((int32_t)31))))))))))) == ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_004b: { bool L_12 = V_0; return L_12; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IsName_m846619221_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_2 = ___str0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m2986988803(L_2, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_4 = XmlChar_IsFirstNameChar_m2923332245(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0020; } } { return (bool)0; } IL_0020: { V_0 = 1; goto IL_003e; } IL_0027: { String_t* L_5 = ___str0; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_8 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003a; } } { return (bool)0; } IL_003a: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003e: { int32_t L_10 = V_0; String_t* L_11 = ___str0; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0027; } } { return (bool)1; } } // System.Boolean System.Xml.XmlChar::IsNCName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNCName_m2365231717 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IsNCName_m2365231717_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___str0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_2 = ___str0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m2986988803(L_2, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_4 = XmlChar_IsFirstNameChar_m2923332245(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0020; } } { return (bool)0; } IL_0020: { V_0 = 0; goto IL_003e; } IL_0027: { String_t* L_5 = ___str0; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_8 = XmlChar_IsNCNameChar_m158431100(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_003a; } } { return (bool)0; } IL_003a: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003e: { int32_t L_10 = V_0; String_t* L_11 = ___str0; NullCheck(L_11); int32_t L_12 = String_get_Length_m3847582255(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) < ((int32_t)L_12))) { goto IL_0027; } } { return (bool)1; } } // System.Boolean System.Xml.XmlChar::IsPubidChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsPubidChar_m3972427101 (RuntimeObject * __this /* static, unused */, int32_t ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IsPubidChar_m3972427101_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; int32_t G_B8_0 = 0; int32_t G_B7_0 = 0; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B11_0 = 0; int32_t G_B10_0 = 0; int32_t G_B12_0 = 0; int32_t G_B12_1 = 0; { int32_t L_0 = ___ch0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0015; } } { int32_t L_2 = ___ch0; G_B3_0 = ((((int32_t)((((int32_t)L_2) == ((int32_t)((int32_t)9)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0016; } IL_0015: { G_B3_0 = 0; } IL_0016: { int32_t L_3 = ___ch0; G_B4_0 = G_B3_0; if ((((int32_t)((int32_t)97)) > ((int32_t)L_3))) { G_B5_0 = G_B3_0; goto IL_0028; } } { int32_t L_4 = ___ch0; G_B6_0 = ((((int32_t)((((int32_t)L_4) > ((int32_t)((int32_t)122)))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B6_1 = G_B4_0; goto IL_0029; } IL_0028: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0029: { int32_t L_5 = ___ch0; G_B7_0 = ((int32_t)((int32_t)G_B6_1|(int32_t)G_B6_0)); if ((((int32_t)((int32_t)65)) > ((int32_t)L_5))) { G_B8_0 = ((int32_t)((int32_t)G_B6_1|(int32_t)G_B6_0)); goto IL_003c; } } { int32_t L_6 = ___ch0; G_B9_0 = ((((int32_t)((((int32_t)L_6) > ((int32_t)((int32_t)90)))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B9_1 = G_B7_0; goto IL_003d; } IL_003c: { G_B9_0 = 0; G_B9_1 = G_B8_0; } IL_003d: { int32_t L_7 = ___ch0; G_B10_0 = ((int32_t)((int32_t)G_B9_1|(int32_t)G_B9_0)); if ((((int32_t)((int32_t)48)) > ((int32_t)L_7))) { G_B11_0 = ((int32_t)((int32_t)G_B9_1|(int32_t)G_B9_0)); goto IL_0050; } } { int32_t L_8 = ___ch0; G_B12_0 = ((((int32_t)((((int32_t)L_8) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0); G_B12_1 = G_B10_0; goto IL_0051; } IL_0050: { G_B12_0 = 0; G_B12_1 = G_B11_0; } IL_0051: { int32_t L_9 = ___ch0; NullCheck(_stringLiteral869709124); int32_t L_10 = String_IndexOf_m363431711(_stringLiteral869709124, (((int32_t)((uint16_t)L_9))), /*hidden argument*/NULL); return (bool)((int32_t)((int32_t)((int32_t)((int32_t)G_B12_1|(int32_t)G_B12_0))|(int32_t)((((int32_t)((((int32_t)L_10) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0))); } } // System.Boolean System.Xml.XmlChar::IsValidIANAEncoding(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsValidIANAEncoding_m3868492798 (RuntimeObject * __this /* static, unused */, String_t* ___ianaEncoding0, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; { String_t* L_0 = ___ianaEncoding0; if (!L_0) { goto IL_00a2; } } { String_t* L_1 = ___ianaEncoding0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_00a2; } } { String_t* L_4 = ___ianaEncoding0; NullCheck(L_4); Il2CppChar L_5 = String_get_Chars_m2986988803(L_4, 0, /*hidden argument*/NULL); V_1 = L_5; Il2CppChar L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)65)))) { goto IL_002c; } } { Il2CppChar L_7 = V_1; if ((((int32_t)L_7) <= ((int32_t)((int32_t)90)))) { goto IL_003c; } } IL_002c: { Il2CppChar L_8 = V_1; if ((((int32_t)L_8) < ((int32_t)((int32_t)97)))) { goto IL_00a2; } } { Il2CppChar L_9 = V_1; if ((((int32_t)L_9) > ((int32_t)((int32_t)122)))) { goto IL_00a2; } } IL_003c: { V_2 = 1; goto IL_0099; } IL_0043: { String_t* L_10 = ___ianaEncoding0; int32_t L_11 = V_2; NullCheck(L_10); Il2CppChar L_12 = String_get_Chars_m2986988803(L_10, L_11, /*hidden argument*/NULL); V_1 = L_12; Il2CppChar L_13 = V_1; if ((((int32_t)L_13) < ((int32_t)((int32_t)65)))) { goto IL_005b; } } { Il2CppChar L_14 = V_1; if ((((int32_t)L_14) <= ((int32_t)((int32_t)90)))) { goto IL_0095; } } IL_005b: { Il2CppChar L_15 = V_1; if ((((int32_t)L_15) < ((int32_t)((int32_t)97)))) { goto IL_006b; } } { Il2CppChar L_16 = V_1; if ((((int32_t)L_16) <= ((int32_t)((int32_t)122)))) { goto IL_0095; } } IL_006b: { Il2CppChar L_17 = V_1; if ((((int32_t)L_17) < ((int32_t)((int32_t)48)))) { goto IL_007b; } } { Il2CppChar L_18 = V_1; if ((((int32_t)L_18) <= ((int32_t)((int32_t)57)))) { goto IL_0095; } } IL_007b: { Il2CppChar L_19 = V_1; if ((((int32_t)L_19) == ((int32_t)((int32_t)46)))) { goto IL_0095; } } { Il2CppChar L_20 = V_1; if ((((int32_t)L_20) == ((int32_t)((int32_t)95)))) { goto IL_0095; } } { Il2CppChar L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)45)))) { goto IL_0095; } } { return (bool)0; } IL_0095: { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0099: { int32_t L_23 = V_2; int32_t L_24 = V_0; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0043; } } { return (bool)1; } IL_00a2: { return (bool)0; } } // System.Int32 System.Xml.XmlChar::GetPredefinedEntity(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlChar_GetPredefinedEntity_m872927676 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_GetPredefinedEntity_m872927676_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___name0; V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_009b; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map47_4(); if (L_2) { goto IL_005b; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 5, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_3; Dictionary_2_t2736202052 * L_4 = V_1; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral228143257, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_1; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3455498180, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_1; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral3455498169, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral2328692158, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral372704686, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map47_4(L_9); } IL_005b: { IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map47_4(); String_t* L_11 = V_0; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_009b; } } { int32_t L_13 = V_2; switch (L_13) { case 0: { goto IL_008c; } case 1: { goto IL_008f; } case 2: { goto IL_0092; } case 3: { goto IL_0095; } case 4: { goto IL_0098; } } } { goto IL_009b; } IL_008c: { return ((int32_t)38); } IL_008f: { return ((int32_t)60); } IL_0092: { return ((int32_t)62); } IL_0095: { return ((int32_t)34); } IL_0098: { return ((int32_t)39); } IL_009b: { return (-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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlCharacterData__ctor_m3935345337_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = ___doc1; XmlLinkedNode__ctor_m1742070414(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___data0; if (L_1) { goto IL_0014; } } { 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(); ___data0 = L_2; } IL_0014: { String_t* L_3 = ___data0; __this->set_data_7(L_3); return; } } // System.String System.Xml.XmlCharacterData::get_Data() extern "C" IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Data_m868112881 (XmlCharacterData_t1167807131 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_7(); return L_0; } } // 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) { String_t* V_0 = NULL; { String_t* L_0 = __this->get_data_7(); V_0 = L_0; XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); String_t* L_3 = V_0; String_t* L_4 = ___value0; NullCheck(L_1); XmlDocument_onNodeChanging_m2143232236(L_1, __this, L_2, L_3, L_4, /*hidden argument*/NULL); String_t* L_5 = ___value0; __this->set_data_7(L_5); XmlDocument_t2837193595 * L_6 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); String_t* L_8 = V_0; String_t* L_9 = ___value0; NullCheck(L_6); XmlDocument_onNodeChanged_m2481850589(L_6, __this, L_7, L_8, L_9, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlCharacterData::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_InnerText_m498905445 (XmlCharacterData_t1167807131 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_7(); return L_0; } } // System.String System.Xml.XmlCharacterData::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlCharacterData_get_Value_m2828974132 (XmlCharacterData_t1167807131 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_data_7(); return L_0; } } // System.Void System.Xml.XmlCharacterData::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlCharacterData_set_Value_m986523126 (XmlCharacterData_t1167807131 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(40 /* System.Void System.Xml.XmlCharacterData::set_Data(System.String) */, __this, L_0); return; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlCharacterData::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlCharacterData_get_XPathNodeType_m3343803197 (XmlCharacterData_t1167807131 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlComment::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlComment__ctor_m3519516838 (XmlComment_t2476947920 * __this, String_t* ___comment0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method) { { String_t* L_0 = ___comment0; XmlDocument_t2837193595 * L_1 = ___doc1; XmlCharacterData__ctor_m3935345337(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlComment::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlComment_get_LocalName_m4093402608 (XmlComment_t2476947920 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlComment_get_LocalName_m4093402608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1704856999; } } // System.String System.Xml.XmlComment::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlComment_get_Name_m1956418067 (XmlComment_t2476947920 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlComment_get_Name_m1956418067_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1704856999; } } // System.Xml.XmlNodeType System.Xml.XmlComment::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlComment_get_NodeType_m1738914258 (XmlComment_t2476947920 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlComment::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlComment_get_XPathNodeType_m2411499468 (XmlComment_t2476947920 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Xml.XmlNode System.Xml.XmlComment::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlComment_CloneNode_m3140716463 (XmlComment_t2476947920 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlComment_CloneNode_m3140716463_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlCharacterData::get_Value() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlComment_t2476947920 * L_2 = (XmlComment_t2476947920 *)il2cpp_codegen_object_new(XmlComment_t2476947920_il2cpp_TypeInfo_var); XmlComment__ctor_m3519516838(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlNode_t3767805227 * L_3 = V_0; 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.XmlConvert::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlConvert__cctor_m3143968102 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert__cctor_m3143968102_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)27))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral714662786); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral714662786); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral3359864784); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral3359864784); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral3605369051); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral3605369051); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral3086076494); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral3086076494); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral4102263003); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral4102263003); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral52677198); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral52677198); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral2357574120); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral2357574120); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2625067203); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral2625067203); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3569750143); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral3569750143); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3248371983); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral3248371983); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral135540524); (L_10)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral135540524); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral779539303); (L_11)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral779539303); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1072719392); (L_12)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral1072719392); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3337816564); (L_13)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral3337816564); StringU5BU5D_t1281789340* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral2285800756); (L_14)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral2285800756); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3405197142); (L_15)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral3405197142); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral851273274); (L_16)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteral851273274); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral1608068950); (L_17)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteral1608068950); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral2378956916); (L_18)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteral2378956916); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral1930534612); (L_19)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral1930534612); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral1235401828); (L_20)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteral1235401828); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral3159215297); (L_21)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteral3159215297); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral1219668663); (L_22)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral1219668663); StringU5BU5D_t1281789340* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral189779137); (L_23)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral189779137); StringU5BU5D_t1281789340* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3927569430); (L_24)->SetAt(static_cast(((int32_t)24)), (String_t*)_stringLiteral3927569430); StringU5BU5D_t1281789340* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral3216698374); (L_25)->SetAt(static_cast(((int32_t)25)), (String_t*)_stringLiteral3216698374); StringU5BU5D_t1281789340* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral3925079062); (L_26)->SetAt(static_cast(((int32_t)26)), (String_t*)_stringLiteral3925079062); ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->set_datetimeFormats_0(L_26); StringU5BU5D_t1281789340* L_27 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)8)); NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral4102263003); (L_27)->SetAt(static_cast(0), (String_t*)_stringLiteral4102263003); StringU5BU5D_t1281789340* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral52677198); (L_28)->SetAt(static_cast(1), (String_t*)_stringLiteral52677198); StringU5BU5D_t1281789340* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral1072719392); (L_29)->SetAt(static_cast(2), (String_t*)_stringLiteral1072719392); StringU5BU5D_t1281789340* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral2357574120); (L_30)->SetAt(static_cast(3), (String_t*)_stringLiteral2357574120); StringU5BU5D_t1281789340* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral3405197142); (L_31)->SetAt(static_cast(4), (String_t*)_stringLiteral3405197142); StringU5BU5D_t1281789340* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral2378956916); (L_32)->SetAt(static_cast(5), (String_t*)_stringLiteral2378956916); StringU5BU5D_t1281789340* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral3159215297); (L_33)->SetAt(static_cast(6), (String_t*)_stringLiteral3159215297); StringU5BU5D_t1281789340* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral3927569430); (L_34)->SetAt(static_cast(7), (String_t*)_stringLiteral3927569430); ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->set_defaultDateTimeFormats_1(L_34); ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->set__defaultStyle_6(3); StringU5BU5D_t1281789340* L_35 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_defaultDateTimeFormats_1(); NullCheck(L_35); V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length)))); int32_t L_36 = V_0; ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->set_roundtripDateTimeFormats_2(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_36))); int32_t L_37 = V_0; ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->set_localDateTimeFormats_3(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)L_37))); int32_t L_38 = V_0; ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->set_utcDateTimeFormats_4(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_38, (int32_t)3))))); int32_t L_39 = V_0; ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->set_unspecifiedDateTimeFormats_5(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_39, (int32_t)4))))); V_1 = 0; goto IL_0230; } IL_0186: { StringU5BU5D_t1281789340* L_40 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_defaultDateTimeFormats_1(); int32_t L_41 = V_1; NullCheck(L_40); int32_t L_42 = L_41; String_t* L_43 = (L_40)->GetAt(static_cast(L_42)); V_2 = L_43; StringU5BU5D_t1281789340* L_44 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_localDateTimeFormats_3(); int32_t L_45 = V_1; String_t* L_46 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Concat_m3937257545(NULL /*static, unused*/, L_46, _stringLiteral1035957518, /*hidden argument*/NULL); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_47); (L_44)->SetAt(static_cast(L_45), (String_t*)L_47); StringU5BU5D_t1281789340* L_48 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_roundtripDateTimeFormats_2(); int32_t L_49 = V_1; String_t* L_50 = V_2; Il2CppChar L_51 = ((Il2CppChar)((int32_t)75)); RuntimeObject * L_52 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_51); String_t* L_53 = String_Concat_m904156431(NULL /*static, unused*/, L_50, L_52, /*hidden argument*/NULL); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_53); (L_48)->SetAt(static_cast(L_49), (String_t*)L_53); StringU5BU5D_t1281789340* L_54 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_utcDateTimeFormats_4(); int32_t L_55 = V_1; String_t* L_56 = V_2; NullCheck(L_54); ArrayElementTypeCheck (L_54, L_56); (L_54)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_55, (int32_t)3))), (String_t*)L_56); StringU5BU5D_t1281789340* L_57 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_utcDateTimeFormats_4(); int32_t L_58 = V_1; String_t* L_59 = V_2; Il2CppChar L_60 = ((Il2CppChar)((int32_t)90)); RuntimeObject * L_61 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_60); String_t* L_62 = String_Concat_m904156431(NULL /*static, unused*/, L_59, L_61, /*hidden argument*/NULL); NullCheck(L_57); ArrayElementTypeCheck (L_57, L_62); (L_57)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_58, (int32_t)3)), (int32_t)1))), (String_t*)L_62); StringU5BU5D_t1281789340* L_63 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_utcDateTimeFormats_4(); int32_t L_64 = V_1; String_t* L_65 = V_2; String_t* L_66 = String_Concat_m3937257545(NULL /*static, unused*/, L_65, _stringLiteral1035957518, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_66); (L_63)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_64, (int32_t)3)), (int32_t)2))), (String_t*)L_66); StringU5BU5D_t1281789340* L_67 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_unspecifiedDateTimeFormats_5(); int32_t L_68 = V_1; String_t* L_69 = V_2; NullCheck(L_67); ArrayElementTypeCheck (L_67, L_69); (L_67)->SetAt(static_cast(((int32_t)il2cpp_codegen_multiply((int32_t)L_68, (int32_t)4))), (String_t*)L_69); StringU5BU5D_t1281789340* L_70 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_unspecifiedDateTimeFormats_5(); int32_t L_71 = V_1; StringU5BU5D_t1281789340* L_72 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_localDateTimeFormats_3(); int32_t L_73 = V_1; NullCheck(L_72); int32_t L_74 = L_73; String_t* L_75 = (L_72)->GetAt(static_cast(L_74)); NullCheck(L_70); ArrayElementTypeCheck (L_70, L_75); (L_70)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_71, (int32_t)4)), (int32_t)1))), (String_t*)L_75); StringU5BU5D_t1281789340* L_76 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_unspecifiedDateTimeFormats_5(); int32_t L_77 = V_1; StringU5BU5D_t1281789340* L_78 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_roundtripDateTimeFormats_2(); int32_t L_79 = V_1; NullCheck(L_78); int32_t L_80 = L_79; String_t* L_81 = (L_78)->GetAt(static_cast(L_80)); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_81); (L_76)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_77, (int32_t)4)), (int32_t)2))), (String_t*)L_81); StringU5BU5D_t1281789340* L_82 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_unspecifiedDateTimeFormats_5(); int32_t L_83 = V_1; StringU5BU5D_t1281789340* L_84 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_utcDateTimeFormats_4(); int32_t L_85 = V_1; NullCheck(L_84); int32_t L_86 = L_85; String_t* L_87 = (L_84)->GetAt(static_cast(L_86)); NullCheck(L_82); ArrayElementTypeCheck (L_82, L_87); (L_82)->SetAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_83, (int32_t)4)), (int32_t)3))), (String_t*)L_87); int32_t L_88 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1)); } IL_0230: { int32_t L_89 = V_1; int32_t L_90 = V_0; if ((((int32_t)L_89) < ((int32_t)L_90))) { goto IL_0186; } } { return; } } // System.String System.Xml.XmlConvert::TryDecoding(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_TryDecoding_m825147906 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryDecoding_m825147906_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; String_t* V_1 = NULL; 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); { String_t* L_0 = ___s0; if (!L_0) { goto IL_0012; } } { String_t* L_1 = ___s0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)6))) { goto IL_0014; } } IL_0012: { String_t* L_3 = ___s0; return L_3; } IL_0014: { V_0 = ((int32_t)65535); } IL_001a: try { // begin try (depth: 1) String_t* L_4 = ___s0; NullCheck(L_4); String_t* L_5 = String_Substring_m1610150815(L_4, 1, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_7 = Int32_Parse_m3682462547(NULL /*static, unused*/, L_5, ((int32_t)515), L_6, /*hidden argument*/NULL); V_0 = (((int32_t)((uint16_t)L_7))); goto IL_0061; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0038; throw e; } CATCH_0038: { // begin catch(System.Object) { String_t* L_8 = ___s0; NullCheck(L_8); Il2CppChar L_9 = String_get_Chars_m2986988803(L_8, 0, /*hidden argument*/NULL); Il2CppChar L_10 = L_9; RuntimeObject * L_11 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_10); String_t* L_12 = ___s0; NullCheck(L_12); String_t* L_13 = String_Substring_m2848979100(L_12, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_14 = XmlConvert_DecodeName_m2953738773(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m904156431(NULL /*static, unused*/, L_11, L_14, /*hidden argument*/NULL); V_1 = L_15; goto IL_008d; } IL_005c: { ; // IL_005c: leave IL_0061 } } // end catch (depth: 1) IL_0061: { String_t* L_16 = ___s0; NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)6)))) { goto IL_0075; } } { String_t* L_18 = Char_ToString_m3588025615((&V_0), /*hidden argument*/NULL); return L_18; } IL_0075: { Il2CppChar L_19 = V_0; Il2CppChar L_20 = L_19; RuntimeObject * L_21 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_20); String_t* L_22 = ___s0; NullCheck(L_22); String_t* L_23 = String_Substring_m2848979100(L_22, 6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_24 = XmlConvert_DecodeName_m2953738773(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, L_21, L_24, /*hidden argument*/NULL); return L_25; } IL_008d: { String_t* L_26 = V_1; return L_26; } } // System.String System.Xml.XmlConvert::DecodeName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_m2953738773 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_DecodeName_m2953738773_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___name0; 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 = ___name0; return L_3; } IL_0013: { String_t* L_4 = ___name0; NullCheck(L_4); int32_t L_5 = String_IndexOf_m363431711(L_4, ((int32_t)95), /*hidden argument*/NULL); V_0 = L_5; int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0031; } } { int32_t L_7 = V_0; String_t* L_8 = ___name0; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)6))) < ((int32_t)L_9))) { goto IL_0033; } } IL_0031: { String_t* L_10 = ___name0; return L_10; } IL_0033: { String_t* L_11 = ___name0; int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)((int32_t)88)))) { goto IL_0053; } } { String_t* L_14 = ___name0; int32_t L_15 = V_0; NullCheck(L_14); Il2CppChar L_16 = String_get_Chars_m2986988803(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)120))))) { goto IL_0063; } } IL_0053: { String_t* L_17 = ___name0; int32_t L_18 = V_0; NullCheck(L_17); Il2CppChar L_19 = String_get_Chars_m2986988803(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)6)), /*hidden argument*/NULL); if ((((int32_t)L_19) == ((int32_t)((int32_t)95)))) { goto IL_0081; } } IL_0063: { String_t* L_20 = ___name0; NullCheck(L_20); Il2CppChar L_21 = String_get_Chars_m2986988803(L_20, 0, /*hidden argument*/NULL); Il2CppChar L_22 = L_21; RuntimeObject * L_23 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_22); String_t* L_24 = ___name0; NullCheck(L_24); String_t* L_25 = String_Substring_m2848979100(L_24, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_26 = XmlConvert_DecodeName_m2953738773(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m904156431(NULL /*static, unused*/, L_23, L_26, /*hidden argument*/NULL); return L_27; } IL_0081: { String_t* L_28 = ___name0; int32_t L_29 = V_0; NullCheck(L_28); String_t* L_30 = String_Substring_m1610150815(L_28, 0, L_29, /*hidden argument*/NULL); String_t* L_31 = ___name0; int32_t L_32 = V_0; NullCheck(L_31); String_t* L_33 = String_Substring_m2848979100(L_31, ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_34 = XmlConvert_TryDecoding_m825147906(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Concat_m3937257545(NULL /*static, unused*/, L_30, L_34, /*hidden argument*/NULL); return L_35; } } // System.Boolean System.Xml.XmlConvert::IsInvalid(System.Char,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_IsInvalid_m3302788609 (RuntimeObject * __this /* static, unused */, Il2CppChar ___c0, bool ___firstOnlyLetter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_IsInvalid_m3302788609_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___c0; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)58))))) { goto IL_000a; } } { return (bool)0; } IL_000a: { bool L_1 = ___firstOnlyLetter1; if (!L_1) { goto IL_001a; } } { Il2CppChar L_2 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsFirstNameChar_m2923332245(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001a: { Il2CppChar L_4 = ___c0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_5 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } } // System.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m863202395 (RuntimeObject * __this /* static, unused */, String_t* ___name0, bool ___nmtoken1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_EncodeName_m863202395_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; Il2CppChar G_B6_0 = 0x0; Il2CppChar G_B5_0 = 0x0; int32_t G_B7_0 = 0; Il2CppChar G_B7_1 = 0x0; { String_t* L_0 = ___name0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___name0; 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 = ___name0; return L_3; } IL_0013: { StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_4, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = ___name0; NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); V_1 = L_6; V_2 = 0; goto IL_00ac; } IL_0027: { String_t* L_7 = ___name0; int32_t L_8 = V_2; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m2986988803(L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; Il2CppChar L_10 = V_3; int32_t L_11 = V_2; G_B5_0 = L_10; if (L_11) { G_B6_0 = L_10; goto IL_003c; } } { bool L_12 = ___nmtoken1; G_B7_0 = ((((int32_t)L_12) == ((int32_t)0))? 1 : 0); G_B7_1 = G_B5_0; goto IL_003d; } IL_003c: { G_B7_0 = 0; G_B7_1 = G_B6_0; } IL_003d: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_13 = XmlConvert_IsInvalid_m3302788609(NULL /*static, unused*/, G_B7_1, (bool)G_B7_0, /*hidden argument*/NULL); if (!L_13) { goto IL_005e; } } { StringBuilder_t * L_14 = V_0; Il2CppChar L_15 = V_3; int32_t L_16 = ((int32_t)L_15); RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); StringBuilder_AppendFormat_m3016532472(L_14, _stringLiteral1124806267, L_17, /*hidden argument*/NULL); goto IL_00a8; } IL_005e: { Il2CppChar L_18 = V_3; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)95))))) { goto IL_00a0; } } { int32_t L_19 = V_2; int32_t L_20 = V_1; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)6))) >= ((int32_t)L_20))) { goto IL_00a0; } } { String_t* L_21 = ___name0; int32_t L_22 = V_2; NullCheck(L_21); Il2CppChar L_23 = String_get_Chars_m2986988803(L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)120))))) { goto IL_00a0; } } { String_t* L_24 = ___name0; int32_t L_25 = V_2; NullCheck(L_24); Il2CppChar L_26 = String_get_Chars_m2986988803(L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)6)), /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)95))))) { goto IL_00a0; } } { StringBuilder_t * L_27 = V_0; NullCheck(L_27); StringBuilder_Append_m1965104174(L_27, _stringLiteral4286756501, /*hidden argument*/NULL); goto IL_00a8; } IL_00a0: { StringBuilder_t * L_28 = V_0; Il2CppChar L_29 = V_3; NullCheck(L_28); StringBuilder_Append_m2383614642(L_28, L_29, /*hidden argument*/NULL); } IL_00a8: { int32_t L_30 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_00ac: { int32_t L_31 = V_2; int32_t L_32 = V_1; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0027; } } { StringBuilder_t * L_33 = V_0; NullCheck(L_33); String_t* L_34 = StringBuilder_ToString_m3317489284(L_33, /*hidden argument*/NULL); return L_34; } } // System.String System.Xml.XmlConvert::EncodeName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m3491219899 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_EncodeName_m3491219899_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_EncodeName_m863202395(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m3792671347 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToBoolean_m3792671347_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_1 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_0); String_t* L_2 = String_Trim_m3384720403(L_0, L_1, /*hidden argument*/NULL); ___s0 = L_2; String_t* L_3 = ___s0; V_0 = L_3; String_t* L_4 = V_0; if (!L_4) { goto IL_0091; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_5 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map49_7(); if (L_5) { goto IL_005c; } } { Dictionary_2_t2736202052 * L_6 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_6, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_6; Dictionary_2_t2736202052 * L_7 = V_1; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral3452614543, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral4002445229, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral3452614544, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral3875954633, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map49_7(L_11); } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_12 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map49_7(); String_t* L_13 = V_0; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_m1013208020(L_12, L_13, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_14) { goto IL_0091; } } { int32_t L_15 = V_2; switch (L_15) { case 0: { goto IL_0089; } case 1: { goto IL_008b; } case 2: { goto IL_008d; } case 3: { goto IL_008f; } } } { goto IL_0091; } IL_0089: { return (bool)1; } IL_008b: { return (bool)1; } IL_008d: { return (bool)0; } IL_008f: { return (bool)0; } IL_0091: { String_t* L_16 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3937257545(NULL /*static, unused*/, L_16, _stringLiteral1493620702, /*hidden argument*/NULL); FormatException_t154580423 * L_18 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,XmlConvert_ToBoolean_m3792671347_RuntimeMethod_var); } } // System.String System.Xml.XmlConvert::ToString(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2891307708 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m2891307708_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); String_t* L_1 = Int64_ToString_m623640997((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m142518199 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m142518199_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; if (!L_0) { goto IL_000c; } } { return _stringLiteral4002445229; } IL_000c: { return _stringLiteral3875954633; } } // System.String System.Xml.XmlConvert::ToString(System.Decimal) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m732346799 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m732346799_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); String_t* L_1 = Decimal_ToString_m3653216873((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1102839109 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m1102839109_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int64_t V_1 = 0; bool V_2 = false; { TimeSpan_t881159249 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_1 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_Zero_7(); bool L_2 = TimeSpan_op_Equality_m1999885032(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0016; } } { return _stringLiteral2768263050; } IL_0016: { StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_3, /*hidden argument*/NULL); V_0 = L_3; int64_t L_4 = TimeSpan_get_Ticks_m2137362016((&___value0), /*hidden argument*/NULL); if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0052; } } { TimeSpan_t881159249 L_5 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_6 = ((TimeSpan_t881159249_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t881159249_il2cpp_TypeInfo_var))->get_MinValue_6(); bool L_7 = TimeSpan_op_Equality_m1999885032(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0040; } } { return _stringLiteral2707919077; } IL_0040: { StringBuilder_t * L_8 = V_0; NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, ((int32_t)45), /*hidden argument*/NULL); TimeSpan_t881159249 L_9 = TimeSpan_Negate_m1889505500((&___value0), /*hidden argument*/NULL); ___value0 = L_9; } IL_0052: { StringBuilder_t * L_10 = V_0; NullCheck(L_10); StringBuilder_Append_m2383614642(L_10, ((int32_t)80), /*hidden argument*/NULL); int32_t L_11 = TimeSpan_get_Days_m2243259430((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_007d; } } { StringBuilder_t * L_12 = V_0; int32_t L_13 = TimeSpan_get_Days_m2243259430((&___value0), /*hidden argument*/NULL); NullCheck(L_12); StringBuilder_t * L_14 = StringBuilder_Append_m890240332(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_Append_m2383614642(L_14, ((int32_t)68), /*hidden argument*/NULL); } IL_007d: { int64_t L_15 = TimeSpan_get_Ticks_m2137362016((&___value0), /*hidden argument*/NULL); V_1 = ((int64_t)((int64_t)L_15%(int64_t)(((int64_t)((int64_t)((int32_t)10000)))))); int32_t L_16 = TimeSpan_get_Days_m2243259430((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_16) > ((int32_t)0))) { goto IL_00d5; } } { int32_t L_17 = TimeSpan_get_Hours_m550761902((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_00d5; } } { int32_t L_18 = TimeSpan_get_Minutes_m4278980001((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_18) > ((int32_t)0))) { goto IL_00d5; } } { int32_t L_19 = TimeSpan_get_Seconds_m1883479191((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_00d5; } } { int32_t L_20 = TimeSpan_get_Milliseconds_m3438015508((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_20) > ((int32_t)0))) { goto IL_00d5; } } { int64_t L_21 = V_1; if ((((int64_t)L_21) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_01f3; } } IL_00d5: { StringBuilder_t * L_22 = V_0; NullCheck(L_22); StringBuilder_Append_m2383614642(L_22, ((int32_t)84), /*hidden argument*/NULL); int32_t L_23 = TimeSpan_get_Hours_m550761902((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_23) <= ((int32_t)0))) { goto IL_0100; } } { StringBuilder_t * L_24 = V_0; int32_t L_25 = TimeSpan_get_Hours_m550761902((&___value0), /*hidden argument*/NULL); NullCheck(L_24); StringBuilder_t * L_26 = StringBuilder_Append_m890240332(L_24, L_25, /*hidden argument*/NULL); NullCheck(L_26); StringBuilder_Append_m2383614642(L_26, ((int32_t)72), /*hidden argument*/NULL); } IL_0100: { int32_t L_27 = TimeSpan_get_Minutes_m4278980001((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_0122; } } { StringBuilder_t * L_28 = V_0; int32_t L_29 = TimeSpan_get_Minutes_m4278980001((&___value0), /*hidden argument*/NULL); NullCheck(L_28); StringBuilder_t * L_30 = StringBuilder_Append_m890240332(L_28, L_29, /*hidden argument*/NULL); NullCheck(L_30); StringBuilder_Append_m2383614642(L_30, ((int32_t)77), /*hidden argument*/NULL); } IL_0122: { int32_t L_31 = TimeSpan_get_Seconds_m1883479191((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_31) > ((int32_t)0))) { goto IL_0144; } } { int32_t L_32 = TimeSpan_get_Milliseconds_m3438015508((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_32) > ((int32_t)0))) { goto IL_0144; } } { int64_t L_33 = V_1; if ((((int64_t)L_33) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_01f3; } } IL_0144: { StringBuilder_t * L_34 = V_0; int32_t L_35 = TimeSpan_get_Seconds_m1883479191((&___value0), /*hidden argument*/NULL); NullCheck(L_34); StringBuilder_Append_m890240332(L_34, L_35, /*hidden argument*/NULL); V_2 = (bool)1; int64_t L_36 = V_1; if ((((int64_t)L_36) <= ((int64_t)(((int64_t)((int64_t)0)))))) { goto IL_0187; } } { StringBuilder_t * L_37 = V_0; NullCheck(L_37); StringBuilder_t * L_38 = StringBuilder_Append_m2383614642(L_37, ((int32_t)46), /*hidden argument*/NULL); int64_t L_39 = TimeSpan_get_Ticks_m2137362016((&___value0), /*hidden argument*/NULL); int64_t L_40 = ((int64_t)((int64_t)L_39%(int64_t)(((int64_t)((int64_t)((int32_t)10000000)))))); RuntimeObject * L_41 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_40); NullCheck(L_38); StringBuilder_AppendFormat_m3016532472(L_38, _stringLiteral3500916416, L_41, /*hidden argument*/NULL); goto IL_01ba; } IL_0187: { int32_t L_42 = TimeSpan_get_Milliseconds_m3438015508((&___value0), /*hidden argument*/NULL); if ((((int32_t)L_42) <= ((int32_t)0))) { goto IL_01b8; } } { StringBuilder_t * L_43 = V_0; NullCheck(L_43); StringBuilder_t * L_44 = StringBuilder_Append_m2383614642(L_43, ((int32_t)46), /*hidden argument*/NULL); int32_t L_45 = TimeSpan_get_Milliseconds_m3438015508((&___value0), /*hidden argument*/NULL); int32_t L_46 = L_45; RuntimeObject * L_47 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_46); NullCheck(L_44); StringBuilder_AppendFormat_m3016532472(L_44, _stringLiteral2230015784, L_47, /*hidden argument*/NULL); goto IL_01ba; } IL_01b8: { V_2 = (bool)0; } IL_01ba: { bool L_48 = V_2; if (!L_48) { goto IL_01ea; } } { goto IL_01d5; } IL_01c5: { StringBuilder_t * L_49 = V_0; StringBuilder_t * L_50 = V_0; NullCheck(L_50); int32_t L_51 = StringBuilder_get_Length_m3238060835(L_50, /*hidden argument*/NULL); NullCheck(L_49); StringBuilder_Remove_m940064945(L_49, ((int32_t)il2cpp_codegen_subtract((int32_t)L_51, (int32_t)1)), 1, /*hidden argument*/NULL); } IL_01d5: { StringBuilder_t * L_52 = V_0; StringBuilder_t * L_53 = V_0; NullCheck(L_53); int32_t L_54 = StringBuilder_get_Length_m3238060835(L_53, /*hidden argument*/NULL); NullCheck(L_52); Il2CppChar L_55 = StringBuilder_get_Chars_m1819843468(L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1)), /*hidden argument*/NULL); if ((((int32_t)L_55) == ((int32_t)((int32_t)48)))) { goto IL_01c5; } } IL_01ea: { StringBuilder_t * L_56 = V_0; NullCheck(L_56); StringBuilder_Append_m2383614642(L_56, ((int32_t)83), /*hidden argument*/NULL); } IL_01f3: { StringBuilder_t * L_57 = V_0; NullCheck(L_57); String_t* L_58 = StringBuilder_ToString_m3317489284(L_57, /*hidden argument*/NULL); return L_58; } } // System.String System.Xml.XmlConvert::ToString(System.Double) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2027917565 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m2027917565_MetadataUsageId); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; bool L_1 = Double_IsNegativeInfinity_m538614603(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { return _stringLiteral853081463; } IL_0011: { double L_2 = ___value0; bool L_3 = Double_IsPositiveInfinity_m1245619811(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { return _stringLiteral3006112435; } IL_0022: { double L_4 = ___value0; bool L_5 = Double_IsNaN_m649024406(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0033; } } { return _stringLiteral2647588310; } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = Double_ToString_m1051753975((&___value0), _stringLiteral3452614638, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.Single) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m934314535 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m934314535_MetadataUsageId); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; bool L_1 = Single_IsNegativeInfinity_m1556741963(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0011; } } { return _stringLiteral853081463; } IL_0011: { float L_2 = ___value0; bool L_3 = Single_IsPositiveInfinity_m1411272350(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { return _stringLiteral3006112435; } IL_0022: { float L_4 = ___value0; bool L_5 = Single_IsNaN_m4024467661(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0033; } } { return _stringLiteral2647588310; } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_7 = Single_ToString_m543431371((&___value0), _stringLiteral3452614638, L_6, /*hidden argument*/NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1019655946 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___value0, int32_t ___mode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m1019655946_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DateTime_t3738529785 V_1; memset(&V_1, 0, sizeof(V_1)); DateTime_t3738529785 V_2; memset(&V_2, 0, sizeof(V_2)); DateTime_t3738529785 G_B7_0; memset(&G_B7_0, 0, sizeof(G_B7_0)); DateTime_t3738529785 G_B15_0; memset(&G_B15_0, 0, sizeof(G_B15_0)); { int32_t L_0 = ___mode1; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001d; } case 1: { goto IL_008b; } case 2: { goto IL_00d5; } case 3: { goto IL_0067; } } } { goto IL_0079; } IL_001d: { DateTime_t3738529785 L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); bool L_4 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0037; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_5 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); G_B7_0 = L_5; goto IL_0054; } IL_0037: { DateTime_t3738529785 L_6 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_7 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); bool L_8 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004d; } } { DateTime_t3738529785 L_9 = ___value0; G_B7_0 = L_9; goto IL_0054; } IL_004d: { DateTime_t3738529785 L_10 = DateTime_ToLocalTime_m3134475597((&___value0), /*hidden argument*/NULL); G_B7_0 = L_10; } IL_0054: { V_1 = G_B7_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_11 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_12 = DateTime_ToString_m2992030064((&V_1), _stringLiteral3359864784, L_11, /*hidden argument*/NULL); return L_12; } IL_0067: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_13 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_14 = DateTime_ToString_m2992030064((&___value0), _stringLiteral4188457550, L_13, /*hidden argument*/NULL); return L_14; } IL_0079: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_16 = DateTime_ToString_m2992030064((&___value0), _stringLiteral3359864784, L_15, /*hidden argument*/NULL); return L_16; } IL_008b: { DateTime_t3738529785 L_17 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_18 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); bool L_19 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a5; } } { IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_20 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MinValue_13(); G_B15_0 = L_20; goto IL_00c2; } IL_00a5: { DateTime_t3738529785 L_21 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_22 = ((DateTime_t3738529785_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t3738529785_il2cpp_TypeInfo_var))->get_MaxValue_12(); bool L_23 = DateTime_op_Equality_m1022058599(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00bb; } } { DateTime_t3738529785 L_24 = ___value0; G_B15_0 = L_24; goto IL_00c2; } IL_00bb: { DateTime_t3738529785 L_25 = DateTime_ToUniversalTime_m1945318289((&___value0), /*hidden argument*/NULL); G_B15_0 = L_25; } IL_00c2: { V_2 = G_B15_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_27 = DateTime_ToString_m2992030064((&V_2), _stringLiteral3086076494, L_26, /*hidden argument*/NULL); return L_27; } IL_00d5: { 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 = DateTime_ToString_m2992030064((&___value0), _stringLiteral52677198, L_28, /*hidden argument*/NULL); return L_29; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_VerifyName_m2131148908_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___name0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } IL_0011: { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlConvert_VerifyName_m2131148908_RuntimeMethod_var); } IL_001c: { 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_003d; } } { String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_6, _stringLiteral2576709513, /*hidden argument*/NULL); XmlException_t1761730631 * L_8 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XmlConvert_VerifyName_m2131148908_RuntimeMethod_var); } IL_003d: { String_t* L_9 = ___name0; return L_9; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_m3085528481 (RuntimeObject * __this /* static, unused */, String_t* ___ncname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_VerifyNCName_m3085528481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___ncname0; if (!L_0) { goto IL_0011; } } { String_t* L_1 = ___ncname0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } IL_0011: { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2356169215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlConvert_VerifyNCName_m3085528481_RuntimeMethod_var); } IL_001c: { String_t* L_4 = ___ncname0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_5 = XmlChar_IsNCName_m2365231717(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003d; } } { String_t* L_6 = ___ncname0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_6, _stringLiteral2402398780, /*hidden argument*/NULL); XmlException_t1761730631 * L_8 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XmlConvert_VerifyNCName_m3085528481_RuntimeMethod_var); } IL_003d: { String_t* L_9 = ___ncname0; return L_9; } } // System.String System.Xml.XmlConvert::ToString(System.DateTimeOffset) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m158558848 (RuntimeObject * __this /* static, unused */, DateTimeOffset_t3229287507 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m158558848_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t3229287507 L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_1 = XmlConvert_ToString_m1801880744(NULL /*static, unused*/, L_0, _stringLiteral3359864784, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.DateTimeOffset,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1801880744 (RuntimeObject * __this /* static, unused */, DateTimeOffset_t3229287507 ___value0, String_t* ___format1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m1801880744_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___format1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_2 = DateTimeOffset_ToString_m3985341516((&___value0), 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 #ifdef __clang__ #pragma 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.XmlDeclaration::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration__ctor_m1509837626 (XmlDeclaration_t679870411 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, XmlDocument_t2837193595 * ___doc3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration__ctor_m1509837626_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_encoding_7(_stringLiteral2805817557); XmlDocument_t2837193595 * L_0 = ___doc3; XmlLinkedNode__ctor_m1742070414(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___encoding1; if (L_1) { goto IL_0020; } } { 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(); ___encoding1 = L_2; } IL_0020: { String_t* L_3 = ___standalone2; if (L_3) { goto IL_002d; } } { 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(); ___standalone2 = L_4; } IL_002d: { String_t* L_5 = ___version0; __this->set_version_9(L_5); String_t* L_6 = ___encoding1; __this->set_encoding_7(L_6); String_t* L_7 = ___standalone2; __this->set_standalone_8(L_7); return; } } // System.String System.Xml.XmlDeclaration::get_Encoding() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Encoding_m3427069320 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_encoding_7(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Encoding(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Encoding_m1853636911 (XmlDeclaration_t679870411 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_set_Encoding_m1853636911_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDeclaration_t679870411 * G_B2_0 = NULL; XmlDeclaration_t679870411 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlDeclaration_t679870411 * G_B3_1 = NULL; { String_t* L_0 = ___value0; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; 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(); G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_0011: { String_t* L_2 = ___value0; G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->set_encoding_7(G_B3_0); return; } } // System.String System.Xml.XmlDeclaration::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_InnerText_m3135515065 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlDeclaration::get_Value() */, __this); return L_0; } } // System.String System.Xml.XmlDeclaration::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_LocalName_m2926989483 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_get_LocalName_m2926989483_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2909972470; } } // System.String System.Xml.XmlDeclaration::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Name_m576452963 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_get_Name_m576452963_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral2909972470; } } // System.Xml.XmlNodeType System.Xml.XmlDeclaration::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDeclaration_get_NodeType_m2126118626 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)17)); } } // System.String System.Xml.XmlDeclaration::get_Standalone() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Standalone_m967408221 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_standalone_8(); return L_0; } } // System.Void System.Xml.XmlDeclaration::set_Standalone(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Standalone_m3054981964 (XmlDeclaration_t679870411 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_set_Standalone_m3054981964_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; if (!L_0) { goto IL_004d; } } { String_t* L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_3 = String_Compare_m1293271421(NULL /*static, unused*/, L_1, _stringLiteral2696477506, (bool)1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0027; } } { __this->set_standalone_8(_stringLiteral4119301762); } IL_0027: { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_6 = String_Compare_m1293271421(NULL /*static, unused*/, L_4, _stringLiteral3456874466, (bool)1, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0048; } } { __this->set_standalone_8(_stringLiteral3454777282); } IL_0048: { goto IL_0058; } IL_004d: { 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(); __this->set_standalone_8(L_7); } IL_0058: { return; } } // System.String System.Xml.XmlDeclaration::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Value_m1560614232 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_get_Value_m1560614232_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = 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; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_1 = L_1; String_t* L_2 = __this->get_encoding_7(); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0032; } } { String_t* L_5 = __this->get_encoding_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1114348936, L_5, /*hidden argument*/NULL); V_0 = L_6; } IL_0032: { String_t* L_7 = __this->get_standalone_8(); 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_0058; } } { String_t* L_10 = __this->get_standalone_8(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4256317405, L_10, /*hidden argument*/NULL); V_1 = L_11; } IL_0058: { String_t* L_12 = XmlDeclaration_get_Version_m979887410(__this, /*hidden argument*/NULL); String_t* L_13 = V_0; String_t* L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral2679593583, L_12, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Void System.Xml.XmlDeclaration::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_set_Value_m382972857 (XmlDeclaration_t679870411 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlDeclaration_ParseInput_m1025814439(__this, L_0, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlDeclaration::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m979887410 (XmlDeclaration_t679870411 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_9(); return L_0; } } // System.Xml.XmlNode System.Xml.XmlDeclaration::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDeclaration_CloneNode_m409134063 (XmlDeclaration_t679870411 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_CloneNode_m409134063_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = XmlDeclaration_get_Version_m979887410(__this, /*hidden argument*/NULL); String_t* L_1 = XmlDeclaration_get_Encoding_m3427069320(__this, /*hidden argument*/NULL); String_t* L_2 = __this->get_standalone_8(); XmlDocument_t2837193595 * L_3 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlDeclaration_t679870411 * L_4 = (XmlDeclaration_t679870411 *)il2cpp_codegen_object_new(XmlDeclaration_t679870411_il2cpp_TypeInfo_var); XmlDeclaration__ctor_m1509837626(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Int32 System.Xml.XmlDeclaration::SkipWhitespace(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlDeclaration_SkipWhitespace_m571579217 (XmlDeclaration_t679870411 * __this, String_t* ___input0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_SkipWhitespace_m571579217_MetadataUsageId); s_Il2CppMethodInitialized = true; } { goto IL_0025; } IL_0005: { String_t* L_0 = ___input0; int32_t L_1 = ___index1; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { int32_t L_4 = ___index1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); goto IL_0025; } IL_0020: { goto IL_0031; } IL_0025: { int32_t L_5 = ___index1; String_t* L_6 = ___input0; NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0005; } } IL_0031: { int32_t L_8 = ___index1; return L_8; } } // System.Void System.Xml.XmlDeclaration::ParseInput(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_ParseInput_m1025814439 (XmlDeclaration_t679870411 * __this, String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_ParseInput_m1025814439_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; int32_t V_2 = 0; String_t* V_3 = NULL; String_t* V_4 = NULL; Dictionary_2_t2736202052 * V_5 = NULL; int32_t V_6 = 0; { String_t* L_0 = ___input0; int32_t L_1 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_0, 0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; String_t* L_3 = ___input0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)7))) > ((int32_t)L_4))) { goto IL_002a; } } { String_t* L_5 = ___input0; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = String_IndexOf_m2410372598(L_5, _stringLiteral1902401671, L_6, 7, /*hidden argument*/NULL); int32_t L_8 = V_0; if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_0035; } } IL_002a: { XmlException_t1761730631 * L_9 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_9, _stringLiteral3502452448, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_0035: { String_t* L_10 = ___input0; int32_t L_11 = V_0; int32_t L_12 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_10, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)7)), /*hidden argument*/NULL); V_0 = L_12; String_t* L_13 = ___input0; int32_t L_14 = V_0; NullCheck(L_13); Il2CppChar L_15 = String_get_Chars_m2986988803(L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; Il2CppChar L_16 = V_1; if ((((int32_t)L_16) == ((int32_t)((int32_t)61)))) { goto IL_005b; } } { XmlException_t1761730631 * L_17 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_17, _stringLiteral1224953049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_005b: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); String_t* L_19 = ___input0; int32_t L_20 = V_0; int32_t L_21 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_19, L_20, /*hidden argument*/NULL); V_0 = L_21; String_t* L_22 = ___input0; int32_t L_23 = V_0; NullCheck(L_22); Il2CppChar L_24 = String_get_Chars_m2986988803(L_22, L_23, /*hidden argument*/NULL); V_1 = L_24; Il2CppChar L_25 = V_1; if ((((int32_t)L_25) == ((int32_t)((int32_t)34)))) { goto IL_008b; } } { Il2CppChar L_26 = V_1; if ((((int32_t)L_26) == ((int32_t)((int32_t)39)))) { goto IL_008b; } } { XmlException_t1761730631 * L_27 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_27, _stringLiteral1224953049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_008b: { int32_t L_28 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); String_t* L_29 = ___input0; Il2CppChar L_30 = V_1; int32_t L_31 = V_0; NullCheck(L_29); int32_t L_32 = String_IndexOf_m2466398549(L_29, L_30, L_31, /*hidden argument*/NULL); V_2 = L_32; int32_t L_33 = V_2; if ((((int32_t)L_33) < ((int32_t)0))) { goto IL_00b2; } } { String_t* L_34 = ___input0; int32_t L_35 = V_0; NullCheck(L_34); int32_t L_36 = String_IndexOf_m2410372598(L_34, _stringLiteral3073726249, L_35, 3, /*hidden argument*/NULL); int32_t L_37 = V_0; if ((((int32_t)L_36) == ((int32_t)L_37))) { goto IL_00bd; } } IL_00b2: { XmlException_t1761730631 * L_38 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_38, _stringLiteral1224953049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_00bd: { int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)4)); int32_t L_40 = V_0; String_t* L_41 = ___input0; NullCheck(L_41); int32_t L_42 = String_get_Length_m3847582255(L_41, /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)L_42)))) { goto IL_00ce; } } { return; } IL_00ce: { String_t* L_43 = ___input0; int32_t L_44 = V_0; NullCheck(L_43); Il2CppChar L_45 = String_get_Chars_m2986988803(L_43, L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_46 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); if (L_46) { goto IL_00ea; } } { XmlException_t1761730631 * L_47 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_47, _stringLiteral816378759, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_00ea: { String_t* L_48 = ___input0; int32_t L_49 = V_0; int32_t L_50 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_48, ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_50; int32_t L_51 = V_0; String_t* L_52 = ___input0; NullCheck(L_52); int32_t L_53 = String_get_Length_m3847582255(L_52, /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)L_53)))) { goto IL_0102; } } { return; } IL_0102: { String_t* L_54 = ___input0; NullCheck(L_54); int32_t L_55 = String_get_Length_m3847582255(L_54, /*hidden argument*/NULL); int32_t L_56 = V_0; if ((((int32_t)L_55) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)8))))) { goto IL_01e2; } } { String_t* L_57 = ___input0; int32_t L_58 = V_0; NullCheck(L_57); int32_t L_59 = String_IndexOf_m2410372598(L_57, _stringLiteral3002372288, L_58, 8, /*hidden argument*/NULL); if ((((int32_t)L_59) <= ((int32_t)0))) { goto IL_01e2; } } { String_t* L_60 = ___input0; int32_t L_61 = V_0; int32_t L_62 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_60, ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)8)), /*hidden argument*/NULL); V_0 = L_62; String_t* L_63 = ___input0; int32_t L_64 = V_0; NullCheck(L_63); Il2CppChar L_65 = String_get_Chars_m2986988803(L_63, L_64, /*hidden argument*/NULL); V_1 = L_65; Il2CppChar L_66 = V_1; if ((((int32_t)L_66) == ((int32_t)((int32_t)61)))) { goto IL_0149; } } { XmlException_t1761730631 * L_67 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_67, _stringLiteral1224953049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_67,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_0149: { int32_t L_68 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); String_t* L_69 = ___input0; int32_t L_70 = V_0; int32_t L_71 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_69, L_70, /*hidden argument*/NULL); V_0 = L_71; String_t* L_72 = ___input0; int32_t L_73 = V_0; NullCheck(L_72); Il2CppChar L_74 = String_get_Chars_m2986988803(L_72, L_73, /*hidden argument*/NULL); V_1 = L_74; Il2CppChar L_75 = V_1; if ((((int32_t)L_75) == ((int32_t)((int32_t)34)))) { goto IL_0179; } } { Il2CppChar L_76 = V_1; if ((((int32_t)L_76) == ((int32_t)((int32_t)39)))) { goto IL_0179; } } { XmlException_t1761730631 * L_77 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_77, _stringLiteral2139572003, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_0179: { String_t* L_78 = ___input0; Il2CppChar L_79 = V_1; int32_t L_80 = V_0; NullCheck(L_78); int32_t L_81 = String_IndexOf_m2466398549(L_78, L_79, ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_81; int32_t L_82 = V_2; if ((((int32_t)L_82) >= ((int32_t)0))) { goto IL_0196; } } { XmlException_t1761730631 * L_83 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_83, _stringLiteral2139572003, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_83,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_0196: { String_t* L_84 = ___input0; int32_t L_85 = V_0; int32_t L_86 = V_2; int32_t L_87 = V_0; NullCheck(L_84); String_t* L_88 = String_Substring_m1610150815(L_84, ((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)L_87)), (int32_t)1)), /*hidden argument*/NULL); XmlDeclaration_set_Encoding_m1853636911(__this, L_88, /*hidden argument*/NULL); int32_t L_89 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1)); int32_t L_90 = V_0; String_t* L_91 = ___input0; NullCheck(L_91); int32_t L_92 = String_get_Length_m3847582255(L_91, /*hidden argument*/NULL); if ((!(((uint32_t)L_90) == ((uint32_t)L_92)))) { goto IL_01bb; } } { return; } IL_01bb: { String_t* L_93 = ___input0; int32_t L_94 = V_0; NullCheck(L_93); Il2CppChar L_95 = String_get_Chars_m2986988803(L_93, L_94, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_96 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_95, /*hidden argument*/NULL); if (L_96) { goto IL_01d7; } } { XmlException_t1761730631 * L_97 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_97, _stringLiteral816378759, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_97,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_01d7: { String_t* L_98 = ___input0; int32_t L_99 = V_0; int32_t L_100 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_98, ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)), /*hidden argument*/NULL); V_0 = L_100; } IL_01e2: { String_t* L_101 = ___input0; NullCheck(L_101); int32_t L_102 = String_get_Length_m3847582255(L_101, /*hidden argument*/NULL); int32_t L_103 = V_0; if ((((int32_t)L_102) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)((int32_t)10)))))) { goto IL_0308; } } { String_t* L_104 = ___input0; int32_t L_105 = V_0; NullCheck(L_104); int32_t L_106 = String_IndexOf_m2410372598(L_104, _stringLiteral2469761506, L_105, ((int32_t)10), /*hidden argument*/NULL); if ((((int32_t)L_106) <= ((int32_t)0))) { goto IL_0308; } } { String_t* L_107 = ___input0; int32_t L_108 = V_0; int32_t L_109 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_107, ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)10))), /*hidden argument*/NULL); V_0 = L_109; String_t* L_110 = ___input0; int32_t L_111 = V_0; NullCheck(L_110); Il2CppChar L_112 = String_get_Chars_m2986988803(L_110, L_111, /*hidden argument*/NULL); V_1 = L_112; Il2CppChar L_113 = V_1; if ((((int32_t)L_113) == ((int32_t)((int32_t)61)))) { goto IL_022c; } } { XmlException_t1761730631 * L_114 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_114, _stringLiteral1224953049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_114,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_022c: { int32_t L_115 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); String_t* L_116 = ___input0; int32_t L_117 = V_0; int32_t L_118 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_116, L_117, /*hidden argument*/NULL); V_0 = L_118; String_t* L_119 = ___input0; int32_t L_120 = V_0; NullCheck(L_119); Il2CppChar L_121 = String_get_Chars_m2986988803(L_119, L_120, /*hidden argument*/NULL); V_1 = L_121; Il2CppChar L_122 = V_1; if ((((int32_t)L_122) == ((int32_t)((int32_t)34)))) { goto IL_025c; } } { Il2CppChar L_123 = V_1; if ((((int32_t)L_123) == ((int32_t)((int32_t)39)))) { goto IL_025c; } } { XmlException_t1761730631 * L_124 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_124, _stringLiteral2104964275, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_124,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_025c: { String_t* L_125 = ___input0; Il2CppChar L_126 = V_1; int32_t L_127 = V_0; NullCheck(L_125); int32_t L_128 = String_IndexOf_m2466398549(L_125, L_126, ((int32_t)il2cpp_codegen_add((int32_t)L_127, (int32_t)1)), /*hidden argument*/NULL); V_2 = L_128; int32_t L_129 = V_2; if ((((int32_t)L_129) >= ((int32_t)0))) { goto IL_0279; } } { XmlException_t1761730631 * L_130 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_130, _stringLiteral2104964275, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_130,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_0279: { String_t* L_131 = ___input0; int32_t L_132 = V_0; int32_t L_133 = V_2; int32_t L_134 = V_0; NullCheck(L_131); String_t* L_135 = String_Substring_m1610150815(L_131, ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)L_134)), (int32_t)1)), /*hidden argument*/NULL); V_3 = L_135; String_t* L_136 = V_3; V_4 = L_136; String_t* L_137 = V_4; if (!L_137) { goto IL_02e9; } } { Dictionary_2_t2736202052 * L_138 = ((XmlDeclaration_t679870411_StaticFields*)il2cpp_codegen_static_fields_for(XmlDeclaration_t679870411_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4A_10(); if (L_138) { goto IL_02c5; } } { Dictionary_2_t2736202052 * L_139 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_139, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_5 = L_139; Dictionary_2_t2736202052 * L_140 = V_5; NullCheck(L_140); Dictionary_2_Add_m282647386(L_140, _stringLiteral4119301762, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_141 = V_5; NullCheck(L_141); Dictionary_2_Add_m282647386(L_141, _stringLiteral3454777282, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_142 = V_5; ((XmlDeclaration_t679870411_StaticFields*)il2cpp_codegen_static_fields_for(XmlDeclaration_t679870411_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4A_10(L_142); } IL_02c5: { Dictionary_2_t2736202052 * L_143 = ((XmlDeclaration_t679870411_StaticFields*)il2cpp_codegen_static_fields_for(XmlDeclaration_t679870411_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4A_10(); String_t* L_144 = V_4; NullCheck(L_143); bool L_145 = Dictionary_2_TryGetValue_m1013208020(L_143, L_144, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_145) { goto IL_02e9; } } { int32_t L_146 = V_6; if (!L_146) { goto IL_02e4; } } { goto IL_02e9; } IL_02e4: { goto IL_02f4; } IL_02e9: { XmlException_t1761730631 * L_147 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_147, _stringLiteral1539234232, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_147,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_02f4: { String_t* L_148 = V_3; XmlDeclaration_set_Standalone_m3054981964(__this, L_148, /*hidden argument*/NULL); int32_t L_149 = V_2; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1)); String_t* L_150 = ___input0; int32_t L_151 = V_0; int32_t L_152 = XmlDeclaration_SkipWhitespace_m571579217(__this, L_150, L_151, /*hidden argument*/NULL); V_0 = L_152; } IL_0308: { int32_t L_153 = V_0; String_t* L_154 = ___input0; NullCheck(L_154); int32_t L_155 = String_get_Length_m3847582255(L_154, /*hidden argument*/NULL); if ((((int32_t)L_153) == ((int32_t)L_155))) { goto IL_031f; } } { XmlException_t1761730631 * L_156 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_156, _stringLiteral816378759, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_156,XmlDeclaration_ParseInput_m1025814439_RuntimeMethod_var); } IL_031f: { 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.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1447119458 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { XmlDocument__ctor_m1807450191(__this, (XmlImplementation_t254178875 *)NULL, (XmlNameTable_t71772148 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation) extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m4078596381 (XmlDocument_t2837193595 * __this, XmlImplementation_t254178875 * ___imp0, const RuntimeMethod* method) { { XmlImplementation_t254178875 * L_0 = ___imp0; XmlDocument__ctor_m1807450191(__this, L_0, (XmlNameTable_t71772148 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlDocument::.ctor(System.Xml.XmlImplementation,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m1807450191 (XmlDocument_t2837193595 * __this, XmlImplementation_t254178875 * ___impl0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument__ctor_m1807450191_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; XmlDocument_t2837193595 * G_B5_0 = NULL; XmlDocument_t2837193595 * G_B4_0 = NULL; XmlNameTable_t71772148 * G_B6_0 = NULL; XmlDocument_t2837193595 * G_B6_1 = 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_10(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set_idTable_14(L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); XmlNode__ctor_m2694942411(__this, (XmlDocument_t2837193595 *)NULL, /*hidden argument*/NULL); XmlImplementation_t254178875 * L_2 = ___impl0; if (L_2) { goto IL_0033; } } { XmlImplementation_t254178875 * L_3 = (XmlImplementation_t254178875 *)il2cpp_codegen_object_new(XmlImplementation_t254178875_il2cpp_TypeInfo_var); XmlImplementation__ctor_m967116265(L_3, /*hidden argument*/NULL); __this->set_implementation_11(L_3); goto IL_003a; } IL_0033: { XmlImplementation_t254178875 * L_4 = ___impl0; __this->set_implementation_11(L_4); } IL_003a: { XmlNameTable_t71772148 * L_5 = ___nt1; G_B4_0 = __this; if (!L_5) { G_B5_0 = __this; goto IL_0047; } } { XmlNameTable_t71772148 * L_6 = ___nt1; G_B6_0 = L_6; G_B6_1 = G_B4_0; goto IL_0052; } IL_0047: { XmlImplementation_t254178875 * L_7 = __this->get_implementation_11(); NullCheck(L_7); XmlNameTable_t71772148 * L_8 = L_7->get_InternalNameTable_0(); G_B6_0 = L_8; G_B6_1 = G_B5_0; } IL_0052: { NullCheck(G_B6_1); G_B6_1->set_nameTable_9(G_B6_0); XmlNameTable_t71772148 * L_9 = __this->get_nameTable_9(); XmlNameEntryCache_t2890546907 * L_10 = (XmlNameEntryCache_t2890546907 *)il2cpp_codegen_object_new(XmlNameEntryCache_t2890546907_il2cpp_TypeInfo_var); XmlNameEntryCache__ctor_m535202081(L_10, L_9, /*hidden argument*/NULL); __this->set_nameCache_15(L_10); XmlDocument_AddDefaultNameTableKeys_m55595779(__this, /*hidden argument*/NULL); XmlUrlResolver_t817895037 * L_11 = (XmlUrlResolver_t817895037 *)il2cpp_codegen_object_new(XmlUrlResolver_t817895037_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m1338399436(L_11, /*hidden argument*/NULL); __this->set_resolver_13(L_11); Type_t * L_12 = Object_GetType_m88164663(__this, /*hidden argument*/NULL); V_0 = L_12; Type_t * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlDocument_t2837193595_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_14 = ((XmlDocument_t2837193595_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t2837193595_il2cpp_TypeInfo_var))->get_optimal_create_types_6(); NullCheck(L_13); MethodInfo_t * L_15 = Type_GetMethod_m1479779718(L_13, _stringLiteral2327604937, L_14, /*hidden argument*/NULL); NullCheck(L_15); Type_t * L_16 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_15); RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (XmlDocument_t2837193595_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); __this->set_optimal_create_element_7((bool)((((RuntimeObject*)(Type_t *)L_16) == ((RuntimeObject*)(Type_t *)L_18))? 1 : 0)); Type_t * L_19 = V_0; TypeU5BU5D_t3940880105* L_20 = ((XmlDocument_t2837193595_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t2837193595_il2cpp_TypeInfo_var))->get_optimal_create_types_6(); NullCheck(L_19); MethodInfo_t * L_21 = Type_GetMethod_m1479779718(L_19, _stringLiteral3848749181, L_20, /*hidden argument*/NULL); NullCheck(L_21); Type_t * L_22 = VirtFuncInvoker0< Type_t * >::Invoke(7 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_21); RuntimeTypeHandle_t3027515415 L_23 = { reinterpret_cast (XmlDocument_t2837193595_0_0_0_var) }; Type_t * L_24 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); __this->set_optimal_create_attribute_8((bool)((((RuntimeObject*)(Type_t *)L_22) == ((RuntimeObject*)(Type_t *)L_24))? 1 : 0)); return; } } // System.Void System.Xml.XmlDocument::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__cctor_m131697871 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument__cctor_m131697871_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeU5BU5D_t3940880105* L_0 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)3)); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_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); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_2); (L_0)->SetAt(static_cast(0), (Type_t *)L_2); TypeU5BU5D_t3940880105* L_3 = L_0; RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_5 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (Type_t *)L_5); TypeU5BU5D_t3940880105* L_6 = L_3; RuntimeTypeHandle_t3027515415 L_7 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_8 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(2), (Type_t *)L_8); ((XmlDocument_t2837193595_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t2837193595_il2cpp_TypeInfo_var))->set_optimal_create_types_6(L_6); return; } } // System.Xml.XmlLinkedNode System.Xml.XmlDocument::System.Xml.IHasXmlChildNode.get_LastLinkedChild() extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t1437094927 * XmlDocument_System_Xml_IHasXmlChildNode_get_LastLinkedChild_m2679790276 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = __this->get_lastLinkedChild_16(); return L_0; } } // System.Void System.Xml.XmlDocument::System.Xml.IHasXmlChildNode.set_LastLinkedChild(System.Xml.XmlLinkedNode) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_System_Xml_IHasXmlChildNode_set_LastLinkedChild_m1594897067 (XmlDocument_t2837193595 * __this, XmlLinkedNode_t1437094927 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = ___value0; __this->set_lastLinkedChild_16(L_0); return; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::get_NsNodeXml() extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_get_NsNodeXml_m488276313 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_NsNodeXml_m488276313_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlAttribute_t1173852259 * L_0 = __this->get_nsNodeXml_17(); if (L_0) { goto IL_0036; } } { XmlAttribute_t1173852259 * L_1 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(43 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, _stringLiteral3929236445, _stringLiteral2909972470, _stringLiteral2829469855); __this->set_nsNodeXml_17(L_1); XmlAttribute_t1173852259 * L_2 = __this->get_nsNodeXml_17(); NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void System.Xml.XmlAttribute::set_Value(System.String) */, L_2, _stringLiteral2984480440); } IL_0036: { XmlAttribute_t1173852259 * L_3 = __this->get_nsNodeXml_17(); return L_3; } } // System.String System.Xml.XmlDocument::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_get_BaseURI_m1772820039 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_10(); return L_0; } } // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_get_DocumentElement_m3009993148 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_DocumentElement_m3009993148_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; XmlElement_t561603118 * G_B8_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0023; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; if (!((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_1, XmlElement_t561603118_il2cpp_TypeInfo_var))) { goto IL_001c; } } { goto IL_0029; } IL_001c: { XmlNode_t3767805227 * L_2 = V_0; NullCheck(L_2); XmlNode_t3767805227 * L_3 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_2); V_0 = L_3; } IL_0023: { XmlNode_t3767805227 * L_4 = V_0; if (L_4) { goto IL_000c; } } IL_0029: { XmlNode_t3767805227 * L_5 = V_0; if (!L_5) { goto IL_003a; } } { XmlNode_t3767805227 * L_6 = V_0; G_B8_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_6, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_003b; } IL_003a: { G_B8_0 = ((XmlElement_t561603118 *)(NULL)); } IL_003b: { return G_B8_0; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() extern "C" IL2CPP_METHOD_ATTR XmlDocumentType_t4112370061 * XmlDocument_get_DocumentType_m3903414551 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_DocumentType_m3903414551_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_0035; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)10))))) { goto IL_0020; } } { XmlNode_t3767805227 * L_3 = V_0; return ((XmlDocumentType_t4112370061 *)CastclassClass((RuntimeObject*)L_3, XmlDocumentType_t4112370061_il2cpp_TypeInfo_var)); } IL_0020: { XmlNode_t3767805227 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)1)))) { goto IL_002e; } } { return (XmlDocumentType_t4112370061 *)NULL; } IL_002e: { XmlNode_t3767805227 * L_6 = V_0; NullCheck(L_6); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_6); V_0 = L_7; } IL_0035: { XmlNode_t3767805227 * L_8 = V_0; if (L_8) { goto IL_000c; } } { return (XmlDocumentType_t4112370061 *)NULL; } } // System.Boolean System.Xml.XmlDocument::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_IsReadOnly_m1936346060 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.String System.Xml.XmlDocument::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_get_LocalName_m3801543684 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_LocalName_m3801543684_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1641135215; } } // System.String System.Xml.XmlDocument::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_get_Name_m809309195 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_Name_m809309195_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral1641135215; } } // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::get_NameCache() extern "C" IL2CPP_METHOD_ATTR XmlNameEntryCache_t2890546907 * XmlDocument_get_NameCache_m4223541773 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { XmlNameEntryCache_t2890546907 * L_0 = __this->get_nameCache_15(); return L_0; } } // 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) { { XmlNameTable_t71772148 * L_0 = __this->get_nameTable_9(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlDocument::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocument_get_NodeType_m2956748820 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)9)); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlDocument::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocument_get_XPathNodeType_m506706169 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XmlDocument System.Xml.XmlDocument::get_OwnerDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlDocument_get_OwnerDocument_m160065051 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { return (XmlDocument_t2837193595 *)NULL; } } // System.Boolean System.Xml.XmlDocument::get_PreserveWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlDocument_get_PreserveWhitespace_m2243367897 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_preserveWhitespace_12(); return L_0; } } // System.Xml.XmlResolver System.Xml.XmlDocument::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlDocument_get_Resolver_m3982878385 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { XmlResolver_t626023767 * L_0 = __this->get_resolver_13(); return L_0; } } // System.String System.Xml.XmlDocument::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_get_XmlLang_m1438438183 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_XmlLang_m1438438183_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.Void System.Xml.XmlDocument::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_XmlResolver_m15432924 (XmlDocument_t2837193595 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method) { { XmlResolver_t626023767 * L_0 = ___value0; __this->set_resolver_13(L_0); return; } } // System.Xml.XmlSpace System.Xml.XmlDocument::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocument_get_XmlSpace_m2966764336 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XmlNode System.Xml.XmlDocument::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocument_get_ParentNode_m3188051637 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { return (XmlNode_t3767805227 *)NULL; } } // System.Void System.Xml.XmlDocument::set_SchemaInfo(System.Xml.Schema.IXmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_SchemaInfo_m262617940 (XmlDocument_t2837193595 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_schemaInfo_19(L_0); return; } } // System.Void System.Xml.XmlDocument::AddIdenticalAttribute(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AddIdenticalAttribute_m1974298806 (XmlDocument_t2837193595 * __this, XmlAttribute_t1173852259 * ___attr0, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_idTable_14(); XmlAttribute_t1173852259 * L_1 = ___attr0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_1); XmlAttribute_t1173852259 * L_3 = ___attr0; NullCheck(L_0); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_0, L_2, L_3); return; } } // System.Xml.XmlNode System.Xml.XmlDocument::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocument_CloneNode_m689651348 (XmlDocument_t2837193595 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CloneNode_m689651348_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; XmlDocument_t2837193595 * G_B3_0 = NULL; { XmlImplementation_t254178875 * L_0 = __this->get_implementation_11(); if (!L_0) { goto IL_001b; } } { XmlImplementation_t254178875 * L_1 = __this->get_implementation_11(); NullCheck(L_1); XmlDocument_t2837193595 * L_2 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(4 /* System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument() */, L_1); G_B3_0 = L_2; goto IL_0020; } IL_001b: { XmlDocument_t2837193595 * L_3 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m1447119458(L_3, /*hidden argument*/NULL); G_B3_0 = L_3; } IL_0020: { V_0 = G_B3_0; XmlDocument_t2837193595 * L_4 = V_0; String_t* L_5 = __this->get_baseURI_10(); NullCheck(L_4); L_4->set_baseURI_10(L_5); bool L_6 = ___deep0; if (!L_6) { goto IL_005c; } } { XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_1 = L_7; goto IL_0056; } IL_003f: { XmlDocument_t2837193595 * L_8 = V_0; XmlDocument_t2837193595 * L_9 = V_0; XmlNode_t3767805227 * L_10 = V_1; bool L_11 = ___deep0; NullCheck(L_9); XmlNode_t3767805227 * L_12 = VirtFuncInvoker2< XmlNode_t3767805227 *, XmlNode_t3767805227 *, bool >::Invoke(58 /* System.Xml.XmlNode System.Xml.XmlDocument::ImportNode(System.Xml.XmlNode,System.Boolean) */, L_9, L_10, L_11); NullCheck(L_8); XmlNode_AppendChild_m3759797305(L_8, L_12, (bool)0, /*hidden argument*/NULL); XmlNode_t3767805227 * L_13 = V_1; NullCheck(L_13); XmlNode_t3767805227 * L_14 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_13); V_1 = L_14; } IL_0056: { XmlNode_t3767805227 * L_15 = V_1; if (L_15) { goto IL_003f; } } IL_005c: { XmlDocument_t2837193595 * L_16 = V_0; return L_16; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m125953371 (XmlDocument_t2837193595 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateAttribute_m125953371_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* 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_2 = L_0; String_t* L_1 = ___name0; XmlDocument_ParseName_m551725517(__this, L_1, (&V_0), (&V_1), /*hidden argument*/NULL); String_t* L_2 = V_0; bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_3) { goto IL_0041; } } { 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_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004c; } } { String_t* L_7 = V_1; 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_004c; } } IL_0041: { V_2 = _stringLiteral2829469855; goto IL_0062; } IL_004c: { String_t* L_9 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_10) { goto IL_0062; } } { V_2 = _stringLiteral2984480440; } IL_0062: { String_t* L_11 = V_0; String_t* L_12 = V_1; String_t* L_13 = V_2; XmlAttribute_t1173852259 * L_14 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(43 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_11, L_12, L_13); return L_14; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m695080770 (XmlDocument_t2837193595 * __this, String_t* ___qualifiedName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___qualifiedName0; XmlDocument_ParseName_m551725517(__this, L_0, (&V_0), (&V_1), /*hidden argument*/NULL); String_t* L_1 = V_0; String_t* L_2 = V_1; String_t* L_3 = ___namespaceURI1; XmlAttribute_t1173852259 * L_4 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(43 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_1, L_2, L_3); return L_4; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m960548446 (XmlDocument_t2837193595 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateAttribute_m960548446_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___localName1; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___localName1; 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_0021; } } IL_0016: { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral2786675819, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlDocument_CreateAttribute_m960548446_RuntimeMethod_var); } IL_0021: { String_t* L_5 = ___prefix0; String_t* L_6 = ___localName1; String_t* L_7 = ___namespaceURI2; XmlAttribute_t1173852259 * L_8 = (XmlAttribute_t1173852259 *)il2cpp_codegen_object_new(XmlAttribute_t1173852259_il2cpp_TypeInfo_var); XmlAttribute__ctor_m288521366(L_8, L_5, L_6, L_7, __this, (bool)0, (bool)1, /*hidden argument*/NULL); return L_8; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m1866139548 (XmlDocument_t2837193595 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, bool ___atomizedNames3, bool ___checkNamespace4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateAttribute_m1866139548_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_optimal_create_attribute_8(); if (!L_0) { goto IL_0019; } } { String_t* L_1 = ___prefix0; String_t* L_2 = ___localName1; String_t* L_3 = ___namespaceURI2; bool L_4 = ___atomizedNames3; bool L_5 = ___checkNamespace4; XmlAttribute_t1173852259 * L_6 = (XmlAttribute_t1173852259 *)il2cpp_codegen_object_new(XmlAttribute_t1173852259_il2cpp_TypeInfo_var); XmlAttribute__ctor_m288521366(L_6, L_1, L_2, L_3, __this, L_4, L_5, /*hidden argument*/NULL); return L_6; } IL_0019: { String_t* L_7 = ___prefix0; String_t* L_8 = ___localName1; String_t* L_9 = ___namespaceURI2; XmlAttribute_t1173852259 * L_10 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(43 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_7, L_8, L_9); return L_10; } } // System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) extern "C" IL2CPP_METHOD_ATTR XmlCDataSection_t3267478366 * XmlDocument_CreateCDataSection_m120480085 (XmlDocument_t2837193595 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateCDataSection_m120480085_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___data0; XmlCDataSection_t3267478366 * L_1 = (XmlCDataSection_t3267478366 *)il2cpp_codegen_object_new(XmlCDataSection_t3267478366_il2cpp_TypeInfo_var); XmlCDataSection__ctor_m698815356(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) extern "C" IL2CPP_METHOD_ATTR XmlComment_t2476947920 * XmlDocument_CreateComment_m4084827154 (XmlDocument_t2837193595 * __this, String_t* ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateComment_m4084827154_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___data0; XmlComment_t2476947920 * L_1 = (XmlComment_t2476947920 *)il2cpp_codegen_object_new(XmlComment_t2476947920_il2cpp_TypeInfo_var); XmlComment__ctor_m3519516838(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() extern "C" IL2CPP_METHOD_ATTR XmlDocumentFragment_t1323348855 * XmlDocument_CreateDocumentFragment_m3803012853 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateDocumentFragment_m3803012853_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocumentFragment_t1323348855 * L_0 = (XmlDocumentFragment_t1323348855 *)il2cpp_codegen_object_new(XmlDocumentFragment_t1323348855_il2cpp_TypeInfo_var); XmlDocumentFragment__ctor_m3400459186(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlDocumentType_t4112370061 * XmlDocument_CreateDocumentType_m2561219138 (XmlDocument_t2837193595 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateDocumentType_m2561219138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___publicId1; String_t* L_2 = ___systemId2; String_t* L_3 = ___internalSubset3; XmlDocumentType_t4112370061 * L_4 = (XmlDocumentType_t4112370061 *)il2cpp_codegen_object_new(XmlDocumentType_t4112370061_il2cpp_TypeInfo_var); XmlDocumentType__ctor_m4249013569(L_4, L_0, L_1, L_2, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR XmlDocumentType_t4112370061 * XmlDocument_CreateDocumentType_m1835856254 (XmlDocument_t2837193595 * __this, DTDObjectModel_t1729680289 * ___dtd0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateDocumentType_m1835856254_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DTDObjectModel_t1729680289 * L_0 = ___dtd0; XmlDocumentType_t4112370061 * L_1 = (XmlDocumentType_t4112370061 *)il2cpp_codegen_object_new(XmlDocumentType_t4112370061_il2cpp_TypeInfo_var); XmlDocumentType__ctor_m3064971262(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m2961417808 (XmlDocument_t2837193595 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateElement_m2961417808_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(); XmlElement_t561603118 * L_2 = XmlDocument_CreateElement_m300463600(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m300463600 (XmlDocument_t2837193595 * __this, String_t* ___qualifiedName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___qualifiedName0; XmlDocument_ParseName_m551725517(__this, L_0, (&V_0), (&V_1), /*hidden argument*/NULL); String_t* L_1 = V_0; String_t* L_2 = V_1; String_t* L_3 = ___namespaceURI1; XmlElement_t561603118 * L_4 = VirtFuncInvoker3< XmlElement_t561603118 *, String_t*, String_t*, String_t* >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_1, L_2, L_3); return L_4; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m1081779567 (XmlDocument_t2837193595 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateElement_m1081779567_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B4_0 = NULL; String_t* G_B4_1 = NULL; String_t* G_B6_0 = NULL; String_t* G_B6_1 = NULL; String_t* G_B6_2 = NULL; { String_t* L_0 = ___prefix0; if (!L_0) { goto IL_000c; } } { String_t* L_1 = ___prefix0; G_B3_0 = L_1; goto IL_0011; } IL_000c: { 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; } IL_0011: { String_t* L_3 = ___localName1; String_t* L_4 = ___namespaceURI2; G_B4_0 = L_3; G_B4_1 = G_B3_0; if (!L_4) { G_B5_0 = L_3; G_B5_1 = G_B3_0; goto IL_001e; } } { String_t* L_5 = ___namespaceURI2; G_B6_0 = L_5; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0023; } IL_001e: { 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_B6_0 = L_6; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0023: { XmlElement_t561603118 * L_7 = (XmlElement_t561603118 *)il2cpp_codegen_object_new(XmlElement_t561603118_il2cpp_TypeInfo_var); XmlElement__ctor_m379743235(L_7, G_B6_2, G_B6_1, G_B6_0, __this, (bool)0, /*hidden argument*/NULL); return L_7; } } // System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_CreateElement_m2412054768 (XmlDocument_t2837193595 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, bool ___nameAtomized3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateElement_m2412054768_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B7_0 = NULL; String_t* G_B9_0 = NULL; String_t* G_B9_1 = NULL; String_t* G_B8_0 = NULL; String_t* G_B8_1 = NULL; String_t* G_B10_0 = NULL; String_t* G_B10_1 = NULL; String_t* G_B10_2 = NULL; { String_t* L_0 = ___localName1; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___localName1; 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_0021; } } IL_0016: { ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, _stringLiteral1238569105, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlDocument_CreateElement_m2412054768_RuntimeMethod_var); } IL_0021: { bool L_5 = __this->get_optimal_create_element_7(); if (!L_5) { goto IL_0058; } } { String_t* L_6 = ___prefix0; if (!L_6) { goto IL_0038; } } { String_t* L_7 = ___prefix0; G_B7_0 = L_7; goto IL_003d; } IL_0038: { 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(); G_B7_0 = L_8; } IL_003d: { String_t* L_9 = ___localName1; String_t* L_10 = ___namespaceURI2; G_B8_0 = L_9; G_B8_1 = G_B7_0; if (!L_10) { G_B9_0 = L_9; G_B9_1 = G_B7_0; goto IL_004a; } } { String_t* L_11 = ___namespaceURI2; G_B10_0 = L_11; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_004f; } IL_004a: { 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(); G_B10_0 = L_12; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_004f: { bool L_13 = ___nameAtomized3; XmlElement_t561603118 * L_14 = (XmlElement_t561603118 *)il2cpp_codegen_object_new(XmlElement_t561603118_il2cpp_TypeInfo_var); XmlElement__ctor_m379743235(L_14, G_B10_2, G_B10_1, G_B10_0, __this, L_13, /*hidden argument*/NULL); return L_14; } IL_0058: { String_t* L_15 = ___prefix0; String_t* L_16 = ___localName1; String_t* L_17 = ___namespaceURI2; XmlElement_t561603118 * L_18 = VirtFuncInvoker3< XmlElement_t561603118 *, String_t*, String_t*, String_t* >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_15, L_16, L_17); return L_18; } } // System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) extern "C" IL2CPP_METHOD_ATTR XmlEntityReference_t1966808559 * XmlDocument_CreateEntityReference_m2539055351 (XmlDocument_t2837193595 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateEntityReference_m2539055351_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; XmlEntityReference_t1966808559 * L_1 = (XmlEntityReference_t1966808559 *)il2cpp_codegen_object_new(XmlEntityReference_t1966808559_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m2253048044(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * XmlDocument_CreateNavigator_m3940466188 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = VirtFuncInvoker1< XPathNavigator_t787956054 *, XmlNode_t3767805227 * >::Invoke(50 /* System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator(System.Xml.XmlNode) */, __this, __this); return L_0; } } // System.Xml.XPath.XPathNavigator System.Xml.XmlDocument::CreateNavigator(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * XmlDocument_CreateNavigator_m23077070 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateNavigator_m23077070_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = ___node0; XPathEditableDocument_t3642283412 * L_1 = (XPathEditableDocument_t3642283412 *)il2cpp_codegen_object_new(XPathEditableDocument_t3642283412_il2cpp_TypeInfo_var); XPathEditableDocument__ctor_m3584885124(L_1, L_0, /*hidden argument*/NULL); NullCheck(L_1); XPathNavigator_t787956054 * L_2 = XPathEditableDocument_CreateNavigator_m81974241(L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlProcessingInstruction_t425688976 * XmlDocument_CreateProcessingInstruction_m1384763421 (XmlDocument_t2837193595 * __this, String_t* ___target0, String_t* ___data1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateProcessingInstruction_m1384763421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___target0; String_t* L_1 = ___data1; XmlProcessingInstruction_t425688976 * L_2 = (XmlProcessingInstruction_t425688976 *)il2cpp_codegen_object_new(XmlProcessingInstruction_t425688976_il2cpp_TypeInfo_var); XmlProcessingInstruction__ctor_m3762799159(L_2, L_0, L_1, __this, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR XmlSignificantWhitespace_t1052520128 * XmlDocument_CreateSignificantWhitespace_m548143617 (XmlDocument_t2837193595 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateSignificantWhitespace_m548143617_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; 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,XmlDocument_CreateSignificantWhitespace_m548143617_RuntimeMethod_var); } IL_0016: { String_t* L_3 = ___text0; XmlSignificantWhitespace_t1052520128 * L_4 = (XmlSignificantWhitespace_t1052520128 *)il2cpp_codegen_object_new(XmlSignificantWhitespace_t1052520128_il2cpp_TypeInfo_var); XmlSignificantWhitespace__ctor_m3379707424(L_4, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) extern "C" IL2CPP_METHOD_ATTR XmlText_t2682211705 * XmlDocument_CreateTextNode_m2551652723 (XmlDocument_t2837193595 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateTextNode_m2551652723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; XmlText_t2682211705 * L_1 = (XmlText_t2682211705 *)il2cpp_codegen_object_new(XmlText_t2682211705_il2cpp_TypeInfo_var); XmlText__ctor_m469415401(L_1, L_0, __this, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR XmlWhitespace_t131741354 * XmlDocument_CreateWhitespace_m34507572 (XmlDocument_t2837193595 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateWhitespace_m34507572_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___text0; 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,XmlDocument_CreateWhitespace_m34507572_RuntimeMethod_var); } IL_0016: { String_t* L_3 = ___text0; XmlWhitespace_t131741354 * L_4 = (XmlWhitespace_t131741354 *)il2cpp_codegen_object_new(XmlWhitespace_t131741354_il2cpp_TypeInfo_var); XmlWhitespace__ctor_m949230574(L_4, L_3, __this, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlDeclaration_t679870411 * XmlDocument_CreateXmlDeclaration_m3787725021 (XmlDocument_t2837193595 * __this, String_t* ___version0, String_t* ___encoding1, String_t* ___standalone2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_CreateXmlDeclaration_m3787725021_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___version0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_0, _stringLiteral3073726249, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_2, _stringLiteral3296051019, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlDocument_CreateXmlDeclaration_m3787725021_RuntimeMethod_var); } IL_001b: { String_t* L_3 = ___standalone2; if (!L_3) { goto IL_005c; } } { String_t* L_4 = ___standalone2; 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_005c; } } { String_t* L_7 = ___standalone2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral4119301762, /*hidden argument*/NULL); if (L_8) { goto IL_005c; } } { String_t* L_9 = ___standalone2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral3454777282, /*hidden argument*/NULL); if (L_10) { goto IL_005c; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral2540833487, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,XmlDocument_CreateXmlDeclaration_m3787725021_RuntimeMethod_var); } IL_005c: { String_t* L_12 = ___version0; String_t* L_13 = ___encoding1; String_t* L_14 = ___standalone2; XmlDeclaration_t679870411 * L_15 = (XmlDeclaration_t679870411 *)il2cpp_codegen_object_new(XmlDeclaration_t679870411_il2cpp_TypeInfo_var); XmlDeclaration__ctor_m1509837626(L_15, L_12, L_13, L_14, __this, /*hidden argument*/NULL); return L_15; } } // System.Xml.XmlElement System.Xml.XmlDocument::GetElementById(System.String) extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_GetElementById_m4050556543 (XmlDocument_t2837193595 * __this, String_t* ___elementId0, const RuntimeMethod* method) { XmlAttribute_t1173852259 * V_0 = NULL; XmlElement_t561603118 * G_B3_0 = NULL; { String_t* L_0 = ___elementId0; XmlAttribute_t1173852259 * L_1 = XmlDocument_GetIdenticalAttribute_m3233361554(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlAttribute_t1173852259 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { XmlAttribute_t1173852259 * L_3 = V_0; NullCheck(L_3); XmlElement_t561603118 * L_4 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_3); G_B3_0 = L_4; goto IL_001a; } IL_0019: { G_B3_0 = ((XmlElement_t561603118 *)(NULL)); } IL_001a: { return G_B3_0; } } // System.Xml.XmlNodeList System.Xml.XmlDocument::GetElementsByTagName(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNodeList_t2551693786 * XmlDocument_GetElementsByTagName_m3870749793 (XmlDocument_t2837193595 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetElementsByTagName_m3870749793_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * 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); V_0 = L_0; String_t* L_1 = ___name0; String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, _stringLiteral3452614534, /*hidden argument*/NULL); ArrayList_t2718874744 * L_4 = V_0; XmlNode_SearchDescendantElements_m829936055(__this, L_1, L_3, L_4, /*hidden argument*/NULL); ArrayList_t2718874744 * L_5 = V_0; XmlNodeArrayList_t4092146157 * L_6 = (XmlNodeArrayList_t4092146157 *)il2cpp_codegen_object_new(XmlNodeArrayList_t4092146157_il2cpp_TypeInfo_var); XmlNodeArrayList__ctor_m1454721759(L_6, L_5, /*hidden argument*/NULL); return L_6; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::GetIdenticalAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_GetIdenticalAttribute_m3233361554 (XmlDocument_t2837193595 * __this, String_t* ___id0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_GetIdenticalAttribute_m3233361554_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; { Hashtable_t1853889766 * L_0 = __this->get_idTable_14(); String_t* L_1 = ___id0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_0 = ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_2, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); XmlAttribute_t1173852259 * L_3 = V_0; if (L_3) { goto IL_001a; } } { return (XmlAttribute_t1173852259 *)NULL; } IL_001a: { XmlAttribute_t1173852259 * L_4 = V_0; NullCheck(L_4); XmlElement_t561603118 * L_5 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_4); if (!L_5) { goto IL_0035; } } { XmlAttribute_t1173852259 * L_6 = V_0; NullCheck(L_6); XmlElement_t561603118 * L_7 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_6); NullCheck(L_7); bool L_8 = XmlLinkedNode_get_IsRooted_m2654221119(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0037; } } IL_0035: { return (XmlAttribute_t1173852259 *)NULL; } IL_0037: { XmlAttribute_t1173852259 * L_9 = V_0; return L_9; } } // System.Xml.XmlNode System.Xml.XmlDocument::ImportNode(System.Xml.XmlNode,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocument_ImportNode_m137011485 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, bool ___deep1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_ImportNode_m137011485_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; XmlAttribute_t1173852259 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; XmlDocumentFragment_t1323348855 * V_3 = NULL; XmlNode_t3767805227 * V_4 = NULL; XmlElement_t561603118 * V_5 = NULL; XmlElement_t561603118 * V_6 = NULL; int32_t V_7 = 0; XmlAttribute_t1173852259 * V_8 = NULL; XmlNode_t3767805227 * V_9 = NULL; XmlProcessingInstruction_t425688976 * V_10 = NULL; XmlDeclaration_t679870411 * V_11 = NULL; int32_t V_12 = 0; { XmlNode_t3767805227 * L_0 = ___node0; if (L_0) { goto IL_0011; } } { NullReferenceException_t1023182353 * L_1 = (NullReferenceException_t1023182353 *)il2cpp_codegen_object_new(NullReferenceException_t1023182353_il2cpp_TypeInfo_var); NullReferenceException__ctor_m3076065613(L_1, _stringLiteral2660878093, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlDocument_ImportNode_m137011485_RuntimeMethod_var); } IL_0011: { XmlNode_t3767805227 * L_2 = ___node0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); V_12 = L_3; int32_t L_4 = V_12; switch (L_4) { case 0: { goto IL_01f6; } case 1: { goto IL_0123; } case 2: { goto IL_006d; } case 3: { goto IL_022b; } case 4: { goto IL_00b7; } case 5: { goto IL_01e9; } case 6: { goto IL_0269; } case 7: { goto IL_0201; } case 8: { goto IL_00c4; } case 9: { goto IL_00d1; } case 10: { goto IL_0118; } case 11: { goto IL_00dc; } case 12: { goto IL_0269; } case 13: { goto IL_0238; } case 14: { goto IL_021e; } case 15: { goto IL_01d3; } case 16: { goto IL_01de; } case 17: { goto IL_0245; } } } { goto IL_0269; } IL_006d: { XmlNode_t3767805227 * L_5 = ___node0; V_0 = ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_5, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); XmlAttribute_t1173852259 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlAttribute::get_Prefix() */, L_6); XmlAttribute_t1173852259 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_8); XmlAttribute_t1173852259 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_10); XmlAttribute_t1173852259 * L_12 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(43 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_7, L_9, L_11); V_1 = L_12; XmlAttribute_t1173852259 * L_13 = V_0; NullCheck(L_13); XmlNode_t3767805227 * L_14 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_13); V_2 = L_14; goto IL_00af; } IL_0099: { XmlAttribute_t1173852259 * L_15 = V_1; XmlNode_t3767805227 * L_16 = V_2; bool L_17 = ___deep1; XmlNode_t3767805227 * L_18 = VirtFuncInvoker2< XmlNode_t3767805227 *, XmlNode_t3767805227 *, bool >::Invoke(58 /* System.Xml.XmlNode System.Xml.XmlDocument::ImportNode(System.Xml.XmlNode,System.Boolean) */, __this, L_16, L_17); NullCheck(L_15); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(30 /* System.Xml.XmlNode System.Xml.XmlAttribute::AppendChild(System.Xml.XmlNode) */, L_15, L_18); XmlNode_t3767805227 * L_19 = V_2; NullCheck(L_19); XmlNode_t3767805227 * L_20 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_19); V_2 = L_20; } IL_00af: { XmlNode_t3767805227 * L_21 = V_2; if (L_21) { goto IL_0099; } } { XmlAttribute_t1173852259 * L_22 = V_1; return L_22; } IL_00b7: { XmlNode_t3767805227 * L_23 = ___node0; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_23); XmlCDataSection_t3267478366 * L_25 = VirtFuncInvoker1< XmlCDataSection_t3267478366 *, String_t* >::Invoke(44 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, __this, L_24); return L_25; } IL_00c4: { XmlNode_t3767805227 * L_26 = ___node0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_26); XmlComment_t2476947920 * L_28 = VirtFuncInvoker1< XmlComment_t2476947920 *, String_t* >::Invoke(45 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, __this, L_27); return L_28; } IL_00d1: { XmlException_t1761730631 * L_29 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_29, _stringLiteral960591592, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,XmlDocument_ImportNode_m137011485_RuntimeMethod_var); } IL_00dc: { XmlDocumentFragment_t1323348855 * L_30 = VirtFuncInvoker0< XmlDocumentFragment_t1323348855 * >::Invoke(46 /* System.Xml.XmlDocumentFragment System.Xml.XmlDocument::CreateDocumentFragment() */, __this); V_3 = L_30; bool L_31 = ___deep1; if (!L_31) { goto IL_0116; } } { XmlNode_t3767805227 * L_32 = ___node0; NullCheck(L_32); XmlNode_t3767805227 * L_33 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_32); V_4 = L_33; goto IL_010f; } IL_00f6: { XmlDocumentFragment_t1323348855 * L_34 = V_3; XmlNode_t3767805227 * L_35 = V_4; bool L_36 = ___deep1; XmlNode_t3767805227 * L_37 = VirtFuncInvoker2< XmlNode_t3767805227 *, XmlNode_t3767805227 *, bool >::Invoke(58 /* System.Xml.XmlNode System.Xml.XmlDocument::ImportNode(System.Xml.XmlNode,System.Boolean) */, __this, L_35, L_36); NullCheck(L_34); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(30 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_34, L_37); XmlNode_t3767805227 * L_38 = V_4; NullCheck(L_38); XmlNode_t3767805227 * L_39 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_38); V_4 = L_39; } IL_010f: { XmlNode_t3767805227 * L_40 = V_4; if (L_40) { goto IL_00f6; } } IL_0116: { XmlDocumentFragment_t1323348855 * L_41 = V_3; return L_41; } IL_0118: { XmlException_t1761730631 * L_42 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_42, _stringLiteral2095620099, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42,XmlDocument_ImportNode_m137011485_RuntimeMethod_var); } IL_0123: { XmlNode_t3767805227 * L_43 = ___node0; V_5 = ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_43, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_44 = V_5; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlElement::get_Prefix() */, L_44); XmlElement_t561603118 * L_46 = V_5; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlElement::get_LocalName() */, L_46); XmlElement_t561603118 * L_48 = V_5; NullCheck(L_48); String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlElement::get_NamespaceURI() */, L_48); XmlElement_t561603118 * L_50 = VirtFuncInvoker3< XmlElement_t561603118 *, String_t*, String_t*, String_t* >::Invoke(48 /* System.Xml.XmlElement System.Xml.XmlDocument::CreateElement(System.String,System.String,System.String) */, __this, L_45, L_47, L_49); V_6 = L_50; V_7 = 0; goto IL_0188; } IL_0150: { XmlElement_t561603118 * L_51 = V_5; NullCheck(L_51); XmlAttributeCollection_t2316283784 * L_52 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_51); int32_t L_53 = V_7; NullCheck(L_52); XmlAttribute_t1173852259 * L_54 = XmlAttributeCollection_get_ItemOf_m2829877268(L_52, L_53, /*hidden argument*/NULL); V_8 = L_54; XmlAttribute_t1173852259 * L_55 = V_8; NullCheck(L_55); bool L_56 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlAttribute::get_Specified() */, L_55); if (!L_56) { goto IL_0182; } } { XmlElement_t561603118 * L_57 = V_6; XmlAttribute_t1173852259 * L_58 = V_8; bool L_59 = ___deep1; XmlNode_t3767805227 * L_60 = VirtFuncInvoker2< XmlNode_t3767805227 *, XmlNode_t3767805227 *, bool >::Invoke(58 /* System.Xml.XmlNode System.Xml.XmlDocument::ImportNode(System.Xml.XmlNode,System.Boolean) */, __this, L_58, L_59); NullCheck(L_57); VirtFuncInvoker1< XmlAttribute_t1173852259 *, XmlAttribute_t1173852259 * >::Invoke(45 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_57, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_60, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); } IL_0182: { int32_t L_61 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_0188: { int32_t L_62 = V_7; XmlElement_t561603118 * L_63 = V_5; NullCheck(L_63); XmlAttributeCollection_t2316283784 * L_64 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_63); NullCheck(L_64); int32_t L_65 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_64); if ((((int32_t)L_62) < ((int32_t)L_65))) { goto IL_0150; } } { bool L_66 = ___deep1; if (!L_66) { goto IL_01d0; } } { XmlElement_t561603118 * L_67 = V_5; NullCheck(L_67); XmlNode_t3767805227 * L_68 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_67); V_9 = L_68; goto IL_01c9; } IL_01af: { XmlElement_t561603118 * L_69 = V_6; XmlNode_t3767805227 * L_70 = V_9; bool L_71 = ___deep1; XmlNode_t3767805227 * L_72 = VirtFuncInvoker2< XmlNode_t3767805227 *, XmlNode_t3767805227 *, bool >::Invoke(58 /* System.Xml.XmlNode System.Xml.XmlDocument::ImportNode(System.Xml.XmlNode,System.Boolean) */, __this, L_70, L_71); NullCheck(L_69); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(30 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, L_69, L_72); XmlNode_t3767805227 * L_73 = V_9; NullCheck(L_73); XmlNode_t3767805227 * L_74 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_73); V_9 = L_74; } IL_01c9: { XmlNode_t3767805227 * L_75 = V_9; if (L_75) { goto IL_01af; } } IL_01d0: { XmlElement_t561603118 * L_76 = V_6; return L_76; } IL_01d3: { XmlException_t1761730631 * L_77 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_77, _stringLiteral2937063357, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77,XmlDocument_ImportNode_m137011485_RuntimeMethod_var); } IL_01de: { XmlException_t1761730631 * L_78 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_78, _stringLiteral4035659175, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_78,XmlDocument_ImportNode_m137011485_RuntimeMethod_var); } IL_01e9: { XmlNode_t3767805227 * L_79 = ___node0; NullCheck(L_79); String_t* L_80 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlNode::get_Name() */, L_79); XmlEntityReference_t1966808559 * L_81 = VirtFuncInvoker1< XmlEntityReference_t1966808559 *, String_t* >::Invoke(49 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, __this, L_80); return L_81; } IL_01f6: { XmlException_t1761730631 * L_82 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_82, _stringLiteral1486768377, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_82,XmlDocument_ImportNode_m137011485_RuntimeMethod_var); } IL_0201: { XmlNode_t3767805227 * L_83 = ___node0; V_10 = ((XmlProcessingInstruction_t425688976 *)IsInstClass((RuntimeObject*)L_83, XmlProcessingInstruction_t425688976_il2cpp_TypeInfo_var)); XmlProcessingInstruction_t425688976 * L_84 = V_10; NullCheck(L_84); String_t* L_85 = XmlProcessingInstruction_get_Target_m2836240761(L_84, /*hidden argument*/NULL); XmlProcessingInstruction_t425688976 * L_86 = V_10; NullCheck(L_86); String_t* L_87 = XmlProcessingInstruction_get_Data_m288714794(L_86, /*hidden argument*/NULL); XmlProcessingInstruction_t425688976 * L_88 = VirtFuncInvoker2< XmlProcessingInstruction_t425688976 *, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, __this, L_85, L_87); return L_88; } IL_021e: { XmlNode_t3767805227 * L_89 = ___node0; NullCheck(L_89); String_t* L_90 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_89); XmlSignificantWhitespace_t1052520128 * L_91 = VirtFuncInvoker1< XmlSignificantWhitespace_t1052520128 *, String_t* >::Invoke(52 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, __this, L_90); return L_91; } IL_022b: { XmlNode_t3767805227 * L_92 = ___node0; NullCheck(L_92); String_t* L_93 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_92); XmlText_t2682211705 * L_94 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(53 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, __this, L_93); return L_94; } IL_0238: { XmlNode_t3767805227 * L_95 = ___node0; NullCheck(L_95); String_t* L_96 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_95); XmlWhitespace_t131741354 * L_97 = VirtFuncInvoker1< XmlWhitespace_t131741354 *, String_t* >::Invoke(54 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, __this, L_96); return L_97; } IL_0245: { XmlNode_t3767805227 * L_98 = ___node0; V_11 = ((XmlDeclaration_t679870411 *)IsInstClass((RuntimeObject*)L_98, XmlDeclaration_t679870411_il2cpp_TypeInfo_var)); XmlDeclaration_t679870411 * L_99 = V_11; NullCheck(L_99); String_t* L_100 = XmlDeclaration_get_Version_m979887410(L_99, /*hidden argument*/NULL); XmlDeclaration_t679870411 * L_101 = V_11; NullCheck(L_101); String_t* L_102 = XmlDeclaration_get_Encoding_m3427069320(L_101, /*hidden argument*/NULL); XmlDeclaration_t679870411 * L_103 = V_11; NullCheck(L_103); String_t* L_104 = XmlDeclaration_get_Standalone_m967408221(L_103, /*hidden argument*/NULL); XmlDeclaration_t679870411 * L_105 = VirtFuncInvoker3< XmlDeclaration_t679870411 *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, __this, L_100, L_102, L_104); return L_105; } IL_0269: { XmlNode_t3767805227 * L_106 = ___node0; NullCheck(L_106); int32_t L_107 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_106); int32_t L_108 = L_107; RuntimeObject * L_109 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_108); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_110 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral4066723698, L_109, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_111 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_111, L_110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111,XmlDocument_ImportNode_m137011485_RuntimeMethod_var); } } // System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_Load_m3372586402 (XmlDocument_t2837193595 * __this, XmlReader_t3121518892 * ___xmlReader0, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; 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); { VirtActionInvoker0::Invoke(37 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlReader_t3121518892 * L_0 = ___xmlReader0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); __this->set_baseURI_10(L_1); } IL_0012: try { // begin try (depth: 1) { __this->set_loadMode_20((bool)1); } IL_0019: { XmlReader_t3121518892 * L_2 = ___xmlReader0; XmlNode_t3767805227 * L_3 = VirtFuncInvoker1< XmlNode_t3767805227 *, XmlReader_t3121518892 * >::Invoke(61 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, __this, L_2); V_0 = L_3; XmlNode_t3767805227 * L_4 = V_0; if (L_4) { goto IL_002c; } } IL_0027: { goto IL_0052; } IL_002c: { bool L_5 = __this->get_preserveWhitespace_12(); if (L_5) { goto IL_0044; } } IL_0037: { XmlNode_t3767805227 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6); if ((((int32_t)L_7) == ((int32_t)((int32_t)13)))) { goto IL_004d; } } IL_0044: { XmlNode_t3767805227 * L_8 = V_0; XmlNode_AppendChild_m3759797305(__this, L_8, (bool)0, /*hidden argument*/NULL); } IL_004d: { goto IL_0019; } IL_0052: { XmlReader_t3121518892 * L_9 = ___xmlReader0; NullCheck(L_9); XmlReaderSettings_t2186285234 * L_10 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(22 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_9); if (!L_10) { goto IL_006e; } } IL_005d: { XmlReader_t3121518892 * L_11 = ___xmlReader0; NullCheck(L_11); XmlReaderSettings_t2186285234 * L_12 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(22 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_11); NullCheck(L_12); XmlSchemaSet_t266093086 * L_13 = XmlReaderSettings_get_Schemas_m1700956566(L_12, /*hidden argument*/NULL); __this->set_schemas_18(L_13); } IL_006e: { IL2CPP_LEAVE(0x7B, FINALLY_0073); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: { // begin finally (depth: 1) __this->set_loadMode_20((bool)0); IL2CPP_END_FINALLY(115) } // end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_JUMP_TBL(0x7B, IL_007b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_007b: { return; } } // System.Void System.Xml.XmlDocument::LoadXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_LoadXml_m265057839 (XmlDocument_t2837193595 * __this, String_t* ___xml0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_LoadXml_m265057839_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t4233384356 * V_0 = NULL; 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); { String_t* L_0 = ___xml0; XmlNameTable_t71772148 * L_1 = XmlDocument_get_NameTable_m3351667098(__this, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_2 = XmlDocument_get_NameTable_m3351667098(__this, /*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); XmlParserContext_t2544895291 * L_4 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m52393894(L_4, L_1, L_3, (String_t*)NULL, 0, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_5 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m873020869(L_5, L_0, ((int32_t)9), L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_0021: try { // begin try (depth: 1) XmlTextReader_t4233384356 * L_6 = V_0; XmlResolver_t626023767 * L_7 = __this->get_resolver_13(); NullCheck(L_6); XmlTextReader_set_XmlResolver_m1445354776(L_6, L_7, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_8 = V_0; VirtActionInvoker1< XmlReader_t3121518892 * >::Invoke(59 /* System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) */, __this, L_8); IL2CPP_LEAVE(0x40, FINALLY_0039); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0039; } FINALLY_0039: { // begin finally (depth: 1) XmlTextReader_t4233384356 * L_9 = V_0; NullCheck(L_9); VirtActionInvoker0::Invoke(25 /* System.Void System.Xml.XmlTextReader::Close() */, L_9); IL2CPP_END_FINALLY(57) } // end finally (depth: 1) IL2CPP_CLEANUP(57) { IL2CPP_JUMP_TBL(0x40, IL_0040) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0040: { return; } } // System.Void System.Xml.XmlDocument::onNodeChanged(System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_onNodeChanged_m2481850589 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___parent1, String_t* ___oldValue2, String_t* ___newValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_onNodeChanged_m2481850589_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNodeChangedEventHandler_t1533444722 * L_0 = __this->get_NodeChanged_21(); if (!L_0) { goto IL_0023; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeChanged_21(); XmlNode_t3767805227 * L_2 = ___node0; XmlNode_t3767805227 * L_3 = ___node0; XmlNode_t3767805227 * L_4 = ___parent1; XmlNode_t3767805227 * L_5 = ___parent1; String_t* L_6 = ___oldValue2; String_t* L_7 = ___newValue3; XmlNodeChangedEventArgs_t2486095928 * L_8 = (XmlNodeChangedEventArgs_t2486095928 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t2486095928_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m98100243(L_8, L_3, L_4, L_5, L_6, L_7, 2, /*hidden argument*/NULL); NullCheck(L_1); XmlNodeChangedEventHandler_Invoke_m550244302(L_1, L_2, L_8, /*hidden argument*/NULL); } IL_0023: { return; } } // System.Void System.Xml.XmlDocument::onNodeChanging(System.Xml.XmlNode,System.Xml.XmlNode,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_onNodeChanging_m2143232236 (XmlDocument_t2837193595 * __this, XmlNode_t3767805227 * ___node0, XmlNode_t3767805227 * ___parent1, String_t* ___oldValue2, String_t* ___newValue3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_onNodeChanging_m2143232236_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNode_t3767805227 * L_0 = ___node0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_0); 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, _stringLiteral3478327276, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlDocument_onNodeChanging_m2143232236_RuntimeMethod_var); } IL_0016: { XmlNodeChangedEventHandler_t1533444722 * L_3 = __this->get_NodeChanging_22(); if (!L_3) { goto IL_0039; } } { XmlNodeChangedEventHandler_t1533444722 * L_4 = __this->get_NodeChanging_22(); XmlNode_t3767805227 * L_5 = ___node0; XmlNode_t3767805227 * L_6 = ___node0; XmlNode_t3767805227 * L_7 = ___parent1; XmlNode_t3767805227 * L_8 = ___parent1; String_t* L_9 = ___oldValue2; String_t* L_10 = ___newValue3; XmlNodeChangedEventArgs_t2486095928 * L_11 = (XmlNodeChangedEventArgs_t2486095928 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t2486095928_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m98100243(L_11, L_6, L_7, L_8, L_9, L_10, 2, /*hidden argument*/NULL); NullCheck(L_4); XmlNodeChangedEventHandler_Invoke_m550244302(L_4, L_5, L_11, /*hidden argument*/NULL); } IL_0039: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_onNodeInserted_m2673734294_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNodeChangedEventHandler_t1533444722 * L_0 = __this->get_NodeInserted_23(); if (!L_0) { goto IL_0022; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeInserted_23(); XmlNode_t3767805227 * L_2 = ___node0; XmlNode_t3767805227 * L_3 = ___node0; XmlNode_t3767805227 * L_4 = ___newParent1; XmlNodeChangedEventArgs_t2486095928 * L_5 = (XmlNodeChangedEventArgs_t2486095928 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t2486095928_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m98100243(L_5, L_3, (XmlNode_t3767805227 *)NULL, L_4, (String_t*)NULL, (String_t*)NULL, 0, /*hidden argument*/NULL); NullCheck(L_1); XmlNodeChangedEventHandler_Invoke_m550244302(L_1, L_2, L_5, /*hidden argument*/NULL); } IL_0022: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_onNodeInserting_m2380219613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNodeChangedEventHandler_t1533444722 * L_0 = __this->get_NodeInserting_24(); if (!L_0) { goto IL_0022; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeInserting_24(); XmlNode_t3767805227 * L_2 = ___node0; XmlNode_t3767805227 * L_3 = ___node0; XmlNode_t3767805227 * L_4 = ___newParent1; XmlNodeChangedEventArgs_t2486095928 * L_5 = (XmlNodeChangedEventArgs_t2486095928 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t2486095928_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m98100243(L_5, L_3, (XmlNode_t3767805227 *)NULL, L_4, (String_t*)NULL, (String_t*)NULL, 0, /*hidden argument*/NULL); NullCheck(L_1); XmlNodeChangedEventHandler_Invoke_m550244302(L_1, L_2, L_5, /*hidden argument*/NULL); } IL_0022: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_onNodeRemoved_m502304840_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNodeChangedEventHandler_t1533444722 * L_0 = __this->get_NodeRemoved_25(); if (!L_0) { goto IL_0022; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeRemoved_25(); XmlNode_t3767805227 * L_2 = ___node0; XmlNode_t3767805227 * L_3 = ___node0; XmlNode_t3767805227 * L_4 = ___oldParent1; XmlNodeChangedEventArgs_t2486095928 * L_5 = (XmlNodeChangedEventArgs_t2486095928 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t2486095928_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m98100243(L_5, L_3, L_4, (XmlNode_t3767805227 *)NULL, (String_t*)NULL, (String_t*)NULL, 1, /*hidden argument*/NULL); NullCheck(L_1); XmlNodeChangedEventHandler_Invoke_m550244302(L_1, L_2, L_5, /*hidden argument*/NULL); } IL_0022: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_onNodeRemoving_m253634602_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNodeChangedEventHandler_t1533444722 * L_0 = __this->get_NodeRemoving_26(); if (!L_0) { goto IL_0022; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeRemoving_26(); XmlNode_t3767805227 * L_2 = ___node0; XmlNode_t3767805227 * L_3 = ___node0; XmlNode_t3767805227 * L_4 = ___oldParent1; XmlNodeChangedEventArgs_t2486095928 * L_5 = (XmlNodeChangedEventArgs_t2486095928 *)il2cpp_codegen_object_new(XmlNodeChangedEventArgs_t2486095928_il2cpp_TypeInfo_var); XmlNodeChangedEventArgs__ctor_m98100243(L_5, L_3, L_4, (XmlNode_t3767805227 *)NULL, (String_t*)NULL, (String_t*)NULL, 1, /*hidden argument*/NULL); NullCheck(L_1); XmlNodeChangedEventHandler_Invoke_m550244302(L_1, L_2, L_5, /*hidden argument*/NULL); } IL_0022: { return; } } // System.Void System.Xml.XmlDocument::ParseName(System.String,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_ParseName_m551725517 (XmlDocument_t2837193595 * __this, String_t* ___name0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_ParseName_m551725517_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { 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)(-1)))) { goto IL_002a; } } { String_t** L_3 = ___prefix1; String_t* L_4 = ___name0; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = String_Substring_m1610150815(L_4, 0, L_5, /*hidden argument*/NULL); *((RuntimeObject **)(L_3)) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)L_6); String_t** L_7 = ___localName2; String_t* L_8 = ___name0; int32_t L_9 = V_0; NullCheck(L_8); String_t* L_10 = String_Substring_m2848979100(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)(L_7)) = (RuntimeObject *)L_10; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_7), (RuntimeObject *)L_10); goto IL_0034; } IL_002a: { String_t** L_11 = ___prefix1; 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(); *((RuntimeObject **)(L_11)) = (RuntimeObject *)L_12; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_11), (RuntimeObject *)L_12); String_t** L_13 = ___localName2; String_t* L_14 = ___name0; *((RuntimeObject **)(L_13)) = (RuntimeObject *)L_14; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_13), (RuntimeObject *)L_14); } IL_0034: { return; } } // System.Xml.XmlAttribute System.Xml.XmlDocument::ReadAttributeNode(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_ReadAttributeNode_m2268353944 (XmlDocument_t2837193595 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_ReadAttributeNode_m2268353944_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; bool V_1 = false; { XmlReader_t3121518892 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0018; } } { XmlReader_t3121518892 * L_2 = ___reader0; NullCheck(L_2); VirtFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_2); goto IL_0036; } IL_0018: { XmlReader_t3121518892 * L_3 = ___reader0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_3); if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_0036; } } { XmlReader_t3121518892 * L_5 = ___reader0; String_t* L_6 = XmlDocument_MakeReaderErrorMessage_m2864280090(__this, _stringLiteral1003450882, L_5, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_7 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XmlDocument_ReadAttributeNode_m2268353944_RuntimeMethod_var); } IL_0036: { XmlReader_t3121518892 * L_8 = ___reader0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_Prefix() */, L_8); XmlReader_t3121518892 * L_10 = ___reader0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String System.Xml.XmlReader::get_LocalName() */, L_10); XmlReader_t3121518892 * L_12 = ___reader0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_12); XmlAttribute_t1173852259 * L_14 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(43 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, L_9, L_11, L_13); V_0 = L_14; XmlReader_t3121518892 * L_15 = ___reader0; NullCheck(L_15); RuntimeObject* L_16 = VirtFuncInvoker0< RuntimeObject* >::Invoke(21 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_15); if (!L_16) { goto IL_006b; } } { XmlReader_t3121518892 * L_17 = ___reader0; NullCheck(L_17); RuntimeObject* L_18 = VirtFuncInvoker0< RuntimeObject* >::Invoke(21 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_17); XmlSchemaInfo_t997462956 * L_19 = (XmlSchemaInfo_t997462956 *)il2cpp_codegen_object_new(XmlSchemaInfo_t997462956_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_m1962529155(L_19, L_18, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject* >::Invoke(29 /* System.Void System.Xml.XmlDocument::set_SchemaInfo(System.Xml.Schema.IXmlSchemaInfo) */, __this, L_19); } IL_006b: { XmlReader_t3121518892 * L_20 = ___reader0; NullCheck(L_20); bool L_21 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_20); V_1 = L_21; XmlReader_t3121518892 * L_22 = ___reader0; XmlAttribute_t1173852259 * L_23 = V_0; XmlDocument_ReadAttributeNodeValue_m2172166588(__this, L_22, L_23, /*hidden argument*/NULL); bool L_24 = V_1; if (!L_24) { goto IL_0086; } } { XmlAttribute_t1173852259 * L_25 = V_0; NullCheck(L_25); XmlAttribute_SetDefault_m2091487654(L_25, /*hidden argument*/NULL); } IL_0086: { XmlAttribute_t1173852259 * L_26 = V_0; return L_26; } } // System.Void System.Xml.XmlDocument::ReadAttributeNodeValue(System.Xml.XmlReader,System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_ReadAttributeNodeValue_m2172166588 (XmlDocument_t2837193595 * __this, XmlReader_t3121518892 * ___reader0, XmlAttribute_t1173852259 * ___attribute1, const RuntimeMethod* method) { { goto IL_003e; } IL_0005: { XmlReader_t3121518892 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_002a; } } { XmlAttribute_t1173852259 * L_2 = ___attribute1; XmlReader_t3121518892 * L_3 = ___reader0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Name() */, L_3); XmlEntityReference_t1966808559 * L_5 = VirtFuncInvoker1< XmlEntityReference_t1966808559 *, String_t* >::Invoke(49 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, __this, L_4); NullCheck(L_2); XmlNode_AppendChild_m3759797305(L_2, L_5, (bool)0, /*hidden argument*/NULL); goto IL_003e; } IL_002a: { XmlAttribute_t1173852259 * L_6 = ___attribute1; XmlReader_t3121518892 * L_7 = ___reader0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_7); XmlText_t2682211705 * L_9 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(53 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, __this, L_8); NullCheck(L_6); XmlNode_AppendChild_m3759797305(L_6, L_9, (bool)0, /*hidden argument*/NULL); } IL_003e: { XmlReader_t3121518892 * L_10 = ___reader0; NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(35 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_10); if (L_11) { goto IL_0005; } } { return; } } // System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocument_ReadNode_m3847267156 (XmlDocument_t2837193595 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_ReadNode_m3847267156_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t4233384356 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; 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); { bool L_0 = XmlDocument_get_PreserveWhitespace_m2243367897(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0013; } } { XmlReader_t3121518892 * L_1 = ___reader0; XmlNode_t3767805227 * L_2 = XmlDocument_ReadNodeCore_m1248528250(__this, L_1, /*hidden argument*/NULL); return L_2; } IL_0013: { XmlReader_t3121518892 * L_3 = ___reader0; V_0 = ((XmlTextReader_t4233384356 *)IsInstClass((RuntimeObject*)L_3, XmlTextReader_t4233384356_il2cpp_TypeInfo_var)); XmlTextReader_t4233384356 * L_4 = V_0; if (!L_4) { goto IL_004c; } } { XmlTextReader_t4233384356 * L_5 = V_0; NullCheck(L_5); int32_t L_6 = XmlTextReader_get_WhitespaceHandling_m1514032766(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_004c; } } IL_002b: try { // begin try (depth: 1) { XmlTextReader_t4233384356 * L_7 = V_0; NullCheck(L_7); XmlTextReader_set_WhitespaceHandling_m109745019(L_7, 1, /*hidden argument*/NULL); XmlReader_t3121518892 * L_8 = ___reader0; XmlNode_t3767805227 * L_9 = XmlDocument_ReadNodeCore_m1248528250(__this, L_8, /*hidden argument*/NULL); V_1 = L_9; IL2CPP_LEAVE(0x54, FINALLY_0044); } IL_003f: { ; // IL_003f: leave IL_004c } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) XmlTextReader_t4233384356 * L_10 = V_0; NullCheck(L_10); XmlTextReader_set_WhitespaceHandling_m109745019(L_10, 0, /*hidden argument*/NULL); IL2CPP_END_FINALLY(68) } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_JUMP_TBL(0x54, IL_0054) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004c: { XmlReader_t3121518892 * L_11 = ___reader0; XmlNode_t3767805227 * L_12 = XmlDocument_ReadNodeCore_m1248528250(__this, L_11, /*hidden argument*/NULL); return L_12; } IL_0054: { XmlNode_t3767805227 * L_13 = V_1; return L_13; } } // System.Xml.XmlNode System.Xml.XmlDocument::ReadNodeCore(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocument_ReadNodeCore_m1248528250 (XmlDocument_t2837193595 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_ReadNodeCore_m1248528250_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; XmlElement_t561603118 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; DTDObjectModel_t1729680289 * V_6 = NULL; RuntimeObject* V_7 = NULL; XmlNode_t3767805227 * V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; { XmlReader_t3121518892 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_0); V_9 = L_1; int32_t L_2 = V_9; if (!L_2) { goto IL_0021; } } { int32_t L_3 = V_9; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_001c; } } { goto IL_0049; } IL_001c: { goto IL_004b; } IL_0021: { XmlReader_t3121518892 * L_4 = ___reader0; NullCheck(L_4); RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(21 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_4); if (!L_5) { goto IL_003d; } } { XmlReader_t3121518892 * L_6 = ___reader0; NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(21 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_6); XmlSchemaInfo_t997462956 * L_8 = (XmlSchemaInfo_t997462956 *)il2cpp_codegen_object_new(XmlSchemaInfo_t997462956_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_m1962529155(L_8, L_7, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject* >::Invoke(29 /* System.Void System.Xml.XmlDocument::set_SchemaInfo(System.Xml.Schema.IXmlSchemaInfo) */, __this, L_8); } IL_003d: { XmlReader_t3121518892 * L_9 = ___reader0; NullCheck(L_9); VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XmlReader::Read() */, L_9); goto IL_004b; } IL_0049: { return (XmlNode_t3767805227 *)NULL; } IL_004b: { XmlReader_t3121518892 * L_10 = ___reader0; NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_10); V_10 = L_11; int32_t L_12 = V_10; switch (L_12) { case 0: { goto IL_0348; } case 1: { goto IL_00ec; } case 2: { goto IL_00a7; } case 3: { goto IL_01f5; } case 4: { goto IL_00c8; } case 5: { goto IL_0291; } case 6: { goto IL_034a; } case 7: { goto IL_01dd; } case 8: { goto IL_00da; } case 9: { goto IL_034a; } case 10: { goto IL_022e; } case 11: { goto IL_034a; } case 12: { goto IL_034a; } case 13: { goto IL_0336; } case 14: { goto IL_0324; } case 15: { goto IL_034a; } case 16: { goto IL_034a; } case 17: { goto IL_0207; } } } { goto IL_034a; } IL_00a7: { XmlReader_t3121518892 * L_13 = ___reader0; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String System.Xml.XmlReader::get_LocalName() */, L_13); V_1 = L_14; XmlReader_t3121518892 * L_15 = ___reader0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_15); V_2 = L_16; XmlReader_t3121518892 * L_17 = ___reader0; XmlAttribute_t1173852259 * L_18 = XmlDocument_ReadAttributeNode_m2268353944(__this, L_17, /*hidden argument*/NULL); V_0 = L_18; XmlReader_t3121518892 * L_19 = ___reader0; String_t* L_20 = V_1; String_t* L_21 = V_2; NullCheck(L_19); VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(30 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_19, L_20, L_21); XmlNode_t3767805227 * L_22 = V_0; return L_22; } IL_00c8: { XmlReader_t3121518892 * L_23 = ___reader0; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_23); XmlCDataSection_t3267478366 * L_25 = VirtFuncInvoker1< XmlCDataSection_t3267478366 *, String_t* >::Invoke(44 /* System.Xml.XmlCDataSection System.Xml.XmlDocument::CreateCDataSection(System.String) */, __this, L_24); V_0 = L_25; goto IL_036a; } IL_00da: { XmlReader_t3121518892 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_26); XmlComment_t2476947920 * L_28 = VirtFuncInvoker1< XmlComment_t2476947920 *, String_t* >::Invoke(45 /* System.Xml.XmlComment System.Xml.XmlDocument::CreateComment(System.String) */, __this, L_27); V_0 = L_28; goto IL_036a; } IL_00ec: { XmlReader_t3121518892 * L_29 = ___reader0; NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_Prefix() */, L_29); XmlReader_t3121518892 * L_31 = ___reader0; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String System.Xml.XmlReader::get_LocalName() */, L_31); XmlReader_t3121518892 * L_33 = ___reader0; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_33); XmlReader_t3121518892 * L_35 = ___reader0; NullCheck(L_35); XmlNameTable_t71772148 * L_36 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(17 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_35); XmlNameTable_t71772148 * L_37 = XmlDocument_get_NameTable_m3351667098(__this, /*hidden argument*/NULL); XmlElement_t561603118 * L_38 = XmlDocument_CreateElement_m2412054768(__this, L_30, L_32, L_34, (bool)((((RuntimeObject*)(XmlNameTable_t71772148 *)L_36) == ((RuntimeObject*)(XmlNameTable_t71772148 *)L_37))? 1 : 0), /*hidden argument*/NULL); V_3 = L_38; XmlReader_t3121518892 * L_39 = ___reader0; NullCheck(L_39); RuntimeObject* L_40 = VirtFuncInvoker0< RuntimeObject* >::Invoke(21 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_39); if (!L_40) { goto IL_012f; } } { XmlReader_t3121518892 * L_41 = ___reader0; NullCheck(L_41); RuntimeObject* L_42 = VirtFuncInvoker0< RuntimeObject* >::Invoke(21 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_41); XmlSchemaInfo_t997462956 * L_43 = (XmlSchemaInfo_t997462956 *)il2cpp_codegen_object_new(XmlSchemaInfo_t997462956_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_m1962529155(L_43, L_42, /*hidden argument*/NULL); VirtActionInvoker1< RuntimeObject* >::Invoke(29 /* System.Void System.Xml.XmlDocument::set_SchemaInfo(System.Xml.Schema.IXmlSchemaInfo) */, __this, L_43); } IL_012f: { XmlElement_t561603118 * L_44 = V_3; XmlReader_t3121518892 * L_45 = ___reader0; NullCheck(L_45); bool L_46 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_45); NullCheck(L_44); XmlElement_set_IsEmpty_m6933664(L_44, L_46, /*hidden argument*/NULL); V_4 = 0; goto IL_0166; } IL_0143: { XmlReader_t3121518892 * L_47 = ___reader0; int32_t L_48 = V_4; NullCheck(L_47); VirtActionInvoker1< int32_t >::Invoke(29 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_47, L_48); XmlElement_t561603118 * L_49 = V_3; XmlReader_t3121518892 * L_50 = ___reader0; XmlAttribute_t1173852259 * L_51 = XmlDocument_ReadAttributeNode_m2268353944(__this, L_50, /*hidden argument*/NULL); NullCheck(L_49); VirtFuncInvoker1< XmlAttribute_t1173852259 *, XmlAttribute_t1173852259 * >::Invoke(45 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_49, L_51); XmlReader_t3121518892 * L_52 = ___reader0; NullCheck(L_52); VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_52); int32_t L_53 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0166: { int32_t L_54 = V_4; XmlReader_t3121518892 * L_55 = ___reader0; NullCheck(L_55); int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_55); if ((((int32_t)L_54) < ((int32_t)L_56))) { goto IL_0143; } } { XmlReader_t3121518892 * L_57 = ___reader0; NullCheck(L_57); VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_57); XmlReader_t3121518892 * L_58 = ___reader0; NullCheck(L_58); int32_t L_59 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_58); V_5 = L_59; XmlReader_t3121518892 * L_60 = ___reader0; NullCheck(L_60); bool L_61 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_60); if (!L_61) { goto IL_0194; } } { XmlElement_t561603118 * L_62 = V_3; V_0 = L_62; goto IL_036a; } IL_0194: { XmlReader_t3121518892 * L_63 = ___reader0; NullCheck(L_63); VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XmlReader::Read() */, L_63); goto IL_01c9; } IL_01a0: { XmlReader_t3121518892 * L_64 = ___reader0; XmlNode_t3767805227 * L_65 = XmlDocument_ReadNodeCore_m1248528250(__this, L_64, /*hidden argument*/NULL); V_0 = L_65; bool L_66 = __this->get_preserveWhitespace_12(); if (L_66) { goto IL_01c0; } } { XmlNode_t3767805227 * L_67 = V_0; NullCheck(L_67); int32_t L_68 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_67); if ((((int32_t)L_68) == ((int32_t)((int32_t)13)))) { goto IL_01c9; } } IL_01c0: { XmlElement_t561603118 * L_69 = V_3; XmlNode_t3767805227 * L_70 = V_0; NullCheck(L_69); XmlNode_AppendChild_m3759797305(L_69, L_70, (bool)0, /*hidden argument*/NULL); } IL_01c9: { XmlReader_t3121518892 * L_71 = ___reader0; NullCheck(L_71); int32_t L_72 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_71); int32_t L_73 = V_5; if ((((int32_t)L_72) > ((int32_t)L_73))) { goto IL_01a0; } } { XmlElement_t561603118 * L_74 = V_3; V_0 = L_74; goto IL_036a; } IL_01dd: { XmlReader_t3121518892 * L_75 = ___reader0; NullCheck(L_75); String_t* L_76 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Name() */, L_75); XmlReader_t3121518892 * L_77 = ___reader0; NullCheck(L_77); String_t* L_78 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_77); XmlProcessingInstruction_t425688976 * L_79 = VirtFuncInvoker2< XmlProcessingInstruction_t425688976 *, String_t*, String_t* >::Invoke(51 /* System.Xml.XmlProcessingInstruction System.Xml.XmlDocument::CreateProcessingInstruction(System.String,System.String) */, __this, L_76, L_78); V_0 = L_79; goto IL_036a; } IL_01f5: { XmlReader_t3121518892 * L_80 = ___reader0; NullCheck(L_80); String_t* L_81 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_80); XmlText_t2682211705 * L_82 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(53 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, __this, L_81); V_0 = L_82; goto IL_036a; } IL_0207: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_83 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_84 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlDeclaration_t679870411 * L_85 = VirtFuncInvoker3< XmlDeclaration_t679870411 *, String_t*, String_t*, String_t* >::Invoke(55 /* System.Xml.XmlDeclaration System.Xml.XmlDocument::CreateXmlDeclaration(System.String,System.String,System.String) */, __this, _stringLiteral3073726249, L_83, L_84); V_0 = L_85; XmlNode_t3767805227 * L_86 = V_0; XmlReader_t3121518892 * L_87 = ___reader0; NullCheck(L_87); String_t* L_88 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_87); NullCheck(L_86); VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_86, L_88); goto IL_036a; } IL_022e: { V_6 = (DTDObjectModel_t1729680289 *)NULL; XmlReader_t3121518892 * L_89 = ___reader0; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_89, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var)); RuntimeObject* L_90 = V_7; if (!L_90) { goto IL_024e; } } { RuntimeObject* L_91 = V_7; NullCheck(L_91); XmlParserContext_t2544895291 * L_92 = InterfaceFuncInvoker0< XmlParserContext_t2544895291 * >::Invoke(0 /* System.Xml.XmlParserContext Mono.Xml.IHasXmlParserContext::get_ParserContext() */, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var, L_91); NullCheck(L_92); DTDObjectModel_t1729680289 * L_93 = XmlParserContext_get_Dtd_m2960147355(L_92, /*hidden argument*/NULL); V_6 = L_93; } IL_024e: { DTDObjectModel_t1729680289 * L_94 = V_6; if (!L_94) { goto IL_0263; } } { DTDObjectModel_t1729680289 * L_95 = V_6; XmlDocumentType_t4112370061 * L_96 = XmlDocument_CreateDocumentType_m1835856254(__this, L_95, /*hidden argument*/NULL); V_0 = L_96; goto IL_028c; } IL_0263: { XmlReader_t3121518892 * L_97 = ___reader0; NullCheck(L_97); String_t* L_98 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Name() */, L_97); XmlReader_t3121518892 * L_99 = ___reader0; NullCheck(L_99); String_t* L_100 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_99, _stringLiteral3984887517); XmlReader_t3121518892 * L_101 = ___reader0; NullCheck(L_101); String_t* L_102 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_101, _stringLiteral3261774195); XmlReader_t3121518892 * L_103 = ___reader0; NullCheck(L_103); String_t* L_104 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_103); XmlDocumentType_t4112370061 * L_105 = VirtFuncInvoker4< XmlDocumentType_t4112370061 *, String_t*, String_t*, String_t*, String_t* >::Invoke(47 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::CreateDocumentType(System.String,System.String,System.String,System.String) */, __this, L_98, L_100, L_102, L_104); V_0 = L_105; } IL_028c: { goto IL_036a; } IL_0291: { bool L_106 = __this->get_loadMode_20(); if (!L_106) { goto IL_02cd; } } { XmlDocumentType_t4112370061 * L_107 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(41 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); if (!L_107) { goto IL_02cd; } } { XmlDocumentType_t4112370061 * L_108 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(41 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); NullCheck(L_108); XmlNamedNodeMap_t2821286253 * L_109 = XmlDocumentType_get_Entities_m2560357361(L_108, /*hidden argument*/NULL); XmlReader_t3121518892 * L_110 = ___reader0; NullCheck(L_110); String_t* L_111 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Name() */, L_110); NullCheck(L_109); XmlNode_t3767805227 * L_112 = VirtFuncInvoker1< XmlNode_t3767805227 *, String_t* >::Invoke(7 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, L_109, L_111); if (L_112) { goto IL_02cd; } } { XmlException_t1761730631 * L_113 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_113, _stringLiteral2382903998, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_113,XmlDocument_ReadNodeCore_m1248528250_RuntimeMethod_var); } IL_02cd: { XmlReader_t3121518892 * L_114 = ___reader0; NullCheck(L_114); String_t* L_115 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Name() */, L_114); XmlEntityReference_t1966808559 * L_116 = VirtFuncInvoker1< XmlEntityReference_t1966808559 *, String_t* >::Invoke(49 /* System.Xml.XmlEntityReference System.Xml.XmlDocument::CreateEntityReference(System.String) */, __this, L_115); V_0 = L_116; XmlReader_t3121518892 * L_117 = ___reader0; NullCheck(L_117); bool L_118 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_117); if (!L_118) { goto IL_031f; } } { XmlReader_t3121518892 * L_119 = ___reader0; NullCheck(L_119); VirtActionInvoker0::Invoke(37 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_119); XmlReader_t3121518892 * L_120 = ___reader0; NullCheck(L_120); VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XmlReader::Read() */, L_120); goto IL_0303; } IL_02f7: { XmlNode_t3767805227 * L_121 = V_0; XmlNode_t3767805227 * L_122 = V_8; NullCheck(L_121); XmlNode_InsertBefore_m523861519(L_121, L_122, (XmlNode_t3767805227 *)NULL, (bool)0, (bool)0, /*hidden argument*/NULL); } IL_0303: { XmlReader_t3121518892 * L_123 = ___reader0; NullCheck(L_123); int32_t L_124 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_123); if ((((int32_t)L_124) == ((int32_t)((int32_t)16)))) { goto IL_031f; } } { XmlReader_t3121518892 * L_125 = ___reader0; XmlNode_t3767805227 * L_126 = VirtFuncInvoker1< XmlNode_t3767805227 *, XmlReader_t3121518892 * >::Invoke(61 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, __this, L_125); XmlNode_t3767805227 * L_127 = L_126; V_8 = L_127; if (L_127) { goto IL_02f7; } } IL_031f: { goto IL_036a; } IL_0324: { XmlReader_t3121518892 * L_128 = ___reader0; NullCheck(L_128); String_t* L_129 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_128); XmlSignificantWhitespace_t1052520128 * L_130 = VirtFuncInvoker1< XmlSignificantWhitespace_t1052520128 *, String_t* >::Invoke(52 /* System.Xml.XmlSignificantWhitespace System.Xml.XmlDocument::CreateSignificantWhitespace(System.String) */, __this, L_129); V_0 = L_130; goto IL_036a; } IL_0336: { XmlReader_t3121518892 * L_131 = ___reader0; NullCheck(L_131); String_t* L_132 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::get_Value() */, L_131); XmlWhitespace_t131741354 * L_133 = VirtFuncInvoker1< XmlWhitespace_t131741354 *, String_t* >::Invoke(54 /* System.Xml.XmlWhitespace System.Xml.XmlDocument::CreateWhitespace(System.String) */, __this, L_132); V_0 = L_133; goto IL_036a; } IL_0348: { return (XmlNode_t3767805227 *)NULL; } IL_034a: { XmlReader_t3121518892 * L_134 = ___reader0; NullCheck(L_134); int32_t L_135 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_134); int32_t L_136 = L_135; RuntimeObject * L_137 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_136); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_138 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1485458333, L_137, _stringLiteral3452614530, /*hidden argument*/NULL); NullReferenceException_t1023182353 * L_139 = (NullReferenceException_t1023182353 *)il2cpp_codegen_object_new(NullReferenceException_t1023182353_il2cpp_TypeInfo_var); NullReferenceException__ctor_m3076065613(L_139, L_138, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_139,XmlDocument_ReadNodeCore_m1248528250_RuntimeMethod_var); } IL_036a: { XmlReader_t3121518892 * L_140 = ___reader0; NullCheck(L_140); VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XmlReader::Read() */, L_140); XmlNode_t3767805227 * L_141 = V_0; return L_141; } } // System.String System.Xml.XmlDocument::MakeReaderErrorMessage(System.String,System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocument_MakeReaderErrorMessage_m2864280090 (XmlDocument_t2837193595 * __this, String_t* ___message0, XmlReader_t3121518892 * ___reader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_MakeReaderErrorMessage_m2864280090_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { XmlReader_t3121518892 * L_0 = ___reader1; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); String_t* L_4 = ___message0; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_3; RuntimeObject* L_6 = V_0; NullCheck(L_6); int32_t L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_6); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_9); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_5; RuntimeObject* L_11 = V_0; NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_11); int32_t L_13 = L_12; RuntimeObject * L_14 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_13); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_14); (L_10)->SetAt(static_cast(2), (RuntimeObject *)L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m1881875187(NULL /*static, unused*/, L_2, _stringLiteral1262271159, L_10, /*hidden argument*/NULL); return L_15; } IL_0043: { String_t* L_16 = ___message0; return L_16; } } // System.Void System.Xml.XmlDocument::RemoveIdenticalAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_RemoveIdenticalAttribute_m749578340 (XmlDocument_t2837193595 * __this, String_t* ___id0, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_idTable_14(); String_t* L_1 = ___id0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_0, L_1); return; } } // System.Void System.Xml.XmlDocument::AddDefaultNameTableKeys() extern "C" IL2CPP_METHOD_ATTR void XmlDocument_AddDefaultNameTableKeys_m55595779 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_AddDefaultNameTableKeys_m55595779_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNameTable_t71772148 * L_0 = __this->get_nameTable_9(); NullCheck(L_0); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_0, _stringLiteral2649583896); XmlNameTable_t71772148 * L_1 = __this->get_nameTable_9(); NullCheck(L_1); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, _stringLiteral2909972470); XmlNameTable_t71772148 * L_2 = __this->get_nameTable_9(); NullCheck(L_2); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_2, _stringLiteral3929236445); XmlNameTable_t71772148 * L_3 = __this->get_nameTable_9(); NullCheck(L_3); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, _stringLiteral2096049937); XmlNameTable_t71772148 * L_4 = __this->get_nameTable_9(); NullCheck(L_4); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, _stringLiteral263962801); XmlNameTable_t71772148 * L_5 = __this->get_nameTable_9(); NullCheck(L_5); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, _stringLiteral1704856999); XmlNameTable_t71772148 * L_6 = __this->get_nameTable_9(); NullCheck(L_6); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, _stringLiteral1613539661); XmlNameTable_t71772148 * L_7 = __this->get_nameTable_9(); NullCheck(L_7); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, _stringLiteral3454449607); XmlNameTable_t71772148 * L_8 = __this->get_nameTable_9(); NullCheck(L_8); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_8, _stringLiteral1653520728); XmlNameTable_t71772148 * L_9 = __this->get_nameTable_9(); NullCheck(L_9); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_9, _stringLiteral2829469855); XmlNameTable_t71772148 * L_10 = __this->get_nameTable_9(); NullCheck(L_10); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, _stringLiteral3841790420); XmlNameTable_t71772148 * L_11 = __this->get_nameTable_9(); NullCheck(L_11); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_11, _stringLiteral2409271576); XmlNameTable_t71772148 * L_12 = __this->get_nameTable_9(); NullCheck(L_12); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_12, _stringLiteral1641135215); XmlNameTable_t71772148 * L_13 = __this->get_nameTable_9(); NullCheck(L_13); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_13, _stringLiteral1556661878); return; } } // System.Void System.Xml.XmlDocument::CheckIdTableUpdate(System.Xml.XmlAttribute,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_CheckIdTableUpdate_m1665709554 (XmlDocument_t2837193595 * __this, XmlAttribute_t1173852259 * ___attr0, String_t* ___oldValue1, String_t* ___newValue2, const RuntimeMethod* method) { { Hashtable_t1853889766 * L_0 = __this->get_idTable_14(); String_t* L_1 = ___oldValue1; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); XmlAttribute_t1173852259 * L_3 = ___attr0; if ((!(((RuntimeObject*)(RuntimeObject *)L_2) == ((RuntimeObject*)(XmlAttribute_t1173852259 *)L_3)))) { goto IL_002b; } } { Hashtable_t1853889766 * L_4 = __this->get_idTable_14(); String_t* L_5 = ___oldValue1; NullCheck(L_4); VirtActionInvoker1< RuntimeObject * >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5); Hashtable_t1853889766 * L_6 = __this->get_idTable_14(); String_t* L_7 = ___newValue2; XmlAttribute_t1173852259 * L_8 = ___attr0; NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_6, L_7, L_8); } IL_002b: { 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.XmlDocumentFragment::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment__ctor_m3400459186 (XmlDocumentFragment_t1323348855 * __this, XmlDocument_t2837193595 * ___doc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentFragment__ctor_m3400459186_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = ___doc0; IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); XmlNode__ctor_m2694942411(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlLinkedNode System.Xml.XmlDocumentFragment::System.Xml.IHasXmlChildNode.get_LastLinkedChild() extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t1437094927 * XmlDocumentFragment_System_Xml_IHasXmlChildNode_get_LastLinkedChild_m644398826 (XmlDocumentFragment_t1323348855 * __this, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = __this->get_lastLinkedChild_6(); return L_0; } } // System.Void System.Xml.XmlDocumentFragment::System.Xml.IHasXmlChildNode.set_LastLinkedChild(System.Xml.XmlLinkedNode) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment_System_Xml_IHasXmlChildNode_set_LastLinkedChild_m594668903 (XmlDocumentFragment_t1323348855 * __this, XmlLinkedNode_t1437094927 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = ___value0; __this->set_lastLinkedChild_6(L_0); return; } } // System.String System.Xml.XmlDocumentFragment::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentFragment_get_LocalName_m2112733938 (XmlDocumentFragment_t1323348855 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentFragment_get_LocalName_m2112733938_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral263962801; } } // System.String System.Xml.XmlDocumentFragment::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentFragment_get_Name_m2750751237 (XmlDocumentFragment_t1323348855 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentFragment_get_Name_m2750751237_MetadataUsageId); s_Il2CppMethodInitialized = true; } { return _stringLiteral263962801; } } // System.Xml.XmlNodeType System.Xml.XmlDocumentFragment::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocumentFragment_get_NodeType_m3550625659 (XmlDocumentFragment_t1323348855 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)11)); } } // System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlDocumentFragment_get_OwnerDocument_m4265448476 (XmlDocumentFragment_t1323348855 * __this, const RuntimeMethod* method) { { XmlDocument_t2837193595 * L_0 = XmlNode_get_OwnerDocument_m1156966852(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlDocumentFragment::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentFragment_get_ParentNode_m2694799131 (XmlDocumentFragment_t1323348855 * __this, const RuntimeMethod* method) { { return (XmlNode_t3767805227 *)NULL; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentFragment::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocumentFragment_get_XPathNodeType_m2961677664 (XmlDocumentFragment_t1323348855 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.XmlNode System.Xml.XmlDocumentFragment::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentFragment_CloneNode_m2391621300 (XmlDocumentFragment_t1323348855 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentFragment_CloneNode_m2391621300_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; { bool L_0 = ___deep0; if (!L_0) { goto IL_003f; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_1; goto IL_002c; } IL_0012: { XmlNode_t3767805227 * L_2 = V_0; NullCheck(L_2); XmlNode_t3767805227 * L_3 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_2); NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker1< XmlNode_t3767805227 *, bool >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_3, (bool)0); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(30 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_4); XmlNode_t3767805227 * L_5 = V_0; NullCheck(L_5); XmlNode_t3767805227 * L_6 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_5); V_0 = L_6; } IL_002c: { XmlNode_t3767805227 * L_7 = V_0; if (!L_7) { goto IL_003d; } } { XmlNode_t3767805227 * L_8 = V_0; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlNode::get_HasChildNodes() */, L_8); if (L_9) { goto IL_0012; } } IL_003d: { XmlNode_t3767805227 * L_10 = V_0; return L_10; } IL_003f: { XmlDocument_t2837193595 * L_11 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() */, __this); XmlDocumentFragment_t1323348855 * L_12 = (XmlDocumentFragment_t1323348855 *)il2cpp_codegen_object_new(XmlDocumentFragment_t1323348855_il2cpp_TypeInfo_var); XmlDocumentFragment__ctor_m3400459186(L_12, L_11, /*hidden argument*/NULL); return L_12; } } #ifdef __clang__ #pragma 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.XmlDocumentNavigator::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentNavigator__ctor_m397428645 (XmlDocumentNavigator_t512445268 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator__ctor_m397428645_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_t787956054_il2cpp_TypeInfo_var); XPathNavigator__ctor_m997972048(__this, /*hidden argument*/NULL); XmlNode_t3767805227 * L_0 = ___node0; __this->set_node_2(L_0); XmlNode_t3767805227 * L_1 = ___node0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0047; } } { XmlNode_t3767805227 * L_3 = ___node0; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_5) { goto IL_0047; } } { XmlNode_t3767805227 * L_6 = ___node0; __this->set_nsNode_3(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_6, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlAttribute_t1173852259 * L_7 = __this->get_nsNode_3(); NullCheck(L_7); XmlElement_t561603118 * L_8 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_7); ___node0 = L_8; } IL_0047: { return; } } // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::System.Xml.IHasXmlNode.GetNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_System_Xml_IHasXmlNode_GetNode_m1478151948 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = XmlDocumentNavigator_get_Node_m3125603051(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlDocument System.Xml.XmlDocumentNavigator::get_Document() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlDocumentNavigator_get_Document_m3171036580 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_get_Document_m3171036580_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocument_t2837193595 * G_B3_0 = NULL; { XmlNode_t3767805227 * L_0 = __this->get_node_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)9))))) { goto IL_0022; } } { XmlNode_t3767805227 * L_2 = __this->get_node_2(); G_B3_0 = ((XmlDocument_t2837193595 *)IsInstClass((RuntimeObject*)L_2, XmlDocument_t2837193595_il2cpp_TypeInfo_var)); goto IL_002d; } IL_0022: { XmlNode_t3767805227 * L_3 = __this->get_node_2(); NullCheck(L_3); XmlDocument_t2837193595 * L_4 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_3); G_B3_0 = L_4; } IL_002d: { return G_B3_0; } } // System.Boolean System.Xml.XmlDocumentNavigator::get_HasAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_get_HasAttributes_m3932956717 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_get_HasAttributes_m3932956717_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; int32_t V_1 = 0; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_node_2(); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_1, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_2 = V_0; if (!L_2) { goto IL_002a; } } { XmlElement_t561603118 * L_3 = V_0; NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, L_3); if (L_4) { goto IL_002c; } } IL_002a: { return (bool)0; } IL_002c: { V_1 = 0; goto IL_005e; } IL_0033: { XmlNode_t3767805227 * L_5 = __this->get_node_2(); 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 = V_1; NullCheck(L_6); XmlAttribute_t1173852259 * L_8 = XmlAttributeCollection_get_ItemOf_m2829877268(L_6, L_7, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_10) { goto IL_005a; } } { return (bool)1; } IL_005a: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_005e: { int32_t L_12 = V_1; XmlNode_t3767805227 * L_13 = __this->get_node_2(); NullCheck(L_13); XmlAttributeCollection_t2316283784 * L_14 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_13); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_14); if ((((int32_t)L_12) < ((int32_t)L_15))) { goto IL_0033; } } { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::get_HasChildren() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_get_HasChildren_m1463226437 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t G_B5_0 = 0; int32_t G_B8_0 = 0; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0020; } } { int32_t L_3 = V_0; G_B5_0 = ((((int32_t)L_3) == ((int32_t)1))? 1 : 0); goto IL_0021; } IL_0020: { G_B5_0 = 1; } IL_0021: { V_1 = (bool)G_B5_0; bool L_4 = V_1; if (!L_4) { goto IL_003c; } } { XmlNode_t3767805227 * L_5 = __this->get_node_2(); XmlNode_t3767805227 * L_6 = XmlDocumentNavigator_GetFirstChild_m2821534409(__this, L_5, /*hidden argument*/NULL); G_B8_0 = ((((int32_t)((((RuntimeObject*)(XmlNode_t3767805227 *)L_6) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_003d; } IL_003c: { G_B8_0 = 0; } IL_003d: { return (bool)G_B8_0; } } // System.Xml.XmlAttribute System.Xml.XmlDocumentNavigator::get_NsNode() extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocumentNavigator_get_NsNode_m1387847117 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { { XmlAttribute_t1173852259 * L_0 = __this->get_nsNode_3(); return L_0; } } // System.Void System.Xml.XmlDocumentNavigator::set_NsNode(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentNavigator_set_NsNode_m3014712674 (XmlDocumentNavigator_t512445268 * __this, XmlAttribute_t1173852259 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_set_NsNode_m3014712674_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlAttribute_t1173852259 * L_0 = ___value0; if (L_0) { goto IL_0012; } } { __this->set_iteratedNsNames_4((ArrayList_t2718874744 *)NULL); goto IL_0060; } IL_0012: { ArrayList_t2718874744 * L_1 = __this->get_iteratedNsNames_4(); if (L_1) { goto IL_002d; } } { ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set_iteratedNsNames_4(L_2); goto IL_004e; } IL_002d: { ArrayList_t2718874744 * L_3 = __this->get_iteratedNsNames_4(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_3); if (!L_4) { goto IL_004e; } } { ArrayList_t2718874744 * L_5 = __this->get_iteratedNsNames_4(); ArrayList_t2718874744 * L_6 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m2130986447(L_6, L_5, /*hidden argument*/NULL); __this->set_iteratedNsNames_4(L_6); } IL_004e: { ArrayList_t2718874744 * L_7 = __this->get_iteratedNsNames_4(); XmlAttribute_t1173852259 * L_8 = ___value0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_8); NullCheck(L_7); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_7, L_9); } IL_0060: { XmlAttribute_t1173852259 * L_10 = ___value0; __this->set_nsNode_3(L_10); return; } } // System.String System.Xml.XmlDocumentNavigator::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentNavigator_get_LocalName_m950583775 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_get_LocalName_m950583775_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; String_t* G_B6_0 = NULL; int32_t G_B12_0 = 0; String_t* G_B15_0 = NULL; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); V_0 = L_0; XmlAttribute_t1173852259 * L_1 = V_0; if (!L_1) { goto IL_004a; } } { XmlAttribute_t1173852259 * L_2 = V_0; XmlDocument_t2837193595 * L_3 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlAttribute_t1173852259 * L_4 = XmlDocument_get_NsNodeXml_m488276313(L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlAttribute_t1173852259 *)L_2) == ((RuntimeObject*)(XmlAttribute_t1173852259 *)L_4)))) { goto IL_0024; } } { return _stringLiteral2909972470; } IL_0024: { XmlAttribute_t1173852259 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_7) { goto IL_0043; } } { 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(); G_B6_0 = L_8; goto IL_0049; } IL_0043: { XmlAttribute_t1173852259 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_9); G_B6_0 = L_10; } IL_0049: { return G_B6_0; } IL_004a: { int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); V_1 = L_11; int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_006c; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)2))) { goto IL_006c; } } { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)7))) { goto IL_006c; } } { int32_t L_15 = V_1; G_B12_0 = ((((int32_t)L_15) == ((int32_t)3))? 1 : 0); goto IL_006d; } IL_006c: { G_B12_0 = 1; } IL_006d: { V_2 = (bool)G_B12_0; bool L_16 = V_2; if (!L_16) { goto IL_0084; } } { XmlNode_t3767805227 * L_17 = __this->get_node_2(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlNode::get_LocalName() */, L_17); G_B15_0 = L_18; goto IL_0089; } IL_0084: { 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_B15_0 = L_19; } IL_0089: { return G_B15_0; } } // System.String System.Xml.XmlDocumentNavigator::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentNavigator_get_Name_m2351483291 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_get_Name_m2351483291_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t G_B7_0 = 0; String_t* G_B10_0 = NULL; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlDocumentNavigator::get_LocalName() */, __this); return L_1; } IL_0012: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); V_0 = L_2; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0034; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_0034; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)7))) { goto IL_0034; } } { int32_t L_6 = V_0; G_B7_0 = ((((int32_t)L_6) == ((int32_t)3))? 1 : 0); goto IL_0035; } IL_0034: { G_B7_0 = 1; } IL_0035: { V_1 = (bool)G_B7_0; bool L_7 = V_1; if (!L_7) { goto IL_004c; } } { XmlNode_t3767805227 * L_8 = __this->get_node_2(); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlNode::get_Name() */, L_8); G_B10_0 = L_9; goto IL_0051; } IL_004c: { 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(); G_B10_0 = L_10; } IL_0051: { return G_B10_0; } } // System.String System.Xml.XmlDocumentNavigator::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentNavigator_get_NamespaceURI_m468533933 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_get_NamespaceURI_m468533933_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); 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: { XmlNode_t3767805227 * L_2 = __this->get_node_2(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_2); G_B3_0 = L_3; } IL_0020: { return G_B3_0; } } // System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocumentNavigator_get_NodeType_m2099467732 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; int32_t G_B16_0 = 0; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (int32_t)(3); } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_node_2(); V_0 = L_1; V_1 = (bool)0; } IL_0016: { XmlNode_t3767805227 * L_2 = V_0; NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_2); V_2 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)3))) { goto IL_005c; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)4))) { goto IL_005c; } } { int32_t L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)((int32_t)13)))) { goto IL_004f; } } { int32_t L_7 = V_2; if ((((int32_t)L_7) == ((int32_t)((int32_t)14)))) { goto IL_0040; } } { goto IL_005e; } IL_0040: { V_1 = (bool)1; XmlNode_t3767805227 * L_8 = V_0; XmlNode_t3767805227 * L_9 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_0065; } IL_004f: { XmlNode_t3767805227 * L_10 = V_0; XmlNode_t3767805227 * L_11 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_10, /*hidden argument*/NULL); V_0 = L_11; goto IL_0065; } IL_005c: { return (int32_t)(4); } IL_005e: { V_0 = (XmlNode_t3767805227 *)NULL; goto IL_0065; } IL_0065: { XmlNode_t3767805227 * L_12 = V_0; if (L_12) { goto IL_0016; } } { bool L_13 = V_1; if (!L_13) { goto IL_0077; } } { G_B16_0 = 5; goto IL_0082; } IL_0077: { XmlNode_t3767805227 * L_14 = __this->get_node_2(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XPath.XPathNodeType System.Xml.XmlNode::get_XPathNodeType() */, L_14); G_B16_0 = ((int32_t)(L_15)); } IL_0082: { return (int32_t)(G_B16_0); } } // System.String System.Xml.XmlDocumentNavigator::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentNavigator_get_Value_m998040699 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_get_Value_m998040699_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; String_t* G_B15_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); V_2 = L_0; int32_t L_1 = V_2; switch (L_1) { case 0: { goto IL_00a7; } case 1: { goto IL_00a7; } case 2: { goto IL_0036; } case 3: { goto IL_00b3; } case 4: { goto IL_0042; } case 5: { goto IL_0042; } case 6: { goto IL_0042; } case 7: { goto IL_0036; } case 8: { goto IL_0036; } } } { goto IL_00df; } IL_0036: { XmlNode_t3767805227 * L_2 = __this->get_node_2(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_2); return L_3; } IL_0042: { XmlNode_t3767805227 * L_4 = __this->get_node_2(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_4); V_0 = L_5; XmlNode_t3767805227 * L_6 = __this->get_node_2(); XmlNode_t3767805227 * L_7 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_6, /*hidden argument*/NULL); V_1 = L_7; goto IL_009f; } IL_0060: { XmlNode_t3767805227 * L_8 = V_1; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XPath.XPathNodeType System.Xml.XmlNode::get_XPathNodeType() */, L_8); V_3 = L_9; int32_t L_10 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)4))) { case 0: { goto IL_0080; } case 1: { goto IL_0080; } case 2: { goto IL_0080; } } } { goto IL_0092; } IL_0080: { String_t* L_11 = V_0; XmlNode_t3767805227 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); V_0 = L_14; goto IL_0097; } IL_0092: { goto IL_00a5; } IL_0097: { XmlNode_t3767805227 * L_15 = V_1; XmlNode_t3767805227 * L_16 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_15, /*hidden argument*/NULL); V_1 = L_16; } IL_009f: { XmlNode_t3767805227 * L_17 = V_1; if (L_17) { goto IL_0060; } } IL_00a5: { String_t* L_18 = V_0; return L_18; } IL_00a7: { XmlNode_t3767805227 * L_19 = __this->get_node_2(); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Xml.XmlNode::get_InnerText() */, L_19); return L_20; } IL_00b3: { XmlAttribute_t1173852259 * L_21 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_22 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_22); XmlAttribute_t1173852259 * L_23 = XmlDocument_get_NsNodeXml_m488276313(L_22, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlAttribute_t1173852259 *)L_21) == ((RuntimeObject*)(XmlAttribute_t1173852259 *)L_23)))) { goto IL_00d3; } } { G_B15_0 = _stringLiteral2984480440; goto IL_00de; } IL_00d3: { XmlAttribute_t1173852259 * L_24 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_24); G_B15_0 = L_25; } IL_00de: { return G_B15_0; } IL_00df: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_26; } } // System.String System.Xml.XmlDocumentNavigator::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentNavigator_get_XmlLang_m2016508071 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get_node_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlNode::get_XmlLang() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlDocumentNavigator::CheckNsNameAppearance(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_CheckNsNameAppearance_m3436001350 (XmlDocumentNavigator_t512445268 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_CheckNsNameAppearance_m3436001350_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_iteratedNsNames_4(); if (!L_0) { goto IL_001e; } } { ArrayList_t2718874744 * L_1 = __this->get_iteratedNsNames_4(); String_t* L_2 = ___name0; NullCheck(L_1); bool L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_1, L_2); if (!L_3) { goto IL_001e; } } { return (bool)1; } IL_001e: { String_t* L_4 = ___ns1; 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_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_007d; } } { ArrayList_t2718874744 * L_7 = __this->get_iteratedNsNames_4(); if (L_7) { goto IL_0049; } } { ArrayList_t2718874744 * L_8 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_8, /*hidden argument*/NULL); __this->set_iteratedNsNames_4(L_8); goto IL_006a; } IL_0049: { ArrayList_t2718874744 * L_9 = __this->get_iteratedNsNames_4(); NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_9); if (!L_10) { goto IL_006a; } } { ArrayList_t2718874744 * L_11 = __this->get_iteratedNsNames_4(); ArrayList_t2718874744 * L_12 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m2130986447(L_12, L_11, /*hidden argument*/NULL); __this->set_iteratedNsNames_4(L_12); } IL_006a: { ArrayList_t2718874744 * L_13 = __this->get_iteratedNsNames_4(); NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, _stringLiteral3929236445); return (bool)1; } IL_007d: { return (bool)0; } } // System.Xml.XPath.XPathNavigator System.Xml.XmlDocumentNavigator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * XmlDocumentNavigator_Clone_m3322331950 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_Clone_m3322331950_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentNavigator_t512445268 * V_0 = NULL; XmlDocumentNavigator_t512445268 * G_B2_0 = NULL; XmlDocumentNavigator_t512445268 * G_B1_0 = NULL; XmlDocumentNavigator_t512445268 * G_B3_0 = NULL; ArrayList_t2718874744 * G_B4_0 = NULL; XmlDocumentNavigator_t512445268 * G_B4_1 = NULL; { XmlNode_t3767805227 * L_0 = __this->get_node_2(); XmlDocumentNavigator_t512445268 * L_1 = (XmlDocumentNavigator_t512445268 *)il2cpp_codegen_object_new(XmlDocumentNavigator_t512445268_il2cpp_TypeInfo_var); XmlDocumentNavigator__ctor_m397428645(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlDocumentNavigator_t512445268 * L_2 = V_0; XmlAttribute_t1173852259 * L_3 = __this->get_nsNode_3(); NullCheck(L_2); L_2->set_nsNode_3(L_3); XmlDocumentNavigator_t512445268 * L_4 = V_0; ArrayList_t2718874744 * L_5 = __this->get_iteratedNsNames_4(); G_B1_0 = L_4; if (!L_5) { G_B2_0 = L_4; goto IL_0034; } } { ArrayList_t2718874744 * L_6 = __this->get_iteratedNsNames_4(); NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Collections.ArrayList::get_IsReadOnly() */, L_6); G_B2_0 = G_B1_0; if (!L_7) { G_B3_0 = G_B1_0; goto IL_003f; } } IL_0034: { ArrayList_t2718874744 * L_8 = __this->get_iteratedNsNames_4(); G_B4_0 = L_8; G_B4_1 = G_B2_0; goto IL_004a; } IL_003f: { ArrayList_t2718874744 * L_9 = __this->get_iteratedNsNames_4(); IL2CPP_RUNTIME_CLASS_INIT(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList_t2718874744 * L_10 = ArrayList_ReadOnly_m1905796817(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); G_B4_0 = L_10; G_B4_1 = G_B3_0; } IL_004a: { NullCheck(G_B4_1); G_B4_1->set_iteratedNsNames_4(G_B4_0); XmlDocumentNavigator_t512445268 * L_11 = V_0; return L_11; } } // System.Boolean System.Xml.XmlDocumentNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_IsDescendant_m2914697624 (XmlDocumentNavigator_t512445268 * __this, XPathNavigator_t787956054 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_IsDescendant_m2914697624_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentNavigator_t512445268 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; XmlElement_t561603118 * G_B7_0 = NULL; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XPathNavigator_t787956054 * L_1 = ___other0; V_0 = ((XmlDocumentNavigator_t512445268 *)IsInstClass((RuntimeObject*)L_1, XmlDocumentNavigator_t512445268_il2cpp_TypeInfo_var)); XmlDocumentNavigator_t512445268 * L_2 = V_0; if (L_2) { goto IL_001c; } } { return (bool)0; } IL_001c: { XmlDocumentNavigator_t512445268 * L_3 = V_0; NullCheck(L_3); XmlNode_t3767805227 * L_4 = L_3->get_node_2(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)2)))) { goto IL_0042; } } { XmlDocumentNavigator_t512445268 * L_6 = V_0; NullCheck(L_6); XmlNode_t3767805227 * L_7 = L_6->get_node_2(); NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_7, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_8 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_7, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); G_B7_0 = L_8; goto IL_004d; } IL_0042: { XmlDocumentNavigator_t512445268 * L_9 = V_0; NullCheck(L_9); XmlNode_t3767805227 * L_10 = L_9->get_node_2(); NullCheck(L_10); XmlNode_t3767805227 * L_11 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_10); G_B7_0 = ((XmlElement_t561603118 *)(L_11)); } IL_004d: { V_1 = G_B7_0; goto IL_0068; } IL_0053: { XmlNode_t3767805227 * L_12 = V_1; XmlNode_t3767805227 * L_13 = __this->get_node_2(); if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_12) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_13)))) { goto IL_0061; } } { return (bool)1; } IL_0061: { XmlNode_t3767805227 * L_14 = V_1; NullCheck(L_14); XmlNode_t3767805227 * L_15 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_14); V_1 = L_15; } IL_0068: { XmlNode_t3767805227 * L_16 = V_1; if (L_16) { goto IL_0053; } } { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_IsSamePosition_m3086008309 (XmlDocumentNavigator_t512445268 * __this, XPathNavigator_t787956054 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_IsSamePosition_m3086008309_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentNavigator_t512445268 * V_0 = NULL; int32_t G_B4_0 = 0; { XPathNavigator_t787956054 * L_0 = ___other0; V_0 = ((XmlDocumentNavigator_t512445268 *)IsInstClass((RuntimeObject*)L_0, XmlDocumentNavigator_t512445268_il2cpp_TypeInfo_var)); XmlDocumentNavigator_t512445268 * L_1 = V_0; if (!L_1) { goto IL_0030; } } { XmlNode_t3767805227 * L_2 = __this->get_node_2(); XmlDocumentNavigator_t512445268 * L_3 = V_0; NullCheck(L_3); XmlNode_t3767805227 * L_4 = L_3->get_node_2(); if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_2) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_4)))) { goto IL_002e; } } { XmlAttribute_t1173852259 * L_5 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); XmlDocumentNavigator_t512445268 * L_6 = V_0; NullCheck(L_6); XmlAttribute_t1173852259 * L_7 = XmlDocumentNavigator_get_NsNode_m1387847117(L_6, /*hidden argument*/NULL); G_B4_0 = ((((RuntimeObject*)(XmlAttribute_t1173852259 *)L_5) == ((RuntimeObject*)(XmlAttribute_t1173852259 *)L_7))? 1 : 0); goto IL_002f; } IL_002e: { G_B4_0 = 0; } IL_002f: { return (bool)G_B4_0; } IL_0030: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveTo(System.Xml.XPath.XPathNavigator) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveTo_m1412001831 (XmlDocumentNavigator_t512445268 * __this, XPathNavigator_t787956054 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_MoveTo_m1412001831_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentNavigator_t512445268 * V_0 = NULL; { XPathNavigator_t787956054 * L_0 = ___other0; V_0 = ((XmlDocumentNavigator_t512445268 *)IsInstClass((RuntimeObject*)L_0, XmlDocumentNavigator_t512445268_il2cpp_TypeInfo_var)); XmlDocumentNavigator_t512445268 * L_1 = V_0; if (!L_1) { goto IL_0038; } } { XmlDocument_t2837193595 * L_2 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); XmlDocumentNavigator_t512445268 * L_3 = V_0; NullCheck(L_3); XmlDocument_t2837193595 * L_4 = XmlDocumentNavigator_get_Document_m3171036580(L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlDocument_t2837193595 *)L_2) == ((RuntimeObject*)(XmlDocument_t2837193595 *)L_4)))) { goto IL_0038; } } { XmlDocumentNavigator_t512445268 * L_5 = V_0; NullCheck(L_5); XmlNode_t3767805227 * L_6 = L_5->get_node_2(); __this->set_node_2(L_6); XmlDocumentNavigator_t512445268 * L_7 = V_0; NullCheck(L_7); XmlAttribute_t1173852259 * L_8 = XmlDocumentNavigator_get_NsNode_m1387847117(L_7, /*hidden argument*/NULL); XmlDocumentNavigator_set_NsNode_m3014712674(__this, L_8, /*hidden argument*/NULL); return (bool)1; } IL_0038: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToAttribute_m4076887871 (XmlDocumentNavigator_t512445268 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { XmlAttribute_t1173852259 * V_0 = NULL; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XmlDocumentNavigator::get_HasAttributes() */, __this); if (!L_0) { goto IL_0034; } } { XmlNode_t3767805227 * L_1 = __this->get_node_2(); NullCheck(L_1); XmlAttributeCollection_t2316283784 * L_2 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_1); String_t* L_3 = ___localName0; String_t* L_4 = ___namespaceURI1; NullCheck(L_2); XmlAttribute_t1173852259 * L_5 = XmlAttributeCollection_get_ItemOf_m2608800820(L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; XmlAttribute_t1173852259 * L_6 = V_0; if (!L_6) { goto IL_0034; } } { XmlAttribute_t1173852259 * L_7 = V_0; __this->set_node_2(L_7); XmlDocumentNavigator_set_NsNode_m3014712674(__this, (XmlAttribute_t1173852259 *)NULL, /*hidden argument*/NULL); return (bool)1; } IL_0034: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToFirstAttribute_m104113502 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_MoveToFirstAttribute_m104113502_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; int32_t V_1 = 0; XmlAttribute_t1173852259 * V_2 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_007d; } } { XmlNode_t3767805227 * L_1 = __this->get_node_2(); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_1, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_2 = V_0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, L_2); if (L_3) { goto IL_0025; } } { return (bool)0; } IL_0025: { V_1 = 0; goto IL_0067; } IL_002c: { XmlNode_t3767805227 * L_4 = __this->get_node_2(); NullCheck(L_4); XmlAttributeCollection_t2316283784 * L_5 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_4); int32_t L_6 = V_1; NullCheck(L_5); XmlAttribute_t1173852259 * L_7 = XmlAttributeCollection_get_ItemOf_m2829877268(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; XmlAttribute_t1173852259 * L_8 = V_2; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_10) { goto IL_0063; } } { XmlAttribute_t1173852259 * L_11 = V_2; __this->set_node_2(L_11); XmlDocumentNavigator_set_NsNode_m3014712674(__this, (XmlAttribute_t1173852259 *)NULL, /*hidden argument*/NULL); return (bool)1; } IL_0063: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0067: { int32_t L_13 = V_1; XmlNode_t3767805227 * L_14 = __this->get_node_2(); NullCheck(L_14); XmlAttributeCollection_t2316283784 * L_15 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_14); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_15); if ((((int32_t)L_13) < ((int32_t)L_16))) { goto IL_002c; } } IL_007d: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToFirstChild() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToFirstChild_m1057067207 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XmlDocumentNavigator::get_HasChildren() */, __this); if (!L_0) { goto IL_0029; } } { XmlNode_t3767805227 * L_1 = __this->get_node_2(); XmlNode_t3767805227 * L_2 = XmlDocumentNavigator_GetFirstChild_m2821534409(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlNode_t3767805227 * L_3 = V_0; if (L_3) { goto IL_0020; } } { return (bool)0; } IL_0020: { XmlNode_t3767805227 * L_4 = V_0; __this->set_node_2(L_4); return (bool)1; } IL_0029: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToFirstNamespace_m644175465 (XmlDocumentNavigator_t512445268 * __this, int32_t ___namespaceScope0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_MoveToFirstNamespace_m644175465_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; int32_t V_1 = 0; XmlAttribute_t1173852259 * V_2 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000e; } } { return (bool)0; } IL_000e: { XmlNode_t3767805227 * L_1 = __this->get_node_2(); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_1, XmlElement_t561603118_il2cpp_TypeInfo_var)); } IL_001a: { XmlElement_t561603118 * L_2 = V_0; NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, L_2); if (!L_3) { goto IL_0088; } } { V_1 = 0; goto IL_0077; } IL_002c: { XmlElement_t561603118 * L_4 = V_0; NullCheck(L_4); XmlAttributeCollection_t2316283784 * L_5 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_4); int32_t L_6 = V_1; NullCheck(L_5); XmlAttribute_t1173852259 * L_7 = XmlAttributeCollection_get_ItemOf_m2829877268(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; XmlAttribute_t1173852259 * L_8 = V_2; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_10) { goto IL_0073; } } { XmlAttribute_t1173852259 * L_11 = V_2; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_11); XmlAttribute_t1173852259 * L_13 = V_2; NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_13); bool L_15 = XmlDocumentNavigator_CheckNsNameAppearance_m3436001350(__this, L_12, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_006a; } } { goto IL_0073; } IL_006a: { XmlAttribute_t1173852259 * L_16 = V_2; XmlDocumentNavigator_set_NsNode_m3014712674(__this, L_16, /*hidden argument*/NULL); return (bool)1; } IL_0073: { int32_t L_17 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0077: { int32_t L_18 = V_1; XmlElement_t561603118 * L_19 = V_0; NullCheck(L_19); XmlAttributeCollection_t2316283784 * L_20 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_19); NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_20); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_002c; } } IL_0088: { int32_t L_22 = ___namespaceScope0; if ((!(((uint32_t)L_22) == ((uint32_t)2)))) { goto IL_0091; } } { return (bool)0; } IL_0091: { XmlElement_t561603118 * L_23 = V_0; XmlNode_t3767805227 * L_24 = XmlDocumentNavigator_GetParentNode_m383093627(__this, L_23, /*hidden argument*/NULL); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_24, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_25 = V_0; if (L_25) { goto IL_001a; } } { int32_t L_26 = ___namespaceScope0; if (L_26) { goto IL_00ea; } } { XmlDocument_t2837193595 * L_27 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_27); XmlAttribute_t1173852259 * L_28 = XmlDocument_get_NsNodeXml_m488276313(L_27, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_28); XmlDocument_t2837193595 * L_30 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_30); XmlAttribute_t1173852259 * L_31 = XmlDocument_get_NsNodeXml_m488276313(L_30, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_31); bool L_33 = XmlDocumentNavigator_CheckNsNameAppearance_m3436001350(__this, L_29, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00d7; } } { return (bool)0; } IL_00d7: { XmlDocument_t2837193595 * L_34 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_34); XmlAttribute_t1173852259 * L_35 = XmlDocument_get_NsNodeXml_m488276313(L_34, /*hidden argument*/NULL); XmlDocumentNavigator_set_NsNode_m3014712674(__this, L_35, /*hidden argument*/NULL); return (bool)1; } IL_00ea: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToId(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToId_m765462080 (XmlDocumentNavigator_t512445268 * __this, String_t* ___id0, const RuntimeMethod* method) { XmlElement_t561603118 * V_0 = NULL; { XmlDocument_t2837193595 * L_0 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); String_t* L_1 = ___id0; NullCheck(L_0); XmlElement_t561603118 * L_2 = VirtFuncInvoker1< XmlElement_t561603118 *, String_t* >::Invoke(56 /* System.Xml.XmlElement System.Xml.XmlDocument::GetElementById(System.String) */, L_0, L_1); V_0 = L_2; XmlElement_t561603118 * L_3 = V_0; if (L_3) { goto IL_0015; } } { return (bool)0; } IL_0015: { XmlElement_t561603118 * L_4 = V_0; __this->set_node_2(L_4); return (bool)1; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToNamespace_m3819846318 (XmlDocumentNavigator_t512445268 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_MoveToNamespace_m3819846318_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; int32_t V_1 = 0; XmlAttribute_t1173852259 * V_2 = NULL; { String_t* L_0 = ___name0; 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_0023; } } { XmlDocument_t2837193595 * L_2 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_2); XmlAttribute_t1173852259 * L_3 = XmlDocument_get_NsNodeXml_m488276313(L_2, /*hidden argument*/NULL); XmlDocumentNavigator_set_NsNode_m3014712674(__this, L_3, /*hidden argument*/NULL); return (bool)1; } IL_0023: { int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0031; } } { return (bool)0; } IL_0031: { XmlNode_t3767805227 * L_5 = __this->get_node_2(); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_5, XmlElement_t561603118_il2cpp_TypeInfo_var)); } IL_003d: { XmlElement_t561603118 * L_6 = V_0; NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, L_6); if (!L_7) { goto IL_00a0; } } { V_1 = 0; goto IL_008f; } IL_004f: { XmlElement_t561603118 * L_8 = V_0; NullCheck(L_8); XmlAttributeCollection_t2316283784 * L_9 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_8); int32_t L_10 = V_1; NullCheck(L_9); XmlAttribute_t1173852259 * L_11 = XmlAttributeCollection_get_ItemOf_m2829877268(L_9, L_10, /*hidden argument*/NULL); V_2 = L_11; XmlAttribute_t1173852259 * L_12 = V_2; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_14) { goto IL_008b; } } { XmlAttribute_t1173852259 * L_15 = V_2; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_15); String_t* L_17 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_008b; } } { XmlAttribute_t1173852259 * L_19 = V_2; XmlDocumentNavigator_set_NsNode_m3014712674(__this, L_19, /*hidden argument*/NULL); return (bool)1; } IL_008b: { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_008f: { int32_t L_21 = V_1; XmlElement_t561603118 * L_22 = V_0; NullCheck(L_22); XmlAttributeCollection_t2316283784 * L_23 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_22); NullCheck(L_23); int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_23); if ((((int32_t)L_21) < ((int32_t)L_24))) { goto IL_004f; } } IL_00a0: { XmlNode_t3767805227 * L_25 = __this->get_node_2(); XmlNode_t3767805227 * L_26 = XmlDocumentNavigator_GetParentNode_m383093627(__this, L_25, /*hidden argument*/NULL); V_0 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_26, XmlElement_t561603118_il2cpp_TypeInfo_var)); XmlElement_t561603118 * L_27 = V_0; if (L_27) { goto IL_003d; } } { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToNext() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToNext_m713873765 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; int32_t V_1 = 0; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlNode_t3767805227 * L_1 = __this->get_node_2(); V_0 = L_1; int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); if ((!(((uint32_t)L_2) == ((uint32_t)4)))) { goto IL_0073; } } IL_0020: { XmlNode_t3767805227 * L_3 = V_0; XmlNode_t3767805227 * L_4 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_3, /*hidden argument*/NULL); V_0 = L_4; XmlNode_t3767805227 * L_5 = V_0; if (L_5) { goto IL_0030; } } { return (bool)0; } IL_0030: { XmlNode_t3767805227 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_6); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)3))) { goto IL_005a; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)4))) { goto IL_005a; } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)13)))) { goto IL_005a; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)14)))) { goto IL_005a; } } { goto IL_005f; } IL_005a: { goto IL_0069; } IL_005f: { goto IL_0064; } IL_0064: { goto IL_006e; } IL_0069: { goto IL_0020; } IL_006e: { goto IL_007b; } IL_0073: { XmlNode_t3767805227 * L_12 = V_0; XmlNode_t3767805227 * L_13 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_007b: { XmlNode_t3767805227 * L_14 = V_0; if (L_14) { goto IL_0083; } } { return (bool)0; } IL_0083: { XmlNode_t3767805227 * L_15 = V_0; __this->set_node_2(L_15); return (bool)1; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToNextAttribute_m1292652018 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_MoveToNextAttribute_m1292652018_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlElement_t561603118 * V_1 = NULL; int32_t V_2 = 0; { XmlNode_t3767805227 * L_0 = __this->get_node_2(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(12 /* System.Xml.XPath.XPathNodeType System.Xml.XmlDocumentNavigator::get_NodeType() */, __this); if ((((int32_t)L_1) == ((int32_t)2))) { goto IL_001b; } } { return (bool)0; } IL_001b: { V_0 = 0; XmlNode_t3767805227 * L_2 = __this->get_node_2(); NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_3 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_2, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); V_1 = L_3; XmlElement_t561603118 * L_4 = V_1; if (L_4) { goto IL_0036; } } { return (bool)0; } IL_0036: { XmlElement_t561603118 * L_5 = V_1; NullCheck(L_5); XmlAttributeCollection_t2316283784 * L_6 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::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); V_2 = L_7; goto IL_0067; } IL_0047: { XmlElement_t561603118 * L_8 = V_1; NullCheck(L_8); XmlAttributeCollection_t2316283784 * L_9 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_8); int32_t L_10 = V_0; NullCheck(L_9); XmlAttribute_t1173852259 * L_11 = XmlAttributeCollection_get_ItemOf_m2829877268(L_9, L_10, /*hidden argument*/NULL); XmlNode_t3767805227 * L_12 = __this->get_node_2(); if ((!(((RuntimeObject*)(XmlAttribute_t1173852259 *)L_11) == ((RuntimeObject*)(XmlNode_t3767805227 *)L_12)))) { goto IL_0063; } } { goto IL_006e; } IL_0063: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0067: { int32_t L_14 = V_0; int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0047; } } IL_006e: { int32_t L_16 = V_0; int32_t L_17 = V_2; if ((!(((uint32_t)L_16) == ((uint32_t)L_17)))) { goto IL_0077; } } { return (bool)0; } IL_0077: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); goto IL_00bf; } IL_0080: { XmlElement_t561603118 * L_19 = V_1; NullCheck(L_19); XmlAttributeCollection_t2316283784 * L_20 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_19); int32_t L_21 = V_0; NullCheck(L_20); XmlAttribute_t1173852259 * L_22 = XmlAttributeCollection_get_ItemOf_m2829877268(L_20, L_21, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_23, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_24) { goto IL_00bb; } } { XmlElement_t561603118 * L_25 = V_1; NullCheck(L_25); XmlAttributeCollection_t2316283784 * L_26 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_25); int32_t L_27 = V_0; NullCheck(L_26); XmlAttribute_t1173852259 * L_28 = XmlAttributeCollection_get_ItemOf_m2829877268(L_26, L_27, /*hidden argument*/NULL); __this->set_node_2(L_28); XmlDocumentNavigator_set_NsNode_m3014712674(__this, (XmlAttribute_t1173852259 *)NULL, /*hidden argument*/NULL); return (bool)1; } IL_00bb: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00bf: { int32_t L_30 = V_0; int32_t L_31 = V_2; if ((((int32_t)L_30) < ((int32_t)L_31))) { goto IL_0080; } } { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToNextNamespace_m266166429 (XmlDocumentNavigator_t512445268 * __this, int32_t ___namespaceScope0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_MoveToNextNamespace_m266166429_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlElement_t561603118 * V_1 = NULL; int32_t V_2 = 0; XmlAttribute_t1173852259 * V_3 = NULL; int32_t V_4 = 0; XmlAttribute_t1173852259 * V_5 = NULL; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_1 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_1); XmlAttribute_t1173852259 * L_2 = XmlDocument_get_NsNodeXml_m488276313(L_1, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlAttribute_t1173852259 *)L_0) == ((RuntimeObject*)(XmlAttribute_t1173852259 *)L_2)))) { goto IL_0018; } } { return (bool)0; } IL_0018: { XmlAttribute_t1173852259 * L_3 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0025; } } { return (bool)0; } IL_0025: { V_0 = 0; XmlAttribute_t1173852259 * L_4 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); NullCheck(L_4); XmlElement_t561603118 * L_5 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_4); V_1 = L_5; XmlElement_t561603118 * L_6 = V_1; if (L_6) { goto IL_003b; } } { return (bool)0; } IL_003b: { XmlElement_t561603118 * L_7 = V_1; NullCheck(L_7); XmlAttributeCollection_t2316283784 * L_8 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_7); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_8); V_2 = L_9; goto IL_006c; } IL_004c: { XmlElement_t561603118 * L_10 = V_1; NullCheck(L_10); XmlAttributeCollection_t2316283784 * L_11 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_10); int32_t L_12 = V_0; NullCheck(L_11); XmlAttribute_t1173852259 * L_13 = XmlAttributeCollection_get_ItemOf_m2829877268(L_11, L_12, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_14 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlAttribute_t1173852259 *)L_13) == ((RuntimeObject*)(XmlAttribute_t1173852259 *)L_14)))) { goto IL_0068; } } { goto IL_0073; } IL_0068: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_006c: { int32_t L_16 = V_0; int32_t L_17 = V_2; if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_004c; } } IL_0073: { int32_t L_18 = V_0; int32_t L_19 = V_2; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_007c; } } { return (bool)0; } IL_007c: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); goto IL_00db; } IL_0085: { XmlElement_t561603118 * L_21 = V_1; NullCheck(L_21); XmlAttributeCollection_t2316283784 * L_22 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_21); int32_t L_23 = V_0; NullCheck(L_22); XmlAttribute_t1173852259 * L_24 = XmlAttributeCollection_get_ItemOf_m2829877268(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_op_Equality_m920492651(NULL /*static, unused*/, L_25, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_26) { goto IL_00d7; } } { XmlElement_t561603118 * L_27 = V_1; NullCheck(L_27); XmlAttributeCollection_t2316283784 * L_28 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_27); int32_t L_29 = V_0; NullCheck(L_28); XmlAttribute_t1173852259 * L_30 = XmlAttributeCollection_get_ItemOf_m2829877268(L_28, L_29, /*hidden argument*/NULL); V_3 = L_30; XmlAttribute_t1173852259 * L_31 = V_3; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_31); XmlAttribute_t1173852259 * L_33 = V_3; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_33); bool L_35 = XmlDocumentNavigator_CheckNsNameAppearance_m3436001350(__this, L_32, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00ce; } } { goto IL_00d7; } IL_00ce: { XmlAttribute_t1173852259 * L_36 = V_3; XmlDocumentNavigator_set_NsNode_m3014712674(__this, L_36, /*hidden argument*/NULL); return (bool)1; } IL_00d7: { int32_t L_37 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00db: { int32_t L_38 = V_0; int32_t L_39 = V_2; if ((((int32_t)L_38) < ((int32_t)L_39))) { goto IL_0085; } } { int32_t L_40 = ___namespaceScope0; if ((!(((uint32_t)L_40) == ((uint32_t)2)))) { goto IL_00eb; } } { return (bool)0; } IL_00eb: { XmlElement_t561603118 * L_41 = V_1; XmlNode_t3767805227 * L_42 = XmlDocumentNavigator_GetParentNode_m383093627(__this, L_41, /*hidden argument*/NULL); V_1 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_42, XmlElement_t561603118_il2cpp_TypeInfo_var)); goto IL_0182; } IL_00fd: { XmlElement_t561603118 * L_43 = V_1; NullCheck(L_43); bool L_44 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, L_43); if (!L_44) { goto IL_0175; } } { V_4 = 0; goto IL_0163; } IL_0110: { XmlElement_t561603118 * L_45 = V_1; NullCheck(L_45); XmlAttributeCollection_t2316283784 * L_46 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_45); int32_t L_47 = V_4; NullCheck(L_46); XmlAttribute_t1173852259 * L_48 = XmlAttributeCollection_get_ItemOf_m2829877268(L_46, L_47, /*hidden argument*/NULL); V_5 = L_48; XmlAttribute_t1173852259 * L_49 = V_5; NullCheck(L_49); String_t* L_50 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_49); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_51 = String_op_Equality_m920492651(NULL /*static, unused*/, L_50, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_51) { goto IL_015d; } } { XmlAttribute_t1173852259 * L_52 = V_5; NullCheck(L_52); String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_52); XmlAttribute_t1173852259 * L_54 = V_5; NullCheck(L_54); String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_54); bool L_56 = XmlDocumentNavigator_CheckNsNameAppearance_m3436001350(__this, L_53, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0153; } } { goto IL_015d; } IL_0153: { XmlAttribute_t1173852259 * L_57 = V_5; XmlDocumentNavigator_set_NsNode_m3014712674(__this, L_57, /*hidden argument*/NULL); return (bool)1; } IL_015d: { int32_t L_58 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_0163: { int32_t L_59 = V_4; XmlElement_t561603118 * L_60 = V_1; NullCheck(L_60); XmlAttributeCollection_t2316283784 * L_61 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, L_60); NullCheck(L_61); int32_t L_62 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_61); if ((((int32_t)L_59) < ((int32_t)L_62))) { goto IL_0110; } } IL_0175: { XmlElement_t561603118 * L_63 = V_1; XmlNode_t3767805227 * L_64 = XmlDocumentNavigator_GetParentNode_m383093627(__this, L_63, /*hidden argument*/NULL); V_1 = ((XmlElement_t561603118 *)IsInstClass((RuntimeObject*)L_64, XmlElement_t561603118_il2cpp_TypeInfo_var)); } IL_0182: { XmlElement_t561603118 * L_65 = V_1; if (L_65) { goto IL_00fd; } } { int32_t L_66 = ___namespaceScope0; if (L_66) { goto IL_01ce; } } { XmlDocument_t2837193595 * L_67 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_67); XmlAttribute_t1173852259 * L_68 = XmlDocument_get_NsNodeXml_m488276313(L_67, /*hidden argument*/NULL); NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_68); XmlDocument_t2837193595 * L_70 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_70); XmlAttribute_t1173852259 * L_71 = XmlDocument_get_NsNodeXml_m488276313(L_70, /*hidden argument*/NULL); NullCheck(L_71); String_t* L_72 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_71); bool L_73 = XmlDocumentNavigator_CheckNsNameAppearance_m3436001350(__this, L_69, L_72, /*hidden argument*/NULL); if (!L_73) { goto IL_01bb; } } { return (bool)0; } IL_01bb: { XmlDocument_t2837193595 * L_74 = XmlDocumentNavigator_get_Document_m3171036580(__this, /*hidden argument*/NULL); NullCheck(L_74); XmlAttribute_t1173852259 * L_75 = XmlDocument_get_NsNodeXml_m488276313(L_74, /*hidden argument*/NULL); XmlDocumentNavigator_set_NsNode_m3014712674(__this, L_75, /*hidden argument*/NULL); return (bool)1; } IL_01ce: { return (bool)0; } } // System.Boolean System.Xml.XmlDocumentNavigator::MoveToParent() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentNavigator_MoveToParent_m3180803693 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_MoveToParent_m3180803693_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0014; } } { XmlDocumentNavigator_set_NsNode_m3014712674(__this, (XmlAttribute_t1173852259 *)NULL, /*hidden argument*/NULL); return (bool)1; } IL_0014: { XmlNode_t3767805227 * L_1 = __this->get_node_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_004e; } } { XmlNode_t3767805227 * L_3 = __this->get_node_2(); NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_4 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_3, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); V_0 = L_4; XmlElement_t561603118 * L_5 = V_0; if (!L_5) { goto IL_004c; } } { XmlElement_t561603118 * L_6 = V_0; __this->set_node_2(L_6); XmlDocumentNavigator_set_NsNode_m3014712674(__this, (XmlAttribute_t1173852259 *)NULL, /*hidden argument*/NULL); return (bool)1; } IL_004c: { return (bool)0; } IL_004e: { XmlNode_t3767805227 * L_7 = __this->get_node_2(); XmlNode_t3767805227 * L_8 = XmlDocumentNavigator_GetParentNode_m383093627(__this, L_7, /*hidden argument*/NULL); V_1 = L_8; XmlNode_t3767805227 * L_9 = V_1; if (L_9) { goto IL_0063; } } { return (bool)0; } IL_0063: { XmlNode_t3767805227 * L_10 = V_1; __this->set_node_2(L_10); XmlDocumentNavigator_set_NsNode_m3014712674(__this, (XmlAttribute_t1173852259 *)NULL, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Xml.XmlDocumentNavigator::MoveToRoot() extern "C" IL2CPP_METHOD_ATTR void XmlDocumentNavigator_MoveToRoot_m4129038059 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_MoveToRoot_m4129038059_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; XmlElement_t561603118 * G_B3_0 = NULL; { XmlNode_t3767805227 * L_0 = __this->get_node_2(); V_0 = ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_0, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); XmlAttribute_t1173852259 * L_1 = V_0; if (!L_1) { goto IL_001d; } } { XmlAttribute_t1173852259 * L_2 = V_0; NullCheck(L_2); XmlElement_t561603118 * L_3 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_2); G_B3_0 = L_3; goto IL_0023; } IL_001d: { XmlNode_t3767805227 * L_4 = __this->get_node_2(); G_B3_0 = ((XmlElement_t561603118 *)(L_4)); } IL_0023: { V_1 = G_B3_0; XmlNode_t3767805227 * L_5 = V_1; if (L_5) { goto IL_002b; } } { return; } IL_002b: { XmlNode_t3767805227 * L_6 = V_1; XmlNode_t3767805227 * L_7 = XmlDocumentNavigator_GetParentNode_m383093627(__this, L_6, /*hidden argument*/NULL); V_2 = L_7; goto IL_0042; } IL_0038: { XmlNode_t3767805227 * L_8 = V_2; V_1 = L_8; XmlNode_t3767805227 * L_9 = V_2; XmlNode_t3767805227 * L_10 = XmlDocumentNavigator_GetParentNode_m383093627(__this, L_9, /*hidden argument*/NULL); V_2 = L_10; } IL_0042: { XmlNode_t3767805227 * L_11 = V_2; if (L_11) { goto IL_0038; } } { XmlNode_t3767805227 * L_12 = V_1; __this->set_node_2(L_12); XmlDocumentNavigator_set_NsNode_m3014712674(__this, (XmlAttribute_t1173852259 *)NULL, /*hidden argument*/NULL); return; } } // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::get_Node() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_get_Node_m3125603051 (XmlDocumentNavigator_t512445268 * __this, const RuntimeMethod* method) { XmlAttribute_t1173852259 * G_B3_0 = NULL; { XmlAttribute_t1173852259 * L_0 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0016; } } { XmlAttribute_t1173852259 * L_1 = XmlDocumentNavigator_get_NsNode_m1387847117(__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_001c; } IL_0016: { XmlNode_t3767805227 * L_2 = __this->get_node_2(); G_B3_0 = ((XmlAttribute_t1173852259 *)(L_2)); } IL_001c: { return G_B3_0; } } // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::GetFirstChild(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_GetFirstChild_m2821534409 (XmlDocumentNavigator_t512445268 * __this, XmlNode_t3767805227 * ___n0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentNavigator_GetFirstChild_m2821534409_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; int32_t V_3 = 0; XmlNode_t3767805227 * V_4 = NULL; RuntimeObject* V_5 = NULL; 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); { XmlNode_t3767805227 * L_0 = ___n0; NullCheck(L_0); XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_0); if (L_1) { goto IL_000d; } } { return (XmlNode_t3767805227 *)NULL; } IL_000d: { XmlNode_t3767805227 * L_2 = ___n0; NullCheck(L_2); XmlNode_t3767805227 * L_3 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_2); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); V_3 = L_4; int32_t L_5 = V_3; if ((((int32_t)L_5) == ((int32_t)5))) { goto IL_0042; } } { int32_t L_6 = V_3; if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_0035; } } { int32_t L_7 = V_3; if ((((int32_t)L_7) == ((int32_t)((int32_t)17)))) { goto IL_0035; } } { goto IL_00b5; } IL_0035: { XmlNode_t3767805227 * L_8 = ___n0; NullCheck(L_8); XmlNode_t3767805227 * L_9 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_8); XmlNode_t3767805227 * L_10 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_9, /*hidden argument*/NULL); return L_10; } IL_0042: { XmlNode_t3767805227 * L_11 = ___n0; NullCheck(L_11); XmlNodeList_t2551693786 * L_12 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_11); NullCheck(L_12); RuntimeObject* L_13 = VirtFuncInvoker0< RuntimeObject* >::Invoke(7 /* System.Collections.IEnumerator System.Xml.XmlNodeList::GetEnumerator() */, L_12); V_1 = L_13; } IL_004e: try { // begin try (depth: 1) { goto IL_008e; } IL_0053: { RuntimeObject* L_14 = V_1; NullCheck(L_14); RuntimeObject * L_15 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); V_0 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_15, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_16 = V_0; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_16); if ((!(((uint32_t)L_17) == ((uint32_t)5)))) { goto IL_0086; } } IL_006b: { XmlNode_t3767805227 * L_18 = V_0; XmlNode_t3767805227 * L_19 = XmlDocumentNavigator_GetFirstChild_m2821534409(__this, L_18, /*hidden argument*/NULL); V_2 = L_19; XmlNode_t3767805227 * L_20 = V_2; if (!L_20) { goto IL_0081; } } IL_0079: { XmlNode_t3767805227 * L_21 = V_2; V_4 = L_21; IL2CPP_LEAVE(0xBC, FINALLY_009e); } IL_0081: { goto IL_008e; } IL_0086: { XmlNode_t3767805227 * L_22 = V_0; V_4 = L_22; IL2CPP_LEAVE(0xBC, FINALLY_009e); } IL_008e: { RuntimeObject* L_23 = V_1; NullCheck(L_23); bool L_24 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_0053; } } IL_0099: { IL2CPP_LEAVE(0xB3, FINALLY_009e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009e; } FINALLY_009e: { // begin finally (depth: 1) { RuntimeObject* L_25 = V_1; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_25, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_26 = V_5; if (L_26) { goto IL_00ab; } } IL_00aa: { IL2CPP_END_FINALLY(158) } IL_00ab: { RuntimeObject* L_27 = V_5; NullCheck(L_27); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_27); IL2CPP_END_FINALLY(158) } } // end finally (depth: 1) IL2CPP_CLEANUP(158) { IL2CPP_JUMP_TBL(0xBC, IL_00bc) IL2CPP_JUMP_TBL(0xB3, IL_00b3) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b3: { return (XmlNode_t3767805227 *)NULL; } IL_00b5: { XmlNode_t3767805227 * L_28 = ___n0; NullCheck(L_28); XmlNode_t3767805227 * L_29 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_28); return L_29; } IL_00bc: { XmlNode_t3767805227 * L_30 = V_4; return L_30; } } // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::GetNextSibling(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_GetNextSibling_m296588763 (XmlDocumentNavigator_t512445268 * __this, XmlNode_t3767805227 * ___n0, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; int32_t V_2 = 0; { XmlNode_t3767805227 * L_0 = ___n0; NullCheck(L_0); XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_0); V_0 = L_1; XmlNode_t3767805227 * L_2 = V_0; if (!L_2) { goto IL_0057; } } { XmlNode_t3767805227 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_3); V_2 = L_4; int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)5))) { goto IL_0030; } } { int32_t L_6 = V_2; if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_0048; } } { int32_t L_7 = V_2; if ((((int32_t)L_7) == ((int32_t)((int32_t)17)))) { goto IL_0048; } } { goto IL_0050; } IL_0030: { XmlNode_t3767805227 * L_8 = V_0; XmlNode_t3767805227 * L_9 = XmlDocumentNavigator_GetFirstChild_m2821534409(__this, L_8, /*hidden argument*/NULL); V_1 = L_9; XmlNode_t3767805227 * L_10 = V_1; if (!L_10) { goto IL_0040; } } { XmlNode_t3767805227 * L_11 = V_1; return L_11; } IL_0040: { XmlNode_t3767805227 * L_12 = V_0; XmlNode_t3767805227 * L_13 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_12, /*hidden argument*/NULL); return L_13; } IL_0048: { XmlNode_t3767805227 * L_14 = V_0; XmlNode_t3767805227 * L_15 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_14, /*hidden argument*/NULL); return L_15; } IL_0050: { XmlNode_t3767805227 * L_16 = ___n0; NullCheck(L_16); XmlNode_t3767805227 * L_17 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_16); return L_17; } IL_0057: { XmlNode_t3767805227 * L_18 = ___n0; NullCheck(L_18); XmlNode_t3767805227 * L_19 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_18); if (!L_19) { goto IL_0073; } } { XmlNode_t3767805227 * L_20 = ___n0; NullCheck(L_20); XmlNode_t3767805227 * L_21 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_20); NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_21); if ((((int32_t)L_22) == ((int32_t)5))) { goto IL_0075; } } IL_0073: { return (XmlNode_t3767805227 *)NULL; } IL_0075: { XmlNode_t3767805227 * L_23 = ___n0; NullCheck(L_23); XmlNode_t3767805227 * L_24 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_23); XmlNode_t3767805227 * L_25 = XmlDocumentNavigator_GetNextSibling_m296588763(__this, L_24, /*hidden argument*/NULL); return L_25; } } // System.Xml.XmlNode System.Xml.XmlDocumentNavigator::GetParentNode(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentNavigator_GetParentNode_m383093627 (XmlDocumentNavigator_t512445268 * __this, XmlNode_t3767805227 * ___n0, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; { XmlNode_t3767805227 * L_0 = ___n0; NullCheck(L_0); XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_0); if (L_1) { goto IL_000d; } } { return (XmlNode_t3767805227 *)NULL; } IL_000d: { XmlNode_t3767805227 * L_2 = ___n0; NullCheck(L_2); XmlNode_t3767805227 * L_3 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_2); V_0 = L_3; goto IL_002e; } IL_0019: { XmlNode_t3767805227 * L_4 = V_0; NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_4); if ((((int32_t)L_5) == ((int32_t)5))) { goto IL_0027; } } { XmlNode_t3767805227 * L_6 = V_0; return L_6; } IL_0027: { XmlNode_t3767805227 * L_7 = V_0; NullCheck(L_7); XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_7); V_0 = L_8; } IL_002e: { XmlNode_t3767805227 * L_9 = V_0; if (L_9) { goto IL_0019; } } { return (XmlNode_t3767805227 *)NULL; } } // System.String System.Xml.XmlDocumentNavigator::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentNavigator_LookupNamespace_m3780487884 (XmlDocumentNavigator_t512445268 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = XPathNavigator_LookupNamespace_m3790109444(__this, L_0, /*hidden argument*/NULL); 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.XmlDocumentType::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m4249013569 (XmlDocumentType_t4112370061 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, XmlDocument_t2837193595 * ___doc4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentType__ctor_m4249013569_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t3455035481 * V_0 = NULL; { XmlDocument_t2837193595 * L_0 = ___doc4; XmlLinkedNode__ctor_m1742070414(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_BaseURI() */, __this); 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(); StringReader_t3465604688 * L_3 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_3, L_2, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_4 = ___doc4; NullCheck(L_4); XmlNameTable_t71772148 * L_5 = XmlDocument_get_NameTable_m3351667098(L_4, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_6 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m3612242620(L_6, L_1, L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; XmlTextReader_t3455035481 * L_7 = V_0; XmlDocument_t2837193595 * L_8 = ___doc4; NullCheck(L_8); XmlResolver_t626023767 * L_9 = XmlDocument_get_Resolver_m3982878385(L_8, /*hidden argument*/NULL); NullCheck(L_7); XmlTextReader_set_XmlResolver_m151906742(L_7, L_9, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_10 = V_0; String_t* L_11 = ___name0; String_t* L_12 = ___publicId1; String_t* L_13 = ___systemId2; String_t* L_14 = ___internalSubset3; NullCheck(L_10); XmlTextReader_GenerateDTDObjectModel_m1291768325(L_10, L_11, L_12, L_13, L_14, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_15 = V_0; NullCheck(L_15); DTDObjectModel_t1729680289 * L_16 = XmlTextReader_get_DTD_m2116886483(L_15, /*hidden argument*/NULL); __this->set_dtd_9(L_16); XmlDocumentType_ImportFromDTD_m998947015(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlDocumentType::.ctor(Mono.Xml.DTDObjectModel,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType__ctor_m3064971262 (XmlDocumentType_t4112370061 * __this, DTDObjectModel_t1729680289 * ___dtd0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method) { { XmlDocument_t2837193595 * L_0 = ___doc1; XmlLinkedNode__ctor_m1742070414(__this, L_0, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_1 = ___dtd0; __this->set_dtd_9(L_1); XmlDocumentType_ImportFromDTD_m998947015(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlDocumentType::ImportFromDTD() extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType_ImportFromDTD_m998947015 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentType_ImportFromDTD_m998947015_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDEntityDeclaration_t811637416 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; DTDNotationDeclaration_t3702682588 * V_3 = NULL; RuntimeObject* V_4 = NULL; XmlNode_t3767805227 * V_5 = NULL; 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); { XmlNamedNodeMap_t2821286253 * L_0 = (XmlNamedNodeMap_t2821286253 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t2821286253_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m1104724057(L_0, __this, /*hidden argument*/NULL); __this->set_entities_7(L_0); XmlNamedNodeMap_t2821286253 * L_1 = (XmlNamedNodeMap_t2821286253 *)il2cpp_codegen_object_new(XmlNamedNodeMap_t2821286253_il2cpp_TypeInfo_var); XmlNamedNodeMap__ctor_m1104724057(L_1, __this, /*hidden argument*/NULL); __this->set_notations_8(L_1); DTDObjectModel_t1729680289 * L_2 = XmlDocumentType_get_DTD_m2297215448(__this, /*hidden argument*/NULL); NullCheck(L_2); DTDEntityDeclarationCollection_t2250844513 * L_3 = DTDObjectModel_get_EntityDecls_m2343264842(L_2, /*hidden argument*/NULL); NullCheck(L_3); RuntimeObject* L_4 = DictionaryBase_get_Values_m2364603791(L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t4133380278_il2cpp_TypeInfo_var, L_4); V_1 = L_5; } IL_002e: try { // begin try (depth: 1) { goto IL_0070; } IL_0033: { RuntimeObject* L_6 = V_1; NullCheck(L_6); DTDNode_t858560093 * L_7 = InterfaceFuncInvoker0< DTDNode_t858560093 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1291130561_il2cpp_TypeInfo_var, L_6); V_0 = ((DTDEntityDeclaration_t811637416 *)CastclassClass((RuntimeObject*)L_7, DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var)); DTDEntityDeclaration_t811637416 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = DTDEntityBase_get_Name_m1482881339(L_8, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = DTDEntityDeclaration_get_NotationName_m675121615(L_10, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = DTDEntityBase_get_PublicId_m1097134121(L_12, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = DTDEntityBase_get_SystemId_m548211319(L_14, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_16 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlEntity_t3308518401 * L_17 = (XmlEntity_t3308518401 *)il2cpp_codegen_object_new(XmlEntity_t3308518401_il2cpp_TypeInfo_var); XmlEntity__ctor_m1734241957(L_17, L_9, L_11, L_13, L_15, L_16, /*hidden argument*/NULL); V_2 = L_17; XmlNamedNodeMap_t2821286253 * L_18 = __this->get_entities_7(); XmlNode_t3767805227 * L_19 = V_2; NullCheck(L_18); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_18, L_19); } IL_0070: { RuntimeObject* L_20 = V_1; NullCheck(L_20); bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_20); if (L_21) { goto IL_0033; } } IL_007b: { IL2CPP_LEAVE(0x8B, FINALLY_0080); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: { // begin finally (depth: 1) { RuntimeObject* L_22 = V_1; if (L_22) { goto IL_0084; } } IL_0083: { IL2CPP_END_FINALLY(128) } IL_0084: { RuntimeObject* L_23 = V_1; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_23); IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_JUMP_TBL(0x8B, IL_008b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008b: { DTDObjectModel_t1729680289 * L_24 = XmlDocumentType_get_DTD_m2297215448(__this, /*hidden argument*/NULL); NullCheck(L_24); DTDNotationDeclarationCollection_t959292105 * L_25 = DTDObjectModel_get_NotationDecls_m3855949721(L_24, /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject* L_26 = DictionaryBase_get_Values_m2364603791(L_25, /*hidden argument*/NULL); NullCheck(L_26); RuntimeObject* L_27 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t4133380278_il2cpp_TypeInfo_var, L_26); V_4 = L_27; } IL_00a2: try { // begin try (depth: 1) { goto IL_00e7; } IL_00a7: { RuntimeObject* L_28 = V_4; NullCheck(L_28); DTDNode_t858560093 * L_29 = InterfaceFuncInvoker0< DTDNode_t858560093 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1291130561_il2cpp_TypeInfo_var, L_28); V_3 = ((DTDNotationDeclaration_t3702682588 *)CastclassClass((RuntimeObject*)L_29, DTDNotationDeclaration_t3702682588_il2cpp_TypeInfo_var)); DTDNotationDeclaration_t3702682588 * L_30 = V_3; NullCheck(L_30); String_t* L_31 = DTDNotationDeclaration_get_LocalName_m3055653754(L_30, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_32 = V_3; NullCheck(L_32); String_t* L_33 = DTDNotationDeclaration_get_Prefix_m1111171227(L_32, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_34 = V_3; NullCheck(L_34); String_t* L_35 = DTDNotationDeclaration_get_PublicId_m2264571245(L_34, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_36 = V_3; NullCheck(L_36); String_t* L_37 = DTDNotationDeclaration_get_SystemId_m3829250027(L_36, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_38 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNotation_t1476580686 * L_39 = (XmlNotation_t1476580686 *)il2cpp_codegen_object_new(XmlNotation_t1476580686_il2cpp_TypeInfo_var); XmlNotation__ctor_m1743872963(L_39, L_31, L_33, L_35, L_37, L_38, /*hidden argument*/NULL); V_5 = L_39; XmlNamedNodeMap_t2821286253 * L_40 = __this->get_notations_8(); XmlNode_t3767805227 * L_41 = V_5; NullCheck(L_40); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) */, L_40, L_41); } IL_00e7: { RuntimeObject* L_42 = V_4; NullCheck(L_42); bool L_43 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_42); if (L_43) { goto IL_00a7; } } IL_00f3: { IL2CPP_LEAVE(0x105, FINALLY_00f8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f8; } FINALLY_00f8: { // begin finally (depth: 1) { RuntimeObject* L_44 = V_4; if (L_44) { goto IL_00fd; } } IL_00fc: { IL2CPP_END_FINALLY(248) } IL_00fd: { RuntimeObject* L_45 = V_4; NullCheck(L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_45); IL2CPP_END_FINALLY(248) } } // end finally (depth: 1) IL2CPP_CLEANUP(248) { IL2CPP_JUMP_TBL(0x105, IL_0105) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0105: { return; } } // 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) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_9(); return L_0; } } // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::get_Entities() extern "C" IL2CPP_METHOD_ATTR XmlNamedNodeMap_t2821286253 * XmlDocumentType_get_Entities_m2560357361 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { { XmlNamedNodeMap_t2821286253 * L_0 = __this->get_entities_7(); return L_0; } } // System.String System.Xml.XmlDocumentType::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m105575790 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_9(); NullCheck(L_0); String_t* L_1 = DTDObjectModel_get_InternalSubset_m3920583053(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.XmlDocumentType::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentType_get_IsReadOnly_m2610710334 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.Xml.XmlDocumentType::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_LocalName_m2569553305 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_9(); NullCheck(L_0); String_t* L_1 = DTDObjectModel_get_Name_m4149993094(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlDocumentType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_Name_m1853246681 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_9(); NullCheck(L_0); String_t* L_1 = DTDObjectModel_get_Name_m4149993094(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlDocumentType::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocumentType_get_NodeType_m1990391397 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.String System.Xml.XmlDocumentType::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m3571984252 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_9(); NullCheck(L_0); String_t* L_1 = DTDObjectModel_get_PublicId_m664009037(L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.XmlDocumentType::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m3515778358 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_9(); NullCheck(L_0); String_t* L_1 = DTDObjectModel_get_SystemId_m2725442049(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlDocumentType::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentType_CloneNode_m3765157901 (XmlDocumentType_t4112370061 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentType_CloneNode_m3765157901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_9(); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlDocumentType_t4112370061 * L_2 = (XmlDocumentType_t4112370061 *)il2cpp_codegen_object_new(XmlDocumentType_t4112370061_il2cpp_TypeInfo_var); XmlDocumentType__ctor_m3064971262(L_2, 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.XmlElement::.ctor(System.String,System.String,System.String,System.Xml.XmlDocument,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlElement__ctor_m379743235 (XmlElement_t561603118 * __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___namespaceURI2, XmlDocument_t2837193595 * ___doc3, bool ___atomizedNames4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElement__ctor_m379743235_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDAttListDeclaration_t3593159715 * V_0 = NULL; int32_t V_1 = 0; DTDAttributeDefinition_t3434905422 * V_2 = NULL; { XmlDocument_t2837193595 * L_0 = ___doc3; XmlLinkedNode__ctor_m1742070414(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___atomizedNames4; if (L_1) { goto IL_005d; } } { String_t* L_2 = ___prefix0; if (L_2) { goto IL_001c; } } { 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(); ___prefix0 = L_3; } IL_001c: { String_t* L_4 = ___namespaceURI2; if (L_4) { goto IL_0029; } } { 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(); ___namespaceURI2 = L_5; } IL_0029: { String_t* L_6 = ___localName1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); XmlConvert_VerifyName_m2131148908(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_7 = ___doc3; NullCheck(L_7); XmlNameTable_t71772148 * L_8 = XmlDocument_get_NameTable_m3351667098(L_7, /*hidden argument*/NULL); String_t* L_9 = ___prefix0; 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); ___prefix0 = L_10; XmlDocument_t2837193595 * L_11 = ___doc3; NullCheck(L_11); XmlNameTable_t71772148 * L_12 = XmlDocument_get_NameTable_m3351667098(L_11, /*hidden argument*/NULL); String_t* L_13 = ___localName1; NullCheck(L_12); String_t* L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_12, L_13); ___localName1 = L_14; XmlDocument_t2837193595 * L_15 = ___doc3; NullCheck(L_15); XmlNameTable_t71772148 * L_16 = XmlDocument_get_NameTable_m3351667098(L_15, /*hidden argument*/NULL); String_t* L_17 = ___namespaceURI2; NullCheck(L_16); String_t* L_18 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_16, L_17); ___namespaceURI2 = L_18; } IL_005d: { XmlDocument_t2837193595 * L_19 = ___doc3; NullCheck(L_19); XmlNameEntryCache_t2890546907 * L_20 = XmlDocument_get_NameCache_m4223541773(L_19, /*hidden argument*/NULL); String_t* L_21 = ___prefix0; String_t* L_22 = ___localName1; String_t* L_23 = ___namespaceURI2; NullCheck(L_20); XmlNameEntry_t1073099671 * L_24 = XmlNameEntryCache_Add_m886977046(L_20, L_21, L_22, L_23, (bool)1, /*hidden argument*/NULL); __this->set_name_8(L_24); XmlDocument_t2837193595 * L_25 = ___doc3; NullCheck(L_25); XmlDocumentType_t4112370061 * L_26 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(41 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_25); if (!L_26) { goto IL_00f4; } } { XmlDocument_t2837193595 * L_27 = ___doc3; NullCheck(L_27); XmlDocumentType_t4112370061 * L_28 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(41 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_27); NullCheck(L_28); DTDObjectModel_t1729680289 * L_29 = XmlDocumentType_get_DTD_m2297215448(L_28, /*hidden argument*/NULL); NullCheck(L_29); DTDAttListDeclarationCollection_t2220366188 * L_30 = DTDObjectModel_get_AttListDecls_m2801359668(L_29, /*hidden argument*/NULL); String_t* L_31 = ___localName1; NullCheck(L_30); DTDAttListDeclaration_t3593159715 * L_32 = DTDAttListDeclarationCollection_get_Item_m3930829771(L_30, L_31, /*hidden argument*/NULL); V_0 = L_32; DTDAttListDeclaration_t3593159715 * L_33 = V_0; if (!L_33) { goto IL_00f4; } } { V_1 = 0; goto IL_00e3; } IL_00a4: { DTDAttListDeclaration_t3593159715 * L_34 = V_0; int32_t L_35 = V_1; NullCheck(L_34); DTDAttributeDefinition_t3434905422 * L_36 = DTDAttListDeclaration_get_Item_m3808678636(L_34, L_35, /*hidden argument*/NULL); V_2 = L_36; DTDAttributeDefinition_t3434905422 * L_37 = V_2; NullCheck(L_37); String_t* L_38 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00df; } } { DTDAttributeDefinition_t3434905422 * L_39 = V_2; NullCheck(L_39); String_t* L_40 = DTDAttributeDefinition_get_Name_m386820002(L_39, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_41 = V_2; NullCheck(L_41); String_t* L_42 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_41, /*hidden argument*/NULL); VirtActionInvoker2< String_t*, String_t* >::Invoke(44 /* System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) */, __this, L_40, L_42); XmlAttributeCollection_t2316283784 * L_43 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); DTDAttributeDefinition_t3434905422 * L_44 = V_2; NullCheck(L_44); String_t* L_45 = DTDAttributeDefinition_get_Name_m386820002(L_44, /*hidden argument*/NULL); NullCheck(L_43); XmlAttribute_t1173852259 * L_46 = XmlAttributeCollection_get_ItemOf_m952828905(L_43, L_45, /*hidden argument*/NULL); NullCheck(L_46); XmlAttribute_SetDefault_m2091487654(L_46, /*hidden argument*/NULL); } IL_00df: { int32_t L_47 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)); } IL_00e3: { int32_t L_48 = V_1; DTDAttListDeclaration_t3593159715 * L_49 = V_0; NullCheck(L_49); RuntimeObject* L_50 = DTDAttListDeclaration_get_Definitions_m3556676521(L_49, /*hidden argument*/NULL); NullCheck(L_50); int32_t L_51 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_50); if ((((int32_t)L_48) < ((int32_t)L_51))) { goto IL_00a4; } } IL_00f4: { return; } } // System.Xml.XmlLinkedNode System.Xml.XmlElement::System.Xml.IHasXmlChildNode.get_LastLinkedChild() extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t1437094927 * XmlElement_System_Xml_IHasXmlChildNode_get_LastLinkedChild_m1947995716 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = __this->get_lastLinkedChild_9(); return L_0; } } // System.Void System.Xml.XmlElement::System.Xml.IHasXmlChildNode.set_LastLinkedChild(System.Xml.XmlLinkedNode) extern "C" IL2CPP_METHOD_ATTR void XmlElement_System_Xml_IHasXmlChildNode_set_LastLinkedChild_m955775419 (XmlElement_t561603118 * __this, XmlLinkedNode_t1437094927 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = ___value0; __this->set_lastLinkedChild_9(L_0); return; } } // System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlAttributeCollection_t2316283784 * XmlElement_get_Attributes_m994170462 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElement_get_Attributes_m994170462_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlAttributeCollection_t2316283784 * L_0 = __this->get_attributes_7(); if (L_0) { goto IL_0017; } } { XmlAttributeCollection_t2316283784 * L_1 = (XmlAttributeCollection_t2316283784 *)il2cpp_codegen_object_new(XmlAttributeCollection_t2316283784_il2cpp_TypeInfo_var); XmlAttributeCollection__ctor_m4067851386(L_1, __this, /*hidden argument*/NULL); __this->set_attributes_7(L_1); } IL_0017: { XmlAttributeCollection_t2316283784 * L_2 = __this->get_attributes_7(); return L_2; } } // System.Boolean System.Xml.XmlElement::get_HasAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_HasAttributes_m1477364551 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlAttributeCollection_t2316283784 * L_0 = __this->get_attributes_7(); if (!L_0) { goto IL_001b; } } { XmlAttributeCollection_t2316283784 * L_1 = __this->get_attributes_7(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_1); G_B3_0 = ((((int32_t)L_2) > ((int32_t)0))? 1 : 0); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (bool)G_B3_0; } } // System.String System.Xml.XmlElement::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_InnerText_m2028311666 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { String_t* L_0 = XmlNode_get_InnerText_m1158468013(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlElement::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m1188605046 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_isNotEmpty_10(); if (L_0) { goto IL_0016; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); G_B3_0 = ((((RuntimeObject*)(XmlNode_t3767805227 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); goto IL_0017; } IL_0016: { G_B3_0 = 0; } IL_0017: { return (bool)G_B3_0; } } // System.Void System.Xml.XmlElement::set_IsEmpty(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_IsEmpty_m6933664 (XmlElement_t561603118 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isNotEmpty_10((bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)); bool L_1 = ___value0; if (!L_1) { goto IL_002d; } } { goto IL_0022; } IL_0015: { XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(38 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, __this, L_2); } IL_0022: { XmlNode_t3767805227 * L_3 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); if (L_3) { goto IL_0015; } } IL_002d: { return; } } // System.String System.Xml.XmlElement::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_LocalName_m3662413693 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { XmlNameEntry_t1073099671 * L_0 = __this->get_name_8(); NullCheck(L_0); String_t* L_1 = L_0->get_LocalName_1(); return L_1; } } // System.String System.Xml.XmlElement::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_Name_m2219369925 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { XmlNameEntry_t1073099671 * L_0 = __this->get_name_8(); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); NullCheck(L_1); XmlNameEntryCache_t2890546907 * L_2 = XmlDocument_get_NameCache_m4223541773(L_1, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_3 = XmlNameEntry_GetPrefixedName_m1299719957(L_0, L_2, /*hidden argument*/NULL); return L_3; } } // System.String System.Xml.XmlElement::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_NamespaceURI_m3038642888 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { XmlNameEntry_t1073099671 * L_0 = __this->get_name_8(); NullCheck(L_0); String_t* L_1 = L_0->get_NS_2(); return L_1; } } // System.Xml.XmlNode System.Xml.XmlElement::get_NextSibling() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlElement_get_NextSibling_m48103553 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElement_get_NextSibling_m48103553_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlLinkedNode_t1437094927 * G_B4_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() */, __this); if (!L_0) { goto IL_0021; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() */, __this); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var))); XmlLinkedNode_t1437094927 * L_2 = InterfaceFuncInvoker0< XmlLinkedNode_t1437094927 * >::Invoke(0 /* System.Xml.XmlLinkedNode System.Xml.IHasXmlChildNode::get_LastLinkedChild() */, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IHasXmlChildNode_t2708887342_il2cpp_TypeInfo_var))); if ((!(((RuntimeObject*)(XmlLinkedNode_t1437094927 *)L_2) == ((RuntimeObject*)(XmlElement_t561603118 *)__this)))) { goto IL_0027; } } IL_0021: { G_B4_0 = ((XmlLinkedNode_t1437094927 *)(NULL)); goto IL_002d; } IL_0027: { XmlLinkedNode_t1437094927 * L_3 = XmlLinkedNode_get_NextLinkedSibling_m4215230027(__this, /*hidden argument*/NULL); G_B4_0 = L_3; } IL_002d: { return G_B4_0; } } // System.Xml.XmlNodeType System.Xml.XmlElement::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlElement_get_NodeType_m2736618863 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlElement::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlElement_get_XPathNodeType_m434340941 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlElement_get_OwnerDocument_m1084947359 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { XmlDocument_t2837193595 * L_0 = XmlNode_get_OwnerDocument_m1156966852(__this, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.XmlElement::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_get_Prefix_m1910400523 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { XmlNameEntry_t1073099671 * L_0 = __this->get_name_8(); NullCheck(L_0); String_t* L_1 = L_0->get_Prefix_0(); return L_1; } } // System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlElement_get_ParentNode_m883055914 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = XmlNode_get_ParentNode_m3304904414(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.XmlElement::set_SchemaInfo(System.Xml.Schema.IXmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_SchemaInfo_m1605201968 (XmlElement_t561603118 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_schemaInfo_11(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlElement::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlElement_CloneNode_m2610319616 (XmlElement_t561603118 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElement_CloneNode_m2610319616_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlElement_t561603118 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { XmlDocument_t2837193595 * L_0 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); XmlNameEntry_t1073099671 * L_1 = __this->get_name_8(); NullCheck(L_1); String_t* L_2 = L_1->get_Prefix_0(); XmlNameEntry_t1073099671 * L_3 = __this->get_name_8(); NullCheck(L_3); String_t* L_4 = L_3->get_LocalName_1(); XmlNameEntry_t1073099671 * L_5 = __this->get_name_8(); NullCheck(L_5); String_t* L_6 = L_5->get_NS_2(); NullCheck(L_0); XmlElement_t561603118 * L_7 = XmlDocument_CreateElement_m2412054768(L_0, L_2, L_4, L_6, (bool)1, /*hidden argument*/NULL); V_0 = L_7; V_1 = 0; goto IL_0057; } IL_0035: { XmlElement_t561603118 * L_8 = V_0; XmlAttributeCollection_t2316283784 * L_9 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); int32_t L_10 = V_1; NullCheck(L_9); XmlAttribute_t1173852259 * L_11 = XmlAttributeCollection_get_ItemOf_m2829877268(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_11); XmlNode_t3767805227 * L_12 = VirtFuncInvoker1< XmlNode_t3767805227 *, bool >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlAttribute::CloneNode(System.Boolean) */, L_11, (bool)1); NullCheck(L_8); VirtFuncInvoker1< XmlAttribute_t1173852259 *, XmlAttribute_t1173852259 * >::Invoke(45 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_8, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)L_12, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0057: { int32_t L_14 = V_1; XmlAttributeCollection_t2316283784 * L_15 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_15); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0035; } } { bool L_17 = ___deep0; if (!L_17) { goto IL_00a4; } } { V_2 = 0; goto IL_0093; } IL_0075: { XmlElement_t561603118 * L_18 = V_0; XmlNodeList_t2551693786 * L_19 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); int32_t L_20 = V_2; NullCheck(L_19); XmlNode_t3767805227 * L_21 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_19, L_20); NullCheck(L_21); XmlNode_t3767805227 * L_22 = VirtFuncInvoker1< XmlNode_t3767805227 *, bool >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_21, (bool)1); NullCheck(L_18); XmlNode_AppendChild_m3759797305(L_18, L_22, (bool)0, /*hidden argument*/NULL); int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0093: { int32_t L_24 = V_2; XmlNodeList_t2551693786 * L_25 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_25); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_0075; } } IL_00a4: { XmlElement_t561603118 * L_27 = V_0; return L_27; } } // System.String System.Xml.XmlElement::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlElement_GetAttribute_m2044313884 (XmlElement_t561603118 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElement_GetAttribute_m2044313884_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; String_t* G_B3_0 = NULL; { XmlAttributeCollection_t2316283784 * L_0 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); String_t* L_1 = ___name0; NullCheck(L_0); XmlNode_t3767805227 * L_2 = VirtFuncInvoker1< XmlNode_t3767805227 *, String_t* >::Invoke(7 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, L_0, L_1); V_0 = L_2; XmlNode_t3767805227 * L_3 = V_0; if (!L_3) { goto IL_001e; } } { XmlNode_t3767805227 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlNode::get_Value() */, L_4); G_B3_0 = L_5; goto IL_0023; } IL_001e: { 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_B3_0 = L_6; } IL_0023: { return G_B3_0; } } // System.Boolean System.Xml.XmlElement::HasAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlElement_HasAttribute_m1169097181 (XmlElement_t561603118 * __this, String_t* ___name0, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; { XmlAttributeCollection_t2316283784 * L_0 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); String_t* L_1 = ___name0; NullCheck(L_0); XmlNode_t3767805227 * L_2 = VirtFuncInvoker1< XmlNode_t3767805227 *, String_t* >::Invoke(7 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, L_0, L_1); V_0 = L_2; XmlNode_t3767805227 * L_3 = V_0; return (bool)((((int32_t)((((RuntimeObject*)(XmlNode_t3767805227 *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Xml.XmlElement::RemoveAll() extern "C" IL2CPP_METHOD_ATTR void XmlElement_RemoveAll_m3639558509 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { XmlNode_RemoveAll_m708124077(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlElement::SetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlElement_SetAttribute_m1810337876 (XmlElement_t561603118 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { XmlAttribute_t1173852259 * V_0 = NULL; { XmlAttributeCollection_t2316283784 * L_0 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); String_t* L_1 = ___name0; NullCheck(L_0); XmlAttribute_t1173852259 * L_2 = XmlAttributeCollection_get_ItemOf_m952828905(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlAttribute_t1173852259 * L_3 = V_0; if (L_3) { goto IL_0039; } } { XmlDocument_t2837193595 * L_4 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); String_t* L_5 = ___name0; NullCheck(L_4); XmlAttribute_t1173852259 * L_6 = XmlDocument_CreateAttribute_m125953371(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; XmlAttribute_t1173852259 * L_7 = V_0; String_t* L_8 = ___value1; NullCheck(L_7); VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void System.Xml.XmlAttribute::set_Value(System.String) */, L_7, L_8); XmlAttributeCollection_t2316283784 * L_9 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); XmlAttribute_t1173852259 * L_10 = V_0; NullCheck(L_9); XmlAttributeCollection_SetNamedItem_m1188140119(L_9, L_10, /*hidden argument*/NULL); goto IL_0040; } IL_0039: { XmlAttribute_t1173852259 * L_11 = V_0; String_t* L_12 = ___value1; NullCheck(L_11); VirtActionInvoker1< String_t* >::Invoke(26 /* System.Void System.Xml.XmlAttribute::set_Value(System.String) */, L_11, L_12); } IL_0040: { return; } } // System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlElement_SetAttributeNode_m196550862 (XmlElement_t561603118 * __this, XmlAttribute_t1173852259 * ___newAttr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElement_SetAttributeNode_m196550862_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; XmlAttribute_t1173852259 * G_B5_0 = NULL; { XmlAttribute_t1173852259 * L_0 = ___newAttr0; NullCheck(L_0); XmlElement_t561603118 * L_1 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_0); if (!L_1) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, _stringLiteral1716005400, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlElement_SetAttributeNode_m196550862_RuntimeMethod_var); } IL_0016: { XmlAttributeCollection_t2316283784 * L_3 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); XmlAttribute_t1173852259 * L_4 = ___newAttr0; NullCheck(L_3); XmlNode_t3767805227 * L_5 = XmlAttributeCollection_SetNamedItem_m1188140119(L_3, L_4, /*hidden argument*/NULL); V_0 = ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_5, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); XmlAttribute_t1173852259 * L_6 = V_0; XmlAttribute_t1173852259 * L_7 = ___newAttr0; if ((!(((RuntimeObject*)(XmlAttribute_t1173852259 *)L_6) == ((RuntimeObject*)(XmlAttribute_t1173852259 *)L_7)))) { goto IL_0035; } } { G_B5_0 = ((XmlAttribute_t1173852259 *)(NULL)); goto IL_0036; } IL_0035: { XmlAttribute_t1173852259 * L_8 = V_0; G_B5_0 = L_8; } IL_0036: { return 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.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlEntity__ctor_m1734241957 (XmlEntity_t3308518401 * __this, String_t* ___name0, String_t* ___NDATA1, String_t* ___publicId2, String_t* ___systemId3, XmlDocument_t2837193595 * ___doc4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntity__ctor_m1734241957_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 = ___name0; 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_name_6(L_4); String_t* L_5 = ___NDATA1; __this->set_NDATA_7(L_5); String_t* L_6 = ___publicId2; __this->set_publicId_8(L_6); String_t* L_7 = ___systemId3; __this->set_systemId_9(L_7); XmlDocument_t2837193595 * L_8 = ___doc4; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlDocument::get_BaseURI() */, L_8); __this->set_baseUri_10(L_9); return; } } // System.Xml.XmlLinkedNode System.Xml.XmlEntity::System.Xml.IHasXmlChildNode.get_LastLinkedChild() extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t1437094927 * XmlEntity_System_Xml_IHasXmlChildNode_get_LastLinkedChild_m1287897110 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = __this->get_lastLinkedChild_11(); if (!L_0) { goto IL_0012; } } { XmlLinkedNode_t1437094927 * L_1 = __this->get_lastLinkedChild_11(); return L_1; } IL_0012: { bool L_2 = __this->get_contentAlreadySet_12(); if (L_2) { goto IL_002a; } } { __this->set_contentAlreadySet_12((bool)1); XmlEntity_SetEntityContent_m328832252(__this, /*hidden argument*/NULL); } IL_002a: { XmlLinkedNode_t1437094927 * L_3 = __this->get_lastLinkedChild_11(); return L_3; } } // System.Void System.Xml.XmlEntity::System.Xml.IHasXmlChildNode.set_LastLinkedChild(System.Xml.XmlLinkedNode) extern "C" IL2CPP_METHOD_ATTR void XmlEntity_System_Xml_IHasXmlChildNode_set_LastLinkedChild_m3648188082 (XmlEntity_t3308518401 * __this, XmlLinkedNode_t1437094927 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = ___value0; __this->set_lastLinkedChild_11(L_0); return; } } // System.String System.Xml.XmlEntity::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_BaseURI_m1803822178 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseUri_10(); return L_0; } } // System.String System.Xml.XmlEntity::get_InnerText() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_InnerText_m3375186009 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { { String_t* L_0 = XmlNode_get_InnerText_m1158468013(__this, /*hidden argument*/NULL); return L_0; } } // System.Boolean System.Xml.XmlEntity::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlEntity_get_IsReadOnly_m2677500122 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.Xml.XmlEntity::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_LocalName_m3280218989 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_6(); return L_0; } } // System.String System.Xml.XmlEntity::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_Name_m1993174970 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_6(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlEntity::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlEntity_get_NodeType_m735336023 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { { return (int32_t)(6); } } // System.String System.Xml.XmlEntity::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntity_get_SystemId_m4230686408 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_9(); return L_0; } } // System.Xml.XmlNode System.Xml.XmlEntity::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlEntity_CloneNode_m2928393073 (XmlEntity_t3308518401 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntity_CloneNode_m2928393073_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_0, _stringLiteral2993710011, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlEntity_CloneNode_m2928393073_RuntimeMethod_var); } } // System.Void System.Xml.XmlEntity::SetEntityContent() extern "C" IL2CPP_METHOD_ATTR void XmlEntity_SetEntityContent_m328832252 (XmlEntity_t3308518401 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntity_SetEntityContent_m328832252_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentType_t4112370061 * V_0 = NULL; DTDEntityDeclaration_t811637416 * V_1 = NULL; XmlNamespaceManager_t418790500 * V_2 = NULL; XmlParserContext_t2544895291 * V_3 = NULL; XmlTextReader_t4233384356 * V_4 = NULL; XmlNode_t3767805227 * V_5 = NULL; XmlNamespaceManager_t418790500 * G_B8_0 = NULL; XmlNameTable_t71772148 * G_B8_1 = NULL; XmlNamespaceManager_t418790500 * G_B7_0 = NULL; XmlNameTable_t71772148 * G_B7_1 = NULL; DTDObjectModel_t1729680289 * G_B9_0 = NULL; XmlNamespaceManager_t418790500 * G_B9_1 = NULL; XmlNameTable_t71772148 * G_B9_2 = NULL; { XmlLinkedNode_t1437094927 * L_0 = __this->get_lastLinkedChild_11(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_1); XmlDocumentType_t4112370061 * L_2 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(41 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_1); V_0 = L_2; XmlDocumentType_t4112370061 * L_3 = V_0; if (L_3) { goto IL_001f; } } { return; } IL_001f: { XmlDocumentType_t4112370061 * L_4 = V_0; NullCheck(L_4); DTDObjectModel_t1729680289 * L_5 = XmlDocumentType_get_DTD_m2297215448(L_4, /*hidden argument*/NULL); NullCheck(L_5); DTDEntityDeclarationCollection_t2250844513 * L_6 = DTDObjectModel_get_EntityDecls_m2343264842(L_5, /*hidden argument*/NULL); String_t* L_7 = __this->get_name_6(); NullCheck(L_6); DTDEntityDeclaration_t811637416 * L_8 = DTDEntityDeclarationCollection_get_Item_m883323424(L_6, L_7, /*hidden argument*/NULL); V_1 = L_8; DTDEntityDeclaration_t811637416 * L_9 = V_1; if (L_9) { goto IL_003d; } } { return; } IL_003d: { XmlNamespaceManager_t418790500 * L_10 = XmlNode_ConstructNamespaceManager_m473532189(__this, /*hidden argument*/NULL); V_2 = L_10; XmlDocument_t2837193595 * L_11 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_11); XmlNameTable_t71772148 * L_12 = XmlDocument_get_NameTable_m3351667098(L_11, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_13 = V_2; XmlDocumentType_t4112370061 * L_14 = V_0; G_B7_0 = L_13; G_B7_1 = L_12; if (!L_14) { G_B8_0 = L_13; G_B8_1 = L_12; goto IL_0061; } } { XmlDocumentType_t4112370061 * L_15 = V_0; NullCheck(L_15); DTDObjectModel_t1729680289 * L_16 = XmlDocumentType_get_DTD_m2297215448(L_15, /*hidden argument*/NULL); G_B9_0 = L_16; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_0062; } IL_0061: { G_B9_0 = ((DTDObjectModel_t1729680289 *)(NULL)); G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_0062: { String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlEntity::get_BaseURI() */, __this); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlNode::get_XmlLang() */, __this); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlNode::get_XmlSpace() */, __this); XmlParserContext_t2544895291 * L_20 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m2145142613(L_20, G_B9_2, G_B9_1, G_B9_0, L_17, L_18, L_19, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL); V_3 = L_20; DTDEntityDeclaration_t811637416 * L_21 = V_1; NullCheck(L_21); String_t* L_22 = DTDEntityDeclaration_get_EntityValue_m498441691(L_21, /*hidden argument*/NULL); XmlParserContext_t2544895291 * L_23 = V_3; XmlTextReader_t4233384356 * L_24 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m873020869(L_24, L_22, 1, L_23, /*hidden argument*/NULL); V_4 = L_24; XmlTextReader_t4233384356 * L_25 = V_4; XmlDocument_t2837193595 * L_26 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_26); XmlResolver_t626023767 * L_27 = XmlDocument_get_Resolver_m3982878385(L_26, /*hidden argument*/NULL); NullCheck(L_25); XmlTextReader_set_XmlResolver_m1445354776(L_25, L_27, /*hidden argument*/NULL); } IL_009c: { XmlDocument_t2837193595 * L_28 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlTextReader_t4233384356 * L_29 = V_4; NullCheck(L_28); XmlNode_t3767805227 * L_30 = VirtFuncInvoker1< XmlNode_t3767805227 *, XmlReader_t3121518892 * >::Invoke(61 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, L_28, L_29); V_5 = L_30; XmlNode_t3767805227 * L_31 = V_5; if (L_31) { goto IL_00b7; } } { goto IL_00c8; } IL_00b7: { XmlNode_t3767805227 * L_32 = V_5; XmlNode_InsertBefore_m523861519(__this, L_32, (XmlNode_t3767805227 *)NULL, (bool)0, (bool)0, /*hidden argument*/NULL); goto IL_009c; } IL_00c8: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlEntityReference::.ctor(System.String,System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference__ctor_m2253048044 (XmlEntityReference_t1966808559 * __this, String_t* ___name0, XmlDocument_t2837193595 * ___doc1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntityReference__ctor_m2253048044_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = ___doc1; XmlLinkedNode__ctor_m1742070414(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); XmlConvert_VerifyName_m2131148908(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); XmlDocument_t2837193595 * L_2 = ___doc1; NullCheck(L_2); XmlNameTable_t71772148 * L_3 = XmlDocument_get_NameTable_m3351667098(L_2, /*hidden argument*/NULL); String_t* L_4 = ___name0; NullCheck(L_3); String_t* L_5 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_4); __this->set_entityName_7(L_5); return; } } // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::System.Xml.IHasXmlChildNode.get_LastLinkedChild() extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t1437094927 * XmlEntityReference_System_Xml_IHasXmlChildNode_get_LastLinkedChild_m746904506 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = __this->get_lastLinkedChild_8(); return L_0; } } // System.Void System.Xml.XmlEntityReference::System.Xml.IHasXmlChildNode.set_LastLinkedChild(System.Xml.XmlLinkedNode) extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_System_Xml_IHasXmlChildNode_set_LastLinkedChild_m1388746540 (XmlEntityReference_t1966808559 * __this, XmlLinkedNode_t1437094927 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = ___value0; __this->set_lastLinkedChild_8(L_0); return; } } // System.String System.Xml.XmlEntityReference::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_BaseURI_m3836749921 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { { String_t* L_0 = XmlNode_get_BaseURI_m4128002668(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlEntity System.Xml.XmlEntityReference::get_Entity() extern "C" IL2CPP_METHOD_ATTR XmlEntity_t3308518401 * XmlEntityReference_get_Entity_m1498839901 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntityReference_get_Entity_m1498839901_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentType_t4112370061 * V_0 = NULL; { XmlDocument_t2837193595 * L_0 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); XmlDocumentType_t4112370061 * L_1 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(41 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_0); V_0 = L_1; XmlDocumentType_t4112370061 * L_2 = V_0; if (L_2) { goto IL_0014; } } { return (XmlEntity_t3308518401 *)NULL; } IL_0014: { XmlDocumentType_t4112370061 * L_3 = V_0; NullCheck(L_3); XmlNamedNodeMap_t2821286253 * L_4 = XmlDocumentType_get_Entities_m2560357361(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0021; } } { return (XmlEntity_t3308518401 *)NULL; } IL_0021: { XmlDocumentType_t4112370061 * L_5 = V_0; NullCheck(L_5); XmlNamedNodeMap_t2821286253 * L_6 = XmlDocumentType_get_Entities_m2560357361(L_5, /*hidden argument*/NULL); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlEntityReference::get_Name() */, __this); NullCheck(L_6); XmlNode_t3767805227 * L_8 = VirtFuncInvoker1< XmlNode_t3767805227 *, String_t* >::Invoke(7 /* System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) */, L_6, L_7); return ((XmlEntity_t3308518401 *)IsInstClass((RuntimeObject*)L_8, XmlEntity_t3308518401_il2cpp_TypeInfo_var)); } } // System.String System.Xml.XmlEntityReference::get_ChildrenBaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_ChildrenBaseURI_m2164067251 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntityReference_get_ChildrenBaseURI_m2164067251_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlEntity_t3308518401 * V_0 = NULL; Uri_t100236324 * V_1 = NULL; XmlResolver_t626023767 * V_2 = NULL; 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); { XmlEntity_t3308518401 * L_0 = XmlEntityReference_get_Entity_m1498839901(__this, /*hidden argument*/NULL); V_0 = L_0; XmlEntity_t3308518401 * L_1 = V_0; if (L_1) { goto IL_0013; } } { 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_0013: { XmlEntity_t3308518401 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = XmlEntity_get_SystemId_m4230686408(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002e; } } { XmlEntity_t3308518401 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = XmlEntity_get_SystemId_m4230686408(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = String_get_Length_m3847582255(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0035; } } IL_002e: { XmlEntity_t3308518401 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlEntity::get_BaseURI() */, L_8); return L_9; } IL_0035: { XmlEntity_t3308518401 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlEntity::get_BaseURI() */, L_10); if (!L_11) { goto IL_0050; } } { XmlEntity_t3308518401 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlEntity::get_BaseURI() */, L_12); NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0057; } } IL_0050: { XmlEntity_t3308518401 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = XmlEntity_get_SystemId_m4230686408(L_15, /*hidden argument*/NULL); return L_16; } IL_0057: { V_1 = (Uri_t100236324 *)NULL; } IL_0059: try { // begin try (depth: 1) XmlEntity_t3308518401 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlEntity::get_BaseURI() */, L_17); Uri_t100236324 * L_19 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m800430703(L_19, L_18, /*hidden argument*/NULL); V_1 = L_19; goto IL_0070; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (UriFormatException_t953270471_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006a; throw e; } CATCH_006a: { // begin catch(System.UriFormatException) goto IL_0070; } // end catch (depth: 1) IL_0070: { XmlDocument_t2837193595 * L_20 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_20); XmlResolver_t626023767 * L_21 = XmlDocument_get_Resolver_m3982878385(L_20, /*hidden argument*/NULL); V_2 = L_21; XmlResolver_t626023767 * L_22 = V_2; if (!L_22) { goto IL_0095; } } { XmlResolver_t626023767 * L_23 = V_2; Uri_t100236324 * L_24 = V_1; XmlEntity_t3308518401 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = XmlEntity_get_SystemId_m4230686408(L_25, /*hidden argument*/NULL); NullCheck(L_23); Uri_t100236324 * L_27 = VirtFuncInvoker2< Uri_t100236324 *, Uri_t100236324 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_23, L_24, L_26); NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_27); return L_28; } IL_0095: { Uri_t100236324 * L_29 = V_1; XmlEntity_t3308518401 * L_30 = V_0; NullCheck(L_30); String_t* L_31 = XmlEntity_get_SystemId_m4230686408(L_30, /*hidden argument*/NULL); Uri_t100236324 * L_32 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m4293005803(L_32, L_29, L_31, /*hidden argument*/NULL); NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_32); return L_33; } } // System.Boolean System.Xml.XmlEntityReference::get_IsReadOnly() extern "C" IL2CPP_METHOD_ATTR bool XmlEntityReference_get_IsReadOnly_m3478637299 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String System.Xml.XmlEntityReference::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_LocalName_m4105984716 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_entityName_7(); return L_0; } } // System.String System.Xml.XmlEntityReference::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_Name_m1702453398 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_entityName_7(); return L_0; } } // System.Xml.XmlNodeType System.Xml.XmlEntityReference::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlEntityReference_get_NodeType_m1052498881 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.String System.Xml.XmlEntityReference::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlEntityReference_get_Value_m990861681 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { { return (String_t*)NULL; } } // System.Void System.Xml.XmlEntityReference::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_set_Value_m997934381 (XmlEntityReference_t1966808559 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntityReference_set_Value_m997934381_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlException_t1761730631 * L_0 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_0, _stringLiteral1846759489, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlEntityReference_set_Value_m997934381_RuntimeMethod_var); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlEntityReference::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlEntityReference_get_XPathNodeType_m781784213 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Xml.XmlNode System.Xml.XmlEntityReference::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlEntityReference_CloneNode_m125014970 (XmlEntityReference_t1966808559 * __this, bool ___deep0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntityReference_CloneNode_m125014970_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlEntityReference::get_Name() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlEntityReference_t1966808559 * L_2 = (XmlEntityReference_t1966808559 *)il2cpp_codegen_object_new(XmlEntityReference_t1966808559_il2cpp_TypeInfo_var); XmlEntityReference__ctor_m2253048044(L_2, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.XmlEntityReference::SetReferencedEntityContent() extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_SetReferencedEntityContent_m2226543001 (XmlEntityReference_t1966808559 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntityReference_SetReferencedEntityContent_m2226543001_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlEntity_t3308518401 * 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); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_1); XmlDocumentType_t4112370061 * L_2 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(41 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_1); if (L_2) { goto IL_001d; } } { return; } IL_001d: { XmlEntity_t3308518401 * L_3 = XmlEntityReference_get_Entity_m1498839901(__this, /*hidden argument*/NULL); V_0 = L_3; XmlEntity_t3308518401 * L_4 = V_0; if (L_4) { goto IL_0049; } } { XmlDocument_t2837193595 * L_5 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); 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); XmlText_t2682211705 * L_7 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(53 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_5, L_6); XmlNode_InsertBefore_m523861519(__this, L_7, (XmlNode_t3767805227 *)NULL, (bool)0, (bool)1, /*hidden argument*/NULL); goto IL_0081; } IL_0049: { V_1 = 0; goto IL_0070; } IL_0050: { XmlEntity_t3308518401 * L_8 = V_0; NullCheck(L_8); XmlNodeList_t2551693786 * L_9 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_8); int32_t L_10 = V_1; NullCheck(L_9); XmlNode_t3767805227 * L_11 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_9, L_10); NullCheck(L_11); XmlNode_t3767805227 * L_12 = VirtFuncInvoker1< XmlNode_t3767805227 *, bool >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_11, (bool)1); XmlNode_InsertBefore_m523861519(__this, L_12, (XmlNode_t3767805227 *)NULL, (bool)0, (bool)1, /*hidden argument*/NULL); int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0070: { int32_t L_14 = V_1; XmlEntity_t3308518401 * L_15 = V_0; NullCheck(L_15); XmlNodeList_t2551693786 * L_16 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, L_15); NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_16); if ((((int32_t)L_14) < ((int32_t)L_17))) { goto IL_0050; } } IL_0081: { 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.XmlException::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m1595962343 (XmlException_t1761730631 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlException__ctor_m1595962343_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SystemException__ctor_m4274309232(__this, /*hidden argument*/NULL); __this->set_res_14(_stringLiteral2219852403); __this->set_messages_15(((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1))); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3997532194 (XmlException_t1761730631 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlException__ctor_m3997532194_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; SystemException__ctor_m4132668650(__this, L_0, L_1, /*hidden argument*/NULL); __this->set_res_14(_stringLiteral1078424007); StringU5BU5D_t1281789340* L_2 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_3 = ___message0; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); __this->set_messages_15(L_2); return; } } // System.Void System.Xml.XmlException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m260036151 (XmlException_t1761730631 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlException__ctor_m260036151_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; SystemException__ctor_m1515048899(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; NullCheck(L_2); int32_t L_3 = SerializationInfo_GetInt32_m2640574809(L_2, _stringLiteral3165237107, /*hidden argument*/NULL); __this->set_lineNumber_11(L_3); SerializationInfo_t950877179 * L_4 = ___info0; NullCheck(L_4); int32_t L_5 = SerializationInfo_GetInt32_m2640574809(L_4, _stringLiteral2894530008, /*hidden argument*/NULL); __this->set_linePosition_12(L_5); SerializationInfo_t950877179 * L_6 = ___info0; NullCheck(L_6); String_t* L_7 = SerializationInfo_GetString_m3155282843(L_6, _stringLiteral4119301753, /*hidden argument*/NULL); __this->set_res_14(L_7); SerializationInfo_t950877179 * L_8 = ___info0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (StringU5BU5D_t1281789340_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_10 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject * L_11 = SerializationInfo_GetValue_m42271953(L_8, _stringLiteral728803974, L_10, /*hidden argument*/NULL); __this->set_messages_15(((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_11, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var))); SerializationInfo_t950877179 * L_12 = ___info0; NullCheck(L_12); String_t* L_13 = SerializationInfo_GetString_m3155282843(L_12, _stringLiteral1785022704, /*hidden argument*/NULL); __this->set_sourceUri_13(L_13); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlException__ctor_m3751204500_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message0; SystemException__ctor_m3298527747(__this, L_0, /*hidden argument*/NULL); __this->set_res_14(_stringLiteral1078424007); StringU5BU5D_t1281789340* L_1 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_2 = ___message0; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); __this->set_messages_15(L_1); return; } } // 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) { { RuntimeObject* L_0 = ___li0; String_t* L_1 = ___sourceUri1; String_t* L_2 = ___message2; XmlException__ctor_m3835194378(__this, L_0, (Exception_t *)NULL, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.Xml.IXmlLineInfo,System.Exception,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3835194378 (XmlException_t1761730631 * __this, RuntimeObject* ___li0, Exception_t * ___innerException1, String_t* ___sourceUri2, String_t* ___message3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlException__ctor_m3835194378_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___message3; Exception_t * L_1 = ___innerException1; XmlException__ctor_m3997532194(__this, L_0, L_1, /*hidden argument*/NULL); RuntimeObject* L_2 = ___li0; if (!L_2) { goto IL_0027; } } { RuntimeObject* L_3 = ___li0; 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); __this->set_lineNumber_11(L_4); RuntimeObject* L_5 = ___li0; NullCheck(L_5); int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_5); __this->set_linePosition_12(L_6); } IL_0027: { String_t* L_7 = ___sourceUri2; __this->set_sourceUri_13(L_7); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m1514432650 (XmlException_t1761730631 * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; XmlException__ctor_m3997532194(__this, L_0, L_1, /*hidden argument*/NULL); int32_t L_2 = ___lineNumber2; __this->set_lineNumber_11(L_2); int32_t L_3 = ___linePosition3; __this->set_linePosition_12(L_3); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Int32,System.Int32,System.Object,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m2897416997 (XmlException_t1761730631 * __this, String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, RuntimeObject * ___sourceObject3, String_t* ___sourceUri4, Exception_t * ___innerException5, const RuntimeMethod* method) { { String_t* L_0 = ___message0; String_t* L_1 = ___sourceUri4; int32_t L_2 = ___lineNumber1; int32_t L_3 = ___linePosition2; RuntimeObject * L_4 = ___sourceObject3; String_t* L_5 = XmlException_GetMessage_m2224656531(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); Exception_t * L_6 = ___innerException5; SystemException__ctor_m4132668650(__this, L_5, L_6, /*hidden argument*/NULL); int32_t L_7 = ___lineNumber1; __this->set_lineNumber_11(L_7); int32_t L_8 = ___linePosition2; __this->set_linePosition_12(L_8); String_t* L_9 = ___sourceUri4; __this->set_sourceUri_13(L_9); return; } } // System.String System.Xml.XmlException::GetMessage(System.String,System.String,System.Int32,System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_GetMessage_m2224656531 (RuntimeObject * __this /* static, unused */, String_t* ___message0, String_t* ___sourceUri1, int32_t ___lineNumber2, int32_t ___linePosition3, RuntimeObject * ___sourceObj4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlException_GetMessage_m2224656531_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t G_B4_0 = 0; ObjectU5BU5D_t2843939325* G_B4_1 = NULL; ObjectU5BU5D_t2843939325* G_B4_2 = NULL; String_t* G_B4_3 = NULL; CultureInfo_t4157843068 * G_B4_4 = NULL; String_t* G_B4_5 = NULL; int32_t G_B2_0 = 0; ObjectU5BU5D_t2843939325* G_B2_1 = NULL; ObjectU5BU5D_t2843939325* G_B2_2 = NULL; String_t* G_B2_3 = NULL; CultureInfo_t4157843068 * G_B2_4 = NULL; String_t* G_B2_5 = NULL; int32_t G_B3_0 = 0; ObjectU5BU5D_t2843939325* G_B3_1 = NULL; ObjectU5BU5D_t2843939325* G_B3_2 = NULL; String_t* G_B3_3 = NULL; CultureInfo_t4157843068 * G_B3_4 = NULL; String_t* G_B3_5 = NULL; String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; ObjectU5BU5D_t2843939325* G_B5_3 = NULL; String_t* G_B5_4 = NULL; CultureInfo_t4157843068 * G_B5_5 = NULL; String_t* G_B5_6 = NULL; { String_t* L_0 = ___message0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3267604770, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = ___lineNumber2; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0074; } } { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_5 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); String_t* L_6 = ___sourceUri1; G_B2_0 = 0; G_B2_1 = L_5; G_B2_2 = L_5; G_B2_3 = _stringLiteral2795167369; G_B2_4 = L_4; G_B2_5 = L_3; if (!L_6) { G_B4_0 = 0; G_B4_1 = L_5; G_B4_2 = L_5; G_B4_3 = _stringLiteral2795167369; G_B4_4 = L_4; G_B4_5 = L_3; goto IL_0051; } } { String_t* L_7 = ___sourceUri1; 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); G_B3_0 = G_B2_0; G_B3_1 = G_B2_1; G_B3_2 = G_B2_2; G_B3_3 = G_B2_3; G_B3_4 = G_B2_4; G_B3_5 = G_B2_5; if (!L_9) { G_B4_0 = G_B2_0; G_B4_1 = G_B2_1; G_B4_2 = G_B2_2; G_B4_3 = G_B2_3; G_B4_4 = G_B2_4; G_B4_5 = G_B2_5; goto IL_0051; } } { String_t* L_10 = ___sourceUri1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3179115758, L_10, _stringLiteral3450648448, /*hidden argument*/NULL); G_B5_0 = L_11; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; G_B5_4 = G_B3_3; G_B5_5 = G_B3_4; G_B5_6 = G_B3_5; goto IL_0056; } IL_0051: { 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(); G_B5_0 = L_12; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; G_B5_4 = G_B4_3; G_B5_5 = G_B4_4; G_B5_6 = G_B4_5; } IL_0056: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (RuntimeObject *)G_B5_0); ObjectU5BU5D_t2843939325* L_13 = G_B5_3; int32_t L_14 = ___lineNumber2; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_t2843939325* L_17 = L_13; int32_t L_18 = ___linePosition3; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(2), (RuntimeObject *)L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m1881875187(NULL /*static, unused*/, G_B5_5, G_B5_4, L_17, /*hidden argument*/NULL); String_t* L_22 = String_Concat_m3937257545(NULL /*static, unused*/, G_B5_6, L_21, /*hidden argument*/NULL); V_0 = L_22; } IL_0074: { String_t* L_23 = V_0; return L_23; } } // System.String System.Xml.XmlException::get_Message() extern "C" IL2CPP_METHOD_ATTR String_t* XmlException_get_Message_m912207083 (XmlException_t1761730631 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlException_get_Message_m912207083_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_lineNumber_11(); if (L_0) { goto IL_0012; } } { String_t* L_1 = Exception_get_Message_m3320461627(__this, /*hidden argument*/NULL); return L_1; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_2 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); String_t* L_4 = Exception_get_Message_m3320461627(__this, /*hidden argument*/NULL); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject *)L_4); ObjectU5BU5D_t2843939325* L_5 = L_3; int32_t L_6 = __this->get_lineNumber_11(); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (RuntimeObject *)L_8); ObjectU5BU5D_t2843939325* L_9 = L_5; int32_t L_10 = __this->get_linePosition_12(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(2), (RuntimeObject *)L_12); ObjectU5BU5D_t2843939325* L_13 = L_9; String_t* L_14 = __this->get_sourceUri_13(); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(3), (RuntimeObject *)L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m1881875187(NULL /*static, unused*/, L_2, _stringLiteral3928594248, L_13, /*hidden argument*/NULL); return L_15; } } // System.Void System.Xml.XmlException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XmlException_GetObjectData_m983716349 (XmlException_t1761730631 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlException_GetObjectData_m983716349_MetadataUsageId); s_Il2CppMethodInitialized = true; } { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; Exception_GetObjectData_m1103241326(__this, L_0, L_1, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_2 = ___info0; int32_t L_3 = __this->get_lineNumber_11(); NullCheck(L_2); SerializationInfo_AddValue_m412754688(L_2, _stringLiteral3165237107, L_3, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_4 = ___info0; int32_t L_5 = __this->get_linePosition_12(); NullCheck(L_4); SerializationInfo_AddValue_m412754688(L_4, _stringLiteral2894530008, L_5, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_6 = ___info0; String_t* L_7 = __this->get_res_14(); NullCheck(L_6); SerializationInfo_AddValue_m2872281893(L_6, _stringLiteral4119301753, L_7, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_8 = ___info0; StringU5BU5D_t1281789340* L_9 = __this->get_messages_15(); NullCheck(L_8); SerializationInfo_AddValue_m2872281893(L_8, _stringLiteral728803974, (RuntimeObject *)(RuntimeObject *)L_9, /*hidden argument*/NULL); SerializationInfo_t950877179 * L_10 = ___info0; String_t* L_11 = __this->get_sourceUri_13(); NullCheck(L_10); SerializationInfo_AddValue_m2872281893(L_10, _stringLiteral1785022704, L_11, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlImplementation::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlImplementation__ctor_m967116265 (XmlImplementation_t254178875 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlImplementation__ctor_m967116265_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NameTable_t3178203267 * L_0 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_0, /*hidden argument*/NULL); XmlImplementation__ctor_m3988708793(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlImplementation::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlImplementation__ctor_m3988708793 (XmlImplementation_t254178875 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_0 = ___nameTable0; __this->set_InternalNameTable_0(L_0); return; } } // System.Xml.XmlDocument System.Xml.XmlImplementation::CreateDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlImplementation_CreateDocument_m4095641310 (XmlImplementation_t254178875 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlImplementation_CreateDocument_m4095641310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m4078596381(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlInputStream::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlInputStream__ctor_m3269376818 (XmlInputStream_t1691369434 * __this, Stream_t1273022909 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlInputStream__ctor_m3269376818_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Stream_t1273022909_il2cpp_TypeInfo_var); Stream__ctor_m3881936881(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_0 = ___stream0; XmlInputStream_Initialize_m237507865(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.XmlInputStream::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlInputStream__cctor_m3112226103 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlInputStream__cctor_m3112226103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlException_t1761730631 * L_0 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_0, _stringLiteral2568758093, /*hidden argument*/NULL); ((XmlInputStream_t1691369434_StaticFields*)il2cpp_codegen_static_fields_for(XmlInputStream_t1691369434_il2cpp_TypeInfo_var))->set_encodingException_7(L_0); UTF8Encoding_t3956466879 * L_1 = (UTF8Encoding_t3956466879 *)il2cpp_codegen_object_new(UTF8Encoding_t3956466879_il2cpp_TypeInfo_var); UTF8Encoding__ctor_m1391509536(L_1, (bool)0, (bool)1, /*hidden argument*/NULL); ((XmlInputStream_t1691369434_StaticFields*)il2cpp_codegen_static_fields_for(XmlInputStream_t1691369434_il2cpp_TypeInfo_var))->set_StrictUTF8_1(L_1); return; } } // System.String System.Xml.XmlInputStream::GetStringFromBytes(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlInputStream_GetStringFromBytes_m2259631829 (RuntimeObject * __this /* static, unused */, ByteU5BU5D_t4116647657* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlInputStream_GetStringFromBytes_m2259631829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_0 = Encoding_get_ASCII_m3595602635(NULL /*static, unused*/, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_1 = ___bytes0; int32_t L_2 = ___index1; int32_t L_3 = ___count2; NullCheck(L_0); String_t* L_4 = VirtFuncInvoker3< String_t*, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Void System.Xml.XmlInputStream::Initialize(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlInputStream_Initialize_m237507865 (XmlInputStream_t1691369434 * __this, Stream_t1273022909 * ___stream0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlInputStream_Initialize_m237507865_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; StringBuilder_t * V_3 = NULL; String_t* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; { __this->set_buffer_4(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); Stream_t1273022909 * L_0 = ___stream0; __this->set_stream_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(XmlInputStream_t1691369434_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_1 = ((XmlInputStream_t1691369434_StaticFields*)il2cpp_codegen_static_fields_for(XmlInputStream_t1691369434_il2cpp_TypeInfo_var))->get_StrictUTF8_1(); __this->set_enc_2(L_1); Stream_t1273022909 * L_2 = ___stream0; ByteU5BU5D_t4116647657* L_3 = __this->get_buffer_4(); ByteU5BU5D_t4116647657* L_4 = __this->get_buffer_4(); NullCheck(L_4); NullCheck(L_2); int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))); __this->set_bufLength_5(L_5); int32_t L_6 = __this->get_bufLength_5(); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0051; } } { int32_t L_7 = __this->get_bufLength_5(); if (L_7) { goto IL_0052; } } IL_0051: { return; } IL_0052: { int32_t L_8 = XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_0; V_5 = L_9; int32_t L_10 = V_5; if ((((int32_t)L_10) == ((int32_t)((int32_t)254)))) { goto IL_00bc; } } { int32_t L_11 = V_5; if ((((int32_t)L_11) == ((int32_t)((int32_t)255)))) { goto IL_008e; } } { int32_t L_12 = V_5; if ((((int32_t)L_12) == ((int32_t)((int32_t)60)))) { goto IL_013a; } } { int32_t L_13 = V_5; if ((((int32_t)L_13) == ((int32_t)((int32_t)239)))) { goto IL_00e6; } } { goto IL_027e; } IL_008e: { int32_t L_14 = XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); V_0 = L_14; int32_t L_15 = V_0; if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)254))))) { goto IL_00b0; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_16 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_enc_2(L_16); goto IL_00b7; } IL_00b0: { __this->set_bufPos_6(0); } IL_00b7: { goto IL_028a; } IL_00bc: { int32_t L_17 = XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); V_0 = L_17; int32_t L_18 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)255))))) { goto IL_00da; } } { IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_19 = Encoding_get_BigEndianUnicode_m684646764(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_enc_2(L_19); return; } IL_00da: { __this->set_bufPos_6(0); goto IL_028a; } IL_00e6: { int32_t L_20 = XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); V_0 = L_20; int32_t L_21 = V_0; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)187))))) { goto IL_0116; } } { int32_t L_22 = XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); V_0 = L_22; int32_t L_23 = V_0; if ((((int32_t)L_23) == ((int32_t)((int32_t)191)))) { goto IL_0111; } } { __this->set_bufPos_6(0); } IL_0111: { goto IL_0135; } IL_0116: { ByteU5BU5D_t4116647657* L_24 = __this->get_buffer_4(); int32_t L_25 = __this->get_bufPos_6(); int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); V_6 = L_26; __this->set_bufPos_6(L_26); int32_t L_27 = V_6; NullCheck(L_24); (L_24)->SetAt(static_cast(L_27), (uint8_t)((int32_t)239)); } IL_0135: { goto IL_028a; } IL_013a: { int32_t L_28 = __this->get_bufLength_5(); if ((((int32_t)L_28) < ((int32_t)5))) { goto IL_0272; } } { ByteU5BU5D_t4116647657* L_29 = __this->get_buffer_4(); IL2CPP_RUNTIME_CLASS_INIT(XmlInputStream_t1691369434_il2cpp_TypeInfo_var); String_t* L_30 = XmlInputStream_GetStringFromBytes_m2259631829(NULL /*static, unused*/, L_29, 1, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Equality_m920492651(NULL /*static, unused*/, L_30, _stringLiteral3932363850, /*hidden argument*/NULL); if (!L_31) { goto IL_0272; } } { int32_t L_32 = __this->get_bufPos_6(); __this->set_bufPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)4))); int32_t L_33 = XmlInputStream_SkipWhitespace_m1625938285(__this, /*hidden argument*/NULL); V_0 = L_33; int32_t L_34 = V_0; if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)118))))) { goto IL_01ad; } } { goto IL_019f; } IL_0184: { int32_t L_35 = XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); V_0 = L_35; int32_t L_36 = V_0; if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)48))))) { goto IL_019f; } } { XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); goto IL_01a6; } IL_019f: { int32_t L_37 = V_0; if ((((int32_t)L_37) >= ((int32_t)0))) { goto IL_0184; } } IL_01a6: { int32_t L_38 = XmlInputStream_SkipWhitespace_m1625938285(__this, /*hidden argument*/NULL); V_0 = L_38; } IL_01ad: { int32_t L_39 = V_0; if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)101))))) { goto IL_0272; } } { int32_t L_40 = __this->get_bufLength_5(); int32_t L_41 = __this->get_bufPos_6(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)); int32_t L_42 = V_1; if ((((int32_t)L_42) < ((int32_t)7))) { goto IL_0272; } } { ByteU5BU5D_t4116647657* L_43 = __this->get_buffer_4(); int32_t L_44 = __this->get_bufPos_6(); IL2CPP_RUNTIME_CLASS_INIT(XmlInputStream_t1691369434_il2cpp_TypeInfo_var); String_t* L_45 = XmlInputStream_GetStringFromBytes_m2259631829(NULL /*static, unused*/, L_43, L_44, 7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Equality_m920492651(NULL /*static, unused*/, L_45, _stringLiteral2500525395, /*hidden argument*/NULL); if (!L_46) { goto IL_0272; } } { int32_t L_47 = __this->get_bufPos_6(); __this->set_bufPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)7))); int32_t L_48 = XmlInputStream_SkipWhitespace_m1625938285(__this, /*hidden argument*/NULL); V_0 = L_48; int32_t L_49 = V_0; if ((((int32_t)L_49) == ((int32_t)((int32_t)61)))) { goto IL_020e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlInputStream_t1691369434_il2cpp_TypeInfo_var); XmlException_t1761730631 * L_50 = ((XmlInputStream_t1691369434_StaticFields*)il2cpp_codegen_static_fields_for(XmlInputStream_t1691369434_il2cpp_TypeInfo_var))->get_encodingException_7(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50,XmlInputStream_Initialize_m237507865_RuntimeMethod_var); } IL_020e: { int32_t L_51 = XmlInputStream_SkipWhitespace_m1625938285(__this, /*hidden argument*/NULL); V_0 = L_51; int32_t L_52 = V_0; V_2 = L_52; StringBuilder_t * L_53 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_53, /*hidden argument*/NULL); V_3 = L_53; } IL_021d: { int32_t L_54 = XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); V_0 = L_54; int32_t L_55 = V_0; int32_t L_56 = V_2; if ((!(((uint32_t)L_55) == ((uint32_t)L_56)))) { goto IL_0230; } } { goto IL_024b; } IL_0230: { int32_t L_57 = V_0; if ((((int32_t)L_57) >= ((int32_t)0))) { goto IL_023d; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlInputStream_t1691369434_il2cpp_TypeInfo_var); XmlException_t1761730631 * L_58 = ((XmlInputStream_t1691369434_StaticFields*)il2cpp_codegen_static_fields_for(XmlInputStream_t1691369434_il2cpp_TypeInfo_var))->get_encodingException_7(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58,XmlInputStream_Initialize_m237507865_RuntimeMethod_var); } IL_023d: { StringBuilder_t * L_59 = V_3; int32_t L_60 = V_0; NullCheck(L_59); StringBuilder_Append_m2383614642(L_59, (((int32_t)((uint16_t)L_60))), /*hidden argument*/NULL); goto IL_021d; } IL_024b: { StringBuilder_t * L_61 = V_3; NullCheck(L_61); String_t* L_62 = StringBuilder_ToString_m3317489284(L_61, /*hidden argument*/NULL); V_4 = L_62; String_t* L_63 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_64 = XmlChar_IsValidIANAEncoding_m3868492798(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); if (L_64) { goto IL_0265; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlInputStream_t1691369434_il2cpp_TypeInfo_var); XmlException_t1761730631 * L_65 = ((XmlInputStream_t1691369434_StaticFields*)il2cpp_codegen_static_fields_for(XmlInputStream_t1691369434_il2cpp_TypeInfo_var))->get_encodingException_7(); IL2CPP_RAISE_MANAGED_EXCEPTION(L_65,XmlInputStream_Initialize_m237507865_RuntimeMethod_var); } IL_0265: { String_t* L_66 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_67 = Encoding_GetEncoding_m2599798446(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); __this->set_enc_2(L_67); } IL_0272: { __this->set_bufPos_6(0); goto IL_028a; } IL_027e: { __this->set_bufPos_6(0); goto IL_028a; } IL_028a: { return; } } // System.Int32 System.Xml.XmlInputStream::ReadByteSpecial() extern "C" IL2CPP_METHOD_ATTR int32_t XmlInputStream_ReadByteSpecial_m3285409459 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlInputStream_ReadByteSpecial_m3285409459_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->get_bufLength_5(); int32_t L_1 = __this->get_bufPos_6(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_002a; } } { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_4(); int32_t L_3 = __this->get_bufPos_6(); int32_t L_4 = L_3; V_2 = L_4; __this->set_bufPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_2; NullCheck(L_2); int32_t L_6 = L_5; uint8_t L_7 = (L_2)->GetAt(static_cast(L_6)); return L_7; } IL_002a: { ByteU5BU5D_t4116647657* L_8 = __this->get_buffer_4(); NullCheck(L_8); V_0 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))), (int32_t)2)))); ByteU5BU5D_t4116647657* L_9 = __this->get_buffer_4(); ByteU5BU5D_t4116647657* L_10 = V_0; int32_t L_11 = __this->get_bufLength_5(); Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_9, 0, (RuntimeArray *)(RuntimeArray *)L_10, 0, L_11, /*hidden argument*/NULL); Stream_t1273022909 * L_12 = __this->get_stream_3(); ByteU5BU5D_t4116647657* L_13 = V_0; int32_t L_14 = __this->get_bufLength_5(); ByteU5BU5D_t4116647657* L_15 = __this->get_buffer_4(); NullCheck(L_15); NullCheck(L_12); int32_t L_16 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, L_14, (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))); V_1 = L_16; int32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)(-1)))) { goto IL_0076; } } { int32_t L_18 = V_1; if (L_18) { goto IL_0078; } } IL_0076: { return (-1); } IL_0078: { int32_t L_19 = __this->get_bufLength_5(); int32_t L_20 = V_1; __this->set_bufLength_5(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))); ByteU5BU5D_t4116647657* L_21 = V_0; __this->set_buffer_4(L_21); ByteU5BU5D_t4116647657* L_22 = __this->get_buffer_4(); int32_t L_23 = __this->get_bufPos_6(); int32_t L_24 = L_23; V_2 = L_24; __this->set_bufPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))); int32_t L_25 = V_2; NullCheck(L_22); int32_t L_26 = L_25; uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); return L_27; } } // System.Int32 System.Xml.XmlInputStream::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlInputStream_SkipWhitespace_m1625938285 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Il2CppChar V_1 = 0x0; IL_0000: { int32_t L_0 = XmlInputStream_ReadByteSpecial_m3285409459(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; V_1 = (((int32_t)((uint16_t)L_1))); Il2CppChar L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)9)))) { case 0: { goto IL_003e; } case 1: { goto IL_0039; } case 2: { goto IL_0027; } case 3: { goto IL_0027; } case 4: { goto IL_0034; } } } IL_0027: { Il2CppChar L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)32)))) { goto IL_0043; } } { goto IL_0048; } IL_0034: { goto IL_0043; } IL_0039: { goto IL_0043; } IL_003e: { goto IL_0043; } IL_0043: { goto IL_0000; } IL_0048: { int32_t L_4 = V_0; return L_4; } // Dead block : IL_004a: br IL_0000 } // 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) { { Encoding_t1523322056 * L_0 = __this->get_enc_2(); return L_0; } } // System.Boolean System.Xml.XmlInputStream::get_CanRead() extern "C" IL2CPP_METHOD_ATTR bool XmlInputStream_get_CanRead_m1317410186 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_bufLength_5(); int32_t L_1 = __this->get_bufPos_6(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0013; } } { return (bool)1; } IL_0013: { Stream_t1273022909 * L_2 = __this->get_stream_3(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.IO.Stream::get_CanRead() */, L_2); return L_3; } } // System.Boolean System.Xml.XmlInputStream::get_CanSeek() extern "C" IL2CPP_METHOD_ATTR bool XmlInputStream_get_CanSeek_m2451367957 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean System.Xml.XmlInputStream::get_CanWrite() extern "C" IL2CPP_METHOD_ATTR bool XmlInputStream_get_CanWrite_m1224589579 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int64 System.Xml.XmlInputStream::get_Length() extern "C" IL2CPP_METHOD_ATTR int64_t XmlInputStream_get_Length_m3635400819 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream_3(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(8 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlInputStream::get_Position() extern "C" IL2CPP_METHOD_ATTR int64_t XmlInputStream_get_Position_m3204413437 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream_3(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(9 /* System.Int64 System.IO.Stream::get_Position() */, L_0); int32_t L_2 = __this->get_bufLength_5(); int32_t L_3 = __this->get_bufPos_6(); return ((int64_t)il2cpp_codegen_add((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)(((int64_t)((int64_t)L_2))))), (int64_t)(((int64_t)((int64_t)L_3))))); } } // System.Void System.Xml.XmlInputStream::set_Position(System.Int64) extern "C" IL2CPP_METHOD_ATTR void XmlInputStream_set_Position_m4095179867 (XmlInputStream_t1691369434 * __this, int64_t ___value0, const RuntimeMethod* method) { { int64_t L_0 = ___value0; int32_t L_1 = __this->get_bufLength_5(); if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)L_1)))))) { goto IL_001a; } } { int64_t L_2 = ___value0; __this->set_bufPos_6((((int32_t)((int32_t)L_2)))); goto IL_002e; } IL_001a: { Stream_t1273022909 * L_3 = __this->get_stream_3(); int64_t L_4 = ___value0; int32_t L_5 = __this->get_bufLength_5(); NullCheck(L_3); VirtActionInvoker1< int64_t >::Invoke(10 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_3, ((int64_t)il2cpp_codegen_subtract((int64_t)L_4, (int64_t)(((int64_t)((int64_t)L_5)))))); } IL_002e: { return; } } // System.Void System.Xml.XmlInputStream::Close() extern "C" IL2CPP_METHOD_ATTR void XmlInputStream_Close_m2450231607 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(12 /* System.Void System.IO.Stream::Close() */, L_0); return; } } // System.Void System.Xml.XmlInputStream::Flush() extern "C" IL2CPP_METHOD_ATTR void XmlInputStream_Flush_m1663866207 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int32 System.Xml.XmlInputStream::Read(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlInputStream_Read_m1908028084 (XmlInputStream_t1691369434 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___count2; int32_t L_1 = __this->get_bufLength_5(); int32_t L_2 = __this->get_bufPos_6(); if ((((int32_t)L_0) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2))))) { goto IL_003c; } } { ByteU5BU5D_t4116647657* L_3 = __this->get_buffer_4(); int32_t L_4 = __this->get_bufPos_6(); ByteU5BU5D_t4116647657* L_5 = ___buffer0; int32_t L_6 = ___offset1; int32_t L_7 = ___count2; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL); int32_t L_8 = __this->get_bufPos_6(); int32_t L_9 = ___count2; __this->set_bufPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))); int32_t L_10 = ___count2; V_0 = L_10; goto IL_0092; } IL_003c: { int32_t L_11 = __this->get_bufLength_5(); int32_t L_12 = __this->get_bufPos_6(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = __this->get_bufLength_5(); int32_t L_14 = __this->get_bufPos_6(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_007d; } } { ByteU5BU5D_t4116647657* L_15 = __this->get_buffer_4(); int32_t L_16 = __this->get_bufPos_6(); ByteU5BU5D_t4116647657* L_17 = ___buffer0; int32_t L_18 = ___offset1; int32_t L_19 = V_1; Buffer_BlockCopy_m2884209081(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, L_16, (RuntimeArray *)(RuntimeArray *)L_17, L_18, L_19, /*hidden argument*/NULL); int32_t L_20 = __this->get_bufPos_6(); int32_t L_21 = V_1; __this->set_bufPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21))); } IL_007d: { int32_t L_22 = V_1; Stream_t1273022909 * L_23 = __this->get_stream_3(); ByteU5BU5D_t4116647657* L_24 = ___buffer0; int32_t L_25 = ___offset1; int32_t L_26 = V_1; int32_t L_27 = ___count2; int32_t L_28 = V_1; NullCheck(L_23); int32_t L_29 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(16 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_23, L_24, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28))); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_29)); } IL_0092: { int32_t L_30 = V_0; return L_30; } } // System.Int32 System.Xml.XmlInputStream::ReadByte() extern "C" IL2CPP_METHOD_ATTR int32_t XmlInputStream_ReadByte_m643831098 (XmlInputStream_t1691369434 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_bufLength_5(); int32_t L_1 = __this->get_bufPos_6(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_002a; } } { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_4(); int32_t L_3 = __this->get_bufPos_6(); int32_t L_4 = L_3; V_0 = L_4; __this->set_bufPos_6(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); int32_t L_6 = L_5; uint8_t L_7 = (L_2)->GetAt(static_cast(L_6)); return L_7; } IL_002a: { Stream_t1273022909 * L_8 = __this->get_stream_3(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(17 /* System.Int32 System.IO.Stream::ReadByte() */, L_8); return L_9; } } // System.Int64 System.Xml.XmlInputStream::Seek(System.Int64,System.IO.SeekOrigin) extern "C" IL2CPP_METHOD_ATTR int64_t XmlInputStream_Seek_m927392101 (XmlInputStream_t1691369434 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlInputStream_Seek_m927392101_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_bufLength_5(); int32_t L_1 = __this->get_bufPos_6(); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)); int32_t L_2 = ___origin1; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0041; } } { int64_t L_3 = ___offset0; int32_t L_4 = V_0; if ((((int64_t)L_3) >= ((int64_t)(((int64_t)((int64_t)L_4)))))) { goto IL_0030; } } { ByteU5BU5D_t4116647657* L_5 = __this->get_buffer_4(); int32_t L_6 = __this->get_bufPos_6(); int64_t L_7 = ___offset0; if ((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_6))), (int64_t)L_7))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(),XmlInputStream_Seek_m927392101_RuntimeMethod_var); NullCheck(L_5); intptr_t L_8 = (((intptr_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_6))), (int64_t)L_7)))); uint8_t L_9 = (L_5)->GetAt(static_cast(L_8)); return (((int64_t)((int64_t)L_9))); } IL_0030: { Stream_t1273022909 * L_10 = __this->get_stream_3(); int64_t L_11 = ___offset0; int32_t L_12 = V_0; int32_t L_13 = ___origin1; NullCheck(L_10); int64_t L_14 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(18 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_10, ((int64_t)il2cpp_codegen_subtract((int64_t)L_11, (int64_t)(((int64_t)((int64_t)L_12))))), L_13); return L_14; } IL_0041: { Stream_t1273022909 * L_15 = __this->get_stream_3(); int64_t L_16 = ___offset0; int32_t L_17 = ___origin1; NullCheck(L_15); int64_t L_18 = VirtFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(18 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_15, L_16, L_17); return L_18; } } // System.Void System.Xml.XmlInputStream::SetLength(System.Int64) extern "C" IL2CPP_METHOD_ATTR void XmlInputStream_SetLength_m404533373 (XmlInputStream_t1691369434 * __this, int64_t ___value0, const RuntimeMethod* method) { { Stream_t1273022909 * L_0 = __this->get_stream_3(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(19 /* System.Void System.IO.Stream::SetLength(System.Int64) */, L_0, L_1); return; } } // System.Void System.Xml.XmlInputStream::Write(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlInputStream_Write_m226345903 (XmlInputStream_t1691369434 * __this, ByteU5BU5D_t4116647657* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlInputStream_Write_m226345903_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlInputStream_Write_m226345903_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.XmlLinkedNode::.ctor(System.Xml.XmlDocument) extern "C" IL2CPP_METHOD_ATTR void XmlLinkedNode__ctor_m1742070414 (XmlLinkedNode_t1437094927 * __this, XmlDocument_t2837193595 * ___doc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlLinkedNode__ctor_m1742070414_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = ___doc0; IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); XmlNode__ctor_m2694942411(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlLinkedNode::get_IsRooted() extern "C" IL2CPP_METHOD_ATTR bool XmlLinkedNode_get_IsRooted_m2654221119 (XmlLinkedNode_t1437094927 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_0; goto IL_0022; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)9))))) { goto IL_001b; } } { return (bool)1; } IL_001b: { XmlNode_t3767805227 * L_3 = V_0; NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_3); V_0 = L_4; } IL_0022: { XmlNode_t3767805227 * L_5 = V_0; if (L_5) { goto IL_000c; } } { return (bool)0; } } // System.Xml.XmlNode System.Xml.XmlLinkedNode::get_NextSibling() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlLinkedNode_get_NextSibling_m515288354 (XmlLinkedNode_t1437094927 * __this, const RuntimeMethod* method) { XmlLinkedNode_t1437094927 * G_B4_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_0) { goto IL_001c; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); NullCheck(L_1); XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(14 /* System.Xml.XmlNode System.Xml.XmlNode::get_LastChild() */, L_1); if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_2) == ((RuntimeObject*)(XmlLinkedNode_t1437094927 *)__this)))) { goto IL_0022; } } IL_001c: { G_B4_0 = ((XmlLinkedNode_t1437094927 *)(NULL)); goto IL_0028; } IL_0022: { XmlLinkedNode_t1437094927 * L_3 = __this->get_nextSibling_6(); G_B4_0 = L_3; } IL_0028: { return G_B4_0; } } // 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) { { XmlLinkedNode_t1437094927 * L_0 = __this->get_nextSibling_6(); return L_0; } } // 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) { { XmlLinkedNode_t1437094927 * L_0 = ___value0; __this->set_nextSibling_6(L_0); return; } } // System.Xml.XmlNode System.Xml.XmlLinkedNode::get_PreviousSibling() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlLinkedNode_get_PreviousSibling_m367920067 (XmlLinkedNode_t1437094927 * __this, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_0) { goto IL_0039; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); NullCheck(L_1); XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, L_1); V_0 = L_2; XmlNode_t3767805227 * L_3 = V_0; if ((((RuntimeObject*)(XmlNode_t3767805227 *)L_3) == ((RuntimeObject*)(XmlLinkedNode_t1437094927 *)__this))) { goto IL_0039; } } IL_001e: { XmlNode_t3767805227 * L_4 = V_0; NullCheck(L_4); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_4); if ((!(((RuntimeObject*)(XmlNode_t3767805227 *)L_5) == ((RuntimeObject*)(XmlLinkedNode_t1437094927 *)__this)))) { goto IL_002c; } } { XmlNode_t3767805227 * L_6 = V_0; return L_6; } IL_002c: { XmlNode_t3767805227 * L_7 = V_0; NullCheck(L_7); XmlNode_t3767805227 * L_8 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_7); XmlNode_t3767805227 * L_9 = L_8; V_0 = L_9; if (L_9) { goto IL_001e; } } IL_0039: { 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 // System.Void System.Xml.XmlNamedNodeMap::.ctor(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR void XmlNamedNodeMap__ctor_m1104724057 (XmlNamedNodeMap_t2821286253 * __this, XmlNode_t3767805227 * ___parent0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNode_t3767805227 * L_0 = ___parent0; __this->set_parent_1(L_0); return; } } // System.Void System.Xml.XmlNamedNodeMap::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlNamedNodeMap__cctor_m1567008986 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamedNodeMap__cctor_m1567008986_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeArray *)(RuntimeArray *)((XmlNodeU5BU5D_t3728671178*)SZArrayNew(XmlNodeU5BU5D_t3728671178_il2cpp_TypeInfo_var, (uint32_t)0))); RuntimeObject* L_0 = Array_GetEnumerator_m4277730612((RuntimeArray *)(RuntimeArray *)((XmlNodeU5BU5D_t3728671178*)SZArrayNew(XmlNodeU5BU5D_t3728671178_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); ((XmlNamedNodeMap_t2821286253_StaticFields*)il2cpp_codegen_static_fields_for(XmlNamedNodeMap_t2821286253_il2cpp_TypeInfo_var))->set_emptyEnumerator_0(L_0); return; } } // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::get_NodeList() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XmlNamedNodeMap_get_NodeList_m376762558 (XmlNamedNodeMap_t2821286253 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamedNodeMap_get_NodeList_m376762558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_nodeList_2(); if (L_0) { goto IL_0016; } } { 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_nodeList_2(L_1); } IL_0016: { ArrayList_t2718874744 * L_2 = __this->get_nodeList_2(); return L_2; } } // System.Int32 System.Xml.XmlNamedNodeMap::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNamedNodeMap_get_Count_m252463603 (XmlNamedNodeMap_t2821286253 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get_nodeList_2(); if (L_0) { goto IL_0011; } } { G_B3_0 = 0; goto IL_001c; } IL_0011: { ArrayList_t2718874744 * L_1 = __this->get_nodeList_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = L_2; } IL_001c: { return G_B3_0; } } // System.Collections.IEnumerator System.Xml.XmlNamedNodeMap::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNamedNodeMap_GetEnumerator_m2503313092 (XmlNamedNodeMap_t2821286253 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamedNodeMap_GetEnumerator_m2503313092_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_nodeList_2(); if (L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlNamedNodeMap_t2821286253_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((XmlNamedNodeMap_t2821286253_StaticFields*)il2cpp_codegen_static_fields_for(XmlNamedNodeMap_t2821286253_il2cpp_TypeInfo_var))->get_emptyEnumerator_0(); return L_1; } IL_0011: { ArrayList_t2718874744 * L_2 = __this->get_nodeList_2(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); return L_3; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNamedNodeMap_GetNamedItem_m851794265 (XmlNamedNodeMap_t2821286253 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamedNodeMap_GetNamedItem_m851794265_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNode_t3767805227 * V_1 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_nodeList_2(); if (L_0) { goto IL_000d; } } { return (XmlNode_t3767805227 *)NULL; } IL_000d: { V_0 = 0; goto IL_003d; } IL_0014: { ArrayList_t2718874744 * L_1 = __this->get_nodeList_2(); int32_t L_2 = V_0; 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_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_3, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlNode::get_Name() */, L_4); String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0039; } } { XmlNode_t3767805227 * L_8 = V_1; return L_8; } IL_0039: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_003d: { int32_t L_10 = V_0; ArrayList_t2718874744 * L_11 = __this->get_nodeList_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_0014; } } { return (XmlNode_t3767805227 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::GetNamedItem(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNamedNodeMap_GetNamedItem_m2879520524 (XmlNamedNodeMap_t2821286253 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamedNodeMap_GetNamedItem_m2879520524_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNode_t3767805227 * V_1 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_nodeList_2(); if (L_0) { goto IL_000d; } } { return (XmlNode_t3767805227 *)NULL; } IL_000d: { V_0 = 0; goto IL_004e; } IL_0014: { ArrayList_t2718874744 * L_1 = __this->get_nodeList_2(); int32_t L_2 = V_0; 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_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_3, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4); String_t* L_6 = ___localName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004a; } } { XmlNode_t3767805227 * L_8 = V_1; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_8); String_t* L_10 = ___namespaceURI1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004a; } } { XmlNode_t3767805227 * L_12 = V_1; return L_12; } IL_004a: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_004e: { int32_t L_14 = V_0; ArrayList_t2718874744 * L_15 = __this->get_nodeList_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_0014; } } { return (XmlNode_t3767805227 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::RemoveNamedItem(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNamedNodeMap_RemoveNamedItem_m3396016168 (XmlNamedNodeMap_t2821286253 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamedNodeMap_RemoveNamedItem_m3396016168_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNode_t3767805227 * V_1 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_nodeList_2(); if (L_0) { goto IL_000d; } } { return (XmlNode_t3767805227 *)NULL; } IL_000d: { V_0 = 0; goto IL_005a; } IL_0014: { ArrayList_t2718874744 * L_1 = __this->get_nodeList_2(); int32_t L_2 = V_0; 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_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_3, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlNode::get_LocalName() */, L_4); String_t* L_6 = ___localName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } { XmlNode_t3767805227 * L_8 = V_1; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_8); String_t* L_10 = ___namespaceURI1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0056; } } { ArrayList_t2718874744 * L_12 = __this->get_nodeList_2(); XmlNode_t3767805227 * L_13 = V_1; NullCheck(L_12); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_12, L_13); XmlNode_t3767805227 * L_14 = V_1; return L_14; } IL_0056: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005a: { int32_t L_16 = V_0; ArrayList_t2718874744 * L_17 = __this->get_nodeList_2(); 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_0014; } } { return (XmlNode_t3767805227 *)NULL; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNamedNodeMap_SetNamedItem_m2010486610 (XmlNamedNodeMap_t2821286253 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = ___node0; XmlNode_t3767805227 * L_1 = XmlNamedNodeMap_SetNamedItem_m647223838(__this, L_0, (-1), (bool)1, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlNamedNodeMap::SetNamedItem(System.Xml.XmlNode,System.Int32,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNamedNodeMap_SetNamedItem_m647223838 (XmlNamedNodeMap_t2821286253 * __this, XmlNode_t3767805227 * ___node0, int32_t ___pos1, bool ___raiseEvent2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamedNodeMap_SetNamedItem_m647223838_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNode_t3767805227 * V_1 = NULL; XmlNode_t3767805227 * V_2 = NULL; 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); { bool L_0 = __this->get_readOnly_3(); if (L_0) { goto IL_0021; } } { XmlNode_t3767805227 * L_1 = ___node0; NullCheck(L_1); XmlDocument_t2837193595 * L_2 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_1); XmlNode_t3767805227 * L_3 = __this->get_parent_1(); NullCheck(L_3); XmlDocument_t2837193595 * L_4 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_3); if ((((RuntimeObject*)(XmlDocument_t2837193595 *)L_2) == ((RuntimeObject*)(XmlDocument_t2837193595 *)L_4))) { goto IL_002c; } } IL_0021: { ArgumentException_t132251570 * L_5 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_5, _stringLiteral1937012434, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlNamedNodeMap_SetNamedItem_m647223838_RuntimeMethod_var); } IL_002c: { bool L_6 = ___raiseEvent2; if (!L_6) { goto IL_0049; } } { XmlNode_t3767805227 * L_7 = __this->get_parent_1(); NullCheck(L_7); XmlDocument_t2837193595 * L_8 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_7); XmlNode_t3767805227 * L_9 = ___node0; XmlNode_t3767805227 * L_10 = __this->get_parent_1(); NullCheck(L_8); XmlDocument_onNodeInserting_m2380219613(L_8, L_9, L_10, /*hidden argument*/NULL); } IL_0049: try { // begin try (depth: 1) { V_0 = 0; goto IL_00cb; } IL_0050: { ArrayList_t2718874744 * L_11 = __this->get_nodeList_2(); int32_t L_12 = V_0; 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); V_1 = ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_13, XmlNode_t3767805227_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlNode::get_LocalName() */, L_14); XmlNode_t3767805227 * L_16 = ___node0; NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlNode::get_LocalName() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00c7; } } IL_0078: { XmlNode_t3767805227 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_19); XmlNode_t3767805227 * L_21 = ___node0; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00c7; } } IL_008e: { ArrayList_t2718874744 * L_24 = __this->get_nodeList_2(); XmlNode_t3767805227 * L_25 = V_1; NullCheck(L_24); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_24, L_25); int32_t L_26 = ___pos1; if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_00b3; } } IL_00a1: { ArrayList_t2718874744 * L_27 = __this->get_nodeList_2(); XmlNode_t3767805227 * L_28 = ___node0; NullCheck(L_27); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_27, L_28); goto IL_00c0; } IL_00b3: { ArrayList_t2718874744 * L_29 = __this->get_nodeList_2(); int32_t L_30 = ___pos1; XmlNode_t3767805227 * L_31 = ___node0; NullCheck(L_29); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_29, L_30, L_31); } IL_00c0: { XmlNode_t3767805227 * L_32 = V_1; V_2 = L_32; IL2CPP_LEAVE(0x12C, FINALLY_010e); } IL_00c7: { int32_t L_33 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00cb: { int32_t L_34 = V_0; ArrayList_t2718874744 * L_35 = XmlNamedNodeMap_get_NodeList_m376762558(__this, /*hidden argument*/NULL); NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_35); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_0050; } } IL_00dc: { int32_t L_37 = ___pos1; if ((((int32_t)L_37) >= ((int32_t)0))) { goto IL_00f5; } } IL_00e3: { ArrayList_t2718874744 * L_38 = __this->get_nodeList_2(); XmlNode_t3767805227 * L_39 = ___node0; NullCheck(L_38); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_38, L_39); goto IL_0102; } IL_00f5: { ArrayList_t2718874744 * L_40 = __this->get_nodeList_2(); int32_t L_41 = ___pos1; XmlNode_t3767805227 * L_42 = ___node0; NullCheck(L_40); VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(36 /* System.Void System.Collections.ArrayList::Insert(System.Int32,System.Object) */, L_40, L_41, L_42); } IL_0102: { XmlNode_t3767805227 * L_43 = ___node0; V_2 = L_43; IL2CPP_LEAVE(0x12C, FINALLY_010e); } IL_0109: { ; // IL_0109: leave IL_012c } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010e; } FINALLY_010e: { // begin finally (depth: 1) { bool L_44 = ___raiseEvent2; if (!L_44) { goto IL_012b; } } IL_0114: { XmlNode_t3767805227 * L_45 = __this->get_parent_1(); NullCheck(L_45); XmlDocument_t2837193595 * L_46 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, L_45); XmlNode_t3767805227 * L_47 = ___node0; XmlNode_t3767805227 * L_48 = __this->get_parent_1(); NullCheck(L_46); XmlDocument_onNodeInserted_m2673734294(L_46, L_47, L_48, /*hidden argument*/NULL); } IL_012b: { IL2CPP_END_FINALLY(270) } } // end finally (depth: 1) IL2CPP_CLEANUP(270) { IL2CPP_JUMP_TBL(0x12C, IL_012c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_012c: { XmlNode_t3767805227 * L_49 = V_2; return L_49; } } // System.Collections.ArrayList System.Xml.XmlNamedNodeMap::get_Nodes() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XmlNamedNodeMap_get_Nodes_m3013096805 (XmlNamedNodeMap_t2821286253 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = XmlNamedNodeMap_get_NodeList_m376762558(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.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(6 /* 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__switchU24map28_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__switchU24map28_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__switchU24map28_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(6 /* 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(10 /* 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(6 /* 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(31 /* 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(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_0) { goto IL_001b; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* 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(14 /* 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(19 /* 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(25 /* 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(14 /* 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(19 /* 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(19 /* 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(25 /* 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(18 /* 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.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(19 /* 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(41 /* 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(22 /* 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(16 /* 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(25 /* 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(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_13) { goto IL_006b; } } { XmlNode_t3767805227 * L_14 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(27 /* 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(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(27 /* 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(16 /* 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(25 /* 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__switchU24map44_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__switchU24map44_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__switchU24map44_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(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_24) { goto IL_00cf; } } { XmlNode_t3767805227 * L_25 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(28 /* 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(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_27); int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlDocument::get_XmlSpace() */, L_27); G_B18_0 = L_28; } IL_00da: { return G_B18_0; } } // 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(36 /* 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(32 /* 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(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); XPathNavigator_t787956054 * L_1 = VirtFuncInvoker1< XPathNavigator_t787956054 *, XmlNode_t3767805227 * >::Invoke(50 /* 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.String System.Xml.XmlNode::GetPrefixOfNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNode_GetPrefixOfNamespace_m2267181874 (XmlNode_t3767805227 * __this, String_t* ___namespaceURI0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_GetPrefixOfNamespace_m2267181874_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * 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; int32_t V_6 = 0; { String_t* L_0 = ___namespaceURI0; V_3 = L_0; String_t* L_1 = V_3; if (!L_1) { goto IL_006d; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_2 = ((XmlNode_t3767805227_StaticFields*)il2cpp_codegen_static_fields_for(XmlNode_t3767805227_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map46_5(); if (L_2) { goto IL_003b; } } { Dictionary_2_t2736202052 * L_3 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_3, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_4 = L_3; Dictionary_2_t2736202052 * L_4 = V_4; NullCheck(L_4); Dictionary_2_Add_m282647386(L_4, _stringLiteral2984480440, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_5 = V_4; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral2829469855, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); ((XmlNode_t3767805227_StaticFields*)il2cpp_codegen_static_fields_for(XmlNode_t3767805227_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map46_5(L_6); } IL_003b: { IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_7 = ((XmlNode_t3767805227_StaticFields*)il2cpp_codegen_static_fields_for(XmlNode_t3767805227_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map46_5(); String_t* L_8 = V_3; NullCheck(L_7); bool L_9 = Dictionary_2_TryGetValue_m1013208020(L_7, L_8, (&V_5), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_9) { goto IL_006d; } } { int32_t L_10 = V_5; if (!L_10) { goto IL_0061; } } { int32_t L_11 = V_5; if ((((int32_t)L_11) == ((int32_t)1))) { goto IL_0067; } } { goto IL_006d; } IL_0061: { return _stringLiteral2909972470; } IL_0067: { return _stringLiteral3929236445; } IL_006d: { int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, __this); V_6 = L_12; int32_t L_13 = V_6; if ((((int32_t)L_13) == ((int32_t)1))) { goto IL_009b; } } { int32_t L_14 = V_6; if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_008a; } } { goto IL_00a2; } IL_008a: { NullCheck(((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)__this, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); XmlElement_t561603118 * L_15 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(41 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, ((XmlAttribute_t1173852259 *)CastclassClass((RuntimeObject*)__this, XmlAttribute_t1173852259_il2cpp_TypeInfo_var))); V_0 = L_15; goto IL_00ae; } IL_009b: { V_0 = __this; goto IL_00ae; } IL_00a2: { XmlNode_t3767805227 * L_16 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); V_0 = L_16; goto IL_00ae; } IL_00ae: { goto IL_0158; } IL_00b3: { XmlNode_t3767805227 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_0151; } } { XmlNode_t3767805227 * L_19 = V_0; NullCheck(((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_19, XmlElement_t561603118_il2cpp_TypeInfo_var))); bool L_20 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, ((XmlElement_t561603118 *)CastclassClass((RuntimeObject*)L_19, XmlElement_t561603118_il2cpp_TypeInfo_var))); if (!L_20) { goto IL_0151; } } { V_1 = 0; goto IL_0140; } IL_00d6: { XmlNode_t3767805227 * L_21 = V_0; NullCheck(L_21); XmlAttributeCollection_t2316283784 * L_22 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_21); int32_t L_23 = V_1; NullCheck(L_22); XmlAttribute_t1173852259 * L_24 = XmlAttributeCollection_get_ItemOf_m2829877268(L_22, L_23, /*hidden argument*/NULL); V_2 = L_24; XmlAttribute_t1173852259 * L_25 = V_2; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XmlAttribute::get_Prefix() */, L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Equality_m920492651(NULL /*static, unused*/, L_26, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_27) { goto IL_0110; } } { XmlAttribute_t1173852259 * L_28 = V_2; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_28); String_t* L_30 = ___namespaceURI0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_0110; } } { XmlAttribute_t1173852259 * L_32 = V_2; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_32); return L_33; } IL_0110: { XmlAttribute_t1173852259 * L_34 = V_2; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_Name() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_36) { goto IL_013c; } } { XmlAttribute_t1173852259 * L_37 = V_2; NullCheck(L_37); String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_37); String_t* L_39 = ___namespaceURI0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Equality_m920492651(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_013c; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_41; } IL_013c: { int32_t L_42 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_0140: { int32_t L_43 = V_1; XmlNode_t3767805227 * L_44 = V_0; NullCheck(L_44); XmlAttributeCollection_t2316283784 * L_45 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlNode::get_Attributes() */, L_44); NullCheck(L_45); int32_t L_46 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNamedNodeMap::get_Count() */, L_45); if ((((int32_t)L_43) < ((int32_t)L_46))) { goto IL_00d6; } } IL_0151: { XmlNode_t3767805227 * L_47 = V_0; NullCheck(L_47); XmlNode_t3767805227 * L_48 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(22 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_47); V_0 = L_48; } IL_0158: { XmlNode_t3767805227 * L_49 = V_0; if (L_49) { goto IL_00b3; } } { 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(); return L_50; } } // 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(22 /* 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(22 /* 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(19 /* 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(21 /* 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(22 /* 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(22 /* 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(19 /* 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(36 /* 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(24 /* 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(19 /* 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(22 /* 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(19 /* 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(21 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(13 /* 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(21 /* 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(22 /* 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_m3009993148(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_m3009993148(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(18 /* 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(38 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(19 /* 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(13 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, __this); if (!L_9) { goto IL_0073; } } { int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(19 /* 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(19 /* 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(21 /* 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(22 /* 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(22 /* 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(22 /* 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.Void System.Xml.XmlNode::SearchDescendantElements(System.String,System.Boolean,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XmlNode_SearchDescendantElements_m829936055 (XmlNode_t3767805227 * __this, String_t* ___name0, bool ___matchAll1, ArrayList_t2718874744 * ___list2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNode_SearchDescendantElements_m829936055_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = L_0; goto IL_004c; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_001d; } } { goto IL_0045; } IL_001d: { bool L_3 = ___matchAll1; if (L_3) { goto IL_0034; } } { XmlNode_t3767805227 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlNode::get_Name() */, L_4); String_t* L_6 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } IL_0034: { ArrayList_t2718874744 * L_8 = ___list2; XmlNode_t3767805227 * L_9 = V_0; NullCheck(L_8); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_9); } IL_003c: { XmlNode_t3767805227 * L_10 = V_0; String_t* L_11 = ___name0; bool L_12 = ___matchAll1; ArrayList_t2718874744 * L_13 = ___list2; NullCheck(L_10); XmlNode_SearchDescendantElements_m829936055(L_10, L_11, L_12, L_13, /*hidden argument*/NULL); } IL_0045: { XmlNode_t3767805227 * L_14 = V_0; NullCheck(L_14); XmlNode_t3767805227 * L_15 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(18 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_14); V_0 = L_15; } IL_004c: { XmlNode_t3767805227 * L_16 = V_0; if (L_16) { goto IL_000c; } } { return; } } // 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(33 /* 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(16 /* 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(32 /* 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(21 /* 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(19 /* 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(41 /* 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(22 /* 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(23 /* 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(15 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_17); NullCheck(L_16); String_t* L_19 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* 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(25 /* 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(15 /* 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(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_26); NullCheck(L_23); VirtActionInvoker2< String_t*, String_t* >::Invoke(8 /* 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(16 /* 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(10 /* 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(25 /* 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(25 /* System.String System.Xml.XmlAttribute::get_Value() */, L_39); NullCheck(L_37); VirtActionInvoker2< String_t*, String_t* >::Invoke(8 /* 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(22 /* 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 // System.Void System.Xml.XmlNodeArrayList::.ctor(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XmlNodeArrayList__ctor_m1454721759 (XmlNodeArrayList_t4092146157 * __this, ArrayList_t2718874744 * ___rgNodes0, const RuntimeMethod* method) { { XmlNodeList__ctor_m572378854(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = ___rgNodes0; __this->set__rgNodes_0(L_0); return; } } // System.Int32 System.Xml.XmlNodeArrayList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t XmlNodeArrayList_get_Count_m3192607853 (XmlNodeArrayList_t4092146157 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__rgNodes_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.Collections.IEnumerator System.Xml.XmlNodeArrayList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlNodeArrayList_GetEnumerator_m2898083498 (XmlNodeArrayList_t4092146157 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get__rgNodes_0(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); return L_1; } } // System.Xml.XmlNode System.Xml.XmlNodeArrayList::Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNodeArrayList_Item_m3087340231 (XmlNodeArrayList_t4092146157 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNodeArrayList_Item_m3087340231_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0018; } } { ArrayList_t2718874744 * L_1 = __this->get__rgNodes_0(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); int32_t L_3 = ___index0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_001a; } } IL_0018: { return (XmlNode_t3767805227 *)NULL; } IL_001a: { ArrayList_t2718874744 * L_4 = __this->get__rgNodes_0(); int32_t L_5 = ___index0; 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); return ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_6, XmlNode_t3767805227_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 #ifdef __clang__ #pragma 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 #ifdef __clang__ #pragma 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_6(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_9(L_8); String_t* L_9 = ___publicId2; __this->set_publicId_7(L_9); String_t* L_10 = ___systemId3; __this->set_systemId_8(L_10); return; } } // 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_6(); 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_9(); 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_9(); String_t* L_4 = __this->get_localName_6(); 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_6(); 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); } } #ifdef __clang__ #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_0(); 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(7 /* 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_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(5 /* 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(8 /* 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_7(L_4); String_t* L_5 = ___data1; __this->set_data_8(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_8(); 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_7(); 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_7(); 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_7(); 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_8(); 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(13 /* 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_8(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_7(); String_t* L_1 = __this->get_data_8(); XmlDocument_t2837193595 * L_2 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* 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; } } #ifdef __clang__ #pragma 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,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.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.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; } } #ifdef __clang__ #pragma 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(26 /* 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.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(27 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, __this, L_0); return L_1; } } // 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(19 /* 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(19 /* System.String System.Xml.XmlReader::get_Prefix() */, __this); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(14 /* 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(14 /* 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.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.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(20 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0012; } } { VirtActionInvoker0::Invoke(25 /* 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(32 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, __this); V_0 = 0; goto IL_002b; } IL_0020: { VirtFuncInvoker0< bool >::Invoke(33 /* 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.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(20 /* 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(18 /* 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(18 /* 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_m1850551870(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(17 /* 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(38 /* 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::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(20 /* 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(31 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, __this); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* 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(11 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, __this); if (!L_2) { goto IL_0033; } } IL_002b: { VirtFuncInvoker0< bool >::Invoke(34 /* 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(34 /* 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(18 /* 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(34 /* System.Boolean System.Xml.XmlReader::Read() */, __this); } IL_006a: { 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.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(18 /* 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(34 /* 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(34 /* 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.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.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_1(); 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_3(); 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_2(L_1); __this->set_schemasNeedsInitialization_3((bool)0); } IL_001d: { XmlSchemaSet_t266093086 * L_2 = __this->get_schemas_2(); 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.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_m685520154(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_m800430703(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_m800430703(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_m4293005803(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(39 /* 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(39 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* 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; } } #ifdef __clang__ #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_1(); 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_12(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_13(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_12(); NullCheck(L_0); VirtActionInvoker0::Invoke(12 /* 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_13(); 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(5 /* 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(39 /* 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(40 /* 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(21 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(39 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); XmlText_t2682211705 * L_2 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(53 /* 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; } } #ifdef __clang__ #pragma 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.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(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.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(20 /* 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(20 /* 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_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(12 /* 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(11 /* 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(14 /* 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(15 /* 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(16 /* 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(17 /* 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(20 /* 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(18 /* 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(18 /* 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(18 /* 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(19 /* 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(20 /* 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(23 /* System.String System.Xml.XmlReader::get_Value() */, 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(24 /* 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.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(22 /* 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(22 /* 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.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.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.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::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(25 /* System.Void System.Xml.XmlTextReader::Close() */, L_1); } IL_0016: { XmlTextReader_t3455035481 * L_2 = __this->get_source_3(); NullCheck(L_2); VirtActionInvoker0::Invoke(25 /* System.Void Mono.Xml2.XmlTextReader::Close() */, L_2); return; } } // 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(27 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1); return L_2; } } // 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(28 /* 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(29 /* 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,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(30 /* 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(30 /* 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(31 /* 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(32 /* 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(32 /* 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(33 /* 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(33 /* 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(34 /* 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(34 /* 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(34 /* 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(18 /* System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() */, L_12); if ((!(((uint32_t)L_13) == ((uint32_t)5)))) { goto IL_00a7; } } { VirtActionInvoker0::Invoke(37 /* System.Void System.Xml.XmlTextReader::ResolveEntity() */, __this); bool L_14 = VirtFuncInvoker0< bool >::Invoke(34 /* 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(34 /* 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(35 /* 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(37 /* 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(18 /* 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(15 /* 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(15 /* 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(15 /* 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(15 /* 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(15 /* 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(25 /* 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(25 /* 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; } } #ifdef __clang__ #pragma 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.IO.TextWriter) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m1850551870 (XmlTextWriter_t2114213153 * __this, TextWriter_t3478189236 * ___writer0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextWriter__ctor_m1850551870_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_m1850551870_RuntimeMethod_var); } IL_0071: { TextWriter_t3478189236 * L_4 = ___writer0; NullCheck(L_4); Encoding_t1523322056 * L_5 = VirtFuncInvoker0< Encoding_t1523322056 * >::Invoke(5 /* 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_m1913060046(__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(19 /* 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(6 /* 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_t3057255365____U24U24fieldU2D43_16_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_t3057255365____U24U24fieldU2D44_17_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_m1913060046 (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(6 /* 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(13 /* System.Void System.Xml.XmlTextWriter::WriteEndAttribute() */, __this); } IL_001e: { goto IL_0029; } IL_0023: { VirtActionInvoker0::Invoke(14 /* 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(7 /* 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(9 /* System.Void System.IO.TextWriter::Flush() */, L_5); } IL_005b: { __this->set_state_18(5); 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::WriteStartDocument(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_WriteStartDocument_m1376582995 (XmlTextWriter_t2114213153 * __this, bool ___standalone0, const RuntimeMethod* method) { { bool L_0 = ___standalone0; XmlTextWriter_WriteStartDocumentCore_m3985718073(__this, (bool)1, L_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(12 /* 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(10 /* 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(12 /* 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(10 /* 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(12 /* 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(10 /* 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(5 /* System.Text.Encoding System.IO.TextWriter::get_Encoding() */, L_16); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Text.Encoding::get_WebName() */, L_17); NullCheck(L_15); VirtActionInvoker1< String_t* >::Invoke(12 /* 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(10 /* 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(12 /* 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(10 /* 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(12 /* 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(10 /* 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(12 /* System.Void System.IO.TextWriter::Write(System.String) */, L_29, _stringLiteral3451697041); __this->set_xmldecl_state_14(1); 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(12 /* 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(12 /* 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(12 /* 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(10 /* 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(12 /* 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(10 /* 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(10 /* 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(10 /* 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(12 /* 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(10 /* 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(12 /* 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(10 /* 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(12 /* 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(10 /* 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(12 /* 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(12 /* 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(12 /* 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(10 /* 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(13 /* 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(9 /* 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(12 /* 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(12 /* 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(10 /* 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(12 /* 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(5 /* 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(6 /* 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(8 /* 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(10 /* 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(13 /* 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(12 /* 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(12 /* 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(12 /* 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(10 /* 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(10 /* 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(10 /* 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(12 /* 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(10 /* 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(12 /* 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(12 /* 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(12 /* 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(10 /* 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(12 /* 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(10 /* 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(13 /* 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(10 /* 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(12 /* 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(10 /* 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(12 /* 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(10 /* 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(10 /* 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(18 /* 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(9 /* 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(7 /* 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(14 /* 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(8 /* 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(8 /* 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(9 /* 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(7 /* 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(10 /* 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(8 /* 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(8 /* 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__switchU24map54_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__switchU24map54_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__switchU24map54_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__switchU24map53_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__switchU24map53_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__switchU24map53_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(12 /* 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(10 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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(10 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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::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(10 /* 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(12 /* 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(10 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_8, ((int32_t)59)); 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(10 /* 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(12 /* 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(12 /* 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(14 /* 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(12 /* 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(14 /* 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(12 /* 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(12 /* 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(10 /* 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(14 /* 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(10 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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(12 /* 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(10 /* 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_m3666899587(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_m2109479391(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_m590948575(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_m2837234216(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_m2603246108(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(10 /* 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(9 /* 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.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(39 /* 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(40 /* 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(39 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(21 /* 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; } } #ifdef __clang__ #pragma 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(8 /* System.Void System.Xml.XmlWriter::Dispose(System.Boolean) */, __this, (bool)0); return; } } // 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.IO.TextWriter,System.Xml.XmlWriterSettings) extern "C" IL2CPP_METHOD_ATTR XmlWriter_t127905479 * XmlWriter_Create_m1754013770 (RuntimeObject * __this /* static, unused */, TextWriter_t3478189236 * ___writer0, XmlWriterSettings_t3314986516 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_Create_m1754013770_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: { TextWriter_t3478189236 * L_2 = ___writer0; XmlWriterSettings_t3314986516 * L_3 = ___settings1; XmlWriterSettings_t3314986516 * L_4 = ___settings1; NullCheck(L_4); bool L_5 = XmlWriterSettings_get_CloseOutput_m1469064168(L_4, /*hidden argument*/NULL); XmlWriter_t127905479 * L_6 = XmlWriter_CreateTextWriter_m3145233621(NULL /*static, unused*/, L_2, L_3, L_5, /*hidden argument*/NULL); return L_6; } } // 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(7 /* 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(12 /* 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(19 /* 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(14 /* 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(16 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_7); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(19 /* 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(18 /* 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(23 /* System.String System.Xml.XmlReader::get_Value() */, L_12); VirtActionInvoker1< String_t* >::Invoke(23 /* 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(15 /* System.String System.Xml.XmlReader::get_Name() */, L_14); VirtActionInvoker1< String_t* >::Invoke(15 /* 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(35 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_16); if (L_17) { goto IL_002f; } } { VirtActionInvoker0::Invoke(13 /* 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_m3906092358 (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_m3906092358_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) extern "C" IL2CPP_METHOD_ATTR void XmlWriter_WriteAttributeString_m2453032990 (XmlWriter_t127905479 * __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlWriter_WriteAttributeString_m2453032990_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 = ___ns1; String_t* L_3 = ___value2; XmlWriter_WriteAttributeString_m2341773285(__this, L_0, L_1, L_2, L_3, /*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(19 /* 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(23 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_6); } IL_0025: { VirtActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, __this); 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(20 /* 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(34 /* System.Boolean System.Xml.XmlReader::Read() */, L_4); } IL_001e: { XmlReader_t3121518892 * L_5 = ___reader0; bool L_6 = ___defattr1; VirtActionInvoker2< XmlReader_t3121518892 *, bool >::Invoke(17 /* 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(18 /* 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(19 /* 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(14 /* 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(16 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_16); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(22 /* 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(29 /* 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(31 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_28); } IL_00dc: { XmlReader_t3121518892 * L_29 = ___reader0; NullCheck(L_29); bool L_30 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_29); if (!L_30) { goto IL_00f2; } } { VirtActionInvoker0::Invoke(14 /* 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(34 /* System.Boolean System.Xml.XmlReader::Read() */, L_33); XmlReader_t3121518892 * L_34 = ___reader0; NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(18 /* 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(17 /* 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(16 /* 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(23 /* System.String System.Xml.XmlReader::get_Value() */, L_41); VirtActionInvoker1< String_t* >::Invoke(23 /* 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(23 /* System.String System.Xml.XmlReader::get_Value() */, L_43); VirtActionInvoker1< String_t* >::Invoke(10 /* 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(15 /* System.String System.Xml.XmlReader::get_Name() */, L_45); VirtActionInvoker1< String_t* >::Invoke(15 /* 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(15 /* 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(23 /* System.String System.Xml.XmlReader::get_Value() */, L_49); VirtActionInvoker2< String_t*, String_t* >::Invoke(18 /* 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(23 /* System.String System.Xml.XmlReader::get_Value() */, L_51); VirtActionInvoker1< String_t* >::Invoke(11 /* 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(15 /* 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(13 /* 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(13 /* 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(23 /* System.String System.Xml.XmlReader::get_Value() */, L_59); VirtActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(12 /* 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(23 /* System.String System.Xml.XmlReader::get_Value() */, L_61); VirtActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, __this, L_62); goto IL_0218; } IL_01cb: { VirtActionInvoker0::Invoke(16 /* 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(15 /* 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(18 /* 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(34 /* System.Boolean System.Xml.XmlReader::Read() */, L_75); 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.Boolean System.Xml.XmlWriterSettings::get_CloseOutput() extern "C" IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CloseOutput_m1469064168 (XmlWriterSettings_t3314986516 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_closeOutput_1(); 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.Void System.Xml.XmlWriterSettings::set_ConformanceLevel(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings_set_ConformanceLevel_m2379836262 (XmlWriterSettings_t3314986516 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_conformance_2(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.Void System.Xml.XmlWriterSettings::set_Indent(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlWriterSettings_set_Indent_m2801213143 (XmlWriterSettings_t3314986516 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_indent_4(L_0); return; } } // 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(14 /* 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(14 /* 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(14 /* 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(12 /* 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(31 /* 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(19 /* 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(14 /* 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(14 /* 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(31 /* 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(14 /* 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(31 /* 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(12 /* 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(12 /* 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(23 /* 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(19 /* 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(19 /* 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(24 /* 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(29 /* 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