#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 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 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 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); } }; 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 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); } }; 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 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 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 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 GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Xml.Schema.XmlSchemaValidationException struct XmlSchemaValidationException_t816160496; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t3511258692; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.String struct String_t; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t1315720168; // System.Exception struct Exception_t; // System.Xml.Schema.XmlSchemaValidator struct XmlSchemaValidator_t1317961423; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t535375154; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t817895037; // System.Collections.ArrayList struct ArrayList_t2718874744; // Mono.Xml.Schema.XsdIDManager struct XsdIDManager_t1008806102; // System.Text.StringBuilder struct StringBuilder_t; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2797257020; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227; // System.Delegate struct Delegate_t1188392813; // System.Xml.IXmlLineInfo struct IXmlLineInfo_t2353988607; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Uri struct Uri_t100236324; // Mono.Xml.Schema.XsdValidationContext struct XsdValidationContext_t1104170526; // System.Xml.Schema.XmlSchemaAttribute[] struct XmlSchemaAttributeU5BU5D_t346244693; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3740801802; // System.Xml.Schema.XmlSchemaObjectTable struct XmlSchemaObjectTable_t2546974348; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Type struct Type_t; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.InvalidOperationException struct InvalidOperationException_t56020091; // Mono.Xml.Schema.XsdParticleStateManager struct XsdParticleStateManager_t726654767; // System.Xml.Schema.XmlValueGetter struct XmlValueGetter_t3904916812; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t997462956; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t427880856; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t2033747345; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_t2678868104; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2784773869; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t3828501457; // Mono.Xml.Schema.XsdValidationState struct XsdValidationState_t376578997; // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t1119175207; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t322714710; // Mono.Xml.Schema.XsdAnySimpleType struct XsdAnySimpleType_t1257864485; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t3775050121; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t599285223; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t472803608; // System.Xml.Schema.XmlSchemaSimpleTypeUnion struct XmlSchemaSimpleTypeUnion_t4071426880; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_t3925451115; // Mono.Xml.Schema.XsdKeyTable struct XsdKeyTable_t2156891743; // System.Xml.Schema.XmlSchemaIdentityConstraint struct XmlSchemaIdentityConstraint_t297318432; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t1064819932; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // Mono.Xml.Schema.XsdIdentityPath struct XsdIdentityPath_t991900844; // Mono.Xml.Schema.XsdKeyEntry struct XsdKeyEntry_t693496666; // Mono.Xml.Schema.XsdKeyEntryCollection struct XsdKeyEntryCollection_t3090959213; // Mono.Xml.Schema.XsdKeyEntryFieldCollection struct XsdKeyEntryFieldCollection_t3698183622; // Mono.Xml.Schema.XsdKeyEntryField struct XsdKeyEntryField_t3552275292; // System.Xml.Schema.XmlSchemaKeyref struct XmlSchemaKeyref_t3124006214; // System.Xml.Schema.XmlSchema struct XmlSchema_t3742557897; // System.Xml.XmlTextReader struct XmlTextReader_t4233384356; // System.IO.Stream struct Stream_t1273022909; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.Xml.Schema.XmlSchemaWhiteSpaceFacet struct XmlSchemaWhiteSpaceFacet_t4158372164; // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t1906017689; // System.Xml.Schema.XmlSchemaReader struct XmlSchemaReader_t1164558392; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t2603549639; // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t2553753397; // System.Xml.Schema.XmlSchemaXPath struct XmlSchemaXPath_t3156455507; // System.Xml.NameTable struct NameTable_t3178203267; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t2702737953; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t1471530361; // System.Collections.Hashtable struct Hashtable_t1853889766; // Mono.Xml.Schema.XsdIdentityPath[] struct XsdIdentityPathU5BU5D_t2466178853; // Mono.Xml.Schema.XsdIdentityStep struct XsdIdentityStep_t1480907129; // System.Xml.XmlParserContext struct XmlParserContext_t2544895291; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.NullReferenceException struct NullReferenceException_t1023182353; // System.Xml.Serialization.TypeData struct TypeData_t476999220; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t3316004401; // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829; // System.Type[] struct TypeU5BU5D_t3940880105; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Reflection.PropertyInfo struct PropertyInfo_t; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Reflection.Binder struct Binder_t2999457153; // System.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543; // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598; // System.Xml.Serialization.XmlAnyAttributeAttribute struct XmlAnyAttributeAttribute_t1449326428; // System.Attribute struct Attribute_t861562559; // System.Xml.Serialization.XmlAnyElementAttribute struct XmlAnyElementAttribute_t4038919363; // System.Xml.Serialization.XmlAttributeAttribute struct XmlAttributeAttribute_t2511360870; // System.Xml.Serialization.XmlElementAttribute struct XmlElementAttribute_t17472343; // System.Xml.Serialization.XmlEnumAttribute struct XmlEnumAttribute_t106705320; // System.Xml.Serialization.XmlIgnoreAttribute struct XmlIgnoreAttribute_t1428424057; // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute struct XmlNamespaceDeclarationsAttribute_t966425202; // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t2306097217; // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310; // System.Collections.ICollection struct ICollection_t3904884886; // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t499390083; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.ArgumentException struct ArgumentException_t132251570; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Xml.XmlDocumentType struct XmlDocumentType_t4112370061; // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289; // System.Text.Encoding struct Encoding_t1523322056; // System.Xml.XmlElement struct XmlElement_t561603118; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XmlWriter struct XmlWriter_t127905479; // Mono.Xml.DTDAttributeDefinition struct DTDAttributeDefinition_t3434905422; // Mono.Xml.DTDAttListDeclarationCollection struct DTDAttListDeclarationCollection_t2220366188; // Mono.Xml.DTDAttListDeclaration struct DTDAttListDeclaration_t3593159715; // System.Xml.XmlAttributeCollection struct XmlAttributeCollection_t2316283784; // System.Xml.XmlNamedNodeMap struct XmlNamedNodeMap_t2821286253; // System.Xml.XmlException struct XmlException_t1761730631; // System.Xml.XmlCDataSection struct XmlCDataSection_t3267478366; // System.Xml.XmlCharacterData struct XmlCharacterData_t1167807131; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Xml.XmlComment struct XmlComment_t2476947920; // System.FormatException struct FormatException_t154580423; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Xml.XmlDeclaration struct XmlDeclaration_t679870411; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // 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.XmlValidatingReader struct XmlValidatingReader_t1719295192; // System.IO.TextReader struct TextReader_t283511965; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.Xml.XmlNodeChangedEventArgs struct XmlNodeChangedEventArgs_t2486095928; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Xml.XmlTextWriter struct XmlTextWriter_t2114213153; // System.Xml.XmlDocumentNavigator struct XmlDocumentNavigator_t512445268; // System.IO.StringReader struct StringReader_t3465604688; // Mono.Xml2.XmlTextReader struct XmlTextReader_t3455035481; // 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.Collections.IList struct IList_t2094931216; // System.SystemException struct SystemException_t176217640; // System.Xml.XmlInputStream struct XmlInputStream_t1691369434; // System.Text.UTF8Encoding struct UTF8Encoding_t3956466879; // System.Xml.XmlIteratorNodeList struct XmlIteratorNodeList_t2218031790; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t3667290188; // System.Xml.XmlNodeList struct XmlNodeList_t2551693786; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator struct XPathNodeIteratorNodeListIterator_t2379010936; // System.Int32[] struct Int32U5BU5D_t385246372; // 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.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // 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.Xml.XmlNamespaceManager/NsDecl[] struct NsDeclU5BU5D_t2116608150; // System.Xml.XmlNamespaceManager/NsScope[] struct NsScopeU5BU5D_t382374428; // Mono.Xml.Schema.XsdInvalidValidationState struct XsdInvalidValidationState_t3749995458; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // Mono.Xml.Schema.XsdIdentitySelector struct XsdIdentitySelector_t574258590; // Mono.Xml.Schema.XsdIdentityStep[] struct XsdIdentityStepU5BU5D_t2964233348; // Mono.Xml.Schema.XsdIdentityField struct XsdIdentityField_t1964115728; // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // 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.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t3368185270; // System.Collections.Specialized.ListDictionary/DictionaryNode struct DictionaryNode_t417719465; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // Mono.Xml.DTDAutomataFactory struct DTDAutomataFactory_t2958275022; // Mono.Xml.DTDElementAutomata struct DTDElementAutomata_t1050190167; // Mono.Xml.DTDEmptyAutomata struct DTDEmptyAutomata_t465590953; // Mono.Xml.DTDAnyAutomata struct DTDAnyAutomata_t3633486160; // Mono.Xml.DTDInvalidAutomata struct DTDInvalidAutomata_t1406553220; // Mono.Xml.DTDElementDeclarationCollection struct DTDElementDeclarationCollection_t222313714; // Mono.Xml.DTDParameterEntityDeclarationCollection struct DTDParameterEntityDeclarationCollection_t2844734410; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t3314986516; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Collections.Stack struct Stack_t2329662280; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Boolean[] struct BooleanU5BU5D_t2897418192; // System.Net.ICredentials struct ICredentials_t725721261; // System.Collections.Generic.Stack`1 struct Stack_1_t2690840144; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_t491982174; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.DelegateData struct DelegateData_t1677132599; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t2218765537; // System.Xml.XmlAttribute[] struct XmlAttributeU5BU5D_t1490365106; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t3610399789; // Mono.Xml.DTDValidatingReader struct DTDValidatingReader_t3946379043; // Mono.Xml.IHasXmlSchemaInfo struct IHasXmlSchemaInfo_t74872415; // System.Reflection.MemberInfo struct MemberInfo_t; // System.Reflection.Emit.UnmanagedMarshal struct UnmanagedMarshal_t984015687; // 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; // System.Xml.XmlReaderBinarySupport/CharGetter struct CharGetter_t1703763694; // Mono.Xml2.XmlTextReader/DtdInputStateStack struct DtdInputStateStack_t339956957; // 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; // System.IO.TextWriter struct TextWriter_t3478189236; // System.IO.StringWriter struct StringWriter_t802263757; // System.Xml.XmlTextWriter/XmlNodeInfo[] struct XmlNodeInfoU5BU5D_t431163322; // Mono.Xml.Schema.XsdWildcard struct XsdWildcard_t2790389089; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_t963227996; // System.Xml.Schema.XmlSchemaContentModel struct XmlSchemaContentModel_t602185179; // System.Text.RegularExpressions.Regex[] struct RegexU5BU5D_t1561692752; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t1394089049; extern RuntimeClass* XmlUrlResolver_t817895037_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var; extern RuntimeClass* XsdIDManager_t1008806102_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator__ctor_m1435666755_MetadataUsageId; extern RuntimeClass* XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator__cctor_m3431933693_MetadataUsageId; extern RuntimeClass* ValidationEventHandler_t791314227_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_add_ValidationEventHandler_m2553815393_MetadataUsageId; extern const uint32_t XmlSchemaValidator_remove_ValidationEventHandler_m2448433872_MetadataUsageId; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_get_BaseUri_m1393578688_MetadataUsageId; extern const RuntimeType* XmlSchemaAttribute_t2797257020_0_0_0_var; extern RuntimeClass* XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern RuntimeClass* XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_GetExpectedAttributes_m1845405082_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaValidator_GetUnspecifiedDefaultAttributes_m2439792511_RuntimeMethod_var; extern String_t* _stringLiteral4036606030; extern String_t* _stringLiteral387673059; extern const uint32_t XmlSchemaValidator_GetUnspecifiedDefaultAttributes_m2439792511_MetadataUsageId; extern RuntimeClass* XsdParticleStateManager_t726654767_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_Initialize_m895242008_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaValidator_EndValidation_m2972674338_RuntimeMethod_var; extern String_t* _stringLiteral203307879; extern String_t* _stringLiteral2099932657; extern const uint32_t XmlSchemaValidator_EndValidation_m2972674338_MetadataUsageId; extern const RuntimeMethod* XmlSchemaValidator_ValidateAttribute_m4104905090_RuntimeMethod_var; extern String_t* _stringLiteral2412661638; extern String_t* _stringLiteral3455563714; extern String_t* _stringLiteral3806493656; extern String_t* _stringLiteral2266030755; extern String_t* _stringLiteral2829469855; extern String_t* _stringLiteral115635305; extern const uint32_t XmlSchemaValidator_ValidateAttribute_m4104905090_MetadataUsageId; extern const RuntimeMethod* XmlSchemaValidator_ValidateElement_m1376047066_RuntimeMethod_var; extern const uint32_t XmlSchemaValidator_ValidateElement_m1376047066_MetadataUsageId; extern const RuntimeMethod* XmlSchemaValidator_ValidateEndElement_m3205520016_RuntimeMethod_var; extern String_t* _stringLiteral2741928031; extern const uint32_t XmlSchemaValidator_ValidateEndElement_m3205520016_MetadataUsageId; extern RuntimeClass* XmlChar_t3816087079_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaValidator_ValidateText_m4060349748_RuntimeMethod_var; extern String_t* _stringLiteral1177795346; extern String_t* _stringLiteral340791318; extern const uint32_t XmlSchemaValidator_ValidateText_m4060349748_MetadataUsageId; extern RuntimeClass* XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_HandleError_m3026979404_MetadataUsageId; extern RuntimeClass* ValidationEventArgs_t2784773869_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaValidator_HandleError_m1091103921_RuntimeMethod_var; extern const uint32_t XmlSchemaValidator_HandleError_m1091103921_MetadataUsageId; extern RuntimeClass* Transition_t766760941_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaValidator_CheckState_m1088251962_RuntimeMethod_var; extern String_t* _stringLiteral1684158659; extern String_t* _stringLiteral3828409313; extern const uint32_t XmlSchemaValidator_CheckState_m1088251962_MetadataUsageId; extern RuntimeClass* XmlSchemaElement_t427880856_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_FindElement_m1664752449_MetadataUsageId; extern RuntimeClass* XmlSchemaType_t2033747345_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_FindType_m1629153418_MetadataUsageId; extern String_t* _stringLiteral2687379458; extern String_t* _stringLiteral3452614550; extern const uint32_t XmlSchemaValidator_ValidateStartElementParticle_m1610527293_MetadataUsageId; extern String_t* _stringLiteral4019370047; extern const uint32_t XmlSchemaValidator_AssessOpenStartElementSchemaValidity_m3616900715_MetadataUsageId; extern String_t* _stringLiteral2917334350; extern String_t* _stringLiteral3514643998; extern const uint32_t XmlSchemaValidator_AssessCloseStartElementSchemaValidity_m1334513775_MetadataUsageId; extern String_t* _stringLiteral2615129927; extern String_t* _stringLiteral456507238; extern const uint32_t XmlSchemaValidator_AssessElementLocallyValidElement_m1042493976_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1783617099; extern const uint32_t XmlSchemaValidator_AssessCloseStartElementLocallyValidType_m2559440487_MetadataUsageId; extern RuntimeClass* XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3538471249; extern String_t* _stringLiteral965762567; extern String_t* _stringLiteral2086747346; extern const uint32_t XmlSchemaValidator_AssessCloseStartElementLocallyValidComplexType_m145682788_MetadataUsageId; extern RuntimeClass* XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3075905666; extern const uint32_t XmlSchemaValidator_AssessAttributeElementLocallyValidType_m4195901671_MetadataUsageId; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTokenizedType_t3348692225_il2cpp_TypeInfo_var; extern RuntimeClass* XmlAtomicValue_t3775050121_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1348300605; extern String_t* _stringLiteral3537225103; extern String_t* _stringLiteral3879303627; extern const uint32_t XmlSchemaValidator_AssessAttributeLocallyValid_m3750749479_MetadataUsageId; extern String_t* _stringLiteral4156365330; extern String_t* _stringLiteral2127726692; extern const uint32_t XmlSchemaValidator_AssessAttributeLocallyValidUse_m1117840893_MetadataUsageId; extern String_t* _stringLiteral3785327580; extern const uint32_t XmlSchemaValidator_ValidateEndElementParticle_m2436476134_MetadataUsageId; extern const uint32_t XmlSchemaValidator_ValidateCharacters_m151675304_MetadataUsageId; extern String_t* _stringLiteral3743880189; extern String_t* _stringLiteral621375817; extern String_t* _stringLiteral412639605; extern const uint32_t XmlSchemaValidator_ValidateEndSimpleContentCore_m859422844_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1173181887; extern String_t* _stringLiteral2905518974; extern String_t* _stringLiteral1616044605; extern String_t* _stringLiteral1875562103; extern const uint32_t XmlSchemaValidator_AssessStringValid_m1868335694_MetadataUsageId; extern const uint32_t XmlSchemaValidator_ValidateRestrictedSimpleTypeValue_m1639429758_MetadataUsageId; extern RuntimeClass* XsdKeyTable_t2156891743_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_CreateNewKeyTable_m4128026141_MetadataUsageId; extern RuntimeClass* XmlSchemaIdentityConstraint_t297318432_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var; extern RuntimeClass* XsdKeyEntry_t693496666_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_ValidateKeySelectors_m279080568_MetadataUsageId; extern const uint32_t XmlSchemaValidator_ValidateKeyFields_m2041955786_MetadataUsageId; extern RuntimeClass* XmlSchemaKey_t3030860318_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4076669907; extern const uint32_t XmlSchemaValidator_ValidateEndElementKeyConstraints_m2216586424_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1615022670; extern String_t* _stringLiteral3563315647; extern String_t* _stringLiteral2741414; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral855589745; extern String_t* _stringLiteral41810558; extern String_t* _stringLiteral2313037231; extern String_t* _stringLiteral3555459069; extern String_t* _stringLiteral3786121418; extern const uint32_t XmlSchemaValidator_ValidateEndKeyConstraint_m224110956_MetadataUsageId; extern RuntimeClass* XsdKeyEntryField_t3552275292_il2cpp_TypeInfo_var; extern RuntimeClass* XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var; extern String_t* _stringLiteral961916488; extern String_t* _stringLiteral2623256461; extern String_t* _stringLiteral3353854643; extern String_t* _stringLiteral2945089706; extern const uint32_t XmlSchemaValidator_ValidateSimpleContentIdentity_m3222176196_MetadataUsageId; extern const uint32_t XmlSchemaValidator_GetXsiType_m2257037275_MetadataUsageId; extern String_t* _stringLiteral1204208480; extern String_t* _stringLiteral1885088375; extern String_t* _stringLiteral2312602487; extern String_t* _stringLiteral1124906105; extern const uint32_t XmlSchemaValidator_HandleXsiType_m2975687977_MetadataUsageId; extern String_t* _stringLiteral3843559100; extern String_t* _stringLiteral1058329276; extern const uint32_t XmlSchemaValidator_AssessLocalTypeDerivationOK_m3125439830_MetadataUsageId; extern String_t* _stringLiteral1300532205; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral3538420575; extern String_t* _stringLiteral3410263759; extern const uint32_t XmlSchemaValidator_HandleXsiNil_m3092249046_MetadataUsageId; extern const RuntimeType* Stream_t1273022909_0_0_0_var; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextReader_t4233384356_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidator_ReadExternalSchema_m2050313281_MetadataUsageId; extern String_t* _stringLiteral1704361787; extern String_t* _stringLiteral1197017378; extern String_t* _stringLiteral1914366734; extern const uint32_t XmlSchemaValidator_HandleSchemaLocation_m2725601791_MetadataUsageId; extern const uint32_t XmlSchemaValidator_HandleNoNSSchemaLocation_m74132076_MetadataUsageId; extern RuntimeClass* XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaWhiteSpaceFacet__ctor_m1190861561_MetadataUsageId; extern RuntimeClass* XmlSchemaWhiteSpaceFacet_t4158372164_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1569427300; extern String_t* _stringLiteral1492323255; extern String_t* _stringLiteral1471754589; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral1709130670; extern String_t* _stringLiteral2455250758; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral3929236445; extern String_t* _stringLiteral681123123; extern String_t* _stringLiteral2675440743; extern String_t* _stringLiteral1102688753; extern const uint32_t XmlSchemaWhiteSpaceFacet_Read_m1012238860_MetadataUsageId; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern RuntimeClass* NameTable_t3178203267_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var; extern RuntimeClass* XsdIdentityPath_t991900844_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaXPath_Compile_m528363123_MetadataUsageId; extern const RuntimeType* XsdIdentityPath_t991900844_0_0_0_var; extern RuntimeClass* XsdIdentityPathU5BU5D_t2466178853_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaXPath_ParseExpression_m2341068207_MetadataUsageId; extern String_t* _stringLiteral3450582913; extern const uint32_t XmlSchemaXPath_ParsePath_m1265390928_MetadataUsageId; extern const RuntimeType* XsdIdentityStep_t1480907129_0_0_0_var; extern RuntimeClass* XsdIdentityStep_t1480907129_il2cpp_TypeInfo_var; extern RuntimeClass* XsdIdentityStepU5BU5D_t2964233348_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3609590954; extern String_t* _stringLiteral2106882644; extern String_t* _stringLiteral430703268; extern String_t* _stringLiteral4158421234; extern String_t* _stringLiteral1978911567; extern String_t* _stringLiteral329641656; extern String_t* _stringLiteral2042047117; extern String_t* _stringLiteral3727611199; extern String_t* _stringLiteral689976154; extern const uint32_t XmlSchemaXPath_ParseStep_m3870533266_MetadataUsageId; extern RuntimeClass* XmlSchemaXPath_t3156455507_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral1885059610; extern String_t* _stringLiteral2909972470; extern String_t* _stringLiteral2333584123; extern String_t* _stringLiteral4016147024; extern String_t* _stringLiteral1279479074; extern const uint32_t XmlSchemaXPath_Read_m1808832972_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t CodeIdentifier_MakePascal_m714146339_MetadataUsageId; extern RuntimeClass* NullReferenceException_t1023182353_il2cpp_TypeInfo_var; extern const RuntimeMethod* CodeIdentifier_MakeValid_m147143689_RuntimeMethod_var; extern String_t* _stringLiteral1949155704; extern const uint32_t CodeIdentifier_MakeValid_m147143689_MetadataUsageId; extern const RuntimeType* IXmlSerializable_t572450606_0_0_0_var; extern const RuntimeType* XmlNode_t3767805227_0_0_0_var; extern const RuntimeType* IEnumerable_t1941168011_0_0_0_var; extern RuntimeClass* TypeTranslator_t3446962748_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeData__ctor_m812170617_RuntimeMethod_var; extern String_t* _stringLiteral3575685878; extern const uint32_t TypeData__ctor_m812170617_MetadataUsageId; extern RuntimeClass* TypeData_t476999220_il2cpp_TypeInfo_var; extern String_t* _stringLiteral280883515; extern String_t* _stringLiteral2734520598; extern String_t* _stringLiteral2149933273; extern String_t* _stringLiteral2001916978; extern String_t* _stringLiteral3455563711; extern String_t* _stringLiteral3637139173; extern String_t* _stringLiteral1202628576; extern String_t* _stringLiteral1956447343; extern String_t* _stringLiteral2838662761; extern String_t* _stringLiteral130792137; extern String_t* _stringLiteral1178749465; extern String_t* _stringLiteral3875954633; extern String_t* _stringLiteral2978261106; extern String_t* _stringLiteral82367591; extern String_t* _stringLiteral22182330; extern String_t* _stringLiteral3859429177; extern String_t* _stringLiteral2554266375; extern String_t* _stringLiteral345858392; extern String_t* _stringLiteral2601517161; extern String_t* _stringLiteral2838662760; extern String_t* _stringLiteral3980842185; extern String_t* _stringLiteral2101930777; extern String_t* _stringLiteral461028241; extern String_t* _stringLiteral1390811594; extern String_t* _stringLiteral1801699217; extern String_t* _stringLiteral1184841701; extern String_t* _stringLiteral170650980; extern String_t* _stringLiteral4158218461; extern String_t* _stringLiteral2419720959; extern String_t* _stringLiteral3524468349; extern String_t* _stringLiteral2097807219; extern String_t* _stringLiteral351315815; extern String_t* _stringLiteral3454318535; extern String_t* _stringLiteral827624532; extern String_t* _stringLiteral2422556946; extern String_t* _stringLiteral748112283; extern String_t* _stringLiteral3596048705; extern String_t* _stringLiteral133510650; extern String_t* _stringLiteral1055810917; extern String_t* _stringLiteral3454842823; extern String_t* _stringLiteral3134897496; extern String_t* _stringLiteral59180213; extern String_t* _stringLiteral895381333; extern String_t* _stringLiteral1948332219; extern String_t* _stringLiteral775541518; extern String_t* _stringLiteral765372749; extern String_t* _stringLiteral1453402100; extern String_t* _stringLiteral3158016519; extern String_t* _stringLiteral2289751134; extern String_t* _stringLiteral3454777276; extern String_t* _stringLiteral3455563719; extern String_t* _stringLiteral2873896790; extern String_t* _stringLiteral430703593; extern String_t* _stringLiteral1167972383; extern String_t* _stringLiteral2954596464; extern String_t* _stringLiteral2838990438; extern String_t* _stringLiteral2322770241; extern String_t* _stringLiteral1236039580; extern String_t* _stringLiteral3820675233; extern String_t* _stringLiteral3557324734; extern String_t* _stringLiteral798688685; extern String_t* _stringLiteral1274151684; extern String_t* _stringLiteral807124363; extern String_t* _stringLiteral3894513951; extern String_t* _stringLiteral3873631970; extern String_t* _stringLiteral3528114263; extern String_t* _stringLiteral3576598565; extern String_t* _stringLiteral2033559650; extern String_t* _stringLiteral2553676557; extern String_t* _stringLiteral1225964229; extern String_t* _stringLiteral1535819814; extern String_t* _stringLiteral1235497039; extern String_t* _stringLiteral2409402648; extern String_t* _stringLiteral1236128813; extern String_t* _stringLiteral75909655; extern String_t* _stringLiteral882274439; extern String_t* _stringLiteral3110370682; extern String_t* _stringLiteral729250605; extern const uint32_t TypeData__cctor_m1057434258_MetadataUsageId; extern const uint32_t TypeData_get_ListItemTypeData_m3343906619_MetadataUsageId; extern const RuntimeType* ICollection_t3904884886_0_0_0_var; extern const RuntimeType* IDictionary_t1363984059_0_0_0_var; extern const RuntimeType* RuntimeObject_0_0_0_var; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern RuntimeClass* TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeData_get_ListItemType_m2212788481_RuntimeMethod_var; extern String_t* _stringLiteral2279892295; extern String_t* _stringLiteral4273379246; extern String_t* _stringLiteral3339633678; extern String_t* _stringLiteral3598675092; extern String_t* _stringLiteral1362010054; extern String_t* _stringLiteral3265744085; extern String_t* _stringLiteral2352956595; extern String_t* _stringLiteral3024845674; extern String_t* _stringLiteral2703077774; extern String_t* _stringLiteral3862463354; extern String_t* _stringLiteral1861059339; extern const uint32_t TypeData_get_ListItemType_m2212788481_MetadataUsageId; extern const RuntimeType* Int32_t2950945753_0_0_0_var; extern const uint32_t TypeData_GetIndexerProperty_m1051013388_MetadataUsageId; extern String_t* _stringLiteral4247890760; extern const uint32_t TypeData_CreateMissingAddMethodException_m662119892_MetadataUsageId; extern const RuntimeType* ICollection_1_t1449021101_0_0_0_var; extern const uint32_t TypeData_GetGenericListItemType_m2145930005_MetadataUsageId; extern const RuntimeType* Boolean_t97287965_0_0_0_var; extern const RuntimeType* Int16_t2552820387_0_0_0_var; extern const RuntimeType* UInt16_t2177724958_0_0_0_var; extern const RuntimeType* UInt32_t2560061978_0_0_0_var; extern const RuntimeType* Int64_t3736567304_0_0_0_var; extern const RuntimeType* UInt64_t4134040092_0_0_0_var; extern const RuntimeType* Single_t1397266774_0_0_0_var; extern const RuntimeType* Double_t594665363_0_0_0_var; extern const RuntimeType* DateTime_t3738529785_0_0_0_var; extern const RuntimeType* Decimal_t2948259380_0_0_0_var; extern const RuntimeType* XmlQualifiedName_t2760654312_0_0_0_var; extern const RuntimeType* Guid_t_0_0_0_var; extern const RuntimeType* Byte_t1134296376_0_0_0_var; extern const RuntimeType* SByte_t1669577662_0_0_0_var; extern const RuntimeType* Char_t3634460470_0_0_0_var; extern const RuntimeType* ByteU5BU5D_t4116647657_0_0_0_var; extern const RuntimeType* XmlElement_t561603118_0_0_0_var; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaPatternFacet_t3316004401_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern String_t* _stringLiteral228529742; extern String_t* _stringLiteral3873205229; extern String_t* _stringLiteral3755388189; extern String_t* _stringLiteral1873420042; extern String_t* _stringLiteral3798050081; extern String_t* _stringLiteral2799480295; extern String_t* _stringLiteral2801046788; extern String_t* _stringLiteral76564998; extern String_t* _stringLiteral3773869350; extern String_t* _stringLiteral3777314074; extern String_t* _stringLiteral1671489303; extern String_t* _stringLiteral1792755598; extern String_t* _stringLiteral2225953156; extern String_t* _stringLiteral1272578818; extern String_t* _stringLiteral63249541; extern String_t* _stringLiteral3216596419; extern String_t* _stringLiteral3447975646; extern String_t* _stringLiteral2834935051; extern String_t* _stringLiteral110852430; extern String_t* _stringLiteral2722193337; extern String_t* _stringLiteral2704427701; extern String_t* _stringLiteral4080338551; extern String_t* _stringLiteral3245737591; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral996260479; extern String_t* _stringLiteral2143290860; extern String_t* _stringLiteral1572351178; extern String_t* _stringLiteral425891063; extern String_t* _stringLiteral3820814978; extern String_t* _stringLiteral4120511215; extern String_t* _stringLiteral3835929719; extern String_t* _stringLiteral4276600584; extern String_t* _stringLiteral2851744811; extern String_t* _stringLiteral841379268; extern String_t* _stringLiteral3456546791; extern String_t* _stringLiteral3671082123; extern String_t* _stringLiteral3665773707; extern String_t* _stringLiteral215120649; extern String_t* _stringLiteral2005331395; extern String_t* _stringLiteral3244750353; extern String_t* _stringLiteral723171524; extern String_t* _stringLiteral1645561617; extern String_t* _stringLiteral1501416449; extern const uint32_t TypeTranslator__cctor_m3101224670_MetadataUsageId; extern const uint32_t TypeTranslator_GetTypeData_m1676550349_MetadataUsageId; extern const RuntimeType* Nullable_1_t3772285925_0_0_0_var; extern RuntimeClass* XmlConvert_t1981561327_il2cpp_TypeInfo_var; extern const RuntimeMethod* TypeTranslator_GetTypeData_m2576829536_RuntimeMethod_var; extern String_t* _stringLiteral3863278315; extern String_t* _stringLiteral1087025813; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral3454318561; extern const uint32_t TypeTranslator_GetTypeData_m2576829536_MetadataUsageId; extern const uint32_t TypeTranslator_GetPrimitiveTypeData_m2740454283_MetadataUsageId; extern const RuntimeMethod* TypeTranslator_GetPrimitiveTypeData_m2492367760_RuntimeMethod_var; extern String_t* _stringLiteral1560233285; extern String_t* _stringLiteral4020356754; extern const uint32_t TypeTranslator_GetPrimitiveTypeData_m2492367760_MetadataUsageId; extern String_t* _stringLiteral3459233542; extern const uint32_t TypeTranslator_GetArrayName_m2745210150_MetadataUsageId; extern const RuntimeMethod* TypeTranslator_ParseArrayType_m1334976778_RuntimeMethod_var; extern String_t* _stringLiteral3452614645; extern String_t* _stringLiteral2650475604; extern const uint32_t TypeTranslator_ParseArrayType_m1334976778_MetadataUsageId; extern RuntimeClass* ListDictionary_t1624492310_il2cpp_TypeInfo_var; extern const uint32_t XmlSerializerNamespaces__ctor_m1179032600_MetadataUsageId; extern const uint32_t XmlSerializerNamespaces_Add_m3530434184_MetadataUsageId; extern RuntimeClass* XmlQualifiedNameU5BU5D_t1471530361_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const uint32_t XmlSerializerNamespaces_ToArray_m2843559361_MetadataUsageId; extern RuntimeClass* XmlNode_t3767805227_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlAttribute__ctor_m288521366_RuntimeMethod_var; extern String_t* _stringLiteral3616512663; extern String_t* _stringLiteral2984480440; extern String_t* _stringLiteral3494514062; extern String_t* _stringLiteral20642215; extern const uint32_t XmlAttribute__ctor_m288521366_MetadataUsageId; extern const uint32_t XmlAttribute_get_BaseURI_m702224144_MetadataUsageId; extern RuntimeClass* XmlParserContext_t2544895291_il2cpp_TypeInfo_var; extern const uint32_t XmlAttribute_set_InnerXml_m332200063_MetadataUsageId; extern RuntimeClass* XmlCharacterData_t1167807131_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlAttribute_set_Value_m306683248_RuntimeMethod_var; extern String_t* _stringLiteral390376736; extern const uint32_t XmlAttribute_set_Value_m306683248_MetadataUsageId; extern const uint32_t XmlAttribute_get_XmlLang_m1138422434_MetadataUsageId; extern const uint32_t XmlAttribute_WriteTo_m472564194_MetadataUsageId; 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 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 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* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern RuntimeClass* UInt32U5BU5D_t2770800703_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D36_10_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D37_11_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D38_12_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D39_13_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 const uint32_t XmlChar_IsNmToken_m2582911582_MetadataUsageId; extern String_t* _stringLiteral869709124; extern const uint32_t XmlChar_IsPubidChar_m3972427101_MetadataUsageId; 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 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 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 String_t* _stringLiteral4287215255; extern const uint32_t XmlConvert_EncodeLocalName_m2931600124_MetadataUsageId; extern const uint32_t XmlConvert_IsInvalid_m3302788609_MetadataUsageId; 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* _stringLiteral3452614544; extern String_t* _stringLiteral1493620702; extern const uint32_t XmlConvert_ToBoolean_m3792671347_MetadataUsageId; extern const uint32_t XmlConvert_ToByte_m1768201769_MetadataUsageId; extern const uint32_t XmlConvert_ToDateTime_m800272518_MetadataUsageId; extern const uint32_t XmlConvert_ToDateTime_m1760770288_MetadataUsageId; extern RuntimeClass* DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern const uint32_t XmlConvert_ToDateTime_m3549181468_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t XmlConvert_ToDecimal_m1028049782_MetadataUsageId; extern const RuntimeMethod* XmlConvert_ToDouble_m4257337793_RuntimeMethod_var; extern const uint32_t XmlConvert_ToDouble_m4257337793_MetadataUsageId; extern const RuntimeMethod* XmlConvert_TryParseStringFloatConstants_m469050680_RuntimeMethod_var; extern String_t* _stringLiteral2647588310; extern String_t* _stringLiteral3006112435; extern String_t* _stringLiteral853081463; extern String_t* _stringLiteral670053913; extern String_t* _stringLiteral2385296252; extern const uint32_t XmlConvert_TryParseStringFloatConstants_m469050680_MetadataUsageId; extern const uint32_t XmlConvert_TryParseStringConstant_m2958895784_MetadataUsageId; extern const uint32_t XmlConvert_ToInt16_m1126944964_MetadataUsageId; extern const uint32_t XmlConvert_ToInt32_m2886969565_MetadataUsageId; extern const uint32_t XmlConvert_ToInt64_m1902133275_MetadataUsageId; extern const uint32_t XmlConvert_ToSByte_m1731060397_MetadataUsageId; extern const RuntimeMethod* XmlConvert_ToSingle_m966688176_RuntimeMethod_var; extern const uint32_t XmlConvert_ToSingle_m966688176_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m4082948798_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m2891307708_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m732346799_MetadataUsageId; extern String_t* _stringLiteral3452614638; extern const uint32_t XmlConvert_ToString_m2027917565_MetadataUsageId; extern const uint32_t XmlConvert_ToString_m934314535_MetadataUsageId; extern String_t* _stringLiteral1733900368; extern const uint32_t XmlConvert_ToString_m2925918111_MetadataUsageId; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlConvert_ToTimeSpan_m349710467_RuntimeMethod_var; extern String_t* _stringLiteral943629029; extern const uint32_t XmlConvert_ToTimeSpan_m349710467_MetadataUsageId; extern const uint32_t XmlConvert_ToUInt16_m928332189_MetadataUsageId; extern const uint32_t XmlConvert_ToUInt32_m120686766_MetadataUsageId; extern const uint32_t XmlConvert_ToUInt64_m4076754168_MetadataUsageId; extern const RuntimeMethod* XmlConvert_VerifyName_m2131148908_RuntimeMethod_var; extern String_t* _stringLiteral62725243; 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_FromBinHexString_m376671528_MetadataUsageId; extern String_t* _stringLiteral2805817557; extern const uint32_t XmlDeclaration__ctor_m1509837626_MetadataUsageId; extern const uint32_t XmlDeclaration_set_Encoding_m1853636911_MetadataUsageId; 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 String_t* _stringLiteral206359376; extern const uint32_t XmlDeclaration_WriteTo_m1817353405_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* XmlImplementation_t254178875_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNameEntryCache_t2890546907_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 uint32_t XmlDocument__cctor_m131697871_MetadataUsageId; extern const uint32_t XmlDocument_get_NsNodeXml_m488276313_MetadataUsageId; extern const uint32_t XmlDocument_get_DocumentElement_m474633542_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 RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_get_TextEncoding_m845318411_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 const uint32_t XmlDocument_GetIdenticalAttribute_m3233361554_MetadataUsageId; extern RuntimeClass* XmlNodeType_t1672767151_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* XmlValidatingReader_t1719295192_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_Load_m1781000297_MetadataUsageId; extern const uint32_t XmlDocument_Load_m734525109_MetadataUsageId; 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 String_t* _stringLiteral1262271159; extern const uint32_t XmlDocument_MakeReaderErrorMessage_m2864280090_MetadataUsageId; extern RuntimeClass* XmlTextWriter_t2114213153_il2cpp_TypeInfo_var; extern const uint32_t XmlDocument_Save_m1579307145_MetadataUsageId; extern String_t* _stringLiteral2649583896; extern String_t* _stringLiteral2096049937; extern String_t* _stringLiteral263962801; extern String_t* _stringLiteral1613539661; 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_set_InnerXml_m1355050961_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 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 const uint32_t XmlElement__ctor_m379743235_MetadataUsageId; extern RuntimeClass* XmlAttributeCollection_t2316283784_il2cpp_TypeInfo_var; extern const uint32_t XmlElement_get_Attributes_m994170462_MetadataUsageId; extern const uint32_t XmlElement_set_InnerXml_m1662291351_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 XmlElement_WriteTo_m1656583512_MetadataUsageId; extern const uint32_t XmlEntity__ctor_m1734241957_MetadataUsageId; extern const RuntimeMethod* XmlEntity_set_InnerXml_m773134424_RuntimeMethod_var; extern String_t* _stringLiteral2993710011; extern const uint32_t XmlEntity_set_InnerXml_m773134424_MetadataUsageId; extern const RuntimeMethod* XmlEntity_CloneNode_m2928393073_RuntimeMethod_var; 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* 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 String_t* _stringLiteral3452614522; extern String_t* _stringLiteral3452614549; extern const uint32_t XmlEntityReference_WriteTo_m322000826_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* _stringLiteral3928594248; extern const uint32_t XmlException_get_Message_m912207083_MetadataUsageId; extern const uint32_t XmlException_GetObjectData_m983716349_MetadataUsageId; extern const uint32_t XmlImplementation__ctor_m967116265_MetadataUsageId; extern const uint32_t XmlImplementation_CreateDocument_m4095641310_MetadataUsageId; 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 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 const RuntimeMethod* XmlInputStream_Write_m226345903_RuntimeMethod_var; extern const uint32_t XmlInputStream_Write_m226345903_MetadataUsageId; extern const uint32_t XmlIteratorNodeList__ctor_m1806341514_MetadataUsageId; extern RuntimeClass* XPathNodeIteratorNodeListIterator_t2379010936_il2cpp_TypeInfo_var; extern const uint32_t XmlIteratorNodeList_GetEnumerator_m849218601_MetadataUsageId; extern RuntimeClass* IHasXmlNode_t929344259_il2cpp_TypeInfo_var; extern const uint32_t XmlIteratorNodeList_Item_m3620829270_MetadataUsageId; extern const uint32_t XPathNodeIteratorNodeListIterator_get_Current_m1572208110_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 RuntimeMethod* XmlNamedNodeMap_RemoveNamedItem_m17051518_RuntimeMethod_var; extern String_t* _stringLiteral1270050834; extern const uint32_t XmlNamedNodeMap_RemoveNamedItem_m17051518_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; struct XmlSchemaAttributeU5BU5D_t346244693; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t2843939325; struct CharU5BU5D_t3528271667; struct XmlQualifiedNameU5BU5D_t1471530361; struct XsdIdentityPathU5BU5D_t2466178853; struct XsdIdentityStepU5BU5D_t2964233348; struct TypeU5BU5D_t3940880105; struct ParameterModifierU5BU5D_t2943407543; struct PropertyInfoU5BU5D_t1461822886; struct ParameterInfoU5BU5D_t390618515; struct ByteU5BU5D_t4116647657; struct UInt32U5BU5D_t2770800703; struct XmlNodeU5BU5D_t3728671178; #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 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 XMLSERIALIZERNAMESPACES_T2702737953_H #define XMLSERIALIZERNAMESPACES_T2702737953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t2702737953 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Xml.Serialization.XmlSerializerNamespaces::namespaces ListDictionary_t1624492310 * ___namespaces_0; public: inline static int32_t get_offset_of_namespaces_0() { return static_cast(offsetof(XmlSerializerNamespaces_t2702737953, ___namespaces_0)); } inline ListDictionary_t1624492310 * get_namespaces_0() const { return ___namespaces_0; } inline ListDictionary_t1624492310 ** get_address_of_namespaces_0() { return &___namespaces_0; } inline void set_namespaces_0(ListDictionary_t1624492310 * value) { ___namespaces_0 = value; Il2CppCodeGenWriteBarrier((&___namespaces_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSERIALIZERNAMESPACES_T2702737953_H #ifndef XSDIDENTITYSTEP_T1480907129_H #define XSDIDENTITYSTEP_T1480907129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIdentityStep struct XsdIdentityStep_t1480907129 : public RuntimeObject { public: // System.Boolean Mono.Xml.Schema.XsdIdentityStep::IsCurrent bool ___IsCurrent_0; // System.Boolean Mono.Xml.Schema.XsdIdentityStep::IsAttribute bool ___IsAttribute_1; // System.Boolean Mono.Xml.Schema.XsdIdentityStep::IsAnyName bool ___IsAnyName_2; // System.String Mono.Xml.Schema.XsdIdentityStep::NsName String_t* ___NsName_3; // System.String Mono.Xml.Schema.XsdIdentityStep::Name String_t* ___Name_4; // System.String Mono.Xml.Schema.XsdIdentityStep::Namespace String_t* ___Namespace_5; public: inline static int32_t get_offset_of_IsCurrent_0() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___IsCurrent_0)); } inline bool get_IsCurrent_0() const { return ___IsCurrent_0; } inline bool* get_address_of_IsCurrent_0() { return &___IsCurrent_0; } inline void set_IsCurrent_0(bool value) { ___IsCurrent_0 = value; } inline static int32_t get_offset_of_IsAttribute_1() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___IsAttribute_1)); } inline bool get_IsAttribute_1() const { return ___IsAttribute_1; } inline bool* get_address_of_IsAttribute_1() { return &___IsAttribute_1; } inline void set_IsAttribute_1(bool value) { ___IsAttribute_1 = value; } inline static int32_t get_offset_of_IsAnyName_2() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___IsAnyName_2)); } inline bool get_IsAnyName_2() const { return ___IsAnyName_2; } inline bool* get_address_of_IsAnyName_2() { return &___IsAnyName_2; } inline void set_IsAnyName_2(bool value) { ___IsAnyName_2 = value; } inline static int32_t get_offset_of_NsName_3() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___NsName_3)); } inline String_t* get_NsName_3() const { return ___NsName_3; } inline String_t** get_address_of_NsName_3() { return &___NsName_3; } inline void set_NsName_3(String_t* value) { ___NsName_3 = value; Il2CppCodeGenWriteBarrier((&___NsName_3), value); } inline static int32_t get_offset_of_Name_4() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___Name_4)); } inline String_t* get_Name_4() const { return ___Name_4; } inline String_t** get_address_of_Name_4() { return &___Name_4; } inline void set_Name_4(String_t* value) { ___Name_4 = value; Il2CppCodeGenWriteBarrier((&___Name_4), value); } inline static int32_t get_offset_of_Namespace_5() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___Namespace_5)); } inline String_t* get_Namespace_5() const { return ___Namespace_5; } inline String_t** get_address_of_Namespace_5() { return &___Namespace_5; } inline void set_Namespace_5(String_t* value) { ___Namespace_5 = value; Il2CppCodeGenWriteBarrier((&___Namespace_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDENTITYSTEP_T1480907129_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 CODEIDENTIFIER_T2202687290_H #define CODEIDENTIFIER_T2202687290_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.CodeIdentifier struct CodeIdentifier_t2202687290 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CODEIDENTIFIER_T2202687290_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef 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 BINDER_T2999457153_H #define BINDER_T2999457153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Binder struct Binder_t2999457153 : public RuntimeObject { public: public: }; struct Binder_t2999457153_StaticFields { public: // System.Reflection.Binder System.Reflection.Binder::default_binder Binder_t2999457153 * ___default_binder_0; public: inline static int32_t get_offset_of_default_binder_0() { return static_cast(offsetof(Binder_t2999457153_StaticFields, ___default_binder_0)); } inline Binder_t2999457153 * get_default_binder_0() const { return ___default_binder_0; } inline Binder_t2999457153 ** get_address_of_default_binder_0() { return &___default_binder_0; } inline void set_default_binder_0(Binder_t2999457153 * value) { ___default_binder_0 = value; Il2CppCodeGenWriteBarrier((&___default_binder_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDER_T2999457153_H #ifndef TYPETRANSLATOR_T3446962748_H #define TYPETRANSLATOR_T3446962748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.TypeTranslator struct TypeTranslator_t3446962748 : public RuntimeObject { public: public: }; struct TypeTranslator_t3446962748_StaticFields { public: // System.Collections.Hashtable System.Xml.Serialization.TypeTranslator::nameCache Hashtable_t1853889766 * ___nameCache_0; // System.Collections.Hashtable System.Xml.Serialization.TypeTranslator::primitiveTypes Hashtable_t1853889766 * ___primitiveTypes_1; // System.Collections.Hashtable System.Xml.Serialization.TypeTranslator::primitiveArrayTypes Hashtable_t1853889766 * ___primitiveArrayTypes_2; // System.Collections.Hashtable System.Xml.Serialization.TypeTranslator::nullableTypes Hashtable_t1853889766 * ___nullableTypes_3; public: inline static int32_t get_offset_of_nameCache_0() { return static_cast(offsetof(TypeTranslator_t3446962748_StaticFields, ___nameCache_0)); } inline Hashtable_t1853889766 * get_nameCache_0() const { return ___nameCache_0; } inline Hashtable_t1853889766 ** get_address_of_nameCache_0() { return &___nameCache_0; } inline void set_nameCache_0(Hashtable_t1853889766 * value) { ___nameCache_0 = value; Il2CppCodeGenWriteBarrier((&___nameCache_0), value); } inline static int32_t get_offset_of_primitiveTypes_1() { return static_cast(offsetof(TypeTranslator_t3446962748_StaticFields, ___primitiveTypes_1)); } inline Hashtable_t1853889766 * get_primitiveTypes_1() const { return ___primitiveTypes_1; } inline Hashtable_t1853889766 ** get_address_of_primitiveTypes_1() { return &___primitiveTypes_1; } inline void set_primitiveTypes_1(Hashtable_t1853889766 * value) { ___primitiveTypes_1 = value; Il2CppCodeGenWriteBarrier((&___primitiveTypes_1), value); } inline static int32_t get_offset_of_primitiveArrayTypes_2() { return static_cast(offsetof(TypeTranslator_t3446962748_StaticFields, ___primitiveArrayTypes_2)); } inline Hashtable_t1853889766 * get_primitiveArrayTypes_2() const { return ___primitiveArrayTypes_2; } inline Hashtable_t1853889766 ** get_address_of_primitiveArrayTypes_2() { return &___primitiveArrayTypes_2; } inline void set_primitiveArrayTypes_2(Hashtable_t1853889766 * value) { ___primitiveArrayTypes_2 = value; Il2CppCodeGenWriteBarrier((&___primitiveArrayTypes_2), value); } inline static int32_t get_offset_of_nullableTypes_3() { return static_cast(offsetof(TypeTranslator_t3446962748_StaticFields, ___nullableTypes_3)); } inline Hashtable_t1853889766 * get_nullableTypes_3() const { return ___nullableTypes_3; } inline Hashtable_t1853889766 ** get_address_of_nullableTypes_3() { return &___nullableTypes_3; } inline void set_nullableTypes_3(Hashtable_t1853889766 * value) { ___nullableTypes_3 = value; Il2CppCodeGenWriteBarrier((&___nullableTypes_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPETRANSLATOR_T3446962748_H #ifndef XMLNAMESPACEMANAGER_T418790500_H #define XMLNAMESPACEMANAGER_T418790500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NsDecl[] System.Xml.XmlNamespaceManager::decls NsDeclU5BU5D_t2116608150* ___decls_0; // System.Int32 System.Xml.XmlNamespaceManager::declPos int32_t ___declPos_1; // System.Xml.XmlNamespaceManager/NsScope[] System.Xml.XmlNamespaceManager::scopes NsScopeU5BU5D_t382374428* ___scopes_2; // System.Int32 System.Xml.XmlNamespaceManager::scopePos int32_t ___scopePos_3; // System.String System.Xml.XmlNamespaceManager::defaultNamespace String_t* ___defaultNamespace_4; // System.Int32 System.Xml.XmlNamespaceManager::count int32_t ___count_5; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t71772148 * ___nameTable_6; // System.Boolean System.Xml.XmlNamespaceManager::internalAtomizedNames bool ___internalAtomizedNames_7; public: inline static int32_t get_offset_of_decls_0() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___decls_0)); } inline NsDeclU5BU5D_t2116608150* get_decls_0() const { return ___decls_0; } inline NsDeclU5BU5D_t2116608150** get_address_of_decls_0() { return &___decls_0; } inline void set_decls_0(NsDeclU5BU5D_t2116608150* value) { ___decls_0 = value; Il2CppCodeGenWriteBarrier((&___decls_0), value); } inline static int32_t get_offset_of_declPos_1() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___declPos_1)); } inline int32_t get_declPos_1() const { return ___declPos_1; } inline int32_t* get_address_of_declPos_1() { return &___declPos_1; } inline void set_declPos_1(int32_t value) { ___declPos_1 = value; } inline static int32_t get_offset_of_scopes_2() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___scopes_2)); } inline NsScopeU5BU5D_t382374428* get_scopes_2() const { return ___scopes_2; } inline NsScopeU5BU5D_t382374428** get_address_of_scopes_2() { return &___scopes_2; } inline void set_scopes_2(NsScopeU5BU5D_t382374428* value) { ___scopes_2 = value; Il2CppCodeGenWriteBarrier((&___scopes_2), value); } inline static int32_t get_offset_of_scopePos_3() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___scopePos_3)); } inline int32_t get_scopePos_3() const { return ___scopePos_3; } inline int32_t* get_address_of_scopePos_3() { return &___scopePos_3; } inline void set_scopePos_3(int32_t value) { ___scopePos_3 = value; } inline static int32_t get_offset_of_defaultNamespace_4() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___defaultNamespace_4)); } inline String_t* get_defaultNamespace_4() const { return ___defaultNamespace_4; } inline String_t** get_address_of_defaultNamespace_4() { return &___defaultNamespace_4; } inline void set_defaultNamespace_4(String_t* value) { ___defaultNamespace_4 = value; Il2CppCodeGenWriteBarrier((&___defaultNamespace_4), value); } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___count_5)); } inline int32_t get_count_5() const { return ___count_5; } inline int32_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(int32_t value) { ___count_5 = value; } inline static int32_t get_offset_of_nameTable_6() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___nameTable_6)); } inline XmlNameTable_t71772148 * get_nameTable_6() const { return ___nameTable_6; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_6() { return &___nameTable_6; } inline void set_nameTable_6(XmlNameTable_t71772148 * value) { ___nameTable_6 = value; Il2CppCodeGenWriteBarrier((&___nameTable_6), value); } inline static int32_t get_offset_of_internalAtomizedNames_7() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___internalAtomizedNames_7)); } inline bool get_internalAtomizedNames_7() const { return ___internalAtomizedNames_7; } inline bool* get_address_of_internalAtomizedNames_7() { return &___internalAtomizedNames_7; } inline void set_internalAtomizedNames_7(bool value) { ___internalAtomizedNames_7 = value; } }; struct XmlNamespaceManager_t418790500_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::<>f__switch$map25 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map25_8; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map25_8() { return static_cast(offsetof(XmlNamespaceManager_t418790500_StaticFields, ___U3CU3Ef__switchU24map25_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map25_8() const { return ___U3CU3Ef__switchU24map25_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map25_8() { return &___U3CU3Ef__switchU24map25_8; } inline void set_U3CU3Ef__switchU24map25_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map25_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map25_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMESPACEMANAGER_T418790500_H #ifndef XSDVALIDATIONSTATE_T376578997_H #define XSDVALIDATIONSTATE_T376578997_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdValidationState struct XsdValidationState_t376578997 : public RuntimeObject { public: // System.Int32 Mono.Xml.Schema.XsdValidationState::occured int32_t ___occured_1; // Mono.Xml.Schema.XsdParticleStateManager Mono.Xml.Schema.XsdValidationState::manager XsdParticleStateManager_t726654767 * ___manager_2; public: inline static int32_t get_offset_of_occured_1() { return static_cast(offsetof(XsdValidationState_t376578997, ___occured_1)); } inline int32_t get_occured_1() const { return ___occured_1; } inline int32_t* get_address_of_occured_1() { return &___occured_1; } inline void set_occured_1(int32_t value) { ___occured_1 = value; } inline static int32_t get_offset_of_manager_2() { return static_cast(offsetof(XsdValidationState_t376578997, ___manager_2)); } inline XsdParticleStateManager_t726654767 * get_manager_2() const { return ___manager_2; } inline XsdParticleStateManager_t726654767 ** get_address_of_manager_2() { return &___manager_2; } inline void set_manager_2(XsdParticleStateManager_t726654767 * value) { ___manager_2 = value; Il2CppCodeGenWriteBarrier((&___manager_2), value); } }; struct XsdValidationState_t376578997_StaticFields { public: // Mono.Xml.Schema.XsdInvalidValidationState Mono.Xml.Schema.XsdValidationState::invalid XsdInvalidValidationState_t3749995458 * ___invalid_0; public: inline static int32_t get_offset_of_invalid_0() { return static_cast(offsetof(XsdValidationState_t376578997_StaticFields, ___invalid_0)); } inline XsdInvalidValidationState_t3749995458 * get_invalid_0() const { return ___invalid_0; } inline XsdInvalidValidationState_t3749995458 ** get_address_of_invalid_0() { return &___invalid_0; } inline void set_invalid_0(XsdInvalidValidationState_t3749995458 * value) { ___invalid_0 = value; Il2CppCodeGenWriteBarrier((&___invalid_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDVALIDATIONSTATE_T376578997_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$map2F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2F_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__switchU24map2F_4() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___U3CU3Ef__switchU24map2F_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2F_4() const { return ___U3CU3Ef__switchU24map2F_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2F_4() { return &___U3CU3Ef__switchU24map2F_4; } inline void set_U3CU3Ef__switchU24map2F_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2F_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2F_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHAR_T3816087079_H #ifndef XSDKEYTABLE_T2156891743_H #define XSDKEYTABLE_T2156891743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyTable struct XsdKeyTable_t2156891743 : public RuntimeObject { public: // System.Boolean Mono.Xml.Schema.XsdKeyTable::alwaysTrue bool ___alwaysTrue_0; // Mono.Xml.Schema.XsdIdentitySelector Mono.Xml.Schema.XsdKeyTable::selector XsdIdentitySelector_t574258590 * ___selector_1; // System.Xml.Schema.XmlSchemaIdentityConstraint Mono.Xml.Schema.XsdKeyTable::source XmlSchemaIdentityConstraint_t297318432 * ___source_2; // System.Xml.XmlQualifiedName Mono.Xml.Schema.XsdKeyTable::qname XmlQualifiedName_t2760654312 * ___qname_3; // System.Xml.XmlQualifiedName Mono.Xml.Schema.XsdKeyTable::refKeyName XmlQualifiedName_t2760654312 * ___refKeyName_4; // Mono.Xml.Schema.XsdKeyEntryCollection Mono.Xml.Schema.XsdKeyTable::Entries XsdKeyEntryCollection_t3090959213 * ___Entries_5; // Mono.Xml.Schema.XsdKeyEntryCollection Mono.Xml.Schema.XsdKeyTable::FinishedEntries XsdKeyEntryCollection_t3090959213 * ___FinishedEntries_6; // System.Int32 Mono.Xml.Schema.XsdKeyTable::StartDepth int32_t ___StartDepth_7; // Mono.Xml.Schema.XsdKeyTable Mono.Xml.Schema.XsdKeyTable::ReferencedKey XsdKeyTable_t2156891743 * ___ReferencedKey_8; public: inline static int32_t get_offset_of_alwaysTrue_0() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___alwaysTrue_0)); } inline bool get_alwaysTrue_0() const { return ___alwaysTrue_0; } inline bool* get_address_of_alwaysTrue_0() { return &___alwaysTrue_0; } inline void set_alwaysTrue_0(bool value) { ___alwaysTrue_0 = value; } inline static int32_t get_offset_of_selector_1() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___selector_1)); } inline XsdIdentitySelector_t574258590 * get_selector_1() const { return ___selector_1; } inline XsdIdentitySelector_t574258590 ** get_address_of_selector_1() { return &___selector_1; } inline void set_selector_1(XsdIdentitySelector_t574258590 * value) { ___selector_1 = value; Il2CppCodeGenWriteBarrier((&___selector_1), value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___source_2)); } inline XmlSchemaIdentityConstraint_t297318432 * get_source_2() const { return ___source_2; } inline XmlSchemaIdentityConstraint_t297318432 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(XmlSchemaIdentityConstraint_t297318432 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((&___source_2), value); } inline static int32_t get_offset_of_qname_3() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___qname_3)); } inline XmlQualifiedName_t2760654312 * get_qname_3() const { return ___qname_3; } inline XmlQualifiedName_t2760654312 ** get_address_of_qname_3() { return &___qname_3; } inline void set_qname_3(XmlQualifiedName_t2760654312 * value) { ___qname_3 = value; Il2CppCodeGenWriteBarrier((&___qname_3), value); } inline static int32_t get_offset_of_refKeyName_4() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___refKeyName_4)); } inline XmlQualifiedName_t2760654312 * get_refKeyName_4() const { return ___refKeyName_4; } inline XmlQualifiedName_t2760654312 ** get_address_of_refKeyName_4() { return &___refKeyName_4; } inline void set_refKeyName_4(XmlQualifiedName_t2760654312 * value) { ___refKeyName_4 = value; Il2CppCodeGenWriteBarrier((&___refKeyName_4), value); } inline static int32_t get_offset_of_Entries_5() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___Entries_5)); } inline XsdKeyEntryCollection_t3090959213 * get_Entries_5() const { return ___Entries_5; } inline XsdKeyEntryCollection_t3090959213 ** get_address_of_Entries_5() { return &___Entries_5; } inline void set_Entries_5(XsdKeyEntryCollection_t3090959213 * value) { ___Entries_5 = value; Il2CppCodeGenWriteBarrier((&___Entries_5), value); } inline static int32_t get_offset_of_FinishedEntries_6() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___FinishedEntries_6)); } inline XsdKeyEntryCollection_t3090959213 * get_FinishedEntries_6() const { return ___FinishedEntries_6; } inline XsdKeyEntryCollection_t3090959213 ** get_address_of_FinishedEntries_6() { return &___FinishedEntries_6; } inline void set_FinishedEntries_6(XsdKeyEntryCollection_t3090959213 * value) { ___FinishedEntries_6 = value; Il2CppCodeGenWriteBarrier((&___FinishedEntries_6), value); } inline static int32_t get_offset_of_StartDepth_7() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___StartDepth_7)); } inline int32_t get_StartDepth_7() const { return ___StartDepth_7; } inline int32_t* get_address_of_StartDepth_7() { return &___StartDepth_7; } inline void set_StartDepth_7(int32_t value) { ___StartDepth_7 = value; } inline static int32_t get_offset_of_ReferencedKey_8() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___ReferencedKey_8)); } inline XsdKeyTable_t2156891743 * get_ReferencedKey_8() const { return ___ReferencedKey_8; } inline XsdKeyTable_t2156891743 ** get_address_of_ReferencedKey_8() { return &___ReferencedKey_8; } inline void set_ReferencedKey_8(XsdKeyTable_t2156891743 * value) { ___ReferencedKey_8 = value; Il2CppCodeGenWriteBarrier((&___ReferencedKey_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYTABLE_T2156891743_H #ifndef XSDKEYENTRY_T693496666_H #define XSDKEYENTRY_T693496666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyEntry struct XsdKeyEntry_t693496666 : public RuntimeObject { public: // System.Int32 Mono.Xml.Schema.XsdKeyEntry::StartDepth int32_t ___StartDepth_0; // System.Int32 Mono.Xml.Schema.XsdKeyEntry::SelectorLineNumber int32_t ___SelectorLineNumber_1; // System.Int32 Mono.Xml.Schema.XsdKeyEntry::SelectorLinePosition int32_t ___SelectorLinePosition_2; // System.Boolean Mono.Xml.Schema.XsdKeyEntry::SelectorHasLineInfo bool ___SelectorHasLineInfo_3; // Mono.Xml.Schema.XsdKeyEntryFieldCollection Mono.Xml.Schema.XsdKeyEntry::KeyFields XsdKeyEntryFieldCollection_t3698183622 * ___KeyFields_4; // System.Boolean Mono.Xml.Schema.XsdKeyEntry::KeyRefFound bool ___KeyRefFound_5; // Mono.Xml.Schema.XsdKeyTable Mono.Xml.Schema.XsdKeyEntry::OwnerSequence XsdKeyTable_t2156891743 * ___OwnerSequence_6; // System.Boolean Mono.Xml.Schema.XsdKeyEntry::keyFound bool ___keyFound_7; public: inline static int32_t get_offset_of_StartDepth_0() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___StartDepth_0)); } inline int32_t get_StartDepth_0() const { return ___StartDepth_0; } inline int32_t* get_address_of_StartDepth_0() { return &___StartDepth_0; } inline void set_StartDepth_0(int32_t value) { ___StartDepth_0 = value; } inline static int32_t get_offset_of_SelectorLineNumber_1() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___SelectorLineNumber_1)); } inline int32_t get_SelectorLineNumber_1() const { return ___SelectorLineNumber_1; } inline int32_t* get_address_of_SelectorLineNumber_1() { return &___SelectorLineNumber_1; } inline void set_SelectorLineNumber_1(int32_t value) { ___SelectorLineNumber_1 = value; } inline static int32_t get_offset_of_SelectorLinePosition_2() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___SelectorLinePosition_2)); } inline int32_t get_SelectorLinePosition_2() const { return ___SelectorLinePosition_2; } inline int32_t* get_address_of_SelectorLinePosition_2() { return &___SelectorLinePosition_2; } inline void set_SelectorLinePosition_2(int32_t value) { ___SelectorLinePosition_2 = value; } inline static int32_t get_offset_of_SelectorHasLineInfo_3() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___SelectorHasLineInfo_3)); } inline bool get_SelectorHasLineInfo_3() const { return ___SelectorHasLineInfo_3; } inline bool* get_address_of_SelectorHasLineInfo_3() { return &___SelectorHasLineInfo_3; } inline void set_SelectorHasLineInfo_3(bool value) { ___SelectorHasLineInfo_3 = value; } inline static int32_t get_offset_of_KeyFields_4() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___KeyFields_4)); } inline XsdKeyEntryFieldCollection_t3698183622 * get_KeyFields_4() const { return ___KeyFields_4; } inline XsdKeyEntryFieldCollection_t3698183622 ** get_address_of_KeyFields_4() { return &___KeyFields_4; } inline void set_KeyFields_4(XsdKeyEntryFieldCollection_t3698183622 * value) { ___KeyFields_4 = value; Il2CppCodeGenWriteBarrier((&___KeyFields_4), value); } inline static int32_t get_offset_of_KeyRefFound_5() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___KeyRefFound_5)); } inline bool get_KeyRefFound_5() const { return ___KeyRefFound_5; } inline bool* get_address_of_KeyRefFound_5() { return &___KeyRefFound_5; } inline void set_KeyRefFound_5(bool value) { ___KeyRefFound_5 = value; } inline static int32_t get_offset_of_OwnerSequence_6() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___OwnerSequence_6)); } inline XsdKeyTable_t2156891743 * get_OwnerSequence_6() const { return ___OwnerSequence_6; } inline XsdKeyTable_t2156891743 ** get_address_of_OwnerSequence_6() { return &___OwnerSequence_6; } inline void set_OwnerSequence_6(XsdKeyTable_t2156891743 * value) { ___OwnerSequence_6 = value; Il2CppCodeGenWriteBarrier((&___OwnerSequence_6), value); } inline static int32_t get_offset_of_keyFound_7() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___keyFound_7)); } inline bool get_keyFound_7() const { return ___keyFound_7; } inline bool* get_address_of_keyFound_7() { return &___keyFound_7; } inline void set_keyFound_7(bool value) { ___keyFound_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYENTRY_T693496666_H #ifndef COLLECTIONBASE_T2727926298_H #define COLLECTIONBASE_T2727926298_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.CollectionBase struct CollectionBase_t2727926298 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.CollectionBase::list ArrayList_t2718874744 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(CollectionBase_t2727926298, ___list_0)); } inline ArrayList_t2718874744 * get_list_0() const { return ___list_0; } inline ArrayList_t2718874744 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(ArrayList_t2718874744 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((&___list_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COLLECTIONBASE_T2727926298_H #ifndef XSDIDENTITYPATH_T991900844_H #define XSDIDENTITYPATH_T991900844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIdentityPath struct XsdIdentityPath_t991900844 : public RuntimeObject { public: // Mono.Xml.Schema.XsdIdentityStep[] Mono.Xml.Schema.XsdIdentityPath::OrderedSteps XsdIdentityStepU5BU5D_t2964233348* ___OrderedSteps_0; // System.Boolean Mono.Xml.Schema.XsdIdentityPath::Descendants bool ___Descendants_1; public: inline static int32_t get_offset_of_OrderedSteps_0() { return static_cast(offsetof(XsdIdentityPath_t991900844, ___OrderedSteps_0)); } inline XsdIdentityStepU5BU5D_t2964233348* get_OrderedSteps_0() const { return ___OrderedSteps_0; } inline XsdIdentityStepU5BU5D_t2964233348** get_address_of_OrderedSteps_0() { return &___OrderedSteps_0; } inline void set_OrderedSteps_0(XsdIdentityStepU5BU5D_t2964233348* value) { ___OrderedSteps_0 = value; Il2CppCodeGenWriteBarrier((&___OrderedSteps_0), value); } inline static int32_t get_offset_of_Descendants_1() { return static_cast(offsetof(XsdIdentityPath_t991900844, ___Descendants_1)); } inline bool get_Descendants_1() const { return ___Descendants_1; } inline bool* get_address_of_Descendants_1() { return &___Descendants_1; } inline void set_Descendants_1(bool value) { ___Descendants_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDENTITYPATH_T991900844_H #ifndef XSDKEYENTRYFIELD_T3552275292_H #define XSDKEYENTRYFIELD_T3552275292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyEntryField struct XsdKeyEntryField_t3552275292 : public RuntimeObject { public: // Mono.Xml.Schema.XsdKeyEntry Mono.Xml.Schema.XsdKeyEntryField::entry XsdKeyEntry_t693496666 * ___entry_0; // Mono.Xml.Schema.XsdIdentityField Mono.Xml.Schema.XsdKeyEntryField::field XsdIdentityField_t1964115728 * ___field_1; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::FieldFound bool ___FieldFound_2; // System.Int32 Mono.Xml.Schema.XsdKeyEntryField::FieldLineNumber int32_t ___FieldLineNumber_3; // System.Int32 Mono.Xml.Schema.XsdKeyEntryField::FieldLinePosition int32_t ___FieldLinePosition_4; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::FieldHasLineInfo bool ___FieldHasLineInfo_5; // Mono.Xml.Schema.XsdAnySimpleType Mono.Xml.Schema.XsdKeyEntryField::FieldType XsdAnySimpleType_t1257864485 * ___FieldType_6; // System.Object Mono.Xml.Schema.XsdKeyEntryField::Identity RuntimeObject * ___Identity_7; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::IsXsiNil bool ___IsXsiNil_8; // System.Int32 Mono.Xml.Schema.XsdKeyEntryField::FieldFoundDepth int32_t ___FieldFoundDepth_9; // Mono.Xml.Schema.XsdIdentityPath Mono.Xml.Schema.XsdKeyEntryField::FieldFoundPath XsdIdentityPath_t991900844 * ___FieldFoundPath_10; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::Consuming bool ___Consuming_11; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::Consumed bool ___Consumed_12; public: inline static int32_t get_offset_of_entry_0() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___entry_0)); } inline XsdKeyEntry_t693496666 * get_entry_0() const { return ___entry_0; } inline XsdKeyEntry_t693496666 ** get_address_of_entry_0() { return &___entry_0; } inline void set_entry_0(XsdKeyEntry_t693496666 * value) { ___entry_0 = value; Il2CppCodeGenWriteBarrier((&___entry_0), value); } inline static int32_t get_offset_of_field_1() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___field_1)); } inline XsdIdentityField_t1964115728 * get_field_1() const { return ___field_1; } inline XsdIdentityField_t1964115728 ** get_address_of_field_1() { return &___field_1; } inline void set_field_1(XsdIdentityField_t1964115728 * value) { ___field_1 = value; Il2CppCodeGenWriteBarrier((&___field_1), value); } inline static int32_t get_offset_of_FieldFound_2() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldFound_2)); } inline bool get_FieldFound_2() const { return ___FieldFound_2; } inline bool* get_address_of_FieldFound_2() { return &___FieldFound_2; } inline void set_FieldFound_2(bool value) { ___FieldFound_2 = value; } inline static int32_t get_offset_of_FieldLineNumber_3() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldLineNumber_3)); } inline int32_t get_FieldLineNumber_3() const { return ___FieldLineNumber_3; } inline int32_t* get_address_of_FieldLineNumber_3() { return &___FieldLineNumber_3; } inline void set_FieldLineNumber_3(int32_t value) { ___FieldLineNumber_3 = value; } inline static int32_t get_offset_of_FieldLinePosition_4() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldLinePosition_4)); } inline int32_t get_FieldLinePosition_4() const { return ___FieldLinePosition_4; } inline int32_t* get_address_of_FieldLinePosition_4() { return &___FieldLinePosition_4; } inline void set_FieldLinePosition_4(int32_t value) { ___FieldLinePosition_4 = value; } inline static int32_t get_offset_of_FieldHasLineInfo_5() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldHasLineInfo_5)); } inline bool get_FieldHasLineInfo_5() const { return ___FieldHasLineInfo_5; } inline bool* get_address_of_FieldHasLineInfo_5() { return &___FieldHasLineInfo_5; } inline void set_FieldHasLineInfo_5(bool value) { ___FieldHasLineInfo_5 = value; } inline static int32_t get_offset_of_FieldType_6() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldType_6)); } inline XsdAnySimpleType_t1257864485 * get_FieldType_6() const { return ___FieldType_6; } inline XsdAnySimpleType_t1257864485 ** get_address_of_FieldType_6() { return &___FieldType_6; } inline void set_FieldType_6(XsdAnySimpleType_t1257864485 * value) { ___FieldType_6 = value; Il2CppCodeGenWriteBarrier((&___FieldType_6), value); } inline static int32_t get_offset_of_Identity_7() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___Identity_7)); } inline RuntimeObject * get_Identity_7() const { return ___Identity_7; } inline RuntimeObject ** get_address_of_Identity_7() { return &___Identity_7; } inline void set_Identity_7(RuntimeObject * value) { ___Identity_7 = value; Il2CppCodeGenWriteBarrier((&___Identity_7), value); } inline static int32_t get_offset_of_IsXsiNil_8() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___IsXsiNil_8)); } inline bool get_IsXsiNil_8() const { return ___IsXsiNil_8; } inline bool* get_address_of_IsXsiNil_8() { return &___IsXsiNil_8; } inline void set_IsXsiNil_8(bool value) { ___IsXsiNil_8 = value; } inline static int32_t get_offset_of_FieldFoundDepth_9() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldFoundDepth_9)); } inline int32_t get_FieldFoundDepth_9() const { return ___FieldFoundDepth_9; } inline int32_t* get_address_of_FieldFoundDepth_9() { return &___FieldFoundDepth_9; } inline void set_FieldFoundDepth_9(int32_t value) { ___FieldFoundDepth_9 = value; } inline static int32_t get_offset_of_FieldFoundPath_10() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldFoundPath_10)); } inline XsdIdentityPath_t991900844 * get_FieldFoundPath_10() const { return ___FieldFoundPath_10; } inline XsdIdentityPath_t991900844 ** get_address_of_FieldFoundPath_10() { return &___FieldFoundPath_10; } inline void set_FieldFoundPath_10(XsdIdentityPath_t991900844 * value) { ___FieldFoundPath_10 = value; Il2CppCodeGenWriteBarrier((&___FieldFoundPath_10), value); } inline static int32_t get_offset_of_Consuming_11() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___Consuming_11)); } inline bool get_Consuming_11() const { return ___Consuming_11; } inline bool* get_address_of_Consuming_11() { return &___Consuming_11; } inline void set_Consuming_11(bool value) { ___Consuming_11 = value; } inline static int32_t get_offset_of_Consumed_12() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___Consumed_12)); } inline bool get_Consumed_12() const { return ___Consumed_12; } inline bool* get_address_of_Consumed_12() { return &___Consumed_12; } inline void set_Consumed_12(bool value) { ___Consumed_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYENTRYFIELD_T3552275292_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 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 ATTRIBUTE_T861562559_H #define ATTRIBUTE_T861562559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Attribute struct Attribute_t861562559 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTE_T861562559_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 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 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 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 XPATHNODEITERATORNODELISTITERATOR_T2379010936_H #define XPATHNODEITERATORNODELISTITERATOR_T2379010936_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator struct XPathNodeIteratorNodeListIterator_t2379010936 : public RuntimeObject { public: // System.Xml.XPath.XPathNodeIterator System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator::iter XPathNodeIterator_t3667290188 * ___iter_0; // System.Xml.XPath.XPathNodeIterator System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator::source XPathNodeIterator_t3667290188 * ___source_1; public: inline static int32_t get_offset_of_iter_0() { return static_cast(offsetof(XPathNodeIteratorNodeListIterator_t2379010936, ___iter_0)); } inline XPathNodeIterator_t3667290188 * get_iter_0() const { return ___iter_0; } inline XPathNodeIterator_t3667290188 ** get_address_of_iter_0() { return &___iter_0; } inline void set_iter_0(XPathNodeIterator_t3667290188 * value) { ___iter_0 = value; Il2CppCodeGenWriteBarrier((&___iter_0), value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(XPathNodeIteratorNodeListIterator_t2379010936, ___source_1)); } inline XPathNodeIterator_t3667290188 * get_source_1() const { return ___source_1; } inline XPathNodeIterator_t3667290188 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(XPathNodeIterator_t3667290188 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNODEITERATORNODELISTITERATOR_T2379010936_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 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 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 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 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 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 LISTDICTIONARY_T1624492310_H #define LISTDICTIONARY_T1624492310_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310 : public RuntimeObject { public: // System.Int32 System.Collections.Specialized.ListDictionary::count int32_t ___count_0; // System.Int32 System.Collections.Specialized.ListDictionary::version int32_t ___version_1; // System.Collections.Specialized.ListDictionary/DictionaryNode System.Collections.Specialized.ListDictionary::head DictionaryNode_t417719465 * ___head_2; // System.Collections.IComparer System.Collections.Specialized.ListDictionary::comparer RuntimeObject* ___comparer_3; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(ListDictionary_t1624492310, ___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_version_1() { return static_cast(offsetof(ListDictionary_t1624492310, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_head_2() { return static_cast(offsetof(ListDictionary_t1624492310, ___head_2)); } inline DictionaryNode_t417719465 * get_head_2() const { return ___head_2; } inline DictionaryNode_t417719465 ** get_address_of_head_2() { return &___head_2; } inline void set_head_2(DictionaryNode_t417719465 * value) { ___head_2 = value; Il2CppCodeGenWriteBarrier((&___head_2), value); } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(ListDictionary_t1624492310, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((&___comparer_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTDICTIONARY_T1624492310_H #ifndef XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef 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 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 DTDOBJECTMODEL_T1729680289_H #define DTDOBJECTMODEL_T1729680289_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289 : public RuntimeObject { public: // Mono.Xml.DTDAutomataFactory Mono.Xml.DTDObjectModel::factory DTDAutomataFactory_t2958275022 * ___factory_0; // Mono.Xml.DTDElementAutomata Mono.Xml.DTDObjectModel::rootAutomata DTDElementAutomata_t1050190167 * ___rootAutomata_1; // Mono.Xml.DTDEmptyAutomata Mono.Xml.DTDObjectModel::emptyAutomata DTDEmptyAutomata_t465590953 * ___emptyAutomata_2; // Mono.Xml.DTDAnyAutomata Mono.Xml.DTDObjectModel::anyAutomata DTDAnyAutomata_t3633486160 * ___anyAutomata_3; // Mono.Xml.DTDInvalidAutomata Mono.Xml.DTDObjectModel::invalidAutomata DTDInvalidAutomata_t1406553220 * ___invalidAutomata_4; // Mono.Xml.DTDElementDeclarationCollection Mono.Xml.DTDObjectModel::elementDecls DTDElementDeclarationCollection_t222313714 * ___elementDecls_5; // Mono.Xml.DTDAttListDeclarationCollection Mono.Xml.DTDObjectModel::attListDecls DTDAttListDeclarationCollection_t2220366188 * ___attListDecls_6; // Mono.Xml.DTDParameterEntityDeclarationCollection Mono.Xml.DTDObjectModel::peDecls DTDParameterEntityDeclarationCollection_t2844734410 * ___peDecls_7; // Mono.Xml.DTDEntityDeclarationCollection Mono.Xml.DTDObjectModel::entityDecls DTDEntityDeclarationCollection_t2250844513 * ___entityDecls_8; // Mono.Xml.DTDNotationDeclarationCollection Mono.Xml.DTDObjectModel::notationDecls DTDNotationDeclarationCollection_t959292105 * ___notationDecls_9; // System.Collections.ArrayList Mono.Xml.DTDObjectModel::validationErrors ArrayList_t2718874744 * ___validationErrors_10; // System.Xml.XmlResolver Mono.Xml.DTDObjectModel::resolver XmlResolver_t626023767 * ___resolver_11; // System.Xml.XmlNameTable Mono.Xml.DTDObjectModel::nameTable XmlNameTable_t71772148 * ___nameTable_12; // System.Collections.Hashtable Mono.Xml.DTDObjectModel::externalResources Hashtable_t1853889766 * ___externalResources_13; // System.String Mono.Xml.DTDObjectModel::baseURI String_t* ___baseURI_14; // System.String Mono.Xml.DTDObjectModel::name String_t* ___name_15; // System.String Mono.Xml.DTDObjectModel::publicId String_t* ___publicId_16; // System.String Mono.Xml.DTDObjectModel::systemId String_t* ___systemId_17; // System.String Mono.Xml.DTDObjectModel::intSubset String_t* ___intSubset_18; // System.Boolean Mono.Xml.DTDObjectModel::intSubsetHasPERef bool ___intSubsetHasPERef_19; // System.Boolean Mono.Xml.DTDObjectModel::isStandalone bool ___isStandalone_20; // System.Int32 Mono.Xml.DTDObjectModel::lineNumber int32_t ___lineNumber_21; // System.Int32 Mono.Xml.DTDObjectModel::linePosition int32_t ___linePosition_22; public: inline static int32_t get_offset_of_factory_0() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___factory_0)); } inline DTDAutomataFactory_t2958275022 * get_factory_0() const { return ___factory_0; } inline DTDAutomataFactory_t2958275022 ** get_address_of_factory_0() { return &___factory_0; } inline void set_factory_0(DTDAutomataFactory_t2958275022 * value) { ___factory_0 = value; Il2CppCodeGenWriteBarrier((&___factory_0), value); } inline static int32_t get_offset_of_rootAutomata_1() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___rootAutomata_1)); } inline DTDElementAutomata_t1050190167 * get_rootAutomata_1() const { return ___rootAutomata_1; } inline DTDElementAutomata_t1050190167 ** get_address_of_rootAutomata_1() { return &___rootAutomata_1; } inline void set_rootAutomata_1(DTDElementAutomata_t1050190167 * value) { ___rootAutomata_1 = value; Il2CppCodeGenWriteBarrier((&___rootAutomata_1), value); } inline static int32_t get_offset_of_emptyAutomata_2() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___emptyAutomata_2)); } inline DTDEmptyAutomata_t465590953 * get_emptyAutomata_2() const { return ___emptyAutomata_2; } inline DTDEmptyAutomata_t465590953 ** get_address_of_emptyAutomata_2() { return &___emptyAutomata_2; } inline void set_emptyAutomata_2(DTDEmptyAutomata_t465590953 * value) { ___emptyAutomata_2 = value; Il2CppCodeGenWriteBarrier((&___emptyAutomata_2), value); } inline static int32_t get_offset_of_anyAutomata_3() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___anyAutomata_3)); } inline DTDAnyAutomata_t3633486160 * get_anyAutomata_3() const { return ___anyAutomata_3; } inline DTDAnyAutomata_t3633486160 ** get_address_of_anyAutomata_3() { return &___anyAutomata_3; } inline void set_anyAutomata_3(DTDAnyAutomata_t3633486160 * value) { ___anyAutomata_3 = value; Il2CppCodeGenWriteBarrier((&___anyAutomata_3), value); } inline static int32_t get_offset_of_invalidAutomata_4() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___invalidAutomata_4)); } inline DTDInvalidAutomata_t1406553220 * get_invalidAutomata_4() const { return ___invalidAutomata_4; } inline DTDInvalidAutomata_t1406553220 ** get_address_of_invalidAutomata_4() { return &___invalidAutomata_4; } inline void set_invalidAutomata_4(DTDInvalidAutomata_t1406553220 * value) { ___invalidAutomata_4 = value; Il2CppCodeGenWriteBarrier((&___invalidAutomata_4), value); } inline static int32_t get_offset_of_elementDecls_5() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___elementDecls_5)); } inline DTDElementDeclarationCollection_t222313714 * get_elementDecls_5() const { return ___elementDecls_5; } inline DTDElementDeclarationCollection_t222313714 ** get_address_of_elementDecls_5() { return &___elementDecls_5; } inline void set_elementDecls_5(DTDElementDeclarationCollection_t222313714 * value) { ___elementDecls_5 = value; Il2CppCodeGenWriteBarrier((&___elementDecls_5), value); } inline static int32_t get_offset_of_attListDecls_6() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___attListDecls_6)); } inline DTDAttListDeclarationCollection_t2220366188 * get_attListDecls_6() const { return ___attListDecls_6; } inline DTDAttListDeclarationCollection_t2220366188 ** get_address_of_attListDecls_6() { return &___attListDecls_6; } inline void set_attListDecls_6(DTDAttListDeclarationCollection_t2220366188 * value) { ___attListDecls_6 = value; Il2CppCodeGenWriteBarrier((&___attListDecls_6), value); } inline static int32_t get_offset_of_peDecls_7() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___peDecls_7)); } inline DTDParameterEntityDeclarationCollection_t2844734410 * get_peDecls_7() const { return ___peDecls_7; } inline DTDParameterEntityDeclarationCollection_t2844734410 ** get_address_of_peDecls_7() { return &___peDecls_7; } inline void set_peDecls_7(DTDParameterEntityDeclarationCollection_t2844734410 * value) { ___peDecls_7 = value; Il2CppCodeGenWriteBarrier((&___peDecls_7), value); } inline static int32_t get_offset_of_entityDecls_8() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___entityDecls_8)); } inline DTDEntityDeclarationCollection_t2250844513 * get_entityDecls_8() const { return ___entityDecls_8; } inline DTDEntityDeclarationCollection_t2250844513 ** get_address_of_entityDecls_8() { return &___entityDecls_8; } inline void set_entityDecls_8(DTDEntityDeclarationCollection_t2250844513 * value) { ___entityDecls_8 = value; Il2CppCodeGenWriteBarrier((&___entityDecls_8), value); } inline static int32_t get_offset_of_notationDecls_9() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___notationDecls_9)); } inline DTDNotationDeclarationCollection_t959292105 * get_notationDecls_9() const { return ___notationDecls_9; } inline DTDNotationDeclarationCollection_t959292105 ** get_address_of_notationDecls_9() { return &___notationDecls_9; } inline void set_notationDecls_9(DTDNotationDeclarationCollection_t959292105 * value) { ___notationDecls_9 = value; Il2CppCodeGenWriteBarrier((&___notationDecls_9), value); } inline static int32_t get_offset_of_validationErrors_10() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___validationErrors_10)); } inline ArrayList_t2718874744 * get_validationErrors_10() const { return ___validationErrors_10; } inline ArrayList_t2718874744 ** get_address_of_validationErrors_10() { return &___validationErrors_10; } inline void set_validationErrors_10(ArrayList_t2718874744 * value) { ___validationErrors_10 = value; Il2CppCodeGenWriteBarrier((&___validationErrors_10), value); } inline static int32_t get_offset_of_resolver_11() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___resolver_11)); } inline XmlResolver_t626023767 * get_resolver_11() const { return ___resolver_11; } inline XmlResolver_t626023767 ** get_address_of_resolver_11() { return &___resolver_11; } inline void set_resolver_11(XmlResolver_t626023767 * value) { ___resolver_11 = value; Il2CppCodeGenWriteBarrier((&___resolver_11), value); } inline static int32_t get_offset_of_nameTable_12() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___nameTable_12)); } inline XmlNameTable_t71772148 * get_nameTable_12() const { return ___nameTable_12; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_12() { return &___nameTable_12; } inline void set_nameTable_12(XmlNameTable_t71772148 * value) { ___nameTable_12 = value; Il2CppCodeGenWriteBarrier((&___nameTable_12), value); } inline static int32_t get_offset_of_externalResources_13() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___externalResources_13)); } inline Hashtable_t1853889766 * get_externalResources_13() const { return ___externalResources_13; } inline Hashtable_t1853889766 ** get_address_of_externalResources_13() { return &___externalResources_13; } inline void set_externalResources_13(Hashtable_t1853889766 * value) { ___externalResources_13 = value; Il2CppCodeGenWriteBarrier((&___externalResources_13), value); } inline static int32_t get_offset_of_baseURI_14() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___baseURI_14)); } inline String_t* get_baseURI_14() const { return ___baseURI_14; } inline String_t** get_address_of_baseURI_14() { return &___baseURI_14; } inline void set_baseURI_14(String_t* value) { ___baseURI_14 = value; Il2CppCodeGenWriteBarrier((&___baseURI_14), value); } inline static int32_t get_offset_of_name_15() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___name_15)); } inline String_t* get_name_15() const { return ___name_15; } inline String_t** get_address_of_name_15() { return &___name_15; } inline void set_name_15(String_t* value) { ___name_15 = value; Il2CppCodeGenWriteBarrier((&___name_15), value); } inline static int32_t get_offset_of_publicId_16() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___publicId_16)); } inline String_t* get_publicId_16() const { return ___publicId_16; } inline String_t** get_address_of_publicId_16() { return &___publicId_16; } inline void set_publicId_16(String_t* value) { ___publicId_16 = value; Il2CppCodeGenWriteBarrier((&___publicId_16), value); } inline static int32_t get_offset_of_systemId_17() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___systemId_17)); } inline String_t* get_systemId_17() const { return ___systemId_17; } inline String_t** get_address_of_systemId_17() { return &___systemId_17; } inline void set_systemId_17(String_t* value) { ___systemId_17 = value; Il2CppCodeGenWriteBarrier((&___systemId_17), value); } inline static int32_t get_offset_of_intSubset_18() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___intSubset_18)); } inline String_t* get_intSubset_18() const { return ___intSubset_18; } inline String_t** get_address_of_intSubset_18() { return &___intSubset_18; } inline void set_intSubset_18(String_t* value) { ___intSubset_18 = value; Il2CppCodeGenWriteBarrier((&___intSubset_18), value); } inline static int32_t get_offset_of_intSubsetHasPERef_19() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___intSubsetHasPERef_19)); } inline bool get_intSubsetHasPERef_19() const { return ___intSubsetHasPERef_19; } inline bool* get_address_of_intSubsetHasPERef_19() { return &___intSubsetHasPERef_19; } inline void set_intSubsetHasPERef_19(bool value) { ___intSubsetHasPERef_19 = value; } inline static int32_t get_offset_of_isStandalone_20() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___isStandalone_20)); } inline bool get_isStandalone_20() const { return ___isStandalone_20; } inline bool* get_address_of_isStandalone_20() { return &___isStandalone_20; } inline void set_isStandalone_20(bool value) { ___isStandalone_20 = value; } inline static int32_t get_offset_of_lineNumber_21() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___lineNumber_21)); } inline int32_t get_lineNumber_21() const { return ___lineNumber_21; } inline int32_t* get_address_of_lineNumber_21() { return &___lineNumber_21; } inline void set_lineNumber_21(int32_t value) { ___lineNumber_21 = value; } inline static int32_t get_offset_of_linePosition_22() { return static_cast(offsetof(DTDObjectModel_t1729680289, ___linePosition_22)); } inline int32_t get_linePosition_22() const { return ___linePosition_22; } inline int32_t* get_address_of_linePosition_22() { return &___linePosition_22; } inline void set_linePosition_22(int32_t value) { ___linePosition_22 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDOBJECTMODEL_T1729680289_H #ifndef ENCODING_T1523322056_H #define ENCODING_T1523322056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Encoding struct Encoding_t1523322056 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::codePage int32_t ___codePage_0; // System.Int32 System.Text.Encoding::windows_code_page int32_t ___windows_code_page_1; // System.Boolean System.Text.Encoding::is_readonly bool ___is_readonly_2; // System.Text.DecoderFallback System.Text.Encoding::decoder_fallback DecoderFallback_t3123823036 * ___decoder_fallback_3; // System.Text.EncoderFallback System.Text.Encoding::encoder_fallback EncoderFallback_t1188251036 * ___encoder_fallback_4; // System.String System.Text.Encoding::body_name String_t* ___body_name_8; // System.String System.Text.Encoding::encoding_name String_t* ___encoding_name_9; // System.String System.Text.Encoding::header_name String_t* ___header_name_10; // System.Boolean System.Text.Encoding::is_mail_news_display bool ___is_mail_news_display_11; // System.Boolean System.Text.Encoding::is_mail_news_save bool ___is_mail_news_save_12; // System.Boolean System.Text.Encoding::is_browser_save bool ___is_browser_save_13; // System.Boolean System.Text.Encoding::is_browser_display bool ___is_browser_display_14; // System.String System.Text.Encoding::web_name String_t* ___web_name_15; public: inline static int32_t get_offset_of_codePage_0() { return static_cast(offsetof(Encoding_t1523322056, ___codePage_0)); } inline int32_t get_codePage_0() const { return ___codePage_0; } inline int32_t* get_address_of_codePage_0() { return &___codePage_0; } inline void set_codePage_0(int32_t value) { ___codePage_0 = value; } inline static int32_t get_offset_of_windows_code_page_1() { return static_cast(offsetof(Encoding_t1523322056, ___windows_code_page_1)); } inline int32_t get_windows_code_page_1() const { return ___windows_code_page_1; } inline int32_t* get_address_of_windows_code_page_1() { return &___windows_code_page_1; } inline void set_windows_code_page_1(int32_t value) { ___windows_code_page_1 = value; } inline static int32_t get_offset_of_is_readonly_2() { return static_cast(offsetof(Encoding_t1523322056, ___is_readonly_2)); } inline bool get_is_readonly_2() const { return ___is_readonly_2; } inline bool* get_address_of_is_readonly_2() { return &___is_readonly_2; } inline void set_is_readonly_2(bool value) { ___is_readonly_2 = value; } inline static int32_t get_offset_of_decoder_fallback_3() { return static_cast(offsetof(Encoding_t1523322056, ___decoder_fallback_3)); } inline DecoderFallback_t3123823036 * get_decoder_fallback_3() const { return ___decoder_fallback_3; } inline DecoderFallback_t3123823036 ** get_address_of_decoder_fallback_3() { return &___decoder_fallback_3; } inline void set_decoder_fallback_3(DecoderFallback_t3123823036 * value) { ___decoder_fallback_3 = value; Il2CppCodeGenWriteBarrier((&___decoder_fallback_3), value); } inline static int32_t get_offset_of_encoder_fallback_4() { return static_cast(offsetof(Encoding_t1523322056, ___encoder_fallback_4)); } inline EncoderFallback_t1188251036 * get_encoder_fallback_4() const { return ___encoder_fallback_4; } inline EncoderFallback_t1188251036 ** get_address_of_encoder_fallback_4() { return &___encoder_fallback_4; } inline void set_encoder_fallback_4(EncoderFallback_t1188251036 * value) { ___encoder_fallback_4 = value; Il2CppCodeGenWriteBarrier((&___encoder_fallback_4), value); } inline static int32_t get_offset_of_body_name_8() { return static_cast(offsetof(Encoding_t1523322056, ___body_name_8)); } inline String_t* get_body_name_8() const { return ___body_name_8; } inline String_t** get_address_of_body_name_8() { return &___body_name_8; } inline void set_body_name_8(String_t* value) { ___body_name_8 = value; Il2CppCodeGenWriteBarrier((&___body_name_8), value); } inline static int32_t get_offset_of_encoding_name_9() { return static_cast(offsetof(Encoding_t1523322056, ___encoding_name_9)); } inline String_t* get_encoding_name_9() const { return ___encoding_name_9; } inline String_t** get_address_of_encoding_name_9() { return &___encoding_name_9; } inline void set_encoding_name_9(String_t* value) { ___encoding_name_9 = value; Il2CppCodeGenWriteBarrier((&___encoding_name_9), value); } inline static int32_t get_offset_of_header_name_10() { return static_cast(offsetof(Encoding_t1523322056, ___header_name_10)); } inline String_t* get_header_name_10() const { return ___header_name_10; } inline String_t** get_address_of_header_name_10() { return &___header_name_10; } inline void set_header_name_10(String_t* value) { ___header_name_10 = value; Il2CppCodeGenWriteBarrier((&___header_name_10), value); } inline static int32_t get_offset_of_is_mail_news_display_11() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_display_11)); } inline bool get_is_mail_news_display_11() const { return ___is_mail_news_display_11; } inline bool* get_address_of_is_mail_news_display_11() { return &___is_mail_news_display_11; } inline void set_is_mail_news_display_11(bool value) { ___is_mail_news_display_11 = value; } inline static int32_t get_offset_of_is_mail_news_save_12() { return static_cast(offsetof(Encoding_t1523322056, ___is_mail_news_save_12)); } inline bool get_is_mail_news_save_12() const { return ___is_mail_news_save_12; } inline bool* get_address_of_is_mail_news_save_12() { return &___is_mail_news_save_12; } inline void set_is_mail_news_save_12(bool value) { ___is_mail_news_save_12 = value; } inline static int32_t get_offset_of_is_browser_save_13() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_save_13)); } inline bool get_is_browser_save_13() const { return ___is_browser_save_13; } inline bool* get_address_of_is_browser_save_13() { return &___is_browser_save_13; } inline void set_is_browser_save_13(bool value) { ___is_browser_save_13 = value; } inline static int32_t get_offset_of_is_browser_display_14() { return static_cast(offsetof(Encoding_t1523322056, ___is_browser_display_14)); } inline bool get_is_browser_display_14() const { return ___is_browser_display_14; } inline bool* get_address_of_is_browser_display_14() { return &___is_browser_display_14; } inline void set_is_browser_display_14(bool value) { ___is_browser_display_14 = value; } inline static int32_t get_offset_of_web_name_15() { return static_cast(offsetof(Encoding_t1523322056, ___web_name_15)); } inline String_t* get_web_name_15() const { return ___web_name_15; } inline String_t** get_address_of_web_name_15() { return &___web_name_15; } inline void set_web_name_15(String_t* value) { ___web_name_15 = value; Il2CppCodeGenWriteBarrier((&___web_name_15), value); } }; struct Encoding_t1523322056_StaticFields { public: // System.Reflection.Assembly System.Text.Encoding::i18nAssembly Assembly_t * ___i18nAssembly_5; // System.Boolean System.Text.Encoding::i18nDisabled bool ___i18nDisabled_6; // System.Object[] System.Text.Encoding::encodings ObjectU5BU5D_t2843939325* ___encodings_7; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t1523322056 * ___asciiEncoding_16; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianEncoding Encoding_t1523322056 * ___bigEndianEncoding_17; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t1523322056 * ___defaultEncoding_18; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t1523322056 * ___utf7Encoding_19; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithMarkers Encoding_t1523322056 * ___utf8EncodingWithMarkers_20; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingWithoutMarkers Encoding_t1523322056 * ___utf8EncodingWithoutMarkers_21; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t1523322056 * ___unicodeEncoding_22; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::isoLatin1Encoding Encoding_t1523322056 * ___isoLatin1Encoding_23; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8EncodingUnsafe Encoding_t1523322056 * ___utf8EncodingUnsafe_24; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t1523322056 * ___utf32Encoding_25; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUTF32Encoding Encoding_t1523322056 * ___bigEndianUTF32Encoding_26; // System.Object System.Text.Encoding::lockobj RuntimeObject * ___lockobj_27; public: inline static int32_t get_offset_of_i18nAssembly_5() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nAssembly_5)); } inline Assembly_t * get_i18nAssembly_5() const { return ___i18nAssembly_5; } inline Assembly_t ** get_address_of_i18nAssembly_5() { return &___i18nAssembly_5; } inline void set_i18nAssembly_5(Assembly_t * value) { ___i18nAssembly_5 = value; Il2CppCodeGenWriteBarrier((&___i18nAssembly_5), value); } inline static int32_t get_offset_of_i18nDisabled_6() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___i18nDisabled_6)); } inline bool get_i18nDisabled_6() const { return ___i18nDisabled_6; } inline bool* get_address_of_i18nDisabled_6() { return &___i18nDisabled_6; } inline void set_i18nDisabled_6(bool value) { ___i18nDisabled_6 = value; } inline static int32_t get_offset_of_encodings_7() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___encodings_7)); } inline ObjectU5BU5D_t2843939325* get_encodings_7() const { return ___encodings_7; } inline ObjectU5BU5D_t2843939325** get_address_of_encodings_7() { return &___encodings_7; } inline void set_encodings_7(ObjectU5BU5D_t2843939325* value) { ___encodings_7 = value; Il2CppCodeGenWriteBarrier((&___encodings_7), value); } inline static int32_t get_offset_of_asciiEncoding_16() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___asciiEncoding_16)); } inline Encoding_t1523322056 * get_asciiEncoding_16() const { return ___asciiEncoding_16; } inline Encoding_t1523322056 ** get_address_of_asciiEncoding_16() { return &___asciiEncoding_16; } inline void set_asciiEncoding_16(Encoding_t1523322056 * value) { ___asciiEncoding_16 = value; Il2CppCodeGenWriteBarrier((&___asciiEncoding_16), value); } inline static int32_t get_offset_of_bigEndianEncoding_17() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianEncoding_17)); } inline Encoding_t1523322056 * get_bigEndianEncoding_17() const { return ___bigEndianEncoding_17; } inline Encoding_t1523322056 ** get_address_of_bigEndianEncoding_17() { return &___bigEndianEncoding_17; } inline void set_bigEndianEncoding_17(Encoding_t1523322056 * value) { ___bigEndianEncoding_17 = value; Il2CppCodeGenWriteBarrier((&___bigEndianEncoding_17), value); } inline static int32_t get_offset_of_defaultEncoding_18() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___defaultEncoding_18)); } inline Encoding_t1523322056 * get_defaultEncoding_18() const { return ___defaultEncoding_18; } inline Encoding_t1523322056 ** get_address_of_defaultEncoding_18() { return &___defaultEncoding_18; } inline void set_defaultEncoding_18(Encoding_t1523322056 * value) { ___defaultEncoding_18 = value; Il2CppCodeGenWriteBarrier((&___defaultEncoding_18), value); } inline static int32_t get_offset_of_utf7Encoding_19() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf7Encoding_19)); } inline Encoding_t1523322056 * get_utf7Encoding_19() const { return ___utf7Encoding_19; } inline Encoding_t1523322056 ** get_address_of_utf7Encoding_19() { return &___utf7Encoding_19; } inline void set_utf7Encoding_19(Encoding_t1523322056 * value) { ___utf7Encoding_19 = value; Il2CppCodeGenWriteBarrier((&___utf7Encoding_19), value); } inline static int32_t get_offset_of_utf8EncodingWithMarkers_20() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithMarkers_20)); } inline Encoding_t1523322056 * get_utf8EncodingWithMarkers_20() const { return ___utf8EncodingWithMarkers_20; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithMarkers_20() { return &___utf8EncodingWithMarkers_20; } inline void set_utf8EncodingWithMarkers_20(Encoding_t1523322056 * value) { ___utf8EncodingWithMarkers_20 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithMarkers_20), value); } inline static int32_t get_offset_of_utf8EncodingWithoutMarkers_21() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingWithoutMarkers_21)); } inline Encoding_t1523322056 * get_utf8EncodingWithoutMarkers_21() const { return ___utf8EncodingWithoutMarkers_21; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingWithoutMarkers_21() { return &___utf8EncodingWithoutMarkers_21; } inline void set_utf8EncodingWithoutMarkers_21(Encoding_t1523322056 * value) { ___utf8EncodingWithoutMarkers_21 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingWithoutMarkers_21), value); } inline static int32_t get_offset_of_unicodeEncoding_22() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___unicodeEncoding_22)); } inline Encoding_t1523322056 * get_unicodeEncoding_22() const { return ___unicodeEncoding_22; } inline Encoding_t1523322056 ** get_address_of_unicodeEncoding_22() { return &___unicodeEncoding_22; } inline void set_unicodeEncoding_22(Encoding_t1523322056 * value) { ___unicodeEncoding_22 = value; Il2CppCodeGenWriteBarrier((&___unicodeEncoding_22), value); } inline static int32_t get_offset_of_isoLatin1Encoding_23() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___isoLatin1Encoding_23)); } inline Encoding_t1523322056 * get_isoLatin1Encoding_23() const { return ___isoLatin1Encoding_23; } inline Encoding_t1523322056 ** get_address_of_isoLatin1Encoding_23() { return &___isoLatin1Encoding_23; } inline void set_isoLatin1Encoding_23(Encoding_t1523322056 * value) { ___isoLatin1Encoding_23 = value; Il2CppCodeGenWriteBarrier((&___isoLatin1Encoding_23), value); } inline static int32_t get_offset_of_utf8EncodingUnsafe_24() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf8EncodingUnsafe_24)); } inline Encoding_t1523322056 * get_utf8EncodingUnsafe_24() const { return ___utf8EncodingUnsafe_24; } inline Encoding_t1523322056 ** get_address_of_utf8EncodingUnsafe_24() { return &___utf8EncodingUnsafe_24; } inline void set_utf8EncodingUnsafe_24(Encoding_t1523322056 * value) { ___utf8EncodingUnsafe_24 = value; Il2CppCodeGenWriteBarrier((&___utf8EncodingUnsafe_24), value); } inline static int32_t get_offset_of_utf32Encoding_25() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___utf32Encoding_25)); } inline Encoding_t1523322056 * get_utf32Encoding_25() const { return ___utf32Encoding_25; } inline Encoding_t1523322056 ** get_address_of_utf32Encoding_25() { return &___utf32Encoding_25; } inline void set_utf32Encoding_25(Encoding_t1523322056 * value) { ___utf32Encoding_25 = value; Il2CppCodeGenWriteBarrier((&___utf32Encoding_25), value); } inline static int32_t get_offset_of_bigEndianUTF32Encoding_26() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___bigEndianUTF32Encoding_26)); } inline Encoding_t1523322056 * get_bigEndianUTF32Encoding_26() const { return ___bigEndianUTF32Encoding_26; } inline Encoding_t1523322056 ** get_address_of_bigEndianUTF32Encoding_26() { return &___bigEndianUTF32Encoding_26; } inline void set_bigEndianUTF32Encoding_26(Encoding_t1523322056 * value) { ___bigEndianUTF32Encoding_26 = value; Il2CppCodeGenWriteBarrier((&___bigEndianUTF32Encoding_26), value); } inline static int32_t get_offset_of_lockobj_27() { return static_cast(offsetof(Encoding_t1523322056_StaticFields, ___lockobj_27)); } inline RuntimeObject * get_lockobj_27() const { return ___lockobj_27; } inline RuntimeObject ** get_address_of_lockobj_27() { return &___lockobj_27; } inline void set_lockobj_27(RuntimeObject * value) { ___lockobj_27 = value; Il2CppCodeGenWriteBarrier((&___lockobj_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENCODING_T1523322056_H #ifndef 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 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 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 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 XSDIDMANAGER_T1008806102_H #define XSDIDMANAGER_T1008806102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIDManager struct XsdIDManager_t1008806102 : public RuntimeObject { public: // System.Collections.Hashtable Mono.Xml.Schema.XsdIDManager::idList Hashtable_t1853889766 * ___idList_0; // System.Collections.ArrayList Mono.Xml.Schema.XsdIDManager::missingIDReferences ArrayList_t2718874744 * ___missingIDReferences_1; // System.String Mono.Xml.Schema.XsdIDManager::thisElementId String_t* ___thisElementId_2; public: inline static int32_t get_offset_of_idList_0() { return static_cast(offsetof(XsdIDManager_t1008806102, ___idList_0)); } inline Hashtable_t1853889766 * get_idList_0() const { return ___idList_0; } inline Hashtable_t1853889766 ** get_address_of_idList_0() { return &___idList_0; } inline void set_idList_0(Hashtable_t1853889766 * value) { ___idList_0 = value; Il2CppCodeGenWriteBarrier((&___idList_0), value); } inline static int32_t get_offset_of_missingIDReferences_1() { return static_cast(offsetof(XsdIDManager_t1008806102, ___missingIDReferences_1)); } inline ArrayList_t2718874744 * get_missingIDReferences_1() const { return ___missingIDReferences_1; } inline ArrayList_t2718874744 ** get_address_of_missingIDReferences_1() { return &___missingIDReferences_1; } inline void set_missingIDReferences_1(ArrayList_t2718874744 * value) { ___missingIDReferences_1 = value; Il2CppCodeGenWriteBarrier((&___missingIDReferences_1), value); } inline static int32_t get_offset_of_thisElementId_2() { return static_cast(offsetof(XsdIDManager_t1008806102, ___thisElementId_2)); } inline String_t* get_thisElementId_2() const { return ___thisElementId_2; } inline String_t** get_address_of_thisElementId_2() { return &___thisElementId_2; } inline void set_thisElementId_2(String_t* value) { ___thisElementId_2 = value; Il2CppCodeGenWriteBarrier((&___thisElementId_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDMANAGER_T1008806102_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 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 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 URI_T100236324_H #define URI_T100236324_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Uri struct Uri_t100236324 : public RuntimeObject { public: // System.Boolean System.Uri::isUnixFilePath bool ___isUnixFilePath_0; // System.String System.Uri::source String_t* ___source_1; // System.String System.Uri::scheme String_t* ___scheme_2; // System.String System.Uri::host String_t* ___host_3; // System.Int32 System.Uri::port int32_t ___port_4; // System.String System.Uri::path String_t* ___path_5; // System.String System.Uri::query String_t* ___query_6; // System.String System.Uri::fragment String_t* ___fragment_7; // System.String System.Uri::userinfo String_t* ___userinfo_8; // System.Boolean System.Uri::isUnc bool ___isUnc_9; // System.Boolean System.Uri::isOpaquePart bool ___isOpaquePart_10; // System.Boolean System.Uri::isAbsoluteUri bool ___isAbsoluteUri_11; // System.Boolean System.Uri::userEscaped bool ___userEscaped_12; // System.String System.Uri::cachedAbsoluteUri String_t* ___cachedAbsoluteUri_13; // System.String System.Uri::cachedToString String_t* ___cachedToString_14; // System.String System.Uri::cachedLocalPath String_t* ___cachedLocalPath_15; // System.Int32 System.Uri::cachedHashCode int32_t ___cachedHashCode_16; // System.UriParser System.Uri::parser UriParser_t3890150400 * ___parser_30; public: inline static int32_t get_offset_of_isUnixFilePath_0() { return static_cast(offsetof(Uri_t100236324, ___isUnixFilePath_0)); } inline bool get_isUnixFilePath_0() const { return ___isUnixFilePath_0; } inline bool* get_address_of_isUnixFilePath_0() { return &___isUnixFilePath_0; } inline void set_isUnixFilePath_0(bool value) { ___isUnixFilePath_0 = value; } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(Uri_t100236324, ___source_1)); } inline String_t* get_source_1() const { return ___source_1; } inline String_t** get_address_of_source_1() { return &___source_1; } inline void set_source_1(String_t* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_scheme_2() { return static_cast(offsetof(Uri_t100236324, ___scheme_2)); } inline String_t* get_scheme_2() const { return ___scheme_2; } inline String_t** get_address_of_scheme_2() { return &___scheme_2; } inline void set_scheme_2(String_t* value) { ___scheme_2 = value; Il2CppCodeGenWriteBarrier((&___scheme_2), value); } inline static int32_t get_offset_of_host_3() { return static_cast(offsetof(Uri_t100236324, ___host_3)); } inline String_t* get_host_3() const { return ___host_3; } inline String_t** get_address_of_host_3() { return &___host_3; } inline void set_host_3(String_t* value) { ___host_3 = value; Il2CppCodeGenWriteBarrier((&___host_3), value); } inline static int32_t get_offset_of_port_4() { return static_cast(offsetof(Uri_t100236324, ___port_4)); } inline int32_t get_port_4() const { return ___port_4; } inline int32_t* get_address_of_port_4() { return &___port_4; } inline void set_port_4(int32_t value) { ___port_4 = value; } inline static int32_t get_offset_of_path_5() { return static_cast(offsetof(Uri_t100236324, ___path_5)); } inline String_t* get_path_5() const { return ___path_5; } inline String_t** get_address_of_path_5() { return &___path_5; } inline void set_path_5(String_t* value) { ___path_5 = value; Il2CppCodeGenWriteBarrier((&___path_5), value); } inline static int32_t get_offset_of_query_6() { return static_cast(offsetof(Uri_t100236324, ___query_6)); } inline String_t* get_query_6() const { return ___query_6; } inline String_t** get_address_of_query_6() { return &___query_6; } inline void set_query_6(String_t* value) { ___query_6 = value; Il2CppCodeGenWriteBarrier((&___query_6), value); } inline static int32_t get_offset_of_fragment_7() { return static_cast(offsetof(Uri_t100236324, ___fragment_7)); } inline String_t* get_fragment_7() const { return ___fragment_7; } inline String_t** get_address_of_fragment_7() { return &___fragment_7; } inline void set_fragment_7(String_t* value) { ___fragment_7 = value; Il2CppCodeGenWriteBarrier((&___fragment_7), value); } inline static int32_t get_offset_of_userinfo_8() { return static_cast(offsetof(Uri_t100236324, ___userinfo_8)); } inline String_t* get_userinfo_8() const { return ___userinfo_8; } inline String_t** get_address_of_userinfo_8() { return &___userinfo_8; } inline void set_userinfo_8(String_t* value) { ___userinfo_8 = value; Il2CppCodeGenWriteBarrier((&___userinfo_8), value); } inline static int32_t get_offset_of_isUnc_9() { return static_cast(offsetof(Uri_t100236324, ___isUnc_9)); } inline bool get_isUnc_9() const { return ___isUnc_9; } inline bool* get_address_of_isUnc_9() { return &___isUnc_9; } inline void set_isUnc_9(bool value) { ___isUnc_9 = value; } inline static int32_t get_offset_of_isOpaquePart_10() { return static_cast(offsetof(Uri_t100236324, ___isOpaquePart_10)); } inline bool get_isOpaquePart_10() const { return ___isOpaquePart_10; } inline bool* get_address_of_isOpaquePart_10() { return &___isOpaquePart_10; } inline void set_isOpaquePart_10(bool value) { ___isOpaquePart_10 = value; } inline static int32_t get_offset_of_isAbsoluteUri_11() { return static_cast(offsetof(Uri_t100236324, ___isAbsoluteUri_11)); } inline bool get_isAbsoluteUri_11() const { return ___isAbsoluteUri_11; } inline bool* get_address_of_isAbsoluteUri_11() { return &___isAbsoluteUri_11; } inline void set_isAbsoluteUri_11(bool value) { ___isAbsoluteUri_11 = value; } inline static int32_t get_offset_of_userEscaped_12() { return static_cast(offsetof(Uri_t100236324, ___userEscaped_12)); } inline bool get_userEscaped_12() const { return ___userEscaped_12; } inline bool* get_address_of_userEscaped_12() { return &___userEscaped_12; } inline void set_userEscaped_12(bool value) { ___userEscaped_12 = value; } inline static int32_t get_offset_of_cachedAbsoluteUri_13() { return static_cast(offsetof(Uri_t100236324, ___cachedAbsoluteUri_13)); } inline String_t* get_cachedAbsoluteUri_13() const { return ___cachedAbsoluteUri_13; } inline String_t** get_address_of_cachedAbsoluteUri_13() { return &___cachedAbsoluteUri_13; } inline void set_cachedAbsoluteUri_13(String_t* value) { ___cachedAbsoluteUri_13 = value; Il2CppCodeGenWriteBarrier((&___cachedAbsoluteUri_13), value); } inline static int32_t get_offset_of_cachedToString_14() { return static_cast(offsetof(Uri_t100236324, ___cachedToString_14)); } inline String_t* get_cachedToString_14() const { return ___cachedToString_14; } inline String_t** get_address_of_cachedToString_14() { return &___cachedToString_14; } inline void set_cachedToString_14(String_t* value) { ___cachedToString_14 = value; Il2CppCodeGenWriteBarrier((&___cachedToString_14), value); } inline static int32_t get_offset_of_cachedLocalPath_15() { return static_cast(offsetof(Uri_t100236324, ___cachedLocalPath_15)); } inline String_t* get_cachedLocalPath_15() const { return ___cachedLocalPath_15; } inline String_t** get_address_of_cachedLocalPath_15() { return &___cachedLocalPath_15; } inline void set_cachedLocalPath_15(String_t* value) { ___cachedLocalPath_15 = value; Il2CppCodeGenWriteBarrier((&___cachedLocalPath_15), value); } inline static int32_t get_offset_of_cachedHashCode_16() { return static_cast(offsetof(Uri_t100236324, ___cachedHashCode_16)); } inline int32_t get_cachedHashCode_16() const { return ___cachedHashCode_16; } inline int32_t* get_address_of_cachedHashCode_16() { return &___cachedHashCode_16; } inline void set_cachedHashCode_16(int32_t value) { ___cachedHashCode_16 = value; } inline static int32_t get_offset_of_parser_30() { return static_cast(offsetof(Uri_t100236324, ___parser_30)); } inline UriParser_t3890150400 * get_parser_30() const { return ___parser_30; } inline UriParser_t3890150400 ** get_address_of_parser_30() { return &___parser_30; } inline void set_parser_30(UriParser_t3890150400 * value) { ___parser_30 = value; Il2CppCodeGenWriteBarrier((&___parser_30), value); } }; struct Uri_t100236324_StaticFields { public: // System.String System.Uri::hexUpperChars String_t* ___hexUpperChars_17; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_18; // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_19; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_20; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_21; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_22; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_23; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_24; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_25; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_26; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_27; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_28; // System.Uri/UriScheme[] System.Uri::schemes UriSchemeU5BU5D_t2082808316* ___schemes_29; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_31; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1D_32; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1E_33; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map1F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1F_34; // System.Collections.Generic.Dictionary`2 System.Uri::<>f__switch$map20 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map20_35; public: inline static int32_t get_offset_of_hexUpperChars_17() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___hexUpperChars_17)); } inline String_t* get_hexUpperChars_17() const { return ___hexUpperChars_17; } inline String_t** get_address_of_hexUpperChars_17() { return &___hexUpperChars_17; } inline void set_hexUpperChars_17(String_t* value) { ___hexUpperChars_17 = value; Il2CppCodeGenWriteBarrier((&___hexUpperChars_17), value); } inline static int32_t get_offset_of_SchemeDelimiter_18() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___SchemeDelimiter_18)); } inline String_t* get_SchemeDelimiter_18() const { return ___SchemeDelimiter_18; } inline String_t** get_address_of_SchemeDelimiter_18() { return &___SchemeDelimiter_18; } inline void set_SchemeDelimiter_18(String_t* value) { ___SchemeDelimiter_18 = value; Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_18), value); } inline static int32_t get_offset_of_UriSchemeFile_19() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFile_19)); } inline String_t* get_UriSchemeFile_19() const { return ___UriSchemeFile_19; } inline String_t** get_address_of_UriSchemeFile_19() { return &___UriSchemeFile_19; } inline void set_UriSchemeFile_19(String_t* value) { ___UriSchemeFile_19 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFile_19), value); } inline static int32_t get_offset_of_UriSchemeFtp_20() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeFtp_20)); } inline String_t* get_UriSchemeFtp_20() const { return ___UriSchemeFtp_20; } inline String_t** get_address_of_UriSchemeFtp_20() { return &___UriSchemeFtp_20; } inline void set_UriSchemeFtp_20(String_t* value) { ___UriSchemeFtp_20 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_20), value); } inline static int32_t get_offset_of_UriSchemeGopher_21() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeGopher_21)); } inline String_t* get_UriSchemeGopher_21() const { return ___UriSchemeGopher_21; } inline String_t** get_address_of_UriSchemeGopher_21() { return &___UriSchemeGopher_21; } inline void set_UriSchemeGopher_21(String_t* value) { ___UriSchemeGopher_21 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_21), value); } inline static int32_t get_offset_of_UriSchemeHttp_22() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttp_22)); } inline String_t* get_UriSchemeHttp_22() const { return ___UriSchemeHttp_22; } inline String_t** get_address_of_UriSchemeHttp_22() { return &___UriSchemeHttp_22; } inline void set_UriSchemeHttp_22(String_t* value) { ___UriSchemeHttp_22 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_22), value); } inline static int32_t get_offset_of_UriSchemeHttps_23() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeHttps_23)); } inline String_t* get_UriSchemeHttps_23() const { return ___UriSchemeHttps_23; } inline String_t** get_address_of_UriSchemeHttps_23() { return &___UriSchemeHttps_23; } inline void set_UriSchemeHttps_23(String_t* value) { ___UriSchemeHttps_23 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_23), value); } inline static int32_t get_offset_of_UriSchemeMailto_24() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeMailto_24)); } inline String_t* get_UriSchemeMailto_24() const { return ___UriSchemeMailto_24; } inline String_t** get_address_of_UriSchemeMailto_24() { return &___UriSchemeMailto_24; } inline void set_UriSchemeMailto_24(String_t* value) { ___UriSchemeMailto_24 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_24), value); } inline static int32_t get_offset_of_UriSchemeNews_25() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNews_25)); } inline String_t* get_UriSchemeNews_25() const { return ___UriSchemeNews_25; } inline String_t** get_address_of_UriSchemeNews_25() { return &___UriSchemeNews_25; } inline void set_UriSchemeNews_25(String_t* value) { ___UriSchemeNews_25 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNews_25), value); } inline static int32_t get_offset_of_UriSchemeNntp_26() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNntp_26)); } inline String_t* get_UriSchemeNntp_26() const { return ___UriSchemeNntp_26; } inline String_t** get_address_of_UriSchemeNntp_26() { return &___UriSchemeNntp_26; } inline void set_UriSchemeNntp_26(String_t* value) { ___UriSchemeNntp_26 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_26), value); } inline static int32_t get_offset_of_UriSchemeNetPipe_27() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetPipe_27)); } inline String_t* get_UriSchemeNetPipe_27() const { return ___UriSchemeNetPipe_27; } inline String_t** get_address_of_UriSchemeNetPipe_27() { return &___UriSchemeNetPipe_27; } inline void set_UriSchemeNetPipe_27(String_t* value) { ___UriSchemeNetPipe_27 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_27), value); } inline static int32_t get_offset_of_UriSchemeNetTcp_28() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___UriSchemeNetTcp_28)); } inline String_t* get_UriSchemeNetTcp_28() const { return ___UriSchemeNetTcp_28; } inline String_t** get_address_of_UriSchemeNetTcp_28() { return &___UriSchemeNetTcp_28; } inline void set_UriSchemeNetTcp_28(String_t* value) { ___UriSchemeNetTcp_28 = value; Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_28), value); } inline static int32_t get_offset_of_schemes_29() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___schemes_29)); } inline UriSchemeU5BU5D_t2082808316* get_schemes_29() const { return ___schemes_29; } inline UriSchemeU5BU5D_t2082808316** get_address_of_schemes_29() { return &___schemes_29; } inline void set_schemes_29(UriSchemeU5BU5D_t2082808316* value) { ___schemes_29 = value; Il2CppCodeGenWriteBarrier((&___schemes_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_31() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1C_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_31() const { return ___U3CU3Ef__switchU24map1C_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_31() { return &___U3CU3Ef__switchU24map1C_31; } inline void set_U3CU3Ef__switchU24map1C_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_31), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1D_32() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1D_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1D_32() const { return ___U3CU3Ef__switchU24map1D_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1D_32() { return &___U3CU3Ef__switchU24map1D_32; } inline void set_U3CU3Ef__switchU24map1D_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1D_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1D_32), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1E_33() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1E_33)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1E_33() const { return ___U3CU3Ef__switchU24map1E_33; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1E_33() { return &___U3CU3Ef__switchU24map1E_33; } inline void set_U3CU3Ef__switchU24map1E_33(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1E_33 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1E_33), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1F_34() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map1F_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1F_34() const { return ___U3CU3Ef__switchU24map1F_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1F_34() { return &___U3CU3Ef__switchU24map1F_34; } inline void set_U3CU3Ef__switchU24map1F_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1F_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1F_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map20_35() { return static_cast(offsetof(Uri_t100236324_StaticFields, ___U3CU3Ef__switchU24map20_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map20_35() const { return ___U3CU3Ef__switchU24map20_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map20_35() { return &___U3CU3Ef__switchU24map20_35; } inline void set_U3CU3Ef__switchU24map20_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map20_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map20_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // URI_T100236324_H #ifndef XSDVALIDATIONCONTEXT_T1104170526_H #define XSDVALIDATIONCONTEXT_T1104170526_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdValidationContext struct XsdValidationContext_t1104170526 : public RuntimeObject { public: // System.Object Mono.Xml.Schema.XsdValidationContext::xsi_type RuntimeObject * ___xsi_type_0; // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdValidationContext::State XsdValidationState_t376578997 * ___State_1; // System.Collections.Stack Mono.Xml.Schema.XsdValidationContext::element_stack Stack_t2329662280 * ___element_stack_2; public: inline static int32_t get_offset_of_xsi_type_0() { return static_cast(offsetof(XsdValidationContext_t1104170526, ___xsi_type_0)); } inline RuntimeObject * get_xsi_type_0() const { return ___xsi_type_0; } inline RuntimeObject ** get_address_of_xsi_type_0() { return &___xsi_type_0; } inline void set_xsi_type_0(RuntimeObject * value) { ___xsi_type_0 = value; Il2CppCodeGenWriteBarrier((&___xsi_type_0), value); } inline static int32_t get_offset_of_State_1() { return static_cast(offsetof(XsdValidationContext_t1104170526, ___State_1)); } inline XsdValidationState_t376578997 * get_State_1() const { return ___State_1; } inline XsdValidationState_t376578997 ** get_address_of_State_1() { return &___State_1; } inline void set_State_1(XsdValidationState_t376578997 * value) { ___State_1 = value; Il2CppCodeGenWriteBarrier((&___State_1), value); } inline static int32_t get_offset_of_element_stack_2() { return static_cast(offsetof(XsdValidationContext_t1104170526, ___element_stack_2)); } inline Stack_t2329662280 * get_element_stack_2() const { return ___element_stack_2; } inline Stack_t2329662280 ** get_address_of_element_stack_2() { return &___element_stack_2; } inline void set_element_stack_2(Stack_t2329662280 * value) { ___element_stack_2 = value; Il2CppCodeGenWriteBarrier((&___element_stack_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDVALIDATIONCONTEXT_T1104170526_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 XMLSCHEMAOBJECTTABLE_T2546974348_H #define XMLSCHEMAOBJECTTABLE_T2546974348_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaObjectTable struct XmlSchemaObjectTable_t2546974348 : public RuntimeObject { public: // System.Collections.Specialized.HybridDictionary System.Xml.Schema.XmlSchemaObjectTable::table HybridDictionary_t4070033136 * ___table_0; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(XmlSchemaObjectTable_t2546974348, ___table_0)); } inline HybridDictionary_t4070033136 * get_table_0() const { return ___table_0; } inline HybridDictionary_t4070033136 ** get_address_of_table_0() { return &___table_0; } inline void set_table_0(HybridDictionary_t4070033136 * value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((&___table_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAOBJECTTABLE_T2546974348_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 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 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_5; public: inline static int32_t get_offset_of_lastLinkedChild_5() { return static_cast(offsetof(XmlDocumentFragment_t1323348855, ___lastLinkedChild_5)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_5() const { return ___lastLinkedChild_5; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_5() { return &___lastLinkedChild_5; } inline void set_lastLinkedChild_5(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_5 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTFRAGMENT_T1323348855_H #ifndef PARAMETERMODIFIER_T1461694466_H #define PARAMETERMODIFIER_T1461694466_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterModifier struct ParameterModifier_t1461694466 { public: // System.Boolean[] System.Reflection.ParameterModifier::_byref BooleanU5BU5D_t2897418192* ____byref_0; public: inline static int32_t get_offset_of__byref_0() { return static_cast(offsetof(ParameterModifier_t1461694466, ____byref_0)); } inline BooleanU5BU5D_t2897418192* get__byref_0() const { return ____byref_0; } inline BooleanU5BU5D_t2897418192** get_address_of__byref_0() { return &____byref_0; } inline void set__byref_0(BooleanU5BU5D_t2897418192* value) { ____byref_0 = value; Il2CppCodeGenWriteBarrier((&____byref_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_pinvoke { int32_t* ____byref_0; }; // Native definition for COM marshalling of System.Reflection.ParameterModifier struct ParameterModifier_t1461694466_marshaled_com { int32_t* ____byref_0; }; #endif // PARAMETERMODIFIER_T1461694466_H #ifndef UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef XMLANYATTRIBUTEATTRIBUTE_T1449326428_H #define XMLANYATTRIBUTEATTRIBUTE_T1449326428_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlAnyAttributeAttribute struct XmlAnyAttributeAttribute_t1449326428 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLANYATTRIBUTEATTRIBUTE_T1449326428_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 XMLANYELEMENTATTRIBUTE_T4038919363_H #define XMLANYELEMENTATTRIBUTE_T4038919363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlAnyElementAttribute struct XmlAnyElementAttribute_t4038919363 : public Attribute_t861562559 { public: // System.Int32 System.Xml.Serialization.XmlAnyElementAttribute::order int32_t ___order_0; public: inline static int32_t get_offset_of_order_0() { return static_cast(offsetof(XmlAnyElementAttribute_t4038919363, ___order_0)); } inline int32_t get_order_0() const { return ___order_0; } inline int32_t* get_address_of_order_0() { return &___order_0; } inline void set_order_0(int32_t value) { ___order_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLANYELEMENTATTRIBUTE_T4038919363_H #ifndef XMLATTRIBUTEATTRIBUTE_T2511360870_H #define XMLATTRIBUTEATTRIBUTE_T2511360870_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlAttributeAttribute struct XmlAttributeAttribute_t2511360870 : public Attribute_t861562559 { public: // System.String System.Xml.Serialization.XmlAttributeAttribute::attributeName String_t* ___attributeName_0; // System.String System.Xml.Serialization.XmlAttributeAttribute::dataType String_t* ___dataType_1; public: inline static int32_t get_offset_of_attributeName_0() { return static_cast(offsetof(XmlAttributeAttribute_t2511360870, ___attributeName_0)); } inline String_t* get_attributeName_0() const { return ___attributeName_0; } inline String_t** get_address_of_attributeName_0() { return &___attributeName_0; } inline void set_attributeName_0(String_t* value) { ___attributeName_0 = value; Il2CppCodeGenWriteBarrier((&___attributeName_0), value); } inline static int32_t get_offset_of_dataType_1() { return static_cast(offsetof(XmlAttributeAttribute_t2511360870, ___dataType_1)); } inline String_t* get_dataType_1() const { return ___dataType_1; } inline String_t** get_address_of_dataType_1() { return &___dataType_1; } inline void set_dataType_1(String_t* value) { ___dataType_1 = value; Il2CppCodeGenWriteBarrier((&___dataType_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTEATTRIBUTE_T2511360870_H #ifndef PROPERTYINFO_T_H #define PROPERTYINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PROPERTYINFO_T_H #ifndef DICTIONARYENTRY_T3123975638_H #define DICTIONARYENTRY_T3123975638_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638 { public: // System.Object System.Collections.DictionaryEntry::_key RuntimeObject * ____key_0; // System.Object System.Collections.DictionaryEntry::_value RuntimeObject * ____value_1; public: inline static int32_t get_offset_of__key_0() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____key_0)); } inline RuntimeObject * get__key_0() const { return ____key_0; } inline RuntimeObject ** get_address_of__key_0() { return &____key_0; } inline void set__key_0(RuntimeObject * value) { ____key_0 = value; Il2CppCodeGenWriteBarrier((&____key_0), value); } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(DictionaryEntry_t3123975638, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((&____value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_pinvoke { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; // Native definition for COM marshalling of System.Collections.DictionaryEntry struct DictionaryEntry_t3123975638_marshaled_com { Il2CppIUnknown* ____key_0; Il2CppIUnknown* ____value_1; }; #endif // DICTIONARYENTRY_T3123975638_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 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 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 TEXTREADER_T283511965_H #define TEXTREADER_T283511965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextReader struct TextReader_t283511965 : public MarshalByRefObject_t2760389100 { public: public: }; struct TextReader_t283511965_StaticFields { public: // System.IO.TextReader System.IO.TextReader::Null TextReader_t283511965 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextReader_t283511965_StaticFields, ___Null_1)); } inline TextReader_t283511965 * get_Null_1() const { return ___Null_1; } inline TextReader_t283511965 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextReader_t283511965 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTREADER_T283511965_H #ifndef 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 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 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 XMLELEMENTATTRIBUTE_T17472343_H #define XMLELEMENTATTRIBUTE_T17472343_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlElementAttribute struct XmlElementAttribute_t17472343 : public Attribute_t861562559 { public: // System.String System.Xml.Serialization.XmlElementAttribute::elementName String_t* ___elementName_0; // System.Type System.Xml.Serialization.XmlElementAttribute::type Type_t * ___type_1; // System.Int32 System.Xml.Serialization.XmlElementAttribute::order int32_t ___order_2; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlElementAttribute_t17472343, ___elementName_0)); } inline String_t* get_elementName_0() const { return ___elementName_0; } inline String_t** get_address_of_elementName_0() { return &___elementName_0; } inline void set_elementName_0(String_t* value) { ___elementName_0 = value; Il2CppCodeGenWriteBarrier((&___elementName_0), value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(XmlElementAttribute_t17472343, ___type_1)); } inline Type_t * get_type_1() const { return ___type_1; } inline Type_t ** get_address_of_type_1() { return &___type_1; } inline void set_type_1(Type_t * value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((&___type_1), value); } inline static int32_t get_offset_of_order_2() { return static_cast(offsetof(XmlElementAttribute_t17472343, ___order_2)); } inline int32_t get_order_2() const { return ___order_2; } inline int32_t* get_address_of_order_2() { return &___order_2; } inline void set_order_2(int32_t value) { ___order_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENTATTRIBUTE_T17472343_H #ifndef INT16_T2552820387_H #define INT16_T2552820387_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int16 struct Int16_t2552820387 { public: // System.Int16 System.Int16::m_value int16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int16_t2552820387, ___m_value_2)); } inline int16_t get_m_value_2() const { return ___m_value_2; } inline int16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT16_T2552820387_H #ifndef XMLATTRIBUTE_T1173852259_H #define XMLATTRIBUTE_T1173852259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttribute struct XmlAttribute_t1173852259 : public XmlNode_t3767805227 { public: // System.Xml.XmlNameEntry System.Xml.XmlAttribute::name XmlNameEntry_t1073099671 * ___name_5; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_6; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_7; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_8; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_5)); } inline XmlNameEntry_t1073099671 * get_name_5() const { return ___name_5; } inline XmlNameEntry_t1073099671 ** get_address_of_name_5() { return &___name_5; } inline void set_name_5(XmlNameEntry_t1073099671 * value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_isDefault_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_6)); } inline bool get_isDefault_6() const { return ___isDefault_6; } inline bool* get_address_of_isDefault_6() { return &___isDefault_6; } inline void set_isDefault_6(bool value) { ___isDefault_6 = value; } inline static int32_t get_offset_of_lastLinkedChild_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___lastLinkedChild_7)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_7() const { return ___lastLinkedChild_7; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_7() { return &___lastLinkedChild_7; } inline void set_lastLinkedChild_7(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_7 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_7), value); } inline static int32_t get_offset_of_schemaInfo_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_8)); } inline RuntimeObject* get_schemaInfo_8() const { return ___schemaInfo_8; } inline RuntimeObject** get_address_of_schemaInfo_8() { return &___schemaInfo_8; } inline void set_schemaInfo_8(RuntimeObject* value) { ___schemaInfo_8 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_H #ifndef XMLDOCUMENT_T2837193595_H #define XMLDOCUMENT_T2837193595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocument struct XmlDocument_t2837193595 : public XmlNode_t3767805227 { public: // System.Boolean System.Xml.XmlDocument::optimal_create_element bool ___optimal_create_element_6; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_7; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_8; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_9; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_10; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_11; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_12; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_13; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_14; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_15; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_16; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_17; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_18; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_19; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_25; public: inline static int32_t get_offset_of_optimal_create_element_6() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_6)); } inline bool get_optimal_create_element_6() const { return ___optimal_create_element_6; } inline bool* get_address_of_optimal_create_element_6() { return &___optimal_create_element_6; } inline void set_optimal_create_element_6(bool value) { ___optimal_create_element_6 = value; } inline static int32_t get_offset_of_optimal_create_attribute_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_7)); } inline bool get_optimal_create_attribute_7() const { return ___optimal_create_attribute_7; } inline bool* get_address_of_optimal_create_attribute_7() { return &___optimal_create_attribute_7; } inline void set_optimal_create_attribute_7(bool value) { ___optimal_create_attribute_7 = value; } inline static int32_t get_offset_of_nameTable_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_8)); } inline XmlNameTable_t71772148 * get_nameTable_8() const { return ___nameTable_8; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_8() { return &___nameTable_8; } inline void set_nameTable_8(XmlNameTable_t71772148 * value) { ___nameTable_8 = value; Il2CppCodeGenWriteBarrier((&___nameTable_8), value); } inline static int32_t get_offset_of_baseURI_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_9)); } inline String_t* get_baseURI_9() const { return ___baseURI_9; } inline String_t** get_address_of_baseURI_9() { return &___baseURI_9; } inline void set_baseURI_9(String_t* value) { ___baseURI_9 = value; Il2CppCodeGenWriteBarrier((&___baseURI_9), value); } inline static int32_t get_offset_of_implementation_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_10)); } inline XmlImplementation_t254178875 * get_implementation_10() const { return ___implementation_10; } inline XmlImplementation_t254178875 ** get_address_of_implementation_10() { return &___implementation_10; } inline void set_implementation_10(XmlImplementation_t254178875 * value) { ___implementation_10 = value; Il2CppCodeGenWriteBarrier((&___implementation_10), value); } inline static int32_t get_offset_of_preserveWhitespace_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_11)); } inline bool get_preserveWhitespace_11() const { return ___preserveWhitespace_11; } inline bool* get_address_of_preserveWhitespace_11() { return &___preserveWhitespace_11; } inline void set_preserveWhitespace_11(bool value) { ___preserveWhitespace_11 = value; } inline static int32_t get_offset_of_resolver_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_12)); } inline XmlResolver_t626023767 * get_resolver_12() const { return ___resolver_12; } inline XmlResolver_t626023767 ** get_address_of_resolver_12() { return &___resolver_12; } inline void set_resolver_12(XmlResolver_t626023767 * value) { ___resolver_12 = value; Il2CppCodeGenWriteBarrier((&___resolver_12), value); } inline static int32_t get_offset_of_idTable_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_13)); } inline Hashtable_t1853889766 * get_idTable_13() const { return ___idTable_13; } inline Hashtable_t1853889766 ** get_address_of_idTable_13() { return &___idTable_13; } inline void set_idTable_13(Hashtable_t1853889766 * value) { ___idTable_13 = value; Il2CppCodeGenWriteBarrier((&___idTable_13), value); } inline static int32_t get_offset_of_nameCache_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_14)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_14() const { return ___nameCache_14; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_14() { return &___nameCache_14; } inline void set_nameCache_14(XmlNameEntryCache_t2890546907 * value) { ___nameCache_14 = value; Il2CppCodeGenWriteBarrier((&___nameCache_14), value); } inline static int32_t get_offset_of_lastLinkedChild_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_15)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_15() const { return ___lastLinkedChild_15; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_15() { return &___lastLinkedChild_15; } inline void set_lastLinkedChild_15(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_15 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_15), value); } inline static int32_t get_offset_of_nsNodeXml_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_16)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_16() const { return ___nsNodeXml_16; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_16() { return &___nsNodeXml_16; } inline void set_nsNodeXml_16(XmlAttribute_t1173852259 * value) { ___nsNodeXml_16 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_16), value); } inline static int32_t get_offset_of_schemas_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_17)); } inline XmlSchemaSet_t266093086 * get_schemas_17() const { return ___schemas_17; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_17() { return &___schemas_17; } inline void set_schemas_17(XmlSchemaSet_t266093086 * value) { ___schemas_17 = value; Il2CppCodeGenWriteBarrier((&___schemas_17), value); } inline static int32_t get_offset_of_schemaInfo_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_18)); } inline RuntimeObject* get_schemaInfo_18() const { return ___schemaInfo_18; } inline RuntimeObject** get_address_of_schemaInfo_18() { return &___schemaInfo_18; } inline void set_schemaInfo_18(RuntimeObject* value) { ___schemaInfo_18 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_18), value); } inline static int32_t get_offset_of_loadMode_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_19)); } inline bool get_loadMode_19() const { return ___loadMode_19; } inline bool* get_address_of_loadMode_19() { return &___loadMode_19; } inline void set_loadMode_19(bool value) { ___loadMode_19 = value; } inline static int32_t get_offset_of_NodeChanged_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_20)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_20() const { return ___NodeChanged_20; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_20() { return &___NodeChanged_20; } inline void set_NodeChanged_20(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_20 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_20), value); } inline static int32_t get_offset_of_NodeChanging_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_21() const { return ___NodeChanging_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_21() { return &___NodeChanging_21; } inline void set_NodeChanging_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_21), value); } inline static int32_t get_offset_of_NodeInserted_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_22() const { return ___NodeInserted_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_22() { return &___NodeInserted_22; } inline void set_NodeInserted_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_22 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_22), value); } inline static int32_t get_offset_of_NodeInserting_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_23() const { return ___NodeInserting_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_23() { return &___NodeInserting_23; } inline void set_NodeInserting_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_23), value); } inline static int32_t get_offset_of_NodeRemoved_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_24() const { return ___NodeRemoved_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_24() { return &___NodeRemoved_24; } inline void set_NodeRemoved_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_24 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_24), value); } inline static int32_t get_offset_of_NodeRemoving_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_25() const { return ___NodeRemoving_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_25() { return &___NodeRemoving_25; } inline void set_NodeRemoving_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_25), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_5; public: inline static int32_t get_offset_of_optimal_create_types_5() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_5)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_5() const { return ___optimal_create_types_5; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_5() { return &___optimal_create_types_5; } inline void set_optimal_create_types_5(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_5 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_H #ifndef 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 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 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 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 XMLLINKEDNODE_T1437094927_H #define XMLLINKEDNODE_T1437094927_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927 : public XmlNode_t3767805227 { public: // System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::nextSibling XmlLinkedNode_t1437094927 * ___nextSibling_5; public: inline static int32_t get_offset_of_nextSibling_5() { return static_cast(offsetof(XmlLinkedNode_t1437094927, ___nextSibling_5)); } inline XmlLinkedNode_t1437094927 * get_nextSibling_5() const { return ___nextSibling_5; } inline XmlLinkedNode_t1437094927 ** get_address_of_nextSibling_5() { return &___nextSibling_5; } inline void set_nextSibling_5(XmlLinkedNode_t1437094927 * value) { ___nextSibling_5 = value; Il2CppCodeGenWriteBarrier((&___nextSibling_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLLINKEDNODE_T1437094927_H #ifndef 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_5; // System.UInt32 System.Decimal::hi uint32_t ___hi_6; // System.UInt32 System.Decimal::lo uint32_t ___lo_7; // System.UInt32 System.Decimal::mid uint32_t ___mid_8; public: inline static int32_t get_offset_of_flags_5() { return static_cast(offsetof(Decimal_t2948259380, ___flags_5)); } inline uint32_t get_flags_5() const { return ___flags_5; } inline uint32_t* get_address_of_flags_5() { return &___flags_5; } inline void set_flags_5(uint32_t value) { ___flags_5 = value; } inline static int32_t get_offset_of_hi_6() { return static_cast(offsetof(Decimal_t2948259380, ___hi_6)); } inline uint32_t get_hi_6() const { return ___hi_6; } inline uint32_t* get_address_of_hi_6() { return &___hi_6; } inline void set_hi_6(uint32_t value) { ___hi_6 = value; } inline static int32_t get_offset_of_lo_7() { return static_cast(offsetof(Decimal_t2948259380, ___lo_7)); } inline uint32_t get_lo_7() const { return ___lo_7; } inline uint32_t* get_address_of_lo_7() { return &___lo_7; } inline void set_lo_7(uint32_t value) { ___lo_7 = value; } inline static int32_t get_offset_of_mid_8() { return static_cast(offsetof(Decimal_t2948259380, ___mid_8)); } inline uint32_t get_mid_8() const { return ___mid_8; } inline uint32_t* get_address_of_mid_8() { return &___mid_8; } inline void set_mid_8(uint32_t value) { ___mid_8 = 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::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_4; 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_MaxValueDiv10_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_4)); } inline Decimal_t2948259380 get_MaxValueDiv10_4() const { return ___MaxValueDiv10_4; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_4() { return &___MaxValueDiv10_4; } inline void set_MaxValueDiv10_4(Decimal_t2948259380 value) { ___MaxValueDiv10_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_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 XMLENUMATTRIBUTE_T106705320_H #define XMLENUMATTRIBUTE_T106705320_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlEnumAttribute struct XmlEnumAttribute_t106705320 : public Attribute_t861562559 { public: // System.String System.Xml.Serialization.XmlEnumAttribute::name String_t* ___name_0; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(XmlEnumAttribute_t106705320, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((&___name_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLENUMATTRIBUTE_T106705320_H #ifndef XMLIGNOREATTRIBUTE_T1428424057_H #define XMLIGNOREATTRIBUTE_T1428424057_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlIgnoreAttribute struct XmlIgnoreAttribute_t1428424057 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLIGNOREATTRIBUTE_T1428424057_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 XMLROOTATTRIBUTE_T2306097217_H #define XMLROOTATTRIBUTE_T2306097217_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlRootAttribute struct XmlRootAttribute_t2306097217 : public Attribute_t861562559 { public: // System.String System.Xml.Serialization.XmlRootAttribute::elementName String_t* ___elementName_0; // System.Boolean System.Xml.Serialization.XmlRootAttribute::isNullable bool ___isNullable_1; // System.String System.Xml.Serialization.XmlRootAttribute::ns String_t* ___ns_2; public: inline static int32_t get_offset_of_elementName_0() { return static_cast(offsetof(XmlRootAttribute_t2306097217, ___elementName_0)); } inline String_t* get_elementName_0() const { return ___elementName_0; } inline String_t** get_address_of_elementName_0() { return &___elementName_0; } inline void set_elementName_0(String_t* value) { ___elementName_0 = value; Il2CppCodeGenWriteBarrier((&___elementName_0), value); } inline static int32_t get_offset_of_isNullable_1() { return static_cast(offsetof(XmlRootAttribute_t2306097217, ___isNullable_1)); } inline bool get_isNullable_1() const { return ___isNullable_1; } inline bool* get_address_of_isNullable_1() { return &___isNullable_1; } inline void set_isNullable_1(bool value) { ___isNullable_1 = value; } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlRootAttribute_t2306097217, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLROOTATTRIBUTE_T2306097217_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 U24ARRAYTYPEU24256_T1929481984_H #define U24ARRAYTYPEU24256_T1929481984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481984 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481984__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481984_H #ifndef 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 XMLTEXTATTRIBUTE_T499390083_H #define XMLTEXTATTRIBUTE_T499390083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlTextAttribute struct XmlTextAttribute_t499390083 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTATTRIBUTE_T499390083_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef XMLNAMESPACEDECLARATIONSATTRIBUTE_T966425202_H #define XMLNAMESPACEDECLARATIONSATTRIBUTE_T966425202_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlNamespaceDeclarationsAttribute struct XmlNamespaceDeclarationsAttribute_t966425202 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMESPACEDECLARATIONSATTRIBUTE_T966425202_H #ifndef XSDKEYENTRYFIELDCOLLECTION_T3698183622_H #define XSDKEYENTRYFIELDCOLLECTION_T3698183622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyEntryFieldCollection struct XsdKeyEntryFieldCollection_t3698183622 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYENTRYFIELDCOLLECTION_T3698183622_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 STREAM_T1273022909_H #define STREAM_T1273022909_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream struct Stream_t1273022909 : public MarshalByRefObject_t2760389100 { public: public: }; struct Stream_t1273022909_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t1273022909 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t1273022909_StaticFields, ___Null_1)); } inline Stream_t1273022909 * get_Null_1() const { return ___Null_1; } inline Stream_t1273022909 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t1273022909 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((&___Null_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAM_T1273022909_H #ifndef XMLNOTATION_T1476580686_H #define XMLNOTATION_T1476580686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNotation struct XmlNotation_t1476580686 : public XmlNode_t3767805227 { public: // System.String System.Xml.XmlNotation::localName String_t* ___localName_5; // System.String System.Xml.XmlNotation::publicId String_t* ___publicId_6; // System.String System.Xml.XmlNotation::systemId String_t* ___systemId_7; // System.String System.Xml.XmlNotation::prefix String_t* ___prefix_8; public: inline static int32_t get_offset_of_localName_5() { return static_cast(offsetof(XmlNotation_t1476580686, ___localName_5)); } inline String_t* get_localName_5() const { return ___localName_5; } inline String_t** get_address_of_localName_5() { return &___localName_5; } inline void set_localName_5(String_t* value) { ___localName_5 = value; Il2CppCodeGenWriteBarrier((&___localName_5), value); } inline static int32_t get_offset_of_publicId_6() { return static_cast(offsetof(XmlNotation_t1476580686, ___publicId_6)); } inline String_t* get_publicId_6() const { return ___publicId_6; } inline String_t** get_address_of_publicId_6() { return &___publicId_6; } inline void set_publicId_6(String_t* value) { ___publicId_6 = value; Il2CppCodeGenWriteBarrier((&___publicId_6), value); } inline static int32_t get_offset_of_systemId_7() { return static_cast(offsetof(XmlNotation_t1476580686, ___systemId_7)); } inline String_t* get_systemId_7() const { return ___systemId_7; } inline String_t** get_address_of_systemId_7() { return &___systemId_7; } inline void set_systemId_7(String_t* value) { ___systemId_7 = value; Il2CppCodeGenWriteBarrier((&___systemId_7), value); } inline static int32_t get_offset_of_prefix_8() { return static_cast(offsetof(XmlNotation_t1476580686, ___prefix_8)); } inline String_t* get_prefix_8() const { return ___prefix_8; } inline String_t** get_address_of_prefix_8() { return &___prefix_8; } inline void set_prefix_8(String_t* value) { ___prefix_8 = value; Il2CppCodeGenWriteBarrier((&___prefix_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNOTATION_T1476580686_H #ifndef 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 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_5; // System.String System.Xml.XmlEntity::NDATA String_t* ___NDATA_6; // System.String System.Xml.XmlEntity::publicId String_t* ___publicId_7; // System.String System.Xml.XmlEntity::systemId String_t* ___systemId_8; // System.String System.Xml.XmlEntity::baseUri String_t* ___baseUri_9; // System.Xml.XmlLinkedNode System.Xml.XmlEntity::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_10; // System.Boolean System.Xml.XmlEntity::contentAlreadySet bool ___contentAlreadySet_11; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(XmlEntity_t3308518401, ___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_NDATA_6() { return static_cast(offsetof(XmlEntity_t3308518401, ___NDATA_6)); } inline String_t* get_NDATA_6() const { return ___NDATA_6; } inline String_t** get_address_of_NDATA_6() { return &___NDATA_6; } inline void set_NDATA_6(String_t* value) { ___NDATA_6 = value; Il2CppCodeGenWriteBarrier((&___NDATA_6), value); } inline static int32_t get_offset_of_publicId_7() { return static_cast(offsetof(XmlEntity_t3308518401, ___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(XmlEntity_t3308518401, ___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_baseUri_9() { return static_cast(offsetof(XmlEntity_t3308518401, ___baseUri_9)); } inline String_t* get_baseUri_9() const { return ___baseUri_9; } inline String_t** get_address_of_baseUri_9() { return &___baseUri_9; } inline void set_baseUri_9(String_t* value) { ___baseUri_9 = value; Il2CppCodeGenWriteBarrier((&___baseUri_9), value); } inline static int32_t get_offset_of_lastLinkedChild_10() { return static_cast(offsetof(XmlEntity_t3308518401, ___lastLinkedChild_10)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_10() const { return ___lastLinkedChild_10; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_10() { return &___lastLinkedChild_10; } inline void set_lastLinkedChild_10(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_10 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_10), value); } inline static int32_t get_offset_of_contentAlreadySet_11() { return static_cast(offsetof(XmlEntity_t3308518401, ___contentAlreadySet_11)); } inline bool get_contentAlreadySet_11() const { return ___contentAlreadySet_11; } inline bool* get_address_of_contentAlreadySet_11() { return &___contentAlreadySet_11; } inline void set_contentAlreadySet_11(bool value) { ___contentAlreadySet_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLENTITY_T3308518401_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 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 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 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 XMLSCHEMAOBJECTCOLLECTION_T1064819932_H #define XMLSCHEMAOBJECTCOLLECTION_T1064819932_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t1064819932 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAOBJECTCOLLECTION_T1064819932_H #ifndef XMLITERATORNODELIST_T2218031790_H #define XMLITERATORNODELIST_T2218031790_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlIteratorNodeList struct XmlIteratorNodeList_t2218031790 : public XmlNodeList_t2551693786 { public: // System.Xml.XPath.XPathNodeIterator System.Xml.XmlIteratorNodeList::source XPathNodeIterator_t3667290188 * ___source_0; // System.Xml.XPath.XPathNodeIterator System.Xml.XmlIteratorNodeList::iterator XPathNodeIterator_t3667290188 * ___iterator_1; // System.Collections.ArrayList System.Xml.XmlIteratorNodeList::list ArrayList_t2718874744 * ___list_2; // System.Boolean System.Xml.XmlIteratorNodeList::finished bool ___finished_3; public: inline static int32_t get_offset_of_source_0() { return static_cast(offsetof(XmlIteratorNodeList_t2218031790, ___source_0)); } inline XPathNodeIterator_t3667290188 * get_source_0() const { return ___source_0; } inline XPathNodeIterator_t3667290188 ** get_address_of_source_0() { return &___source_0; } inline void set_source_0(XPathNodeIterator_t3667290188 * value) { ___source_0 = value; Il2CppCodeGenWriteBarrier((&___source_0), value); } inline static int32_t get_offset_of_iterator_1() { return static_cast(offsetof(XmlIteratorNodeList_t2218031790, ___iterator_1)); } inline XPathNodeIterator_t3667290188 * get_iterator_1() const { return ___iterator_1; } inline XPathNodeIterator_t3667290188 ** get_address_of_iterator_1() { return &___iterator_1; } inline void set_iterator_1(XPathNodeIterator_t3667290188 * value) { ___iterator_1 = value; Il2CppCodeGenWriteBarrier((&___iterator_1), value); } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(XmlIteratorNodeList_t2218031790, ___list_2)); } inline ArrayList_t2718874744 * get_list_2() const { return ___list_2; } inline ArrayList_t2718874744 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ArrayList_t2718874744 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } inline static int32_t get_offset_of_finished_3() { return static_cast(offsetof(XmlIteratorNodeList_t2218031790, ___finished_3)); } inline bool get_finished_3() const { return ___finished_3; } inline bool* get_address_of_finished_3() { return &___finished_3; } inline void set_finished_3(bool value) { ___finished_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLITERATORNODELIST_T2218031790_H #ifndef 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 XSDKEYENTRYCOLLECTION_T3090959213_H #define XSDKEYENTRYCOLLECTION_T3090959213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyEntryCollection struct XsdKeyEntryCollection_t3090959213 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYENTRYCOLLECTION_T3090959213_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 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 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 GUID_T_H #define GUID_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_0; // System.Int16 System.Guid::_b int16_t ____b_1; // System.Int16 System.Guid::_c int16_t ____c_2; // System.Byte System.Guid::_d uint8_t ____d_3; // System.Byte System.Guid::_e uint8_t ____e_4; // System.Byte System.Guid::_f uint8_t ____f_5; // System.Byte System.Guid::_g uint8_t ____g_6; // System.Byte System.Guid::_h uint8_t ____h_7; // System.Byte System.Guid::_i uint8_t ____i_8; // System.Byte System.Guid::_j uint8_t ____j_9; // System.Byte System.Guid::_k uint8_t ____k_10; public: inline static int32_t get_offset_of__a_0() { return static_cast(offsetof(Guid_t, ____a_0)); } inline int32_t get__a_0() const { return ____a_0; } inline int32_t* get_address_of__a_0() { return &____a_0; } inline void set__a_0(int32_t value) { ____a_0 = value; } inline static int32_t get_offset_of__b_1() { return static_cast(offsetof(Guid_t, ____b_1)); } inline int16_t get__b_1() const { return ____b_1; } inline int16_t* get_address_of__b_1() { return &____b_1; } inline void set__b_1(int16_t value) { ____b_1 = value; } inline static int32_t get_offset_of__c_2() { return static_cast(offsetof(Guid_t, ____c_2)); } inline int16_t get__c_2() const { return ____c_2; } inline int16_t* get_address_of__c_2() { return &____c_2; } inline void set__c_2(int16_t value) { ____c_2 = value; } inline static int32_t get_offset_of__d_3() { return static_cast(offsetof(Guid_t, ____d_3)); } inline uint8_t get__d_3() const { return ____d_3; } inline uint8_t* get_address_of__d_3() { return &____d_3; } inline void set__d_3(uint8_t value) { ____d_3 = value; } inline static int32_t get_offset_of__e_4() { return static_cast(offsetof(Guid_t, ____e_4)); } inline uint8_t get__e_4() const { return ____e_4; } inline uint8_t* get_address_of__e_4() { return &____e_4; } inline void set__e_4(uint8_t value) { ____e_4 = value; } inline static int32_t get_offset_of__f_5() { return static_cast(offsetof(Guid_t, ____f_5)); } inline uint8_t get__f_5() const { return ____f_5; } inline uint8_t* get_address_of__f_5() { return &____f_5; } inline void set__f_5(uint8_t value) { ____f_5 = value; } inline static int32_t get_offset_of__g_6() { return static_cast(offsetof(Guid_t, ____g_6)); } inline uint8_t get__g_6() const { return ____g_6; } inline uint8_t* get_address_of__g_6() { return &____g_6; } inline void set__g_6(uint8_t value) { ____g_6 = value; } inline static int32_t get_offset_of__h_7() { return static_cast(offsetof(Guid_t, ____h_7)); } inline uint8_t get__h_7() const { return ____h_7; } inline uint8_t* get_address_of__h_7() { return &____h_7; } inline void set__h_7(uint8_t value) { ____h_7 = value; } inline static int32_t get_offset_of__i_8() { return static_cast(offsetof(Guid_t, ____i_8)); } inline uint8_t get__i_8() const { return ____i_8; } inline uint8_t* get_address_of__i_8() { return &____i_8; } inline void set__i_8(uint8_t value) { ____i_8 = value; } inline static int32_t get_offset_of__j_9() { return static_cast(offsetof(Guid_t, ____j_9)); } inline uint8_t get__j_9() const { return ____j_9; } inline uint8_t* get_address_of__j_9() { return &____j_9; } inline void set__j_9(uint8_t value) { ____j_9 = value; } inline static int32_t get_offset_of__k_10() { return static_cast(offsetof(Guid_t, ____k_10)); } inline uint8_t get__k_10() const { return ____k_10; } inline uint8_t* get_address_of__k_10() { return &____k_10; } inline void set__k_10(uint8_t value) { ____k_10 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_11; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t386037858 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t386037858 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_11() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_11)); } inline Guid_t get_Empty_11() const { return ___Empty_11; } inline Guid_t * get_address_of_Empty_11() { return &___Empty_11; } inline void set_Empty_11(Guid_t value) { ___Empty_11 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((&____rngAccess_12), value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t386037858 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t386037858 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t386037858 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((&____rng_13), value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t386037858 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t386037858 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t386037858 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((&____fastRng_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // GUID_T_H #ifndef 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 U24ARRAYTYPEU2412_T2490092598_H #define U24ARRAYTYPEU2412_T2490092598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092598 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092598__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092598_H #ifndef 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 XMLSCHEMAREADER_T1164558392_H #define XMLSCHEMAREADER_T1164558392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaReader struct XmlSchemaReader_t1164558392 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader System.Xml.Schema.XmlSchemaReader::reader XmlReader_t3121518892 * ___reader_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaReader::handler ValidationEventHandler_t791314227 * ___handler_3; // System.Boolean System.Xml.Schema.XmlSchemaReader::hasLineInfo bool ___hasLineInfo_4; public: inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___reader_2)); } inline XmlReader_t3121518892 * get_reader_2() const { return ___reader_2; } inline XmlReader_t3121518892 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(XmlReader_t3121518892 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((&___reader_2), value); } inline static int32_t get_offset_of_handler_3() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___handler_3)); } inline ValidationEventHandler_t791314227 * get_handler_3() const { return ___handler_3; } inline ValidationEventHandler_t791314227 ** get_address_of_handler_3() { return &___handler_3; } inline void set_handler_3(ValidationEventHandler_t791314227 * value) { ___handler_3 = value; Il2CppCodeGenWriteBarrier((&___handler_3), value); } inline static int32_t get_offset_of_hasLineInfo_4() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___hasLineInfo_4)); } inline bool get_hasLineInfo_4() const { return ___hasLineInfo_4; } inline bool* get_address_of_hasLineInfo_4() { return &___hasLineInfo_4; } inline void set_hasLineInfo_4(bool value) { ___hasLineInfo_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAREADER_T1164558392_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 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 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 DTDATTRIBUTEOCCURENCETYPE_T2323614041_H #define DTDATTRIBUTEOCCURENCETYPE_T2323614041_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDAttributeOccurenceType struct DTDAttributeOccurenceType_t2323614041 { public: // System.Int32 Mono.Xml.DTDAttributeOccurenceType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DTDAttributeOccurenceType_t2323614041, ___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 // DTDATTRIBUTEOCCURENCETYPE_T2323614041_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 PARAMETERATTRIBUTES_T1826424051_H #define PARAMETERATTRIBUTES_T1826424051_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterAttributes struct ParameterAttributes_t1826424051 { public: // System.Int32 System.Reflection.ParameterAttributes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ParameterAttributes_t1826424051, ___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 // PARAMETERATTRIBUTES_T1826424051_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255363 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields { public: // /$ArrayType$208 ::$$field-0 U24ArrayTypeU24208_t3503460108 ___U24U24fieldU2D0_0; // /$ArrayType$208 ::$$field-1 U24ArrayTypeU24208_t3503460108 ___U24U24fieldU2D1_1; // /$ArrayType$236 ::$$field-2 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D2_2; // /$ArrayType$72 ::$$field-3 U24ArrayTypeU2472_t1683523543 ___U24U24fieldU2D3_3; // /$ArrayType$236 ::$$field-4 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D4_4; // /$ArrayType$236 ::$$field-5 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D5_5; // /$ArrayType$72 ::$$field-6 U24ArrayTypeU2472_t1683523543 ___U24U24fieldU2D6_6; // /$ArrayType$1532 ::$$field-7 U24ArrayTypeU241532_t2333946162 ___U24U24fieldU2D7_7; // /$ArrayType$1532 ::$$field-8 U24ArrayTypeU241532_t2333946162 ___U24U24fieldU2D8_8; // /$ArrayType$12 ::$$field-18 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D18_9; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D36_10; // /$ArrayType$256 ::$$field-37 U24ArrayTypeU24256_t1929481984 ___U24U24fieldU2D37_11; // /$ArrayType$256 ::$$field-38 U24ArrayTypeU24256_t1929481984 ___U24U24fieldU2D38_12; // /$ArrayType$1280 ::$$field-39 U24ArrayTypeU241280_t4290130235 ___U24U24fieldU2D39_13; // /$ArrayType$12 ::$$field-40 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D40_14; // /$ArrayType$12 ::$$field-41 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D41_15; // /$ArrayType$8 ::$$field-42 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D42_16; // /$ArrayType$8 ::$$field-43 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D43_17; // /$ArrayType$8 ::$$field-44 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D44_18; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU24208_t3503460108 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU24208_t3503460108 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU24208_t3503460108 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU24208_t3503460108 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU24208_t3503460108 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU24208_t3503460108 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2472_t1683523543 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2472_t1683523543 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2472_t1683523543 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2472_t1683523543 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2472_t1683523543 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2472_t1683523543 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D7_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D7_7)); } inline U24ArrayTypeU241532_t2333946162 get_U24U24fieldU2D7_7() const { return ___U24U24fieldU2D7_7; } inline U24ArrayTypeU241532_t2333946162 * get_address_of_U24U24fieldU2D7_7() { return &___U24U24fieldU2D7_7; } inline void set_U24U24fieldU2D7_7(U24ArrayTypeU241532_t2333946162 value) { ___U24U24fieldU2D7_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D8_8)); } inline U24ArrayTypeU241532_t2333946162 get_U24U24fieldU2D8_8() const { return ___U24U24fieldU2D8_8; } inline U24ArrayTypeU241532_t2333946162 * get_address_of_U24U24fieldU2D8_8() { return &___U24U24fieldU2D8_8; } inline void set_U24U24fieldU2D8_8(U24ArrayTypeU241532_t2333946162 value) { ___U24U24fieldU2D8_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D18_9)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D18_9() const { return ___U24U24fieldU2D18_9; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D18_9() { return &___U24U24fieldU2D18_9; } inline void set_U24U24fieldU2D18_9(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D18_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D36_10)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D36_10() const { return ___U24U24fieldU2D36_10; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D36_10() { return &___U24U24fieldU2D36_10; } inline void set_U24U24fieldU2D36_10(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D36_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D37_11)); } inline U24ArrayTypeU24256_t1929481984 get_U24U24fieldU2D37_11() const { return ___U24U24fieldU2D37_11; } inline U24ArrayTypeU24256_t1929481984 * get_address_of_U24U24fieldU2D37_11() { return &___U24U24fieldU2D37_11; } inline void set_U24U24fieldU2D37_11(U24ArrayTypeU24256_t1929481984 value) { ___U24U24fieldU2D37_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D38_12)); } inline U24ArrayTypeU24256_t1929481984 get_U24U24fieldU2D38_12() const { return ___U24U24fieldU2D38_12; } inline U24ArrayTypeU24256_t1929481984 * get_address_of_U24U24fieldU2D38_12() { return &___U24U24fieldU2D38_12; } inline void set_U24U24fieldU2D38_12(U24ArrayTypeU24256_t1929481984 value) { ___U24U24fieldU2D38_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D39_13)); } inline U24ArrayTypeU241280_t4290130235 get_U24U24fieldU2D39_13() const { return ___U24U24fieldU2D39_13; } inline U24ArrayTypeU241280_t4290130235 * get_address_of_U24U24fieldU2D39_13() { return &___U24U24fieldU2D39_13; } inline void set_U24U24fieldU2D39_13(U24ArrayTypeU241280_t4290130235 value) { ___U24U24fieldU2D39_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D40_14)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D40_14() const { return ___U24U24fieldU2D40_14; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D40_14() { return &___U24U24fieldU2D40_14; } inline void set_U24U24fieldU2D40_14(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D40_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D41_15)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D41_15() const { return ___U24U24fieldU2D41_15; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D41_15() { return &___U24U24fieldU2D41_15; } inline void set_U24U24fieldU2D41_15(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D41_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D42_16)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D42_16() const { return ___U24U24fieldU2D42_16; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D42_16() { return &___U24U24fieldU2D42_16; } inline void set_U24U24fieldU2D42_16(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D42_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D43_17)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D43_17() const { return ___U24U24fieldU2D43_17; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D43_17() { return &___U24U24fieldU2D43_17; } inline void set_U24U24fieldU2D43_17(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D43_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D44_18)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D44_18() const { return ___U24U24fieldU2D44_18; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D44_18() { return &___U24U24fieldU2D44_18; } inline void set_U24U24fieldU2D44_18(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D44_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #ifndef 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 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 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 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 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 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 DATETIMEFORMATFLAGS_T1884407083_H #define DATETIMEFORMATFLAGS_T1884407083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeFormatFlags struct DateTimeFormatFlags_t1884407083 { public: // System.Int32 System.Globalization.DateTimeFormatFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeFormatFlags_t1884407083, ___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 // DATETIMEFORMATFLAGS_T1884407083_H #ifndef XMLSCHEMAVALIDATIONFLAGS_T877176585_H #define XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_t877176585 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaValidationFlags_t877176585, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifndef XMLPROCESSINGINSTRUCTION_T425688976_H #define XMLPROCESSINGINSTRUCTION_T425688976_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlProcessingInstruction struct XmlProcessingInstruction_t425688976 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlProcessingInstruction::target String_t* ___target_6; // System.String System.Xml.XmlProcessingInstruction::data String_t* ___data_7; public: inline static int32_t get_offset_of_target_6() { return static_cast(offsetof(XmlProcessingInstruction_t425688976, ___target_6)); } inline String_t* get_target_6() const { return ___target_6; } inline String_t** get_address_of_target_6() { return &___target_6; } inline void set_target_6(String_t* value) { ___target_6 = value; Il2CppCodeGenWriteBarrier((&___target_6), value); } inline static int32_t get_offset_of_data_7() { return static_cast(offsetof(XmlProcessingInstruction_t425688976, ___data_7)); } inline String_t* get_data_7() const { return ___data_7; } inline String_t** get_address_of_data_7() { return &___data_7; } inline void set_data_7(String_t* value) { ___data_7 = value; Il2CppCodeGenWriteBarrier((&___data_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPROCESSINGINSTRUCTION_T425688976_H #ifndef 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 STRINGREADER_T3465604688_H #define STRINGREADER_T3465604688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.StringReader struct StringReader_t3465604688 : public TextReader_t283511965 { public: // System.String System.IO.StringReader::source String_t* ___source_2; // System.Int32 System.IO.StringReader::nextChar int32_t ___nextChar_3; // System.Int32 System.IO.StringReader::sourceLength int32_t ___sourceLength_4; public: inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(StringReader_t3465604688, ___source_2)); } inline String_t* get_source_2() const { return ___source_2; } inline String_t** get_address_of_source_2() { return &___source_2; } inline void set_source_2(String_t* value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((&___source_2), value); } inline static int32_t get_offset_of_nextChar_3() { return static_cast(offsetof(StringReader_t3465604688, ___nextChar_3)); } inline int32_t get_nextChar_3() const { return ___nextChar_3; } inline int32_t* get_address_of_nextChar_3() { return &___nextChar_3; } inline void set_nextChar_3(int32_t value) { ___nextChar_3 = value; } inline static int32_t get_offset_of_sourceLength_4() { return static_cast(offsetof(StringReader_t3465604688, ___sourceLength_4)); } inline int32_t get_sourceLength_4() const { return ___sourceLength_4; } inline int32_t* get_address_of_sourceLength_4() { return &___sourceLength_4; } inline void set_sourceLength_4(int32_t value) { ___sourceLength_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGREADER_T3465604688_H #ifndef 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 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 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 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 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 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 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 XMLSCHEMAEXCEPTION_T3511258692_H #define XMLSCHEMAEXCEPTION_T3511258692_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t3511258692 : public SystemException_t176217640 { public: // System.Boolean System.Xml.Schema.XmlSchemaException::hasLineInfo bool ___hasLineInfo_11; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_12; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_13; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceObj XmlSchemaObject_t1315720168 * ___sourceObj_14; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_15; public: inline static int32_t get_offset_of_hasLineInfo_11() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___hasLineInfo_11)); } inline bool get_hasLineInfo_11() const { return ___hasLineInfo_11; } inline bool* get_address_of_hasLineInfo_11() { return &___hasLineInfo_11; } inline void set_hasLineInfo_11(bool value) { ___hasLineInfo_11 = value; } inline static int32_t get_offset_of_lineNumber_12() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___lineNumber_12)); } inline int32_t get_lineNumber_12() const { return ___lineNumber_12; } inline int32_t* get_address_of_lineNumber_12() { return &___lineNumber_12; } inline void set_lineNumber_12(int32_t value) { ___lineNumber_12 = value; } inline static int32_t get_offset_of_linePosition_13() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___linePosition_13)); } inline int32_t get_linePosition_13() const { return ___linePosition_13; } inline int32_t* get_address_of_linePosition_13() { return &___linePosition_13; } inline void set_linePosition_13(int32_t value) { ___linePosition_13 = value; } inline static int32_t get_offset_of_sourceObj_14() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___sourceObj_14)); } inline XmlSchemaObject_t1315720168 * get_sourceObj_14() const { return ___sourceObj_14; } inline XmlSchemaObject_t1315720168 ** get_address_of_sourceObj_14() { return &___sourceObj_14; } inline void set_sourceObj_14(XmlSchemaObject_t1315720168 * value) { ___sourceObj_14 = value; Il2CppCodeGenWriteBarrier((&___sourceObj_14), value); } inline static int32_t get_offset_of_sourceUri_15() { return static_cast(offsetof(XmlSchemaException_t3511258692, ___sourceUri_15)); } inline String_t* get_sourceUri_15() const { return ___sourceUri_15; } inline String_t** get_address_of_sourceUri_15() { return &___sourceUri_15; } inline void set_sourceUri_15(String_t* value) { ___sourceUri_15 = value; Il2CppCodeGenWriteBarrier((&___sourceUri_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAEXCEPTION_T3511258692_H #ifndef XMLSCHEMAFORM_T4264307319_H #define XMLSCHEMAFORM_T4264307319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaForm struct XmlSchemaForm_t4264307319 { public: // System.Int32 System.Xml.Schema.XmlSchemaForm::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaForm_t4264307319, ___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 // XMLSCHEMAFORM_T4264307319_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 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 XMLINPUTSTREAM_T1691369434_H #define XMLINPUTSTREAM_T1691369434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlInputStream struct XmlInputStream_t1691369434 : public Stream_t1273022909 { public: // System.Text.Encoding System.Xml.XmlInputStream::enc Encoding_t1523322056 * ___enc_3; // System.IO.Stream System.Xml.XmlInputStream::stream Stream_t1273022909 * ___stream_4; // System.Byte[] System.Xml.XmlInputStream::buffer ByteU5BU5D_t4116647657* ___buffer_5; // System.Int32 System.Xml.XmlInputStream::bufLength int32_t ___bufLength_6; // System.Int32 System.Xml.XmlInputStream::bufPos int32_t ___bufPos_7; public: inline static int32_t get_offset_of_enc_3() { return static_cast(offsetof(XmlInputStream_t1691369434, ___enc_3)); } inline Encoding_t1523322056 * get_enc_3() const { return ___enc_3; } inline Encoding_t1523322056 ** get_address_of_enc_3() { return &___enc_3; } inline void set_enc_3(Encoding_t1523322056 * value) { ___enc_3 = value; Il2CppCodeGenWriteBarrier((&___enc_3), value); } inline static int32_t get_offset_of_stream_4() { return static_cast(offsetof(XmlInputStream_t1691369434, ___stream_4)); } inline Stream_t1273022909 * get_stream_4() const { return ___stream_4; } inline Stream_t1273022909 ** get_address_of_stream_4() { return &___stream_4; } inline void set_stream_4(Stream_t1273022909 * value) { ___stream_4 = value; Il2CppCodeGenWriteBarrier((&___stream_4), value); } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(XmlInputStream_t1691369434, ___buffer_5)); } inline ByteU5BU5D_t4116647657* get_buffer_5() const { return ___buffer_5; } inline ByteU5BU5D_t4116647657** get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(ByteU5BU5D_t4116647657* value) { ___buffer_5 = value; Il2CppCodeGenWriteBarrier((&___buffer_5), value); } inline static int32_t get_offset_of_bufLength_6() { return static_cast(offsetof(XmlInputStream_t1691369434, ___bufLength_6)); } inline int32_t get_bufLength_6() const { return ___bufLength_6; } inline int32_t* get_address_of_bufLength_6() { return &___bufLength_6; } inline void set_bufLength_6(int32_t value) { ___bufLength_6 = value; } inline static int32_t get_offset_of_bufPos_7() { return static_cast(offsetof(XmlInputStream_t1691369434, ___bufPos_7)); } inline int32_t get_bufPos_7() const { return ___bufPos_7; } inline int32_t* get_address_of_bufPos_7() { return &___bufPos_7; } inline void set_bufPos_7(int32_t value) { ___bufPos_7 = value; } }; struct XmlInputStream_t1691369434_StaticFields { public: // System.Text.Encoding System.Xml.XmlInputStream::StrictUTF8 Encoding_t1523322056 * ___StrictUTF8_2; // System.Xml.XmlException System.Xml.XmlInputStream::encodingException XmlException_t1761730631 * ___encodingException_8; public: inline static int32_t get_offset_of_StrictUTF8_2() { return static_cast(offsetof(XmlInputStream_t1691369434_StaticFields, ___StrictUTF8_2)); } inline Encoding_t1523322056 * get_StrictUTF8_2() const { return ___StrictUTF8_2; } inline Encoding_t1523322056 ** get_address_of_StrictUTF8_2() { return &___StrictUTF8_2; } inline void set_StrictUTF8_2(Encoding_t1523322056 * value) { ___StrictUTF8_2 = value; Il2CppCodeGenWriteBarrier((&___StrictUTF8_2), value); } inline static int32_t get_offset_of_encodingException_8() { return static_cast(offsetof(XmlInputStream_t1691369434_StaticFields, ___encodingException_8)); } inline XmlException_t1761730631 * get_encodingException_8() const { return ___encodingException_8; } inline XmlException_t1761730631 ** get_address_of_encodingException_8() { return &___encodingException_8; } inline void set_encodingException_8(XmlException_t1761730631 * value) { ___encodingException_8 = value; Il2CppCodeGenWriteBarrier((&___encodingException_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLINPUTSTREAM_T1691369434_H #ifndef XMLDECLARATION_T679870411_H #define XMLDECLARATION_T679870411_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDeclaration struct XmlDeclaration_t679870411 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlDeclaration::encoding String_t* ___encoding_6; // System.String System.Xml.XmlDeclaration::standalone String_t* ___standalone_7; // System.String System.Xml.XmlDeclaration::version String_t* ___version_8; public: inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(XmlDeclaration_t679870411, ___encoding_6)); } inline String_t* get_encoding_6() const { return ___encoding_6; } inline String_t** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(String_t* value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((&___encoding_6), value); } inline static int32_t get_offset_of_standalone_7() { return static_cast(offsetof(XmlDeclaration_t679870411, ___standalone_7)); } inline String_t* get_standalone_7() const { return ___standalone_7; } inline String_t** get_address_of_standalone_7() { return &___standalone_7; } inline void set_standalone_7(String_t* value) { ___standalone_7 = value; Il2CppCodeGenWriteBarrier((&___standalone_7), value); } inline static int32_t get_offset_of_version_8() { return static_cast(offsetof(XmlDeclaration_t679870411, ___version_8)); } inline String_t* get_version_8() const { return ___version_8; } inline String_t** get_address_of_version_8() { return &___version_8; } inline void set_version_8(String_t* value) { ___version_8 = value; Il2CppCodeGenWriteBarrier((&___version_8), value); } }; struct XmlDeclaration_t679870411_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlDeclaration::<>f__switch$map30 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map30_9; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map30_9() { return static_cast(offsetof(XmlDeclaration_t679870411_StaticFields, ___U3CU3Ef__switchU24map30_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map30_9() const { return ___U3CU3Ef__switchU24map30_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map30_9() { return &___U3CU3Ef__switchU24map30_9; } inline void set_U3CU3Ef__switchU24map30_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map30_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map30_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDECLARATION_T679870411_H #ifndef XMLSCHEMAOBJECT_T1315720168_H #define XMLSCHEMAOBJECT_T1315720168_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t1315720168 : public RuntimeObject { public: // System.Int32 System.Xml.Schema.XmlSchemaObject::lineNumber int32_t ___lineNumber_0; // System.Int32 System.Xml.Schema.XmlSchemaObject::linePosition int32_t ___linePosition_1; // System.String System.Xml.Schema.XmlSchemaObject::sourceUri String_t* ___sourceUri_2; // System.Xml.Serialization.XmlSerializerNamespaces System.Xml.Schema.XmlSchemaObject::namespaces XmlSerializerNamespaces_t2702737953 * ___namespaces_3; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaObject::unhandledAttributeList ArrayList_t2718874744 * ___unhandledAttributeList_4; // System.Boolean System.Xml.Schema.XmlSchemaObject::isCompiled bool ___isCompiled_5; // System.Int32 System.Xml.Schema.XmlSchemaObject::errorCount int32_t ___errorCount_6; // System.Guid System.Xml.Schema.XmlSchemaObject::CompilationId Guid_t ___CompilationId_7; // System.Guid System.Xml.Schema.XmlSchemaObject::ValidationId Guid_t ___ValidationId_8; // System.Boolean System.Xml.Schema.XmlSchemaObject::isRedefineChild bool ___isRedefineChild_9; // System.Boolean System.Xml.Schema.XmlSchemaObject::isRedefinedComponent bool ___isRedefinedComponent_10; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObject::redefinedObject XmlSchemaObject_t1315720168 * ___redefinedObject_11; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObject::parent XmlSchemaObject_t1315720168 * ___parent_12; public: inline static int32_t get_offset_of_lineNumber_0() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___lineNumber_0)); } inline int32_t get_lineNumber_0() const { return ___lineNumber_0; } inline int32_t* get_address_of_lineNumber_0() { return &___lineNumber_0; } inline void set_lineNumber_0(int32_t value) { ___lineNumber_0 = value; } inline static int32_t get_offset_of_linePosition_1() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___linePosition_1)); } inline int32_t get_linePosition_1() const { return ___linePosition_1; } inline int32_t* get_address_of_linePosition_1() { return &___linePosition_1; } inline void set_linePosition_1(int32_t value) { ___linePosition_1 = value; } inline static int32_t get_offset_of_sourceUri_2() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___sourceUri_2)); } inline String_t* get_sourceUri_2() const { return ___sourceUri_2; } inline String_t** get_address_of_sourceUri_2() { return &___sourceUri_2; } inline void set_sourceUri_2(String_t* value) { ___sourceUri_2 = value; Il2CppCodeGenWriteBarrier((&___sourceUri_2), value); } inline static int32_t get_offset_of_namespaces_3() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___namespaces_3)); } inline XmlSerializerNamespaces_t2702737953 * get_namespaces_3() const { return ___namespaces_3; } inline XmlSerializerNamespaces_t2702737953 ** get_address_of_namespaces_3() { return &___namespaces_3; } inline void set_namespaces_3(XmlSerializerNamespaces_t2702737953 * value) { ___namespaces_3 = value; Il2CppCodeGenWriteBarrier((&___namespaces_3), value); } inline static int32_t get_offset_of_unhandledAttributeList_4() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___unhandledAttributeList_4)); } inline ArrayList_t2718874744 * get_unhandledAttributeList_4() const { return ___unhandledAttributeList_4; } inline ArrayList_t2718874744 ** get_address_of_unhandledAttributeList_4() { return &___unhandledAttributeList_4; } inline void set_unhandledAttributeList_4(ArrayList_t2718874744 * value) { ___unhandledAttributeList_4 = value; Il2CppCodeGenWriteBarrier((&___unhandledAttributeList_4), value); } inline static int32_t get_offset_of_isCompiled_5() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___isCompiled_5)); } inline bool get_isCompiled_5() const { return ___isCompiled_5; } inline bool* get_address_of_isCompiled_5() { return &___isCompiled_5; } inline void set_isCompiled_5(bool value) { ___isCompiled_5 = value; } inline static int32_t get_offset_of_errorCount_6() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___errorCount_6)); } inline int32_t get_errorCount_6() const { return ___errorCount_6; } inline int32_t* get_address_of_errorCount_6() { return &___errorCount_6; } inline void set_errorCount_6(int32_t value) { ___errorCount_6 = value; } inline static int32_t get_offset_of_CompilationId_7() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___CompilationId_7)); } inline Guid_t get_CompilationId_7() const { return ___CompilationId_7; } inline Guid_t * get_address_of_CompilationId_7() { return &___CompilationId_7; } inline void set_CompilationId_7(Guid_t value) { ___CompilationId_7 = value; } inline static int32_t get_offset_of_ValidationId_8() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___ValidationId_8)); } inline Guid_t get_ValidationId_8() const { return ___ValidationId_8; } inline Guid_t * get_address_of_ValidationId_8() { return &___ValidationId_8; } inline void set_ValidationId_8(Guid_t value) { ___ValidationId_8 = value; } inline static int32_t get_offset_of_isRedefineChild_9() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___isRedefineChild_9)); } inline bool get_isRedefineChild_9() const { return ___isRedefineChild_9; } inline bool* get_address_of_isRedefineChild_9() { return &___isRedefineChild_9; } inline void set_isRedefineChild_9(bool value) { ___isRedefineChild_9 = value; } inline static int32_t get_offset_of_isRedefinedComponent_10() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___isRedefinedComponent_10)); } inline bool get_isRedefinedComponent_10() const { return ___isRedefinedComponent_10; } inline bool* get_address_of_isRedefinedComponent_10() { return &___isRedefinedComponent_10; } inline void set_isRedefinedComponent_10(bool value) { ___isRedefinedComponent_10 = value; } inline static int32_t get_offset_of_redefinedObject_11() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___redefinedObject_11)); } inline XmlSchemaObject_t1315720168 * get_redefinedObject_11() const { return ___redefinedObject_11; } inline XmlSchemaObject_t1315720168 ** get_address_of_redefinedObject_11() { return &___redefinedObject_11; } inline void set_redefinedObject_11(XmlSchemaObject_t1315720168 * value) { ___redefinedObject_11 = value; Il2CppCodeGenWriteBarrier((&___redefinedObject_11), value); } inline static int32_t get_offset_of_parent_12() { return static_cast(offsetof(XmlSchemaObject_t1315720168, ___parent_12)); } inline XmlSchemaObject_t1315720168 * get_parent_12() const { return ___parent_12; } inline XmlSchemaObject_t1315720168 ** get_address_of_parent_12() { return &___parent_12; } inline void set_parent_12(XmlSchemaObject_t1315720168 * value) { ___parent_12 = value; Il2CppCodeGenWriteBarrier((&___parent_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAOBJECT_T1315720168_H #ifndef XMLENTITYREFERENCE_T1966808559_H #define XMLENTITYREFERENCE_T1966808559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlEntityReference struct XmlEntityReference_t1966808559 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlEntityReference::entityName String_t* ___entityName_6; // System.Xml.XmlLinkedNode System.Xml.XmlEntityReference::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_7; public: inline static int32_t get_offset_of_entityName_6() { return static_cast(offsetof(XmlEntityReference_t1966808559, ___entityName_6)); } inline String_t* get_entityName_6() const { return ___entityName_6; } inline String_t** get_address_of_entityName_6() { return &___entityName_6; } inline void set_entityName_6(String_t* value) { ___entityName_6 = value; Il2CppCodeGenWriteBarrier((&___entityName_6), value); } inline static int32_t get_offset_of_lastLinkedChild_7() { return static_cast(offsetof(XmlEntityReference_t1966808559, ___lastLinkedChild_7)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_7() const { return ___lastLinkedChild_7; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_7() { return &___lastLinkedChild_7; } inline void set_lastLinkedChild_7(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_7 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLENTITYREFERENCE_T1966808559_H #ifndef 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 XMLTYPECODE_T2623622950_H #define XMLTYPECODE_T2623622950_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlTypeCode struct XmlTypeCode_t2623622950 { public: // System.Int32 System.Xml.Schema.XmlTypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlTypeCode_t2623622950, ___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 // XMLTYPECODE_T2623622950_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 SCHEMATYPES_T1741406581_H #define SCHEMATYPES_T1741406581_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.SchemaTypes struct SchemaTypes_t1741406581 { public: // System.Int32 System.Xml.Serialization.SchemaTypes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(SchemaTypes_t1741406581, ___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 // SCHEMATYPES_T1741406581_H #ifndef XMLSCHEMACONTENTTYPE_T3022550233_H #define XMLSCHEMACONTENTTYPE_T3022550233_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaContentType struct XmlSchemaContentType_t3022550233 { public: // System.Int32 System.Xml.Schema.XmlSchemaContentType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaContentType_t3022550233, ___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 // XMLSCHEMACONTENTTYPE_T3022550233_H #ifndef CONSTRUCTORINFO_T5769829_H #define CONSTRUCTORINFO_T5769829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ConstructorInfo struct ConstructorInfo_t5769829 : public MethodBase_t { public: public: }; struct ConstructorInfo_t5769829_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((&___ConstructorName_0), value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t5769829_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((&___TypeConstructorName_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CONSTRUCTORINFO_T5769829_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 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 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 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 XMLSCHEMADERIVATIONMETHOD_T1774354337_H #define XMLSCHEMADERIVATIONMETHOD_T1774354337_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaDerivationMethod struct XmlSchemaDerivationMethod_t1774354337 { public: // System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaDerivationMethod_t1774354337, ___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 // XMLSCHEMADERIVATIONMETHOD_T1774354337_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 XMLSCHEMACONTENTPROCESSING_T826201100_H #define XMLSCHEMACONTENTPROCESSING_T826201100_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaContentProcessing struct XmlSchemaContentProcessing_t826201100 { public: // System.Int32 System.Xml.Schema.XmlSchemaContentProcessing::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaContentProcessing_t826201100, ___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 // XMLSCHEMACONTENTPROCESSING_T826201100_H #ifndef TRANSITION_T766760941_H #define TRANSITION_T766760941_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidator/Transition struct Transition_t766760941 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidator/Transition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Transition_t766760941, ___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 // TRANSITION_T766760941_H #ifndef XMLSCHEMAUSE_T647315988_H #define XMLSCHEMAUSE_T647315988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaUse struct XmlSchemaUse_t647315988 { public: // System.Int32 System.Xml.Schema.XmlSchemaUse::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaUse_t647315988, ___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 // XMLSCHEMAUSE_T647315988_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 FACET_T1501039206_H #define FACET_T1501039206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaFacet/Facet struct Facet_t1501039206 { public: // System.Int32 System.Xml.Schema.XmlSchemaFacet/Facet::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Facet_t1501039206, ___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 // FACET_T1501039206_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 XMLSEVERITYTYPE_T1894651412_H #define XMLSEVERITYTYPE_T1894651412_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSeverityType struct XmlSeverityType_t1894651412 { public: // System.Int32 System.Xml.Schema.XmlSeverityType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSeverityType_t1894651412, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSEVERITYTYPE_T1894651412_H #ifndef 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 VALIDATIONTYPE_T4049928607_H #define VALIDATIONTYPE_T4049928607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ValidationType struct ValidationType_t4049928607 { public: // System.Int32 System.Xml.ValidationType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ValidationType_t4049928607, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONTYPE_T4049928607_H #ifndef XMLELEMENT_T561603118_H #define XMLELEMENT_T561603118_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlElement struct XmlElement_t561603118 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes XmlAttributeCollection_t2316283784 * ___attributes_6; // System.Xml.XmlNameEntry System.Xml.XmlElement::name XmlNameEntry_t1073099671 * ___name_7; // System.Xml.XmlLinkedNode System.Xml.XmlElement::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_8; // System.Boolean System.Xml.XmlElement::isNotEmpty bool ___isNotEmpty_9; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::schemaInfo RuntimeObject* ___schemaInfo_10; public: inline static int32_t get_offset_of_attributes_6() { return static_cast(offsetof(XmlElement_t561603118, ___attributes_6)); } inline XmlAttributeCollection_t2316283784 * get_attributes_6() const { return ___attributes_6; } inline XmlAttributeCollection_t2316283784 ** get_address_of_attributes_6() { return &___attributes_6; } inline void set_attributes_6(XmlAttributeCollection_t2316283784 * value) { ___attributes_6 = value; Il2CppCodeGenWriteBarrier((&___attributes_6), value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(XmlElement_t561603118, ___name_7)); } inline XmlNameEntry_t1073099671 * get_name_7() const { return ___name_7; } inline XmlNameEntry_t1073099671 ** get_address_of_name_7() { return &___name_7; } inline void set_name_7(XmlNameEntry_t1073099671 * value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_lastLinkedChild_8() { return static_cast(offsetof(XmlElement_t561603118, ___lastLinkedChild_8)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_8() const { return ___lastLinkedChild_8; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_8() { return &___lastLinkedChild_8; } inline void set_lastLinkedChild_8(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_8 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_8), value); } inline static int32_t get_offset_of_isNotEmpty_9() { return static_cast(offsetof(XmlElement_t561603118, ___isNotEmpty_9)); } inline bool get_isNotEmpty_9() const { return ___isNotEmpty_9; } inline bool* get_address_of_isNotEmpty_9() { return &___isNotEmpty_9; } inline void set_isNotEmpty_9(bool value) { ___isNotEmpty_9 = value; } inline static int32_t get_offset_of_schemaInfo_10() { return static_cast(offsetof(XmlElement_t561603118, ___schemaInfo_10)); } inline RuntimeObject* get_schemaInfo_10() const { return ___schemaInfo_10; } inline RuntimeObject** get_address_of_schemaInfo_10() { return &___schemaInfo_10; } inline void set_schemaInfo_10(RuntimeObject* value) { ___schemaInfo_10 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLELEMENT_T561603118_H #ifndef 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 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 XMLDOCUMENTTYPE_T4112370061_H #define XMLDOCUMENTTYPE_T4112370061_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocumentType struct XmlDocumentType_t4112370061 : public XmlLinkedNode_t1437094927 { public: // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::entities XmlNamedNodeMap_t2821286253 * ___entities_6; // System.Xml.XmlNamedNodeMap System.Xml.XmlDocumentType::notations XmlNamedNodeMap_t2821286253 * ___notations_7; // Mono.Xml.DTDObjectModel System.Xml.XmlDocumentType::dtd DTDObjectModel_t1729680289 * ___dtd_8; public: inline static int32_t get_offset_of_entities_6() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___entities_6)); } inline XmlNamedNodeMap_t2821286253 * get_entities_6() const { return ___entities_6; } inline XmlNamedNodeMap_t2821286253 ** get_address_of_entities_6() { return &___entities_6; } inline void set_entities_6(XmlNamedNodeMap_t2821286253 * value) { ___entities_6 = value; Il2CppCodeGenWriteBarrier((&___entities_6), value); } inline static int32_t get_offset_of_notations_7() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___notations_7)); } inline XmlNamedNodeMap_t2821286253 * get_notations_7() const { return ___notations_7; } inline XmlNamedNodeMap_t2821286253 ** get_address_of_notations_7() { return &___notations_7; } inline void set_notations_7(XmlNamedNodeMap_t2821286253 * value) { ___notations_7 = value; Il2CppCodeGenWriteBarrier((&___notations_7), value); } inline static int32_t get_offset_of_dtd_8() { return static_cast(offsetof(XmlDocumentType_t4112370061, ___dtd_8)); } inline DTDObjectModel_t1729680289 * get_dtd_8() const { return ___dtd_8; } inline DTDObjectModel_t1729680289 ** get_address_of_dtd_8() { return &___dtd_8; } inline void set_dtd_8(DTDObjectModel_t1729680289 * value) { ___dtd_8 = value; Il2CppCodeGenWriteBarrier((&___dtd_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTTYPE_T4112370061_H #ifndef 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 XMLSCHEMASET_T266093086_H #define XMLSCHEMASET_T266093086_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086 : public RuntimeObject { public: // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable XmlNameTable_t71772148 * ___nameTable_0; // System.Xml.XmlResolver System.Xml.Schema.XmlSchemaSet::xmlResolver XmlResolver_t626023767 * ___xmlResolver_1; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaSet::schemas ArrayList_t2718874744 * ___schemas_2; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::attributes XmlSchemaObjectTable_t2546974348 * ___attributes_3; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::elements XmlSchemaObjectTable_t2546974348 * ___elements_4; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::types XmlSchemaObjectTable_t2546974348 * ___types_5; // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::idCollection Hashtable_t1853889766 * ___idCollection_6; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::namedIdentities XmlSchemaObjectTable_t2546974348 * ___namedIdentities_7; // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::settings XmlSchemaCompilationSettings_t2218765537 * ___settings_8; // System.Boolean System.Xml.Schema.XmlSchemaSet::isCompiled bool ___isCompiled_9; // System.Guid System.Xml.Schema.XmlSchemaSet::CompilationId Guid_t ___CompilationId_10; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_11; public: inline static int32_t get_offset_of_nameTable_0() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___nameTable_0)); } inline XmlNameTable_t71772148 * get_nameTable_0() const { return ___nameTable_0; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_0() { return &___nameTable_0; } inline void set_nameTable_0(XmlNameTable_t71772148 * value) { ___nameTable_0 = value; Il2CppCodeGenWriteBarrier((&___nameTable_0), value); } inline static int32_t get_offset_of_xmlResolver_1() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___xmlResolver_1)); } inline XmlResolver_t626023767 * get_xmlResolver_1() const { return ___xmlResolver_1; } inline XmlResolver_t626023767 ** get_address_of_xmlResolver_1() { return &___xmlResolver_1; } inline void set_xmlResolver_1(XmlResolver_t626023767 * value) { ___xmlResolver_1 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_1), value); } inline static int32_t get_offset_of_schemas_2() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___schemas_2)); } inline ArrayList_t2718874744 * get_schemas_2() const { return ___schemas_2; } inline ArrayList_t2718874744 ** get_address_of_schemas_2() { return &___schemas_2; } inline void set_schemas_2(ArrayList_t2718874744 * value) { ___schemas_2 = value; Il2CppCodeGenWriteBarrier((&___schemas_2), value); } inline static int32_t get_offset_of_attributes_3() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___attributes_3)); } inline XmlSchemaObjectTable_t2546974348 * get_attributes_3() const { return ___attributes_3; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributes_3() { return &___attributes_3; } inline void set_attributes_3(XmlSchemaObjectTable_t2546974348 * value) { ___attributes_3 = value; Il2CppCodeGenWriteBarrier((&___attributes_3), value); } inline static int32_t get_offset_of_elements_4() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___elements_4)); } inline XmlSchemaObjectTable_t2546974348 * get_elements_4() const { return ___elements_4; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_elements_4() { return &___elements_4; } inline void set_elements_4(XmlSchemaObjectTable_t2546974348 * value) { ___elements_4 = value; Il2CppCodeGenWriteBarrier((&___elements_4), value); } inline static int32_t get_offset_of_types_5() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___types_5)); } inline XmlSchemaObjectTable_t2546974348 * get_types_5() const { return ___types_5; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_types_5() { return &___types_5; } inline void set_types_5(XmlSchemaObjectTable_t2546974348 * value) { ___types_5 = value; Il2CppCodeGenWriteBarrier((&___types_5), value); } inline static int32_t get_offset_of_idCollection_6() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___idCollection_6)); } inline Hashtable_t1853889766 * get_idCollection_6() const { return ___idCollection_6; } inline Hashtable_t1853889766 ** get_address_of_idCollection_6() { return &___idCollection_6; } inline void set_idCollection_6(Hashtable_t1853889766 * value) { ___idCollection_6 = value; Il2CppCodeGenWriteBarrier((&___idCollection_6), value); } inline static int32_t get_offset_of_namedIdentities_7() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___namedIdentities_7)); } inline XmlSchemaObjectTable_t2546974348 * get_namedIdentities_7() const { return ___namedIdentities_7; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_namedIdentities_7() { return &___namedIdentities_7; } inline void set_namedIdentities_7(XmlSchemaObjectTable_t2546974348 * value) { ___namedIdentities_7 = value; Il2CppCodeGenWriteBarrier((&___namedIdentities_7), value); } inline static int32_t get_offset_of_settings_8() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___settings_8)); } inline XmlSchemaCompilationSettings_t2218765537 * get_settings_8() const { return ___settings_8; } inline XmlSchemaCompilationSettings_t2218765537 ** get_address_of_settings_8() { return &___settings_8; } inline void set_settings_8(XmlSchemaCompilationSettings_t2218765537 * value) { ___settings_8 = value; Il2CppCodeGenWriteBarrier((&___settings_8), value); } inline static int32_t get_offset_of_isCompiled_9() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___isCompiled_9)); } inline bool get_isCompiled_9() const { return ___isCompiled_9; } inline bool* get_address_of_isCompiled_9() { return &___isCompiled_9; } inline void set_isCompiled_9(bool value) { ___isCompiled_9 = value; } inline static int32_t get_offset_of_CompilationId_10() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___CompilationId_10)); } inline Guid_t get_CompilationId_10() const { return ___CompilationId_10; } inline Guid_t * get_address_of_CompilationId_10() { return &___CompilationId_10; } inline void set_CompilationId_10(Guid_t value) { ___CompilationId_10 = value; } inline static int32_t get_offset_of_ValidationEventHandler_11() { return static_cast(offsetof(XmlSchemaSet_t266093086, ___ValidationEventHandler_11)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_11() const { return ___ValidationEventHandler_11; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_11() { return &___ValidationEventHandler_11; } inline void set_ValidationEventHandler_11(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_11 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASET_T266093086_H #ifndef 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 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 XMLCHARACTERDATA_T1167807131_H #define XMLCHARACTERDATA_T1167807131_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlCharacterData struct XmlCharacterData_t1167807131 : public XmlLinkedNode_t1437094927 { public: // System.String System.Xml.XmlCharacterData::data String_t* ___data_6; public: inline static int32_t get_offset_of_data_6() { return static_cast(offsetof(XmlCharacterData_t1167807131, ___data_6)); } inline String_t* get_data_6() const { return ___data_6; } inline String_t** get_address_of_data_6() { return &___data_6; } inline void set_data_6(String_t* value) { ___data_6 = value; Il2CppCodeGenWriteBarrier((&___data_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHARACTERDATA_T1167807131_H #ifndef 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 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 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 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 VALIDATIONEVENTARGS_T2784773869_H #define VALIDATIONEVENTARGS_T2784773869_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2784773869 : public EventArgs_t3591816995 { public: // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::exception XmlSchemaException_t3511258692 * ___exception_1; // System.String System.Xml.Schema.ValidationEventArgs::message String_t* ___message_2; // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::severity int32_t ___severity_3; public: inline static int32_t get_offset_of_exception_1() { return static_cast(offsetof(ValidationEventArgs_t2784773869, ___exception_1)); } inline XmlSchemaException_t3511258692 * get_exception_1() const { return ___exception_1; } inline XmlSchemaException_t3511258692 ** get_address_of_exception_1() { return &___exception_1; } inline void set_exception_1(XmlSchemaException_t3511258692 * value) { ___exception_1 = value; Il2CppCodeGenWriteBarrier((&___exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(ValidationEventArgs_t2784773869, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_severity_3() { return static_cast(offsetof(ValidationEventArgs_t2784773869, ___severity_3)); } inline int32_t get_severity_3() const { return ___severity_3; } inline int32_t* get_address_of_severity_3() { return &___severity_3; } inline void set_severity_3(int32_t value) { ___severity_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONEVENTARGS_T2784773869_H #ifndef XMLSCHEMAVALIDATIONEXCEPTION_T816160496_H #define XMLSCHEMAVALIDATIONEXCEPTION_T816160496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidationException struct XmlSchemaValidationException_t816160496 : public XmlSchemaException_t3511258692 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATIONEXCEPTION_T816160496_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 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 XMLSCHEMAANNOTATION_T2553753397_H #define XMLSCHEMAANNOTATION_T2553753397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t2553753397 : public XmlSchemaObject_t1315720168 { public: // System.String System.Xml.Schema.XmlSchemaAnnotation::id String_t* ___id_13; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAnnotation::items XmlSchemaObjectCollection_t1064819932 * ___items_14; public: inline static int32_t get_offset_of_id_13() { return static_cast(offsetof(XmlSchemaAnnotation_t2553753397, ___id_13)); } inline String_t* get_id_13() const { return ___id_13; } inline String_t** get_address_of_id_13() { return &___id_13; } inline void set_id_13(String_t* value) { ___id_13 = value; Il2CppCodeGenWriteBarrier((&___id_13), value); } inline static int32_t get_offset_of_items_14() { return static_cast(offsetof(XmlSchemaAnnotation_t2553753397, ___items_14)); } inline XmlSchemaObjectCollection_t1064819932 * get_items_14() const { return ___items_14; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_items_14() { return &___items_14; } inline void set_items_14(XmlSchemaObjectCollection_t1064819932 * value) { ___items_14 = value; Il2CppCodeGenWriteBarrier((&___items_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAANNOTATION_T2553753397_H #ifndef XMLSCHEMAANNOTATED_T2603549639_H #define XMLSCHEMAANNOTATED_T2603549639_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t2603549639 : public XmlSchemaObject_t1315720168 { public: // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaAnnotated::annotation XmlSchemaAnnotation_t2553753397 * ___annotation_13; // System.String System.Xml.Schema.XmlSchemaAnnotated::id String_t* ___id_14; // System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchemaAnnotated::unhandledAttributes XmlAttributeU5BU5D_t1490365106* ___unhandledAttributes_15; public: inline static int32_t get_offset_of_annotation_13() { return static_cast(offsetof(XmlSchemaAnnotated_t2603549639, ___annotation_13)); } inline XmlSchemaAnnotation_t2553753397 * get_annotation_13() const { return ___annotation_13; } inline XmlSchemaAnnotation_t2553753397 ** get_address_of_annotation_13() { return &___annotation_13; } inline void set_annotation_13(XmlSchemaAnnotation_t2553753397 * value) { ___annotation_13 = value; Il2CppCodeGenWriteBarrier((&___annotation_13), value); } inline static int32_t get_offset_of_id_14() { return static_cast(offsetof(XmlSchemaAnnotated_t2603549639, ___id_14)); } inline String_t* get_id_14() const { return ___id_14; } inline String_t** get_address_of_id_14() { return &___id_14; } inline void set_id_14(String_t* value) { ___id_14 = value; Il2CppCodeGenWriteBarrier((&___id_14), value); } inline static int32_t get_offset_of_unhandledAttributes_15() { return static_cast(offsetof(XmlSchemaAnnotated_t2603549639, ___unhandledAttributes_15)); } inline XmlAttributeU5BU5D_t1490365106* get_unhandledAttributes_15() const { return ___unhandledAttributes_15; } inline XmlAttributeU5BU5D_t1490365106** get_address_of_unhandledAttributes_15() { return &___unhandledAttributes_15; } inline void set_unhandledAttributes_15(XmlAttributeU5BU5D_t1490365106* value) { ___unhandledAttributes_15 = value; Il2CppCodeGenWriteBarrier((&___unhandledAttributes_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAANNOTATED_T2603549639_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 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 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.Collections.ArrayList Mono.Xml.DTDAttributeDefinition::enumeratedLiterals ArrayList_t2718874744 * ___enumeratedLiterals_7; // System.String Mono.Xml.DTDAttributeDefinition::unresolvedDefault String_t* ___unresolvedDefault_8; // System.Collections.ArrayList Mono.Xml.DTDAttributeDefinition::enumeratedNotations ArrayList_t2718874744 * ___enumeratedNotations_9; // Mono.Xml.DTDAttributeOccurenceType Mono.Xml.DTDAttributeDefinition::occurenceType int32_t ___occurenceType_10; // System.String Mono.Xml.DTDAttributeDefinition::resolvedDefaultValue String_t* ___resolvedDefaultValue_11; 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_enumeratedLiterals_7() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___enumeratedLiterals_7)); } inline ArrayList_t2718874744 * get_enumeratedLiterals_7() const { return ___enumeratedLiterals_7; } inline ArrayList_t2718874744 ** get_address_of_enumeratedLiterals_7() { return &___enumeratedLiterals_7; } inline void set_enumeratedLiterals_7(ArrayList_t2718874744 * value) { ___enumeratedLiterals_7 = value; Il2CppCodeGenWriteBarrier((&___enumeratedLiterals_7), value); } inline static int32_t get_offset_of_unresolvedDefault_8() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___unresolvedDefault_8)); } inline String_t* get_unresolvedDefault_8() const { return ___unresolvedDefault_8; } inline String_t** get_address_of_unresolvedDefault_8() { return &___unresolvedDefault_8; } inline void set_unresolvedDefault_8(String_t* value) { ___unresolvedDefault_8 = value; Il2CppCodeGenWriteBarrier((&___unresolvedDefault_8), value); } inline static int32_t get_offset_of_enumeratedNotations_9() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___enumeratedNotations_9)); } inline ArrayList_t2718874744 * get_enumeratedNotations_9() const { return ___enumeratedNotations_9; } inline ArrayList_t2718874744 ** get_address_of_enumeratedNotations_9() { return &___enumeratedNotations_9; } inline void set_enumeratedNotations_9(ArrayList_t2718874744 * value) { ___enumeratedNotations_9 = value; Il2CppCodeGenWriteBarrier((&___enumeratedNotations_9), value); } inline static int32_t get_offset_of_occurenceType_10() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___occurenceType_10)); } inline int32_t get_occurenceType_10() const { return ___occurenceType_10; } inline int32_t* get_address_of_occurenceType_10() { return &___occurenceType_10; } inline void set_occurenceType_10(int32_t value) { ___occurenceType_10 = value; } inline static int32_t get_offset_of_resolvedDefaultValue_11() { return static_cast(offsetof(DTDAttributeDefinition_t3434905422, ___resolvedDefaultValue_11)); } inline String_t* get_resolvedDefaultValue_11() const { return ___resolvedDefaultValue_11; } inline String_t** get_address_of_resolvedDefaultValue_11() { return &___resolvedDefaultValue_11; } inline void set_resolvedDefaultValue_11(String_t* value) { ___resolvedDefaultValue_11 = value; Il2CppCodeGenWriteBarrier((&___resolvedDefaultValue_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDATTRIBUTEDEFINITION_T3434905422_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 XMLSCHEMA_T3742557897_H #define XMLSCHEMA_T3742557897_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchema struct XmlSchema_t3742557897 : public XmlSchemaObject_t1315720168 { public: // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::attributeFormDefault int32_t ___attributeFormDefault_13; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::attributeGroups XmlSchemaObjectTable_t2546974348 * ___attributeGroups_14; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::attributes XmlSchemaObjectTable_t2546974348 * ___attributes_15; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::blockDefault int32_t ___blockDefault_16; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::elementFormDefault int32_t ___elementFormDefault_17; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::elements XmlSchemaObjectTable_t2546974348 * ___elements_18; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::finalDefault int32_t ___finalDefault_19; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::groups XmlSchemaObjectTable_t2546974348 * ___groups_20; // System.String System.Xml.Schema.XmlSchema::id String_t* ___id_21; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::includes XmlSchemaObjectCollection_t1064819932 * ___includes_22; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::items XmlSchemaObjectCollection_t1064819932 * ___items_23; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::notations XmlSchemaObjectTable_t2546974348 * ___notations_24; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::schemaTypes XmlSchemaObjectTable_t2546974348 * ___schemaTypes_25; // System.String System.Xml.Schema.XmlSchema::targetNamespace String_t* ___targetNamespace_26; // System.String System.Xml.Schema.XmlSchema::version String_t* ___version_27; // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchema::schemas XmlSchemaSet_t266093086 * ___schemas_28; // System.Xml.XmlNameTable System.Xml.Schema.XmlSchema::nameTable XmlNameTable_t71772148 * ___nameTable_29; // System.Boolean System.Xml.Schema.XmlSchema::missedSubComponents bool ___missedSubComponents_30; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::compilationItems XmlSchemaObjectCollection_t1064819932 * ___compilationItems_31; public: inline static int32_t get_offset_of_attributeFormDefault_13() { return static_cast(offsetof(XmlSchema_t3742557897, ___attributeFormDefault_13)); } inline int32_t get_attributeFormDefault_13() const { return ___attributeFormDefault_13; } inline int32_t* get_address_of_attributeFormDefault_13() { return &___attributeFormDefault_13; } inline void set_attributeFormDefault_13(int32_t value) { ___attributeFormDefault_13 = value; } inline static int32_t get_offset_of_attributeGroups_14() { return static_cast(offsetof(XmlSchema_t3742557897, ___attributeGroups_14)); } inline XmlSchemaObjectTable_t2546974348 * get_attributeGroups_14() const { return ___attributeGroups_14; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributeGroups_14() { return &___attributeGroups_14; } inline void set_attributeGroups_14(XmlSchemaObjectTable_t2546974348 * value) { ___attributeGroups_14 = value; Il2CppCodeGenWriteBarrier((&___attributeGroups_14), value); } inline static int32_t get_offset_of_attributes_15() { return static_cast(offsetof(XmlSchema_t3742557897, ___attributes_15)); } inline XmlSchemaObjectTable_t2546974348 * get_attributes_15() const { return ___attributes_15; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributes_15() { return &___attributes_15; } inline void set_attributes_15(XmlSchemaObjectTable_t2546974348 * value) { ___attributes_15 = value; Il2CppCodeGenWriteBarrier((&___attributes_15), value); } inline static int32_t get_offset_of_blockDefault_16() { return static_cast(offsetof(XmlSchema_t3742557897, ___blockDefault_16)); } inline int32_t get_blockDefault_16() const { return ___blockDefault_16; } inline int32_t* get_address_of_blockDefault_16() { return &___blockDefault_16; } inline void set_blockDefault_16(int32_t value) { ___blockDefault_16 = value; } inline static int32_t get_offset_of_elementFormDefault_17() { return static_cast(offsetof(XmlSchema_t3742557897, ___elementFormDefault_17)); } inline int32_t get_elementFormDefault_17() const { return ___elementFormDefault_17; } inline int32_t* get_address_of_elementFormDefault_17() { return &___elementFormDefault_17; } inline void set_elementFormDefault_17(int32_t value) { ___elementFormDefault_17 = value; } inline static int32_t get_offset_of_elements_18() { return static_cast(offsetof(XmlSchema_t3742557897, ___elements_18)); } inline XmlSchemaObjectTable_t2546974348 * get_elements_18() const { return ___elements_18; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_elements_18() { return &___elements_18; } inline void set_elements_18(XmlSchemaObjectTable_t2546974348 * value) { ___elements_18 = value; Il2CppCodeGenWriteBarrier((&___elements_18), value); } inline static int32_t get_offset_of_finalDefault_19() { return static_cast(offsetof(XmlSchema_t3742557897, ___finalDefault_19)); } inline int32_t get_finalDefault_19() const { return ___finalDefault_19; } inline int32_t* get_address_of_finalDefault_19() { return &___finalDefault_19; } inline void set_finalDefault_19(int32_t value) { ___finalDefault_19 = value; } inline static int32_t get_offset_of_groups_20() { return static_cast(offsetof(XmlSchema_t3742557897, ___groups_20)); } inline XmlSchemaObjectTable_t2546974348 * get_groups_20() const { return ___groups_20; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_groups_20() { return &___groups_20; } inline void set_groups_20(XmlSchemaObjectTable_t2546974348 * value) { ___groups_20 = value; Il2CppCodeGenWriteBarrier((&___groups_20), value); } inline static int32_t get_offset_of_id_21() { return static_cast(offsetof(XmlSchema_t3742557897, ___id_21)); } inline String_t* get_id_21() const { return ___id_21; } inline String_t** get_address_of_id_21() { return &___id_21; } inline void set_id_21(String_t* value) { ___id_21 = value; Il2CppCodeGenWriteBarrier((&___id_21), value); } inline static int32_t get_offset_of_includes_22() { return static_cast(offsetof(XmlSchema_t3742557897, ___includes_22)); } inline XmlSchemaObjectCollection_t1064819932 * get_includes_22() const { return ___includes_22; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_includes_22() { return &___includes_22; } inline void set_includes_22(XmlSchemaObjectCollection_t1064819932 * value) { ___includes_22 = value; Il2CppCodeGenWriteBarrier((&___includes_22), value); } inline static int32_t get_offset_of_items_23() { return static_cast(offsetof(XmlSchema_t3742557897, ___items_23)); } inline XmlSchemaObjectCollection_t1064819932 * get_items_23() const { return ___items_23; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_items_23() { return &___items_23; } inline void set_items_23(XmlSchemaObjectCollection_t1064819932 * value) { ___items_23 = value; Il2CppCodeGenWriteBarrier((&___items_23), value); } inline static int32_t get_offset_of_notations_24() { return static_cast(offsetof(XmlSchema_t3742557897, ___notations_24)); } inline XmlSchemaObjectTable_t2546974348 * get_notations_24() const { return ___notations_24; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_notations_24() { return &___notations_24; } inline void set_notations_24(XmlSchemaObjectTable_t2546974348 * value) { ___notations_24 = value; Il2CppCodeGenWriteBarrier((&___notations_24), value); } inline static int32_t get_offset_of_schemaTypes_25() { return static_cast(offsetof(XmlSchema_t3742557897, ___schemaTypes_25)); } inline XmlSchemaObjectTable_t2546974348 * get_schemaTypes_25() const { return ___schemaTypes_25; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_schemaTypes_25() { return &___schemaTypes_25; } inline void set_schemaTypes_25(XmlSchemaObjectTable_t2546974348 * value) { ___schemaTypes_25 = value; Il2CppCodeGenWriteBarrier((&___schemaTypes_25), value); } inline static int32_t get_offset_of_targetNamespace_26() { return static_cast(offsetof(XmlSchema_t3742557897, ___targetNamespace_26)); } inline String_t* get_targetNamespace_26() const { return ___targetNamespace_26; } inline String_t** get_address_of_targetNamespace_26() { return &___targetNamespace_26; } inline void set_targetNamespace_26(String_t* value) { ___targetNamespace_26 = value; Il2CppCodeGenWriteBarrier((&___targetNamespace_26), value); } inline static int32_t get_offset_of_version_27() { return static_cast(offsetof(XmlSchema_t3742557897, ___version_27)); } inline String_t* get_version_27() const { return ___version_27; } inline String_t** get_address_of_version_27() { return &___version_27; } inline void set_version_27(String_t* value) { ___version_27 = value; Il2CppCodeGenWriteBarrier((&___version_27), value); } inline static int32_t get_offset_of_schemas_28() { return static_cast(offsetof(XmlSchema_t3742557897, ___schemas_28)); } inline XmlSchemaSet_t266093086 * get_schemas_28() const { return ___schemas_28; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_28() { return &___schemas_28; } inline void set_schemas_28(XmlSchemaSet_t266093086 * value) { ___schemas_28 = value; Il2CppCodeGenWriteBarrier((&___schemas_28), value); } inline static int32_t get_offset_of_nameTable_29() { return static_cast(offsetof(XmlSchema_t3742557897, ___nameTable_29)); } inline XmlNameTable_t71772148 * get_nameTable_29() const { return ___nameTable_29; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_29() { return &___nameTable_29; } inline void set_nameTable_29(XmlNameTable_t71772148 * value) { ___nameTable_29 = value; Il2CppCodeGenWriteBarrier((&___nameTable_29), value); } inline static int32_t get_offset_of_missedSubComponents_30() { return static_cast(offsetof(XmlSchema_t3742557897, ___missedSubComponents_30)); } inline bool get_missedSubComponents_30() const { return ___missedSubComponents_30; } inline bool* get_address_of_missedSubComponents_30() { return &___missedSubComponents_30; } inline void set_missedSubComponents_30(bool value) { ___missedSubComponents_30 = value; } inline static int32_t get_offset_of_compilationItems_31() { return static_cast(offsetof(XmlSchema_t3742557897, ___compilationItems_31)); } inline XmlSchemaObjectCollection_t1064819932 * get_compilationItems_31() const { return ___compilationItems_31; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_compilationItems_31() { return &___compilationItems_31; } inline void set_compilationItems_31(XmlSchemaObjectCollection_t1064819932 * value) { ___compilationItems_31 = value; Il2CppCodeGenWriteBarrier((&___compilationItems_31), value); } }; struct XmlSchema_t3742557897_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchema::<>f__switch$map41 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map41_32; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map41_32() { return static_cast(offsetof(XmlSchema_t3742557897_StaticFields, ___U3CU3Ef__switchU24map41_32)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map41_32() const { return ___U3CU3Ef__switchU24map41_32; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map41_32() { return &___U3CU3Ef__switchU24map41_32; } inline void set_U3CU3Ef__switchU24map41_32(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map41_32 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map41_32), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMA_T3742557897_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 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 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 XMLVALIDATINGREADER_T1719295192_H #define XMLVALIDATINGREADER_T1719295192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlValidatingReader struct XmlValidatingReader_t1719295192 : public XmlReader_t3121518892 { public: // System.Xml.EntityHandling System.Xml.XmlValidatingReader::entityHandling int32_t ___entityHandling_2; // System.Xml.XmlReader System.Xml.XmlValidatingReader::sourceReader XmlReader_t3121518892 * ___sourceReader_3; // System.Xml.XmlTextReader System.Xml.XmlValidatingReader::xmlTextReader XmlTextReader_t4233384356 * ___xmlTextReader_4; // System.Xml.XmlReader System.Xml.XmlValidatingReader::validatingReader XmlReader_t3121518892 * ___validatingReader_5; // System.Xml.XmlResolver System.Xml.XmlValidatingReader::resolver XmlResolver_t626023767 * ___resolver_6; // System.Boolean System.Xml.XmlValidatingReader::resolverSpecified bool ___resolverSpecified_7; // System.Xml.ValidationType System.Xml.XmlValidatingReader::validationType int32_t ___validationType_8; // System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReader::schemas XmlSchemaCollection_t3610399789 * ___schemas_9; // Mono.Xml.DTDValidatingReader System.Xml.XmlValidatingReader::dtdReader DTDValidatingReader_t3946379043 * ___dtdReader_10; // Mono.Xml.IHasXmlSchemaInfo System.Xml.XmlValidatingReader::schemaInfo RuntimeObject* ___schemaInfo_11; // System.Text.StringBuilder System.Xml.XmlValidatingReader::storedCharacters StringBuilder_t * ___storedCharacters_12; // System.Xml.Schema.ValidationEventHandler System.Xml.XmlValidatingReader::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_13; public: inline static int32_t get_offset_of_entityHandling_2() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___entityHandling_2)); } inline int32_t get_entityHandling_2() const { return ___entityHandling_2; } inline int32_t* get_address_of_entityHandling_2() { return &___entityHandling_2; } inline void set_entityHandling_2(int32_t value) { ___entityHandling_2 = value; } inline static int32_t get_offset_of_sourceReader_3() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___sourceReader_3)); } inline XmlReader_t3121518892 * get_sourceReader_3() const { return ___sourceReader_3; } inline XmlReader_t3121518892 ** get_address_of_sourceReader_3() { return &___sourceReader_3; } inline void set_sourceReader_3(XmlReader_t3121518892 * value) { ___sourceReader_3 = value; Il2CppCodeGenWriteBarrier((&___sourceReader_3), value); } inline static int32_t get_offset_of_xmlTextReader_4() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___xmlTextReader_4)); } inline XmlTextReader_t4233384356 * get_xmlTextReader_4() const { return ___xmlTextReader_4; } inline XmlTextReader_t4233384356 ** get_address_of_xmlTextReader_4() { return &___xmlTextReader_4; } inline void set_xmlTextReader_4(XmlTextReader_t4233384356 * value) { ___xmlTextReader_4 = value; Il2CppCodeGenWriteBarrier((&___xmlTextReader_4), value); } inline static int32_t get_offset_of_validatingReader_5() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___validatingReader_5)); } inline XmlReader_t3121518892 * get_validatingReader_5() const { return ___validatingReader_5; } inline XmlReader_t3121518892 ** get_address_of_validatingReader_5() { return &___validatingReader_5; } inline void set_validatingReader_5(XmlReader_t3121518892 * value) { ___validatingReader_5 = value; Il2CppCodeGenWriteBarrier((&___validatingReader_5), value); } inline static int32_t get_offset_of_resolver_6() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___resolver_6)); } inline XmlResolver_t626023767 * get_resolver_6() const { return ___resolver_6; } inline XmlResolver_t626023767 ** get_address_of_resolver_6() { return &___resolver_6; } inline void set_resolver_6(XmlResolver_t626023767 * value) { ___resolver_6 = value; Il2CppCodeGenWriteBarrier((&___resolver_6), value); } inline static int32_t get_offset_of_resolverSpecified_7() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___resolverSpecified_7)); } inline bool get_resolverSpecified_7() const { return ___resolverSpecified_7; } inline bool* get_address_of_resolverSpecified_7() { return &___resolverSpecified_7; } inline void set_resolverSpecified_7(bool value) { ___resolverSpecified_7 = value; } inline static int32_t get_offset_of_validationType_8() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___validationType_8)); } inline int32_t get_validationType_8() const { return ___validationType_8; } inline int32_t* get_address_of_validationType_8() { return &___validationType_8; } inline void set_validationType_8(int32_t value) { ___validationType_8 = value; } inline static int32_t get_offset_of_schemas_9() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___schemas_9)); } inline XmlSchemaCollection_t3610399789 * get_schemas_9() const { return ___schemas_9; } inline XmlSchemaCollection_t3610399789 ** get_address_of_schemas_9() { return &___schemas_9; } inline void set_schemas_9(XmlSchemaCollection_t3610399789 * value) { ___schemas_9 = value; Il2CppCodeGenWriteBarrier((&___schemas_9), value); } inline static int32_t get_offset_of_dtdReader_10() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___dtdReader_10)); } inline DTDValidatingReader_t3946379043 * get_dtdReader_10() const { return ___dtdReader_10; } inline DTDValidatingReader_t3946379043 ** get_address_of_dtdReader_10() { return &___dtdReader_10; } inline void set_dtdReader_10(DTDValidatingReader_t3946379043 * value) { ___dtdReader_10 = value; Il2CppCodeGenWriteBarrier((&___dtdReader_10), value); } inline static int32_t get_offset_of_schemaInfo_11() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___schemaInfo_11)); } inline RuntimeObject* get_schemaInfo_11() const { return ___schemaInfo_11; } inline RuntimeObject** get_address_of_schemaInfo_11() { return &___schemaInfo_11; } inline void set_schemaInfo_11(RuntimeObject* value) { ___schemaInfo_11 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_11), value); } inline static int32_t get_offset_of_storedCharacters_12() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___storedCharacters_12)); } inline StringBuilder_t * get_storedCharacters_12() const { return ___storedCharacters_12; } inline StringBuilder_t ** get_address_of_storedCharacters_12() { return &___storedCharacters_12; } inline void set_storedCharacters_12(StringBuilder_t * value) { ___storedCharacters_12 = value; Il2CppCodeGenWriteBarrier((&___storedCharacters_12), value); } inline static int32_t get_offset_of_ValidationEventHandler_13() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___ValidationEventHandler_13)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_13() const { return ___ValidationEventHandler_13; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_13() { return &___ValidationEventHandler_13; } inline void set_ValidationEventHandler_13(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_13 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLVALIDATINGREADER_T1719295192_H #ifndef 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 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 TYPEDATA_T476999220_H #define TYPEDATA_T476999220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.TypeData struct TypeData_t476999220 : public RuntimeObject { public: // System.Type System.Xml.Serialization.TypeData::type Type_t * ___type_0; // System.String System.Xml.Serialization.TypeData::elementName String_t* ___elementName_1; // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::sType int32_t ___sType_2; // System.Type System.Xml.Serialization.TypeData::listItemType Type_t * ___listItemType_3; // System.String System.Xml.Serialization.TypeData::typeName String_t* ___typeName_4; // System.String System.Xml.Serialization.TypeData::fullTypeName String_t* ___fullTypeName_5; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::listItemTypeData TypeData_t476999220 * ___listItemTypeData_6; // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::mappedType TypeData_t476999220 * ___mappedType_7; // System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Serialization.TypeData::facet XmlSchemaPatternFacet_t3316004401 * ___facet_8; // System.Boolean System.Xml.Serialization.TypeData::hasPublicConstructor bool ___hasPublicConstructor_9; // System.Boolean System.Xml.Serialization.TypeData::nullableOverride bool ___nullableOverride_10; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(TypeData_t476999220, ___type_0)); } inline Type_t * get_type_0() const { return ___type_0; } inline Type_t ** get_address_of_type_0() { return &___type_0; } inline void set_type_0(Type_t * value) { ___type_0 = value; Il2CppCodeGenWriteBarrier((&___type_0), value); } inline static int32_t get_offset_of_elementName_1() { return static_cast(offsetof(TypeData_t476999220, ___elementName_1)); } inline String_t* get_elementName_1() const { return ___elementName_1; } inline String_t** get_address_of_elementName_1() { return &___elementName_1; } inline void set_elementName_1(String_t* value) { ___elementName_1 = value; Il2CppCodeGenWriteBarrier((&___elementName_1), value); } inline static int32_t get_offset_of_sType_2() { return static_cast(offsetof(TypeData_t476999220, ___sType_2)); } inline int32_t get_sType_2() const { return ___sType_2; } inline int32_t* get_address_of_sType_2() { return &___sType_2; } inline void set_sType_2(int32_t value) { ___sType_2 = value; } inline static int32_t get_offset_of_listItemType_3() { return static_cast(offsetof(TypeData_t476999220, ___listItemType_3)); } inline Type_t * get_listItemType_3() const { return ___listItemType_3; } inline Type_t ** get_address_of_listItemType_3() { return &___listItemType_3; } inline void set_listItemType_3(Type_t * value) { ___listItemType_3 = value; Il2CppCodeGenWriteBarrier((&___listItemType_3), value); } inline static int32_t get_offset_of_typeName_4() { return static_cast(offsetof(TypeData_t476999220, ___typeName_4)); } inline String_t* get_typeName_4() const { return ___typeName_4; } inline String_t** get_address_of_typeName_4() { return &___typeName_4; } inline void set_typeName_4(String_t* value) { ___typeName_4 = value; Il2CppCodeGenWriteBarrier((&___typeName_4), value); } inline static int32_t get_offset_of_fullTypeName_5() { return static_cast(offsetof(TypeData_t476999220, ___fullTypeName_5)); } inline String_t* get_fullTypeName_5() const { return ___fullTypeName_5; } inline String_t** get_address_of_fullTypeName_5() { return &___fullTypeName_5; } inline void set_fullTypeName_5(String_t* value) { ___fullTypeName_5 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_5), value); } inline static int32_t get_offset_of_listItemTypeData_6() { return static_cast(offsetof(TypeData_t476999220, ___listItemTypeData_6)); } inline TypeData_t476999220 * get_listItemTypeData_6() const { return ___listItemTypeData_6; } inline TypeData_t476999220 ** get_address_of_listItemTypeData_6() { return &___listItemTypeData_6; } inline void set_listItemTypeData_6(TypeData_t476999220 * value) { ___listItemTypeData_6 = value; Il2CppCodeGenWriteBarrier((&___listItemTypeData_6), value); } inline static int32_t get_offset_of_mappedType_7() { return static_cast(offsetof(TypeData_t476999220, ___mappedType_7)); } inline TypeData_t476999220 * get_mappedType_7() const { return ___mappedType_7; } inline TypeData_t476999220 ** get_address_of_mappedType_7() { return &___mappedType_7; } inline void set_mappedType_7(TypeData_t476999220 * value) { ___mappedType_7 = value; Il2CppCodeGenWriteBarrier((&___mappedType_7), value); } inline static int32_t get_offset_of_facet_8() { return static_cast(offsetof(TypeData_t476999220, ___facet_8)); } inline XmlSchemaPatternFacet_t3316004401 * get_facet_8() const { return ___facet_8; } inline XmlSchemaPatternFacet_t3316004401 ** get_address_of_facet_8() { return &___facet_8; } inline void set_facet_8(XmlSchemaPatternFacet_t3316004401 * value) { ___facet_8 = value; Il2CppCodeGenWriteBarrier((&___facet_8), value); } inline static int32_t get_offset_of_hasPublicConstructor_9() { return static_cast(offsetof(TypeData_t476999220, ___hasPublicConstructor_9)); } inline bool get_hasPublicConstructor_9() const { return ___hasPublicConstructor_9; } inline bool* get_address_of_hasPublicConstructor_9() { return &___hasPublicConstructor_9; } inline void set_hasPublicConstructor_9(bool value) { ___hasPublicConstructor_9 = value; } inline static int32_t get_offset_of_nullableOverride_10() { return static_cast(offsetof(TypeData_t476999220, ___nullableOverride_10)); } inline bool get_nullableOverride_10() const { return ___nullableOverride_10; } inline bool* get_address_of_nullableOverride_10() { return &___nullableOverride_10; } inline void set_nullableOverride_10(bool value) { ___nullableOverride_10 = value; } }; struct TypeData_t476999220_StaticFields { public: // System.String[] System.Xml.Serialization.TypeData::keywords StringU5BU5D_t1281789340* ___keywords_11; public: inline static int32_t get_offset_of_keywords_11() { return static_cast(offsetof(TypeData_t476999220_StaticFields, ___keywords_11)); } inline StringU5BU5D_t1281789340* get_keywords_11() const { return ___keywords_11; } inline StringU5BU5D_t1281789340** get_address_of_keywords_11() { return &___keywords_11; } inline void set_keywords_11(StringU5BU5D_t1281789340* value) { ___keywords_11 = value; Il2CppCodeGenWriteBarrier((&___keywords_11), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPEDATA_T476999220_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 DATETIMEFORMATINFO_T2405853701_H #define DATETIMEFORMATINFO_T2405853701_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701 : public RuntimeObject { public: // System.Boolean System.Globalization.DateTimeFormatInfo::m_isReadOnly bool ___m_isReadOnly_10; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_11; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_12; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_13; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_14; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_15; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_16; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_17; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_18; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_19; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_20; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_21; // System.String System.Globalization.DateTimeFormatInfo::_RFC1123Pattern String_t* ____RFC1123Pattern_22; // System.String System.Globalization.DateTimeFormatInfo::_SortableDateTimePattern String_t* ____SortableDateTimePattern_23; // System.String System.Globalization.DateTimeFormatInfo::_UniversalSortableDateTimePattern String_t* ____UniversalSortableDateTimePattern_24; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_25; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t1661121569 * ___calendar_26; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_27; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_t1281789340* ___abbreviatedDayNames_28; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_t1281789340* ___dayNames_29; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_t1281789340* ___monthNames_30; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_t1281789340* ___abbreviatedMonthNames_31; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_t1281789340* ___allShortDatePatterns_32; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_t1281789340* ___allLongDatePatterns_33; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_t1281789340* ___allShortTimePatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_t1281789340* ___allLongTimePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::monthDayPatterns StringU5BU5D_t1281789340* ___monthDayPatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::yearMonthPatterns StringU5BU5D_t1281789340* ___yearMonthPatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::shortDayNames StringU5BU5D_t1281789340* ___shortDayNames_38; // System.Int32 System.Globalization.DateTimeFormatInfo::nDataItem int32_t ___nDataItem_39; // System.Boolean System.Globalization.DateTimeFormatInfo::m_useUserOverride bool ___m_useUserOverride_40; // System.Boolean System.Globalization.DateTimeFormatInfo::m_isDefaultCalendar bool ___m_isDefaultCalendar_41; // System.Int32 System.Globalization.DateTimeFormatInfo::CultureID int32_t ___CultureID_42; // System.Boolean System.Globalization.DateTimeFormatInfo::bUseCalendarInfo bool ___bUseCalendarInfo_43; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_44; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_45; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_t1281789340* ___m_eraNames_46; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_t1281789340* ___m_abbrevEraNames_47; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_t1281789340* ___m_abbrevEnglishEraNames_48; // System.String[] System.Globalization.DateTimeFormatInfo::m_dateWords StringU5BU5D_t1281789340* ___m_dateWords_49; // System.Int32[] System.Globalization.DateTimeFormatInfo::optionalCalendars Int32U5BU5D_t385246372* ___optionalCalendars_50; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_t1281789340* ___m_superShortDayNames_51; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_t1281789340* ___genitiveMonthNames_52; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_t1281789340* ___m_genitiveAbbreviatedMonthNames_53; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_t1281789340* ___leapYearMonthNames_54; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_55; // System.String System.Globalization.DateTimeFormatInfo::m_name String_t* ___m_name_56; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::all_date_time_patterns StringU5BU5D_t1281789340* ___all_date_time_patterns_57; public: inline static int32_t get_offset_of_m_isReadOnly_10() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_isReadOnly_10)); } inline bool get_m_isReadOnly_10() const { return ___m_isReadOnly_10; } inline bool* get_address_of_m_isReadOnly_10() { return &___m_isReadOnly_10; } inline void set_m_isReadOnly_10(bool value) { ___m_isReadOnly_10 = value; } inline static int32_t get_offset_of_amDesignator_11() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___amDesignator_11)); } inline String_t* get_amDesignator_11() const { return ___amDesignator_11; } inline String_t** get_address_of_amDesignator_11() { return &___amDesignator_11; } inline void set_amDesignator_11(String_t* value) { ___amDesignator_11 = value; Il2CppCodeGenWriteBarrier((&___amDesignator_11), value); } inline static int32_t get_offset_of_pmDesignator_12() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___pmDesignator_12)); } inline String_t* get_pmDesignator_12() const { return ___pmDesignator_12; } inline String_t** get_address_of_pmDesignator_12() { return &___pmDesignator_12; } inline void set_pmDesignator_12(String_t* value) { ___pmDesignator_12 = value; Il2CppCodeGenWriteBarrier((&___pmDesignator_12), value); } inline static int32_t get_offset_of_dateSeparator_13() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___dateSeparator_13)); } inline String_t* get_dateSeparator_13() const { return ___dateSeparator_13; } inline String_t** get_address_of_dateSeparator_13() { return &___dateSeparator_13; } inline void set_dateSeparator_13(String_t* value) { ___dateSeparator_13 = value; Il2CppCodeGenWriteBarrier((&___dateSeparator_13), value); } inline static int32_t get_offset_of_timeSeparator_14() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___timeSeparator_14)); } inline String_t* get_timeSeparator_14() const { return ___timeSeparator_14; } inline String_t** get_address_of_timeSeparator_14() { return &___timeSeparator_14; } inline void set_timeSeparator_14(String_t* value) { ___timeSeparator_14 = value; Il2CppCodeGenWriteBarrier((&___timeSeparator_14), value); } inline static int32_t get_offset_of_shortDatePattern_15() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortDatePattern_15)); } inline String_t* get_shortDatePattern_15() const { return ___shortDatePattern_15; } inline String_t** get_address_of_shortDatePattern_15() { return &___shortDatePattern_15; } inline void set_shortDatePattern_15(String_t* value) { ___shortDatePattern_15 = value; Il2CppCodeGenWriteBarrier((&___shortDatePattern_15), value); } inline static int32_t get_offset_of_longDatePattern_16() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___longDatePattern_16)); } inline String_t* get_longDatePattern_16() const { return ___longDatePattern_16; } inline String_t** get_address_of_longDatePattern_16() { return &___longDatePattern_16; } inline void set_longDatePattern_16(String_t* value) { ___longDatePattern_16 = value; Il2CppCodeGenWriteBarrier((&___longDatePattern_16), value); } inline static int32_t get_offset_of_shortTimePattern_17() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortTimePattern_17)); } inline String_t* get_shortTimePattern_17() const { return ___shortTimePattern_17; } inline String_t** get_address_of_shortTimePattern_17() { return &___shortTimePattern_17; } inline void set_shortTimePattern_17(String_t* value) { ___shortTimePattern_17 = value; Il2CppCodeGenWriteBarrier((&___shortTimePattern_17), value); } inline static int32_t get_offset_of_longTimePattern_18() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___longTimePattern_18)); } inline String_t* get_longTimePattern_18() const { return ___longTimePattern_18; } inline String_t** get_address_of_longTimePattern_18() { return &___longTimePattern_18; } inline void set_longTimePattern_18(String_t* value) { ___longTimePattern_18 = value; Il2CppCodeGenWriteBarrier((&___longTimePattern_18), value); } inline static int32_t get_offset_of_monthDayPattern_19() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthDayPattern_19)); } inline String_t* get_monthDayPattern_19() const { return ___monthDayPattern_19; } inline String_t** get_address_of_monthDayPattern_19() { return &___monthDayPattern_19; } inline void set_monthDayPattern_19(String_t* value) { ___monthDayPattern_19 = value; Il2CppCodeGenWriteBarrier((&___monthDayPattern_19), value); } inline static int32_t get_offset_of_yearMonthPattern_20() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___yearMonthPattern_20)); } inline String_t* get_yearMonthPattern_20() const { return ___yearMonthPattern_20; } inline String_t** get_address_of_yearMonthPattern_20() { return &___yearMonthPattern_20; } inline void set_yearMonthPattern_20(String_t* value) { ___yearMonthPattern_20 = value; Il2CppCodeGenWriteBarrier((&___yearMonthPattern_20), value); } inline static int32_t get_offset_of_fullDateTimePattern_21() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___fullDateTimePattern_21)); } inline String_t* get_fullDateTimePattern_21() const { return ___fullDateTimePattern_21; } inline String_t** get_address_of_fullDateTimePattern_21() { return &___fullDateTimePattern_21; } inline void set_fullDateTimePattern_21(String_t* value) { ___fullDateTimePattern_21 = value; Il2CppCodeGenWriteBarrier((&___fullDateTimePattern_21), value); } inline static int32_t get_offset_of__RFC1123Pattern_22() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____RFC1123Pattern_22)); } inline String_t* get__RFC1123Pattern_22() const { return ____RFC1123Pattern_22; } inline String_t** get_address_of__RFC1123Pattern_22() { return &____RFC1123Pattern_22; } inline void set__RFC1123Pattern_22(String_t* value) { ____RFC1123Pattern_22 = value; Il2CppCodeGenWriteBarrier((&____RFC1123Pattern_22), value); } inline static int32_t get_offset_of__SortableDateTimePattern_23() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____SortableDateTimePattern_23)); } inline String_t* get__SortableDateTimePattern_23() const { return ____SortableDateTimePattern_23; } inline String_t** get_address_of__SortableDateTimePattern_23() { return &____SortableDateTimePattern_23; } inline void set__SortableDateTimePattern_23(String_t* value) { ____SortableDateTimePattern_23 = value; Il2CppCodeGenWriteBarrier((&____SortableDateTimePattern_23), value); } inline static int32_t get_offset_of__UniversalSortableDateTimePattern_24() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ____UniversalSortableDateTimePattern_24)); } inline String_t* get__UniversalSortableDateTimePattern_24() const { return ____UniversalSortableDateTimePattern_24; } inline String_t** get_address_of__UniversalSortableDateTimePattern_24() { return &____UniversalSortableDateTimePattern_24; } inline void set__UniversalSortableDateTimePattern_24(String_t* value) { ____UniversalSortableDateTimePattern_24 = value; Il2CppCodeGenWriteBarrier((&____UniversalSortableDateTimePattern_24), value); } inline static int32_t get_offset_of_firstDayOfWeek_25() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___firstDayOfWeek_25)); } inline int32_t get_firstDayOfWeek_25() const { return ___firstDayOfWeek_25; } inline int32_t* get_address_of_firstDayOfWeek_25() { return &___firstDayOfWeek_25; } inline void set_firstDayOfWeek_25(int32_t value) { ___firstDayOfWeek_25 = value; } inline static int32_t get_offset_of_calendar_26() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___calendar_26)); } inline Calendar_t1661121569 * get_calendar_26() const { return ___calendar_26; } inline Calendar_t1661121569 ** get_address_of_calendar_26() { return &___calendar_26; } inline void set_calendar_26(Calendar_t1661121569 * value) { ___calendar_26 = value; Il2CppCodeGenWriteBarrier((&___calendar_26), value); } inline static int32_t get_offset_of_calendarWeekRule_27() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___calendarWeekRule_27)); } inline int32_t get_calendarWeekRule_27() const { return ___calendarWeekRule_27; } inline int32_t* get_address_of_calendarWeekRule_27() { return &___calendarWeekRule_27; } inline void set_calendarWeekRule_27(int32_t value) { ___calendarWeekRule_27 = value; } inline static int32_t get_offset_of_abbreviatedDayNames_28() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___abbreviatedDayNames_28)); } inline StringU5BU5D_t1281789340* get_abbreviatedDayNames_28() const { return ___abbreviatedDayNames_28; } inline StringU5BU5D_t1281789340** get_address_of_abbreviatedDayNames_28() { return &___abbreviatedDayNames_28; } inline void set_abbreviatedDayNames_28(StringU5BU5D_t1281789340* value) { ___abbreviatedDayNames_28 = value; Il2CppCodeGenWriteBarrier((&___abbreviatedDayNames_28), value); } inline static int32_t get_offset_of_dayNames_29() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___dayNames_29)); } inline StringU5BU5D_t1281789340* get_dayNames_29() const { return ___dayNames_29; } inline StringU5BU5D_t1281789340** get_address_of_dayNames_29() { return &___dayNames_29; } inline void set_dayNames_29(StringU5BU5D_t1281789340* value) { ___dayNames_29 = value; Il2CppCodeGenWriteBarrier((&___dayNames_29), value); } inline static int32_t get_offset_of_monthNames_30() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthNames_30)); } inline StringU5BU5D_t1281789340* get_monthNames_30() const { return ___monthNames_30; } inline StringU5BU5D_t1281789340** get_address_of_monthNames_30() { return &___monthNames_30; } inline void set_monthNames_30(StringU5BU5D_t1281789340* value) { ___monthNames_30 = value; Il2CppCodeGenWriteBarrier((&___monthNames_30), value); } inline static int32_t get_offset_of_abbreviatedMonthNames_31() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___abbreviatedMonthNames_31)); } inline StringU5BU5D_t1281789340* get_abbreviatedMonthNames_31() const { return ___abbreviatedMonthNames_31; } inline StringU5BU5D_t1281789340** get_address_of_abbreviatedMonthNames_31() { return &___abbreviatedMonthNames_31; } inline void set_abbreviatedMonthNames_31(StringU5BU5D_t1281789340* value) { ___abbreviatedMonthNames_31 = value; Il2CppCodeGenWriteBarrier((&___abbreviatedMonthNames_31), value); } inline static int32_t get_offset_of_allShortDatePatterns_32() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allShortDatePatterns_32)); } inline StringU5BU5D_t1281789340* get_allShortDatePatterns_32() const { return ___allShortDatePatterns_32; } inline StringU5BU5D_t1281789340** get_address_of_allShortDatePatterns_32() { return &___allShortDatePatterns_32; } inline void set_allShortDatePatterns_32(StringU5BU5D_t1281789340* value) { ___allShortDatePatterns_32 = value; Il2CppCodeGenWriteBarrier((&___allShortDatePatterns_32), value); } inline static int32_t get_offset_of_allLongDatePatterns_33() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allLongDatePatterns_33)); } inline StringU5BU5D_t1281789340* get_allLongDatePatterns_33() const { return ___allLongDatePatterns_33; } inline StringU5BU5D_t1281789340** get_address_of_allLongDatePatterns_33() { return &___allLongDatePatterns_33; } inline void set_allLongDatePatterns_33(StringU5BU5D_t1281789340* value) { ___allLongDatePatterns_33 = value; Il2CppCodeGenWriteBarrier((&___allLongDatePatterns_33), value); } inline static int32_t get_offset_of_allShortTimePatterns_34() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allShortTimePatterns_34)); } inline StringU5BU5D_t1281789340* get_allShortTimePatterns_34() const { return ___allShortTimePatterns_34; } inline StringU5BU5D_t1281789340** get_address_of_allShortTimePatterns_34() { return &___allShortTimePatterns_34; } inline void set_allShortTimePatterns_34(StringU5BU5D_t1281789340* value) { ___allShortTimePatterns_34 = value; Il2CppCodeGenWriteBarrier((&___allShortTimePatterns_34), value); } inline static int32_t get_offset_of_allLongTimePatterns_35() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___allLongTimePatterns_35)); } inline StringU5BU5D_t1281789340* get_allLongTimePatterns_35() const { return ___allLongTimePatterns_35; } inline StringU5BU5D_t1281789340** get_address_of_allLongTimePatterns_35() { return &___allLongTimePatterns_35; } inline void set_allLongTimePatterns_35(StringU5BU5D_t1281789340* value) { ___allLongTimePatterns_35 = value; Il2CppCodeGenWriteBarrier((&___allLongTimePatterns_35), value); } inline static int32_t get_offset_of_monthDayPatterns_36() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___monthDayPatterns_36)); } inline StringU5BU5D_t1281789340* get_monthDayPatterns_36() const { return ___monthDayPatterns_36; } inline StringU5BU5D_t1281789340** get_address_of_monthDayPatterns_36() { return &___monthDayPatterns_36; } inline void set_monthDayPatterns_36(StringU5BU5D_t1281789340* value) { ___monthDayPatterns_36 = value; Il2CppCodeGenWriteBarrier((&___monthDayPatterns_36), value); } inline static int32_t get_offset_of_yearMonthPatterns_37() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___yearMonthPatterns_37)); } inline StringU5BU5D_t1281789340* get_yearMonthPatterns_37() const { return ___yearMonthPatterns_37; } inline StringU5BU5D_t1281789340** get_address_of_yearMonthPatterns_37() { return &___yearMonthPatterns_37; } inline void set_yearMonthPatterns_37(StringU5BU5D_t1281789340* value) { ___yearMonthPatterns_37 = value; Il2CppCodeGenWriteBarrier((&___yearMonthPatterns_37), value); } inline static int32_t get_offset_of_shortDayNames_38() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___shortDayNames_38)); } inline StringU5BU5D_t1281789340* get_shortDayNames_38() const { return ___shortDayNames_38; } inline StringU5BU5D_t1281789340** get_address_of_shortDayNames_38() { return &___shortDayNames_38; } inline void set_shortDayNames_38(StringU5BU5D_t1281789340* value) { ___shortDayNames_38 = value; Il2CppCodeGenWriteBarrier((&___shortDayNames_38), value); } inline static int32_t get_offset_of_nDataItem_39() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___nDataItem_39)); } inline int32_t get_nDataItem_39() const { return ___nDataItem_39; } inline int32_t* get_address_of_nDataItem_39() { return &___nDataItem_39; } inline void set_nDataItem_39(int32_t value) { ___nDataItem_39 = value; } inline static int32_t get_offset_of_m_useUserOverride_40() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_useUserOverride_40)); } inline bool get_m_useUserOverride_40() const { return ___m_useUserOverride_40; } inline bool* get_address_of_m_useUserOverride_40() { return &___m_useUserOverride_40; } inline void set_m_useUserOverride_40(bool value) { ___m_useUserOverride_40 = value; } inline static int32_t get_offset_of_m_isDefaultCalendar_41() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_isDefaultCalendar_41)); } inline bool get_m_isDefaultCalendar_41() const { return ___m_isDefaultCalendar_41; } inline bool* get_address_of_m_isDefaultCalendar_41() { return &___m_isDefaultCalendar_41; } inline void set_m_isDefaultCalendar_41(bool value) { ___m_isDefaultCalendar_41 = value; } inline static int32_t get_offset_of_CultureID_42() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___CultureID_42)); } inline int32_t get_CultureID_42() const { return ___CultureID_42; } inline int32_t* get_address_of_CultureID_42() { return &___CultureID_42; } inline void set_CultureID_42(int32_t value) { ___CultureID_42 = value; } inline static int32_t get_offset_of_bUseCalendarInfo_43() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___bUseCalendarInfo_43)); } inline bool get_bUseCalendarInfo_43() const { return ___bUseCalendarInfo_43; } inline bool* get_address_of_bUseCalendarInfo_43() { return &___bUseCalendarInfo_43; } inline void set_bUseCalendarInfo_43(bool value) { ___bUseCalendarInfo_43 = value; } inline static int32_t get_offset_of_generalShortTimePattern_44() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___generalShortTimePattern_44)); } inline String_t* get_generalShortTimePattern_44() const { return ___generalShortTimePattern_44; } inline String_t** get_address_of_generalShortTimePattern_44() { return &___generalShortTimePattern_44; } inline void set_generalShortTimePattern_44(String_t* value) { ___generalShortTimePattern_44 = value; Il2CppCodeGenWriteBarrier((&___generalShortTimePattern_44), value); } inline static int32_t get_offset_of_generalLongTimePattern_45() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___generalLongTimePattern_45)); } inline String_t* get_generalLongTimePattern_45() const { return ___generalLongTimePattern_45; } inline String_t** get_address_of_generalLongTimePattern_45() { return &___generalLongTimePattern_45; } inline void set_generalLongTimePattern_45(String_t* value) { ___generalLongTimePattern_45 = value; Il2CppCodeGenWriteBarrier((&___generalLongTimePattern_45), value); } inline static int32_t get_offset_of_m_eraNames_46() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_eraNames_46)); } inline StringU5BU5D_t1281789340* get_m_eraNames_46() const { return ___m_eraNames_46; } inline StringU5BU5D_t1281789340** get_address_of_m_eraNames_46() { return &___m_eraNames_46; } inline void set_m_eraNames_46(StringU5BU5D_t1281789340* value) { ___m_eraNames_46 = value; Il2CppCodeGenWriteBarrier((&___m_eraNames_46), value); } inline static int32_t get_offset_of_m_abbrevEraNames_47() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_abbrevEraNames_47)); } inline StringU5BU5D_t1281789340* get_m_abbrevEraNames_47() const { return ___m_abbrevEraNames_47; } inline StringU5BU5D_t1281789340** get_address_of_m_abbrevEraNames_47() { return &___m_abbrevEraNames_47; } inline void set_m_abbrevEraNames_47(StringU5BU5D_t1281789340* value) { ___m_abbrevEraNames_47 = value; Il2CppCodeGenWriteBarrier((&___m_abbrevEraNames_47), value); } inline static int32_t get_offset_of_m_abbrevEnglishEraNames_48() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_abbrevEnglishEraNames_48)); } inline StringU5BU5D_t1281789340* get_m_abbrevEnglishEraNames_48() const { return ___m_abbrevEnglishEraNames_48; } inline StringU5BU5D_t1281789340** get_address_of_m_abbrevEnglishEraNames_48() { return &___m_abbrevEnglishEraNames_48; } inline void set_m_abbrevEnglishEraNames_48(StringU5BU5D_t1281789340* value) { ___m_abbrevEnglishEraNames_48 = value; Il2CppCodeGenWriteBarrier((&___m_abbrevEnglishEraNames_48), value); } inline static int32_t get_offset_of_m_dateWords_49() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_dateWords_49)); } inline StringU5BU5D_t1281789340* get_m_dateWords_49() const { return ___m_dateWords_49; } inline StringU5BU5D_t1281789340** get_address_of_m_dateWords_49() { return &___m_dateWords_49; } inline void set_m_dateWords_49(StringU5BU5D_t1281789340* value) { ___m_dateWords_49 = value; Il2CppCodeGenWriteBarrier((&___m_dateWords_49), value); } inline static int32_t get_offset_of_optionalCalendars_50() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___optionalCalendars_50)); } inline Int32U5BU5D_t385246372* get_optionalCalendars_50() const { return ___optionalCalendars_50; } inline Int32U5BU5D_t385246372** get_address_of_optionalCalendars_50() { return &___optionalCalendars_50; } inline void set_optionalCalendars_50(Int32U5BU5D_t385246372* value) { ___optionalCalendars_50 = value; Il2CppCodeGenWriteBarrier((&___optionalCalendars_50), value); } inline static int32_t get_offset_of_m_superShortDayNames_51() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_superShortDayNames_51)); } inline StringU5BU5D_t1281789340* get_m_superShortDayNames_51() const { return ___m_superShortDayNames_51; } inline StringU5BU5D_t1281789340** get_address_of_m_superShortDayNames_51() { return &___m_superShortDayNames_51; } inline void set_m_superShortDayNames_51(StringU5BU5D_t1281789340* value) { ___m_superShortDayNames_51 = value; Il2CppCodeGenWriteBarrier((&___m_superShortDayNames_51), value); } inline static int32_t get_offset_of_genitiveMonthNames_52() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___genitiveMonthNames_52)); } inline StringU5BU5D_t1281789340* get_genitiveMonthNames_52() const { return ___genitiveMonthNames_52; } inline StringU5BU5D_t1281789340** get_address_of_genitiveMonthNames_52() { return &___genitiveMonthNames_52; } inline void set_genitiveMonthNames_52(StringU5BU5D_t1281789340* value) { ___genitiveMonthNames_52 = value; Il2CppCodeGenWriteBarrier((&___genitiveMonthNames_52), value); } inline static int32_t get_offset_of_m_genitiveAbbreviatedMonthNames_53() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_genitiveAbbreviatedMonthNames_53)); } inline StringU5BU5D_t1281789340* get_m_genitiveAbbreviatedMonthNames_53() const { return ___m_genitiveAbbreviatedMonthNames_53; } inline StringU5BU5D_t1281789340** get_address_of_m_genitiveAbbreviatedMonthNames_53() { return &___m_genitiveAbbreviatedMonthNames_53; } inline void set_m_genitiveAbbreviatedMonthNames_53(StringU5BU5D_t1281789340* value) { ___m_genitiveAbbreviatedMonthNames_53 = value; Il2CppCodeGenWriteBarrier((&___m_genitiveAbbreviatedMonthNames_53), value); } inline static int32_t get_offset_of_leapYearMonthNames_54() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___leapYearMonthNames_54)); } inline StringU5BU5D_t1281789340* get_leapYearMonthNames_54() const { return ___leapYearMonthNames_54; } inline StringU5BU5D_t1281789340** get_address_of_leapYearMonthNames_54() { return &___leapYearMonthNames_54; } inline void set_leapYearMonthNames_54(StringU5BU5D_t1281789340* value) { ___leapYearMonthNames_54 = value; Il2CppCodeGenWriteBarrier((&___leapYearMonthNames_54), value); } inline static int32_t get_offset_of_formatFlags_55() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___formatFlags_55)); } inline int32_t get_formatFlags_55() const { return ___formatFlags_55; } inline int32_t* get_address_of_formatFlags_55() { return &___formatFlags_55; } inline void set_formatFlags_55(int32_t value) { ___formatFlags_55 = value; } inline static int32_t get_offset_of_m_name_56() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___m_name_56)); } inline String_t* get_m_name_56() const { return ___m_name_56; } inline String_t** get_address_of_m_name_56() { return &___m_name_56; } inline void set_m_name_56(String_t* value) { ___m_name_56 = value; Il2CppCodeGenWriteBarrier((&___m_name_56), value); } inline static int32_t get_offset_of_all_date_time_patterns_57() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701, ___all_date_time_patterns_57)); } inline StringU5BU5D_t1281789340* get_all_date_time_patterns_57() const { return ___all_date_time_patterns_57; } inline StringU5BU5D_t1281789340** get_address_of_all_date_time_patterns_57() { return &___all_date_time_patterns_57; } inline void set_all_date_time_patterns_57(StringU5BU5D_t1281789340* value) { ___all_date_time_patterns_57 = value; Il2CppCodeGenWriteBarrier((&___all_date_time_patterns_57), value); } }; struct DateTimeFormatInfo_t2405853701_StaticFields { public: // System.String System.Globalization.DateTimeFormatInfo::MSG_READONLY String_t* ___MSG_READONLY_1; // System.String System.Globalization.DateTimeFormatInfo::MSG_ARRAYSIZE_MONTH String_t* ___MSG_ARRAYSIZE_MONTH_2; // System.String System.Globalization.DateTimeFormatInfo::MSG_ARRAYSIZE_DAY String_t* ___MSG_ARRAYSIZE_DAY_3; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_ABBREVIATED_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_ABBREVIATED_DAY_NAMES_4; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_DAY_NAMES_5; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_ABBREVIATED_MONTH_NAMES StringU5BU5D_t1281789340* ___INVARIANT_ABBREVIATED_MONTH_NAMES_6; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_MONTH_NAMES StringU5BU5D_t1281789340* ___INVARIANT_MONTH_NAMES_7; // System.String[] System.Globalization.DateTimeFormatInfo::INVARIANT_SHORT_DAY_NAMES StringU5BU5D_t1281789340* ___INVARIANT_SHORT_DAY_NAMES_8; // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::theInvariantDateTimeFormatInfo DateTimeFormatInfo_t2405853701 * ___theInvariantDateTimeFormatInfo_9; public: inline static int32_t get_offset_of_MSG_READONLY_1() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_READONLY_1)); } inline String_t* get_MSG_READONLY_1() const { return ___MSG_READONLY_1; } inline String_t** get_address_of_MSG_READONLY_1() { return &___MSG_READONLY_1; } inline void set_MSG_READONLY_1(String_t* value) { ___MSG_READONLY_1 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_1), value); } inline static int32_t get_offset_of_MSG_ARRAYSIZE_MONTH_2() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_ARRAYSIZE_MONTH_2)); } inline String_t* get_MSG_ARRAYSIZE_MONTH_2() const { return ___MSG_ARRAYSIZE_MONTH_2; } inline String_t** get_address_of_MSG_ARRAYSIZE_MONTH_2() { return &___MSG_ARRAYSIZE_MONTH_2; } inline void set_MSG_ARRAYSIZE_MONTH_2(String_t* value) { ___MSG_ARRAYSIZE_MONTH_2 = value; Il2CppCodeGenWriteBarrier((&___MSG_ARRAYSIZE_MONTH_2), value); } inline static int32_t get_offset_of_MSG_ARRAYSIZE_DAY_3() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___MSG_ARRAYSIZE_DAY_3)); } inline String_t* get_MSG_ARRAYSIZE_DAY_3() const { return ___MSG_ARRAYSIZE_DAY_3; } inline String_t** get_address_of_MSG_ARRAYSIZE_DAY_3() { return &___MSG_ARRAYSIZE_DAY_3; } inline void set_MSG_ARRAYSIZE_DAY_3(String_t* value) { ___MSG_ARRAYSIZE_DAY_3 = value; Il2CppCodeGenWriteBarrier((&___MSG_ARRAYSIZE_DAY_3), value); } inline static int32_t get_offset_of_INVARIANT_ABBREVIATED_DAY_NAMES_4() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_ABBREVIATED_DAY_NAMES_4)); } inline StringU5BU5D_t1281789340* get_INVARIANT_ABBREVIATED_DAY_NAMES_4() const { return ___INVARIANT_ABBREVIATED_DAY_NAMES_4; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_ABBREVIATED_DAY_NAMES_4() { return &___INVARIANT_ABBREVIATED_DAY_NAMES_4; } inline void set_INVARIANT_ABBREVIATED_DAY_NAMES_4(StringU5BU5D_t1281789340* value) { ___INVARIANT_ABBREVIATED_DAY_NAMES_4 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_ABBREVIATED_DAY_NAMES_4), value); } inline static int32_t get_offset_of_INVARIANT_DAY_NAMES_5() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_DAY_NAMES_5)); } inline StringU5BU5D_t1281789340* get_INVARIANT_DAY_NAMES_5() const { return ___INVARIANT_DAY_NAMES_5; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_DAY_NAMES_5() { return &___INVARIANT_DAY_NAMES_5; } inline void set_INVARIANT_DAY_NAMES_5(StringU5BU5D_t1281789340* value) { ___INVARIANT_DAY_NAMES_5 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_DAY_NAMES_5), value); } inline static int32_t get_offset_of_INVARIANT_ABBREVIATED_MONTH_NAMES_6() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_ABBREVIATED_MONTH_NAMES_6)); } inline StringU5BU5D_t1281789340* get_INVARIANT_ABBREVIATED_MONTH_NAMES_6() const { return ___INVARIANT_ABBREVIATED_MONTH_NAMES_6; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_ABBREVIATED_MONTH_NAMES_6() { return &___INVARIANT_ABBREVIATED_MONTH_NAMES_6; } inline void set_INVARIANT_ABBREVIATED_MONTH_NAMES_6(StringU5BU5D_t1281789340* value) { ___INVARIANT_ABBREVIATED_MONTH_NAMES_6 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_ABBREVIATED_MONTH_NAMES_6), value); } inline static int32_t get_offset_of_INVARIANT_MONTH_NAMES_7() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_MONTH_NAMES_7)); } inline StringU5BU5D_t1281789340* get_INVARIANT_MONTH_NAMES_7() const { return ___INVARIANT_MONTH_NAMES_7; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_MONTH_NAMES_7() { return &___INVARIANT_MONTH_NAMES_7; } inline void set_INVARIANT_MONTH_NAMES_7(StringU5BU5D_t1281789340* value) { ___INVARIANT_MONTH_NAMES_7 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_MONTH_NAMES_7), value); } inline static int32_t get_offset_of_INVARIANT_SHORT_DAY_NAMES_8() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___INVARIANT_SHORT_DAY_NAMES_8)); } inline StringU5BU5D_t1281789340* get_INVARIANT_SHORT_DAY_NAMES_8() const { return ___INVARIANT_SHORT_DAY_NAMES_8; } inline StringU5BU5D_t1281789340** get_address_of_INVARIANT_SHORT_DAY_NAMES_8() { return &___INVARIANT_SHORT_DAY_NAMES_8; } inline void set_INVARIANT_SHORT_DAY_NAMES_8(StringU5BU5D_t1281789340* value) { ___INVARIANT_SHORT_DAY_NAMES_8 = value; Il2CppCodeGenWriteBarrier((&___INVARIANT_SHORT_DAY_NAMES_8), value); } inline static int32_t get_offset_of_theInvariantDateTimeFormatInfo_9() { return static_cast(offsetof(DateTimeFormatInfo_t2405853701_StaticFields, ___theInvariantDateTimeFormatInfo_9)); } inline DateTimeFormatInfo_t2405853701 * get_theInvariantDateTimeFormatInfo_9() const { return ___theInvariantDateTimeFormatInfo_9; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_theInvariantDateTimeFormatInfo_9() { return &___theInvariantDateTimeFormatInfo_9; } inline void set_theInvariantDateTimeFormatInfo_9(DateTimeFormatInfo_t2405853701 * value) { ___theInvariantDateTimeFormatInfo_9 = value; Il2CppCodeGenWriteBarrier((&___theInvariantDateTimeFormatInfo_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEFORMATINFO_T2405853701_H #ifndef XMLSCHEMAVALIDATOR_T1317961423_H #define XMLSCHEMAVALIDATOR_T1317961423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidator struct XmlSchemaValidator_t1317961423 : public RuntimeObject { public: // System.Object System.Xml.Schema.XmlSchemaValidator::nominalEventSender RuntimeObject * ___nominalEventSender_1; // System.Xml.IXmlLineInfo System.Xml.Schema.XmlSchemaValidator::lineInfo RuntimeObject* ___lineInfo_2; // System.Xml.IXmlNamespaceResolver System.Xml.Schema.XmlSchemaValidator::nsResolver RuntimeObject* ___nsResolver_3; // System.Uri System.Xml.Schema.XmlSchemaValidator::sourceUri Uri_t100236324 * ___sourceUri_4; // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaValidator::nameTable XmlNameTable_t71772148 * ___nameTable_5; // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaValidator::schemas XmlSchemaSet_t266093086 * ___schemas_6; // System.Xml.XmlResolver System.Xml.Schema.XmlSchemaValidator::xmlResolver XmlResolver_t626023767 * ___xmlResolver_7; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.Schema.XmlSchemaValidator::options int32_t ___options_8; // System.Xml.Schema.XmlSchemaValidator/Transition System.Xml.Schema.XmlSchemaValidator::transition int32_t ___transition_9; // Mono.Xml.Schema.XsdParticleStateManager System.Xml.Schema.XmlSchemaValidator::state XsdParticleStateManager_t726654767 * ___state_10; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::occuredAtts ArrayList_t2718874744 * ___occuredAtts_11; // System.Xml.Schema.XmlSchemaAttribute[] System.Xml.Schema.XmlSchemaValidator::defaultAttributes XmlSchemaAttributeU5BU5D_t346244693* ___defaultAttributes_12; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::defaultAttributesCache ArrayList_t2718874744 * ___defaultAttributesCache_13; // Mono.Xml.Schema.XsdIDManager System.Xml.Schema.XmlSchemaValidator::idManager XsdIDManager_t1008806102 * ___idManager_14; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::keyTables ArrayList_t2718874744 * ___keyTables_15; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::currentKeyFieldConsumers ArrayList_t2718874744 * ___currentKeyFieldConsumers_16; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::tmpKeyrefPool ArrayList_t2718874744 * ___tmpKeyrefPool_17; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::elementQNameStack ArrayList_t2718874744 * ___elementQNameStack_18; // System.Text.StringBuilder System.Xml.Schema.XmlSchemaValidator::storedCharacters StringBuilder_t * ___storedCharacters_19; // System.Boolean System.Xml.Schema.XmlSchemaValidator::shouldValidateCharacters bool ___shouldValidateCharacters_20; // System.Int32 System.Xml.Schema.XmlSchemaValidator::depth int32_t ___depth_21; // System.Int32 System.Xml.Schema.XmlSchemaValidator::xsiNilDepth int32_t ___xsiNilDepth_22; // System.Int32 System.Xml.Schema.XmlSchemaValidator::skipValidationDepth int32_t ___skipValidationDepth_23; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaValidator::CurrentAttributeType XmlSchemaDatatype_t322714710 * ___CurrentAttributeType_24; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaValidator::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_25; public: inline static int32_t get_offset_of_nominalEventSender_1() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___nominalEventSender_1)); } inline RuntimeObject * get_nominalEventSender_1() const { return ___nominalEventSender_1; } inline RuntimeObject ** get_address_of_nominalEventSender_1() { return &___nominalEventSender_1; } inline void set_nominalEventSender_1(RuntimeObject * value) { ___nominalEventSender_1 = value; Il2CppCodeGenWriteBarrier((&___nominalEventSender_1), value); } inline static int32_t get_offset_of_lineInfo_2() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___lineInfo_2)); } inline RuntimeObject* get_lineInfo_2() const { return ___lineInfo_2; } inline RuntimeObject** get_address_of_lineInfo_2() { return &___lineInfo_2; } inline void set_lineInfo_2(RuntimeObject* value) { ___lineInfo_2 = value; Il2CppCodeGenWriteBarrier((&___lineInfo_2), value); } inline static int32_t get_offset_of_nsResolver_3() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___nsResolver_3)); } inline RuntimeObject* get_nsResolver_3() const { return ___nsResolver_3; } inline RuntimeObject** get_address_of_nsResolver_3() { return &___nsResolver_3; } inline void set_nsResolver_3(RuntimeObject* value) { ___nsResolver_3 = value; Il2CppCodeGenWriteBarrier((&___nsResolver_3), value); } inline static int32_t get_offset_of_sourceUri_4() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___sourceUri_4)); } inline Uri_t100236324 * get_sourceUri_4() const { return ___sourceUri_4; } inline Uri_t100236324 ** get_address_of_sourceUri_4() { return &___sourceUri_4; } inline void set_sourceUri_4(Uri_t100236324 * value) { ___sourceUri_4 = value; Il2CppCodeGenWriteBarrier((&___sourceUri_4), value); } inline static int32_t get_offset_of_nameTable_5() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___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_schemas_6() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___schemas_6)); } inline XmlSchemaSet_t266093086 * get_schemas_6() const { return ___schemas_6; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_6() { return &___schemas_6; } inline void set_schemas_6(XmlSchemaSet_t266093086 * value) { ___schemas_6 = value; Il2CppCodeGenWriteBarrier((&___schemas_6), value); } inline static int32_t get_offset_of_xmlResolver_7() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___xmlResolver_7)); } inline XmlResolver_t626023767 * get_xmlResolver_7() const { return ___xmlResolver_7; } inline XmlResolver_t626023767 ** get_address_of_xmlResolver_7() { return &___xmlResolver_7; } inline void set_xmlResolver_7(XmlResolver_t626023767 * value) { ___xmlResolver_7 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_7), value); } inline static int32_t get_offset_of_options_8() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___options_8)); } inline int32_t get_options_8() const { return ___options_8; } inline int32_t* get_address_of_options_8() { return &___options_8; } inline void set_options_8(int32_t value) { ___options_8 = value; } inline static int32_t get_offset_of_transition_9() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___transition_9)); } inline int32_t get_transition_9() const { return ___transition_9; } inline int32_t* get_address_of_transition_9() { return &___transition_9; } inline void set_transition_9(int32_t value) { ___transition_9 = value; } inline static int32_t get_offset_of_state_10() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___state_10)); } inline XsdParticleStateManager_t726654767 * get_state_10() const { return ___state_10; } inline XsdParticleStateManager_t726654767 ** get_address_of_state_10() { return &___state_10; } inline void set_state_10(XsdParticleStateManager_t726654767 * value) { ___state_10 = value; Il2CppCodeGenWriteBarrier((&___state_10), value); } inline static int32_t get_offset_of_occuredAtts_11() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___occuredAtts_11)); } inline ArrayList_t2718874744 * get_occuredAtts_11() const { return ___occuredAtts_11; } inline ArrayList_t2718874744 ** get_address_of_occuredAtts_11() { return &___occuredAtts_11; } inline void set_occuredAtts_11(ArrayList_t2718874744 * value) { ___occuredAtts_11 = value; Il2CppCodeGenWriteBarrier((&___occuredAtts_11), value); } inline static int32_t get_offset_of_defaultAttributes_12() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___defaultAttributes_12)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_defaultAttributes_12() const { return ___defaultAttributes_12; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_defaultAttributes_12() { return &___defaultAttributes_12; } inline void set_defaultAttributes_12(XmlSchemaAttributeU5BU5D_t346244693* value) { ___defaultAttributes_12 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributes_12), value); } inline static int32_t get_offset_of_defaultAttributesCache_13() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___defaultAttributesCache_13)); } inline ArrayList_t2718874744 * get_defaultAttributesCache_13() const { return ___defaultAttributesCache_13; } inline ArrayList_t2718874744 ** get_address_of_defaultAttributesCache_13() { return &___defaultAttributesCache_13; } inline void set_defaultAttributesCache_13(ArrayList_t2718874744 * value) { ___defaultAttributesCache_13 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributesCache_13), value); } inline static int32_t get_offset_of_idManager_14() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___idManager_14)); } inline XsdIDManager_t1008806102 * get_idManager_14() const { return ___idManager_14; } inline XsdIDManager_t1008806102 ** get_address_of_idManager_14() { return &___idManager_14; } inline void set_idManager_14(XsdIDManager_t1008806102 * value) { ___idManager_14 = value; Il2CppCodeGenWriteBarrier((&___idManager_14), value); } inline static int32_t get_offset_of_keyTables_15() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___keyTables_15)); } inline ArrayList_t2718874744 * get_keyTables_15() const { return ___keyTables_15; } inline ArrayList_t2718874744 ** get_address_of_keyTables_15() { return &___keyTables_15; } inline void set_keyTables_15(ArrayList_t2718874744 * value) { ___keyTables_15 = value; Il2CppCodeGenWriteBarrier((&___keyTables_15), value); } inline static int32_t get_offset_of_currentKeyFieldConsumers_16() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___currentKeyFieldConsumers_16)); } inline ArrayList_t2718874744 * get_currentKeyFieldConsumers_16() const { return ___currentKeyFieldConsumers_16; } inline ArrayList_t2718874744 ** get_address_of_currentKeyFieldConsumers_16() { return &___currentKeyFieldConsumers_16; } inline void set_currentKeyFieldConsumers_16(ArrayList_t2718874744 * value) { ___currentKeyFieldConsumers_16 = value; Il2CppCodeGenWriteBarrier((&___currentKeyFieldConsumers_16), value); } inline static int32_t get_offset_of_tmpKeyrefPool_17() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___tmpKeyrefPool_17)); } inline ArrayList_t2718874744 * get_tmpKeyrefPool_17() const { return ___tmpKeyrefPool_17; } inline ArrayList_t2718874744 ** get_address_of_tmpKeyrefPool_17() { return &___tmpKeyrefPool_17; } inline void set_tmpKeyrefPool_17(ArrayList_t2718874744 * value) { ___tmpKeyrefPool_17 = value; Il2CppCodeGenWriteBarrier((&___tmpKeyrefPool_17), value); } inline static int32_t get_offset_of_elementQNameStack_18() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___elementQNameStack_18)); } inline ArrayList_t2718874744 * get_elementQNameStack_18() const { return ___elementQNameStack_18; } inline ArrayList_t2718874744 ** get_address_of_elementQNameStack_18() { return &___elementQNameStack_18; } inline void set_elementQNameStack_18(ArrayList_t2718874744 * value) { ___elementQNameStack_18 = value; Il2CppCodeGenWriteBarrier((&___elementQNameStack_18), value); } inline static int32_t get_offset_of_storedCharacters_19() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___storedCharacters_19)); } inline StringBuilder_t * get_storedCharacters_19() const { return ___storedCharacters_19; } inline StringBuilder_t ** get_address_of_storedCharacters_19() { return &___storedCharacters_19; } inline void set_storedCharacters_19(StringBuilder_t * value) { ___storedCharacters_19 = value; Il2CppCodeGenWriteBarrier((&___storedCharacters_19), value); } inline static int32_t get_offset_of_shouldValidateCharacters_20() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___shouldValidateCharacters_20)); } inline bool get_shouldValidateCharacters_20() const { return ___shouldValidateCharacters_20; } inline bool* get_address_of_shouldValidateCharacters_20() { return &___shouldValidateCharacters_20; } inline void set_shouldValidateCharacters_20(bool value) { ___shouldValidateCharacters_20 = value; } inline static int32_t get_offset_of_depth_21() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___depth_21)); } inline int32_t get_depth_21() const { return ___depth_21; } inline int32_t* get_address_of_depth_21() { return &___depth_21; } inline void set_depth_21(int32_t value) { ___depth_21 = value; } inline static int32_t get_offset_of_xsiNilDepth_22() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___xsiNilDepth_22)); } inline int32_t get_xsiNilDepth_22() const { return ___xsiNilDepth_22; } inline int32_t* get_address_of_xsiNilDepth_22() { return &___xsiNilDepth_22; } inline void set_xsiNilDepth_22(int32_t value) { ___xsiNilDepth_22 = value; } inline static int32_t get_offset_of_skipValidationDepth_23() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___skipValidationDepth_23)); } inline int32_t get_skipValidationDepth_23() const { return ___skipValidationDepth_23; } inline int32_t* get_address_of_skipValidationDepth_23() { return &___skipValidationDepth_23; } inline void set_skipValidationDepth_23(int32_t value) { ___skipValidationDepth_23 = value; } inline static int32_t get_offset_of_CurrentAttributeType_24() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___CurrentAttributeType_24)); } inline XmlSchemaDatatype_t322714710 * get_CurrentAttributeType_24() const { return ___CurrentAttributeType_24; } inline XmlSchemaDatatype_t322714710 ** get_address_of_CurrentAttributeType_24() { return &___CurrentAttributeType_24; } inline void set_CurrentAttributeType_24(XmlSchemaDatatype_t322714710 * value) { ___CurrentAttributeType_24 = value; Il2CppCodeGenWriteBarrier((&___CurrentAttributeType_24), value); } inline static int32_t get_offset_of_ValidationEventHandler_25() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___ValidationEventHandler_25)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_25() const { return ___ValidationEventHandler_25; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_25() { return &___ValidationEventHandler_25; } inline void set_ValidationEventHandler_25(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_25 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_25), value); } }; struct XmlSchemaValidator_t1317961423_StaticFields { public: // System.Xml.Schema.XmlSchemaAttribute[] System.Xml.Schema.XmlSchemaValidator::emptyAttributeArray XmlSchemaAttributeU5BU5D_t346244693* ___emptyAttributeArray_0; public: inline static int32_t get_offset_of_emptyAttributeArray_0() { return static_cast(offsetof(XmlSchemaValidator_t1317961423_StaticFields, ___emptyAttributeArray_0)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_emptyAttributeArray_0() const { return ___emptyAttributeArray_0; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_emptyAttributeArray_0() { return &___emptyAttributeArray_0; } inline void set_emptyAttributeArray_0(XmlSchemaAttributeU5BU5D_t346244693* value) { ___emptyAttributeArray_0 = value; Il2CppCodeGenWriteBarrier((&___emptyAttributeArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATOR_T1317961423_H #ifndef PARAMETERINFO_T1861056598_H #define PARAMETERINFO_T1861056598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.ParameterInfo struct ParameterInfo_t1861056598 : public RuntimeObject { public: // System.Type System.Reflection.ParameterInfo::ClassImpl Type_t * ___ClassImpl_0; // System.Object System.Reflection.ParameterInfo::DefaultValueImpl RuntimeObject * ___DefaultValueImpl_1; // System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl MemberInfo_t * ___MemberImpl_2; // System.String System.Reflection.ParameterInfo::NameImpl String_t* ___NameImpl_3; // System.Int32 System.Reflection.ParameterInfo::PositionImpl int32_t ___PositionImpl_4; // System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl int32_t ___AttrsImpl_5; // System.Reflection.Emit.UnmanagedMarshal System.Reflection.ParameterInfo::marshalAs UnmanagedMarshal_t984015687 * ___marshalAs_6; public: inline static int32_t get_offset_of_ClassImpl_0() { return static_cast(offsetof(ParameterInfo_t1861056598, ___ClassImpl_0)); } inline Type_t * get_ClassImpl_0() const { return ___ClassImpl_0; } inline Type_t ** get_address_of_ClassImpl_0() { return &___ClassImpl_0; } inline void set_ClassImpl_0(Type_t * value) { ___ClassImpl_0 = value; Il2CppCodeGenWriteBarrier((&___ClassImpl_0), value); } inline static int32_t get_offset_of_DefaultValueImpl_1() { return static_cast(offsetof(ParameterInfo_t1861056598, ___DefaultValueImpl_1)); } inline RuntimeObject * get_DefaultValueImpl_1() const { return ___DefaultValueImpl_1; } inline RuntimeObject ** get_address_of_DefaultValueImpl_1() { return &___DefaultValueImpl_1; } inline void set_DefaultValueImpl_1(RuntimeObject * value) { ___DefaultValueImpl_1 = value; Il2CppCodeGenWriteBarrier((&___DefaultValueImpl_1), value); } inline static int32_t get_offset_of_MemberImpl_2() { return static_cast(offsetof(ParameterInfo_t1861056598, ___MemberImpl_2)); } inline MemberInfo_t * get_MemberImpl_2() const { return ___MemberImpl_2; } inline MemberInfo_t ** get_address_of_MemberImpl_2() { return &___MemberImpl_2; } inline void set_MemberImpl_2(MemberInfo_t * value) { ___MemberImpl_2 = value; Il2CppCodeGenWriteBarrier((&___MemberImpl_2), value); } inline static int32_t get_offset_of_NameImpl_3() { return static_cast(offsetof(ParameterInfo_t1861056598, ___NameImpl_3)); } inline String_t* get_NameImpl_3() const { return ___NameImpl_3; } inline String_t** get_address_of_NameImpl_3() { return &___NameImpl_3; } inline void set_NameImpl_3(String_t* value) { ___NameImpl_3 = value; Il2CppCodeGenWriteBarrier((&___NameImpl_3), value); } inline static int32_t get_offset_of_PositionImpl_4() { return static_cast(offsetof(ParameterInfo_t1861056598, ___PositionImpl_4)); } inline int32_t get_PositionImpl_4() const { return ___PositionImpl_4; } inline int32_t* get_address_of_PositionImpl_4() { return &___PositionImpl_4; } inline void set_PositionImpl_4(int32_t value) { ___PositionImpl_4 = value; } inline static int32_t get_offset_of_AttrsImpl_5() { return static_cast(offsetof(ParameterInfo_t1861056598, ___AttrsImpl_5)); } inline int32_t get_AttrsImpl_5() const { return ___AttrsImpl_5; } inline int32_t* get_address_of_AttrsImpl_5() { return &___AttrsImpl_5; } inline void set_AttrsImpl_5(int32_t value) { ___AttrsImpl_5 = value; } inline static int32_t get_offset_of_marshalAs_6() { return static_cast(offsetof(ParameterInfo_t1861056598, ___marshalAs_6)); } inline UnmanagedMarshal_t984015687 * get_marshalAs_6() const { return ___marshalAs_6; } inline UnmanagedMarshal_t984015687 ** get_address_of_marshalAs_6() { return &___marshalAs_6; } inline void set_marshalAs_6(UnmanagedMarshal_t984015687 * value) { ___marshalAs_6 = value; Il2CppCodeGenWriteBarrier((&___marshalAs_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARAMETERINFO_T1861056598_H #ifndef XMLREADERSETTINGS_T2186285234_H #define XMLREADERSETTINGS_T2186285234_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234 : public RuntimeObject { public: // System.Boolean System.Xml.XmlReaderSettings::checkCharacters bool ___checkCharacters_0; // System.Boolean System.Xml.XmlReaderSettings::closeInput bool ___closeInput_1; // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::conformance int32_t ___conformance_2; // System.Boolean System.Xml.XmlReaderSettings::ignoreComments bool ___ignoreComments_3; // System.Boolean System.Xml.XmlReaderSettings::ignoreProcessingInstructions bool ___ignoreProcessingInstructions_4; // System.Boolean System.Xml.XmlReaderSettings::ignoreWhitespace bool ___ignoreWhitespace_5; // System.Int32 System.Xml.XmlReaderSettings::lineNumberOffset int32_t ___lineNumberOffset_6; // System.Int32 System.Xml.XmlReaderSettings::linePositionOffset int32_t ___linePositionOffset_7; // System.Boolean System.Xml.XmlReaderSettings::prohibitDtd bool ___prohibitDtd_8; // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::nameTable XmlNameTable_t71772148 * ___nameTable_9; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::schemas XmlSchemaSet_t266093086 * ___schemas_10; // System.Boolean System.Xml.XmlReaderSettings::schemasNeedsInitialization bool ___schemasNeedsInitialization_11; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::validationFlags int32_t ___validationFlags_12; // System.Xml.ValidationType System.Xml.XmlReaderSettings::validationType int32_t ___validationType_13; // System.Xml.XmlResolver System.Xml.XmlReaderSettings::xmlResolver XmlResolver_t626023767 * ___xmlResolver_14; // System.Xml.Schema.ValidationEventHandler System.Xml.XmlReaderSettings::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_15; public: inline static int32_t get_offset_of_checkCharacters_0() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___checkCharacters_0)); } inline bool get_checkCharacters_0() const { return ___checkCharacters_0; } inline bool* get_address_of_checkCharacters_0() { return &___checkCharacters_0; } inline void set_checkCharacters_0(bool value) { ___checkCharacters_0 = value; } inline static int32_t get_offset_of_closeInput_1() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___closeInput_1)); } inline bool get_closeInput_1() const { return ___closeInput_1; } inline bool* get_address_of_closeInput_1() { return &___closeInput_1; } inline void set_closeInput_1(bool value) { ___closeInput_1 = value; } inline static int32_t get_offset_of_conformance_2() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___conformance_2)); } inline int32_t get_conformance_2() const { return ___conformance_2; } inline int32_t* get_address_of_conformance_2() { return &___conformance_2; } inline void set_conformance_2(int32_t value) { ___conformance_2 = value; } inline static int32_t get_offset_of_ignoreComments_3() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreComments_3)); } inline bool get_ignoreComments_3() const { return ___ignoreComments_3; } inline bool* get_address_of_ignoreComments_3() { return &___ignoreComments_3; } inline void set_ignoreComments_3(bool value) { ___ignoreComments_3 = value; } inline static int32_t get_offset_of_ignoreProcessingInstructions_4() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreProcessingInstructions_4)); } inline bool get_ignoreProcessingInstructions_4() const { return ___ignoreProcessingInstructions_4; } inline bool* get_address_of_ignoreProcessingInstructions_4() { return &___ignoreProcessingInstructions_4; } inline void set_ignoreProcessingInstructions_4(bool value) { ___ignoreProcessingInstructions_4 = value; } inline static int32_t get_offset_of_ignoreWhitespace_5() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ignoreWhitespace_5)); } inline bool get_ignoreWhitespace_5() const { return ___ignoreWhitespace_5; } inline bool* get_address_of_ignoreWhitespace_5() { return &___ignoreWhitespace_5; } inline void set_ignoreWhitespace_5(bool value) { ___ignoreWhitespace_5 = value; } inline static int32_t get_offset_of_lineNumberOffset_6() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___lineNumberOffset_6)); } inline int32_t get_lineNumberOffset_6() const { return ___lineNumberOffset_6; } inline int32_t* get_address_of_lineNumberOffset_6() { return &___lineNumberOffset_6; } inline void set_lineNumberOffset_6(int32_t value) { ___lineNumberOffset_6 = value; } inline static int32_t get_offset_of_linePositionOffset_7() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___linePositionOffset_7)); } inline int32_t get_linePositionOffset_7() const { return ___linePositionOffset_7; } inline int32_t* get_address_of_linePositionOffset_7() { return &___linePositionOffset_7; } inline void set_linePositionOffset_7(int32_t value) { ___linePositionOffset_7 = value; } inline static int32_t get_offset_of_prohibitDtd_8() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___prohibitDtd_8)); } inline bool get_prohibitDtd_8() const { return ___prohibitDtd_8; } inline bool* get_address_of_prohibitDtd_8() { return &___prohibitDtd_8; } inline void set_prohibitDtd_8(bool value) { ___prohibitDtd_8 = value; } inline static int32_t get_offset_of_nameTable_9() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___nameTable_9)); } inline XmlNameTable_t71772148 * get_nameTable_9() const { return ___nameTable_9; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_9() { return &___nameTable_9; } inline void set_nameTable_9(XmlNameTable_t71772148 * value) { ___nameTable_9 = value; Il2CppCodeGenWriteBarrier((&___nameTable_9), value); } inline static int32_t get_offset_of_schemas_10() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___schemas_10)); } inline XmlSchemaSet_t266093086 * get_schemas_10() const { return ___schemas_10; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_10() { return &___schemas_10; } inline void set_schemas_10(XmlSchemaSet_t266093086 * value) { ___schemas_10 = value; Il2CppCodeGenWriteBarrier((&___schemas_10), value); } inline static int32_t get_offset_of_schemasNeedsInitialization_11() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___schemasNeedsInitialization_11)); } inline bool get_schemasNeedsInitialization_11() const { return ___schemasNeedsInitialization_11; } inline bool* get_address_of_schemasNeedsInitialization_11() { return &___schemasNeedsInitialization_11; } inline void set_schemasNeedsInitialization_11(bool value) { ___schemasNeedsInitialization_11 = value; } inline static int32_t get_offset_of_validationFlags_12() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___validationFlags_12)); } inline int32_t get_validationFlags_12() const { return ___validationFlags_12; } inline int32_t* get_address_of_validationFlags_12() { return &___validationFlags_12; } inline void set_validationFlags_12(int32_t value) { ___validationFlags_12 = value; } inline static int32_t get_offset_of_validationType_13() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___validationType_13)); } inline int32_t get_validationType_13() const { return ___validationType_13; } inline int32_t* get_address_of_validationType_13() { return &___validationType_13; } inline void set_validationType_13(int32_t value) { ___validationType_13 = value; } inline static int32_t get_offset_of_xmlResolver_14() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___xmlResolver_14)); } inline XmlResolver_t626023767 * get_xmlResolver_14() const { return ___xmlResolver_14; } inline XmlResolver_t626023767 ** get_address_of_xmlResolver_14() { return &___xmlResolver_14; } inline void set_xmlResolver_14(XmlResolver_t626023767 * value) { ___xmlResolver_14 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_14), value); } inline static int32_t get_offset_of_ValidationEventHandler_15() { return static_cast(offsetof(XmlReaderSettings_t2186285234, ___ValidationEventHandler_15)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_15() const { return ___ValidationEventHandler_15; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_15() { return &___ValidationEventHandler_15; } inline void set_ValidationEventHandler_15(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_15 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADERSETTINGS_T2186285234_H #ifndef XMLTEXTREADER_T3455035481_H #define XMLTEXTREADER_T3455035481_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader struct XmlTextReader_t3455035481 : public XmlReader_t3121518892 { public: // Mono.Xml2.XmlTextReader/XmlTokenInfo Mono.Xml2.XmlTextReader::cursorToken XmlTokenInfo_t2519673037 * ___cursorToken_2; // Mono.Xml2.XmlTextReader/XmlTokenInfo Mono.Xml2.XmlTextReader::currentToken XmlTokenInfo_t2519673037 * ___currentToken_3; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo Mono.Xml2.XmlTextReader::currentAttributeToken XmlAttributeTokenInfo_t384315108 * ___currentAttributeToken_4; // Mono.Xml2.XmlTextReader/XmlTokenInfo Mono.Xml2.XmlTextReader::currentAttributeValueToken XmlTokenInfo_t2519673037 * ___currentAttributeValueToken_5; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo[] Mono.Xml2.XmlTextReader::attributeTokens XmlAttributeTokenInfoU5BU5D_t1089758477* ___attributeTokens_6; // Mono.Xml2.XmlTextReader/XmlTokenInfo[] Mono.Xml2.XmlTextReader::attributeValueTokens XmlTokenInfoU5BU5D_t2522587488* ___attributeValueTokens_7; // System.Int32 Mono.Xml2.XmlTextReader::currentAttribute int32_t ___currentAttribute_8; // System.Int32 Mono.Xml2.XmlTextReader::currentAttributeValue int32_t ___currentAttributeValue_9; // System.Int32 Mono.Xml2.XmlTextReader::attributeCount int32_t ___attributeCount_10; // System.Xml.XmlParserContext Mono.Xml2.XmlTextReader::parserContext XmlParserContext_t2544895291 * ___parserContext_11; // System.Xml.XmlNameTable Mono.Xml2.XmlTextReader::nameTable XmlNameTable_t71772148 * ___nameTable_12; // System.Xml.XmlNamespaceManager Mono.Xml2.XmlTextReader::nsmgr XmlNamespaceManager_t418790500 * ___nsmgr_13; // System.Xml.ReadState Mono.Xml2.XmlTextReader::readState int32_t ___readState_14; // System.Boolean Mono.Xml2.XmlTextReader::disallowReset bool ___disallowReset_15; // System.Int32 Mono.Xml2.XmlTextReader::depth int32_t ___depth_16; // System.Int32 Mono.Xml2.XmlTextReader::elementDepth int32_t ___elementDepth_17; // System.Boolean Mono.Xml2.XmlTextReader::depthUp bool ___depthUp_18; // System.Boolean Mono.Xml2.XmlTextReader::popScope bool ___popScope_19; // Mono.Xml2.XmlTextReader/TagName[] Mono.Xml2.XmlTextReader::elementNames TagNameU5BU5D_t2055670886* ___elementNames_20; // System.Int32 Mono.Xml2.XmlTextReader::elementNameStackPos int32_t ___elementNameStackPos_21; // System.Boolean Mono.Xml2.XmlTextReader::allowMultipleRoot bool ___allowMultipleRoot_22; // System.Boolean Mono.Xml2.XmlTextReader::isStandalone bool ___isStandalone_23; // System.Boolean Mono.Xml2.XmlTextReader::returnEntityReference bool ___returnEntityReference_24; // System.String Mono.Xml2.XmlTextReader::entityReferenceName String_t* ___entityReferenceName_25; // System.Text.StringBuilder Mono.Xml2.XmlTextReader::valueBuffer StringBuilder_t * ___valueBuffer_26; // System.IO.TextReader Mono.Xml2.XmlTextReader::reader TextReader_t283511965 * ___reader_27; // System.Char[] Mono.Xml2.XmlTextReader::peekChars CharU5BU5D_t3528271667* ___peekChars_28; // System.Int32 Mono.Xml2.XmlTextReader::peekCharsIndex int32_t ___peekCharsIndex_29; // System.Int32 Mono.Xml2.XmlTextReader::peekCharsLength int32_t ___peekCharsLength_30; // System.Int32 Mono.Xml2.XmlTextReader::curNodePeekIndex int32_t ___curNodePeekIndex_31; // System.Boolean Mono.Xml2.XmlTextReader::preserveCurrentTag bool ___preserveCurrentTag_32; // System.Int32 Mono.Xml2.XmlTextReader::line int32_t ___line_33; // System.Int32 Mono.Xml2.XmlTextReader::column int32_t ___column_34; // System.Int32 Mono.Xml2.XmlTextReader::currentLinkedNodeLineNumber int32_t ___currentLinkedNodeLineNumber_35; // System.Int32 Mono.Xml2.XmlTextReader::currentLinkedNodeLinePosition int32_t ___currentLinkedNodeLinePosition_36; // System.Boolean Mono.Xml2.XmlTextReader::useProceedingLineInfo bool ___useProceedingLineInfo_37; // System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::startNodeType int32_t ___startNodeType_38; // System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::currentState int32_t ___currentState_39; // System.Int32 Mono.Xml2.XmlTextReader::nestLevel int32_t ___nestLevel_40; // System.Boolean Mono.Xml2.XmlTextReader::readCharsInProgress bool ___readCharsInProgress_41; // System.Xml.XmlReaderBinarySupport/CharGetter Mono.Xml2.XmlTextReader::binaryCharGetter CharGetter_t1703763694 * ___binaryCharGetter_42; // System.Boolean Mono.Xml2.XmlTextReader::namespaces bool ___namespaces_43; // System.Xml.WhitespaceHandling Mono.Xml2.XmlTextReader::whitespaceHandling int32_t ___whitespaceHandling_44; // System.Xml.XmlResolver Mono.Xml2.XmlTextReader::resolver XmlResolver_t626023767 * ___resolver_45; // System.Boolean Mono.Xml2.XmlTextReader::normalization bool ___normalization_46; // System.Boolean Mono.Xml2.XmlTextReader::checkCharacters bool ___checkCharacters_47; // System.Boolean Mono.Xml2.XmlTextReader::prohibitDtd bool ___prohibitDtd_48; // System.Boolean Mono.Xml2.XmlTextReader::closeInput bool ___closeInput_49; // System.Xml.EntityHandling Mono.Xml2.XmlTextReader::entityHandling int32_t ___entityHandling_50; // System.Xml.NameTable Mono.Xml2.XmlTextReader::whitespacePool NameTable_t3178203267 * ___whitespacePool_51; // System.Char[] Mono.Xml2.XmlTextReader::whitespaceCache CharU5BU5D_t3528271667* ___whitespaceCache_52; // Mono.Xml2.XmlTextReader/DtdInputStateStack Mono.Xml2.XmlTextReader::stateStack DtdInputStateStack_t339956957 * ___stateStack_53; public: inline static int32_t get_offset_of_cursorToken_2() { return static_cast(offsetof(XmlTextReader_t3455035481, ___cursorToken_2)); } inline XmlTokenInfo_t2519673037 * get_cursorToken_2() const { return ___cursorToken_2; } inline XmlTokenInfo_t2519673037 ** get_address_of_cursorToken_2() { return &___cursorToken_2; } inline void set_cursorToken_2(XmlTokenInfo_t2519673037 * value) { ___cursorToken_2 = value; Il2CppCodeGenWriteBarrier((&___cursorToken_2), value); } inline static int32_t get_offset_of_currentToken_3() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentToken_3)); } inline XmlTokenInfo_t2519673037 * get_currentToken_3() const { return ___currentToken_3; } inline XmlTokenInfo_t2519673037 ** get_address_of_currentToken_3() { return &___currentToken_3; } inline void set_currentToken_3(XmlTokenInfo_t2519673037 * value) { ___currentToken_3 = value; Il2CppCodeGenWriteBarrier((&___currentToken_3), value); } inline static int32_t get_offset_of_currentAttributeToken_4() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentAttributeToken_4)); } inline XmlAttributeTokenInfo_t384315108 * get_currentAttributeToken_4() const { return ___currentAttributeToken_4; } inline XmlAttributeTokenInfo_t384315108 ** get_address_of_currentAttributeToken_4() { return &___currentAttributeToken_4; } inline void set_currentAttributeToken_4(XmlAttributeTokenInfo_t384315108 * value) { ___currentAttributeToken_4 = value; Il2CppCodeGenWriteBarrier((&___currentAttributeToken_4), value); } inline static int32_t get_offset_of_currentAttributeValueToken_5() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentAttributeValueToken_5)); } inline XmlTokenInfo_t2519673037 * get_currentAttributeValueToken_5() const { return ___currentAttributeValueToken_5; } inline XmlTokenInfo_t2519673037 ** get_address_of_currentAttributeValueToken_5() { return &___currentAttributeValueToken_5; } inline void set_currentAttributeValueToken_5(XmlTokenInfo_t2519673037 * value) { ___currentAttributeValueToken_5 = value; Il2CppCodeGenWriteBarrier((&___currentAttributeValueToken_5), value); } inline static int32_t get_offset_of_attributeTokens_6() { return static_cast(offsetof(XmlTextReader_t3455035481, ___attributeTokens_6)); } inline XmlAttributeTokenInfoU5BU5D_t1089758477* get_attributeTokens_6() const { return ___attributeTokens_6; } inline XmlAttributeTokenInfoU5BU5D_t1089758477** get_address_of_attributeTokens_6() { return &___attributeTokens_6; } inline void set_attributeTokens_6(XmlAttributeTokenInfoU5BU5D_t1089758477* value) { ___attributeTokens_6 = value; Il2CppCodeGenWriteBarrier((&___attributeTokens_6), value); } inline static int32_t get_offset_of_attributeValueTokens_7() { return static_cast(offsetof(XmlTextReader_t3455035481, ___attributeValueTokens_7)); } inline XmlTokenInfoU5BU5D_t2522587488* get_attributeValueTokens_7() const { return ___attributeValueTokens_7; } inline XmlTokenInfoU5BU5D_t2522587488** get_address_of_attributeValueTokens_7() { return &___attributeValueTokens_7; } inline void set_attributeValueTokens_7(XmlTokenInfoU5BU5D_t2522587488* value) { ___attributeValueTokens_7 = value; Il2CppCodeGenWriteBarrier((&___attributeValueTokens_7), value); } inline static int32_t get_offset_of_currentAttribute_8() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentAttribute_8)); } inline int32_t get_currentAttribute_8() const { return ___currentAttribute_8; } inline int32_t* get_address_of_currentAttribute_8() { return &___currentAttribute_8; } inline void set_currentAttribute_8(int32_t value) { ___currentAttribute_8 = value; } inline static int32_t get_offset_of_currentAttributeValue_9() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentAttributeValue_9)); } inline int32_t get_currentAttributeValue_9() const { return ___currentAttributeValue_9; } inline int32_t* get_address_of_currentAttributeValue_9() { return &___currentAttributeValue_9; } inline void set_currentAttributeValue_9(int32_t value) { ___currentAttributeValue_9 = value; } inline static int32_t get_offset_of_attributeCount_10() { return static_cast(offsetof(XmlTextReader_t3455035481, ___attributeCount_10)); } inline int32_t get_attributeCount_10() const { return ___attributeCount_10; } inline int32_t* get_address_of_attributeCount_10() { return &___attributeCount_10; } inline void set_attributeCount_10(int32_t value) { ___attributeCount_10 = value; } inline static int32_t get_offset_of_parserContext_11() { return static_cast(offsetof(XmlTextReader_t3455035481, ___parserContext_11)); } inline XmlParserContext_t2544895291 * get_parserContext_11() const { return ___parserContext_11; } inline XmlParserContext_t2544895291 ** get_address_of_parserContext_11() { return &___parserContext_11; } inline void set_parserContext_11(XmlParserContext_t2544895291 * value) { ___parserContext_11 = value; Il2CppCodeGenWriteBarrier((&___parserContext_11), value); } inline static int32_t get_offset_of_nameTable_12() { return static_cast(offsetof(XmlTextReader_t3455035481, ___nameTable_12)); } inline XmlNameTable_t71772148 * get_nameTable_12() const { return ___nameTable_12; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_12() { return &___nameTable_12; } inline void set_nameTable_12(XmlNameTable_t71772148 * value) { ___nameTable_12 = value; Il2CppCodeGenWriteBarrier((&___nameTable_12), value); } inline static int32_t get_offset_of_nsmgr_13() { return static_cast(offsetof(XmlTextReader_t3455035481, ___nsmgr_13)); } inline XmlNamespaceManager_t418790500 * get_nsmgr_13() const { return ___nsmgr_13; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmgr_13() { return &___nsmgr_13; } inline void set_nsmgr_13(XmlNamespaceManager_t418790500 * value) { ___nsmgr_13 = value; Il2CppCodeGenWriteBarrier((&___nsmgr_13), value); } inline static int32_t get_offset_of_readState_14() { return static_cast(offsetof(XmlTextReader_t3455035481, ___readState_14)); } inline int32_t get_readState_14() const { return ___readState_14; } inline int32_t* get_address_of_readState_14() { return &___readState_14; } inline void set_readState_14(int32_t value) { ___readState_14 = value; } inline static int32_t get_offset_of_disallowReset_15() { return static_cast(offsetof(XmlTextReader_t3455035481, ___disallowReset_15)); } inline bool get_disallowReset_15() const { return ___disallowReset_15; } inline bool* get_address_of_disallowReset_15() { return &___disallowReset_15; } inline void set_disallowReset_15(bool value) { ___disallowReset_15 = value; } inline static int32_t get_offset_of_depth_16() { return static_cast(offsetof(XmlTextReader_t3455035481, ___depth_16)); } inline int32_t get_depth_16() const { return ___depth_16; } inline int32_t* get_address_of_depth_16() { return &___depth_16; } inline void set_depth_16(int32_t value) { ___depth_16 = value; } inline static int32_t get_offset_of_elementDepth_17() { return static_cast(offsetof(XmlTextReader_t3455035481, ___elementDepth_17)); } inline int32_t get_elementDepth_17() const { return ___elementDepth_17; } inline int32_t* get_address_of_elementDepth_17() { return &___elementDepth_17; } inline void set_elementDepth_17(int32_t value) { ___elementDepth_17 = value; } inline static int32_t get_offset_of_depthUp_18() { return static_cast(offsetof(XmlTextReader_t3455035481, ___depthUp_18)); } inline bool get_depthUp_18() const { return ___depthUp_18; } inline bool* get_address_of_depthUp_18() { return &___depthUp_18; } inline void set_depthUp_18(bool value) { ___depthUp_18 = value; } inline static int32_t get_offset_of_popScope_19() { return static_cast(offsetof(XmlTextReader_t3455035481, ___popScope_19)); } inline bool get_popScope_19() const { return ___popScope_19; } inline bool* get_address_of_popScope_19() { return &___popScope_19; } inline void set_popScope_19(bool value) { ___popScope_19 = value; } inline static int32_t get_offset_of_elementNames_20() { return static_cast(offsetof(XmlTextReader_t3455035481, ___elementNames_20)); } inline TagNameU5BU5D_t2055670886* get_elementNames_20() const { return ___elementNames_20; } inline TagNameU5BU5D_t2055670886** get_address_of_elementNames_20() { return &___elementNames_20; } inline void set_elementNames_20(TagNameU5BU5D_t2055670886* value) { ___elementNames_20 = value; Il2CppCodeGenWriteBarrier((&___elementNames_20), value); } inline static int32_t get_offset_of_elementNameStackPos_21() { return static_cast(offsetof(XmlTextReader_t3455035481, ___elementNameStackPos_21)); } inline int32_t get_elementNameStackPos_21() const { return ___elementNameStackPos_21; } inline int32_t* get_address_of_elementNameStackPos_21() { return &___elementNameStackPos_21; } inline void set_elementNameStackPos_21(int32_t value) { ___elementNameStackPos_21 = value; } inline static int32_t get_offset_of_allowMultipleRoot_22() { return static_cast(offsetof(XmlTextReader_t3455035481, ___allowMultipleRoot_22)); } inline bool get_allowMultipleRoot_22() const { return ___allowMultipleRoot_22; } inline bool* get_address_of_allowMultipleRoot_22() { return &___allowMultipleRoot_22; } inline void set_allowMultipleRoot_22(bool value) { ___allowMultipleRoot_22 = value; } inline static int32_t get_offset_of_isStandalone_23() { return static_cast(offsetof(XmlTextReader_t3455035481, ___isStandalone_23)); } inline bool get_isStandalone_23() const { return ___isStandalone_23; } inline bool* get_address_of_isStandalone_23() { return &___isStandalone_23; } inline void set_isStandalone_23(bool value) { ___isStandalone_23 = value; } inline static int32_t get_offset_of_returnEntityReference_24() { return static_cast(offsetof(XmlTextReader_t3455035481, ___returnEntityReference_24)); } inline bool get_returnEntityReference_24() const { return ___returnEntityReference_24; } inline bool* get_address_of_returnEntityReference_24() { return &___returnEntityReference_24; } inline void set_returnEntityReference_24(bool value) { ___returnEntityReference_24 = value; } inline static int32_t get_offset_of_entityReferenceName_25() { return static_cast(offsetof(XmlTextReader_t3455035481, ___entityReferenceName_25)); } inline String_t* get_entityReferenceName_25() const { return ___entityReferenceName_25; } inline String_t** get_address_of_entityReferenceName_25() { return &___entityReferenceName_25; } inline void set_entityReferenceName_25(String_t* value) { ___entityReferenceName_25 = value; Il2CppCodeGenWriteBarrier((&___entityReferenceName_25), value); } inline static int32_t get_offset_of_valueBuffer_26() { return static_cast(offsetof(XmlTextReader_t3455035481, ___valueBuffer_26)); } inline StringBuilder_t * get_valueBuffer_26() const { return ___valueBuffer_26; } inline StringBuilder_t ** get_address_of_valueBuffer_26() { return &___valueBuffer_26; } inline void set_valueBuffer_26(StringBuilder_t * value) { ___valueBuffer_26 = value; Il2CppCodeGenWriteBarrier((&___valueBuffer_26), value); } inline static int32_t get_offset_of_reader_27() { return static_cast(offsetof(XmlTextReader_t3455035481, ___reader_27)); } inline TextReader_t283511965 * get_reader_27() const { return ___reader_27; } inline TextReader_t283511965 ** get_address_of_reader_27() { return &___reader_27; } inline void set_reader_27(TextReader_t283511965 * value) { ___reader_27 = value; Il2CppCodeGenWriteBarrier((&___reader_27), value); } inline static int32_t get_offset_of_peekChars_28() { return static_cast(offsetof(XmlTextReader_t3455035481, ___peekChars_28)); } inline CharU5BU5D_t3528271667* get_peekChars_28() const { return ___peekChars_28; } inline CharU5BU5D_t3528271667** get_address_of_peekChars_28() { return &___peekChars_28; } inline void set_peekChars_28(CharU5BU5D_t3528271667* value) { ___peekChars_28 = value; Il2CppCodeGenWriteBarrier((&___peekChars_28), value); } inline static int32_t get_offset_of_peekCharsIndex_29() { return static_cast(offsetof(XmlTextReader_t3455035481, ___peekCharsIndex_29)); } inline int32_t get_peekCharsIndex_29() const { return ___peekCharsIndex_29; } inline int32_t* get_address_of_peekCharsIndex_29() { return &___peekCharsIndex_29; } inline void set_peekCharsIndex_29(int32_t value) { ___peekCharsIndex_29 = value; } inline static int32_t get_offset_of_peekCharsLength_30() { return static_cast(offsetof(XmlTextReader_t3455035481, ___peekCharsLength_30)); } inline int32_t get_peekCharsLength_30() const { return ___peekCharsLength_30; } inline int32_t* get_address_of_peekCharsLength_30() { return &___peekCharsLength_30; } inline void set_peekCharsLength_30(int32_t value) { ___peekCharsLength_30 = value; } inline static int32_t get_offset_of_curNodePeekIndex_31() { return static_cast(offsetof(XmlTextReader_t3455035481, ___curNodePeekIndex_31)); } inline int32_t get_curNodePeekIndex_31() const { return ___curNodePeekIndex_31; } inline int32_t* get_address_of_curNodePeekIndex_31() { return &___curNodePeekIndex_31; } inline void set_curNodePeekIndex_31(int32_t value) { ___curNodePeekIndex_31 = value; } inline static int32_t get_offset_of_preserveCurrentTag_32() { return static_cast(offsetof(XmlTextReader_t3455035481, ___preserveCurrentTag_32)); } inline bool get_preserveCurrentTag_32() const { return ___preserveCurrentTag_32; } inline bool* get_address_of_preserveCurrentTag_32() { return &___preserveCurrentTag_32; } inline void set_preserveCurrentTag_32(bool value) { ___preserveCurrentTag_32 = value; } inline static int32_t get_offset_of_line_33() { return static_cast(offsetof(XmlTextReader_t3455035481, ___line_33)); } inline int32_t get_line_33() const { return ___line_33; } inline int32_t* get_address_of_line_33() { return &___line_33; } inline void set_line_33(int32_t value) { ___line_33 = value; } inline static int32_t get_offset_of_column_34() { return static_cast(offsetof(XmlTextReader_t3455035481, ___column_34)); } inline int32_t get_column_34() const { return ___column_34; } inline int32_t* get_address_of_column_34() { return &___column_34; } inline void set_column_34(int32_t value) { ___column_34 = value; } inline static int32_t get_offset_of_currentLinkedNodeLineNumber_35() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentLinkedNodeLineNumber_35)); } inline int32_t get_currentLinkedNodeLineNumber_35() const { return ___currentLinkedNodeLineNumber_35; } inline int32_t* get_address_of_currentLinkedNodeLineNumber_35() { return &___currentLinkedNodeLineNumber_35; } inline void set_currentLinkedNodeLineNumber_35(int32_t value) { ___currentLinkedNodeLineNumber_35 = value; } inline static int32_t get_offset_of_currentLinkedNodeLinePosition_36() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentLinkedNodeLinePosition_36)); } inline int32_t get_currentLinkedNodeLinePosition_36() const { return ___currentLinkedNodeLinePosition_36; } inline int32_t* get_address_of_currentLinkedNodeLinePosition_36() { return &___currentLinkedNodeLinePosition_36; } inline void set_currentLinkedNodeLinePosition_36(int32_t value) { ___currentLinkedNodeLinePosition_36 = value; } inline static int32_t get_offset_of_useProceedingLineInfo_37() { return static_cast(offsetof(XmlTextReader_t3455035481, ___useProceedingLineInfo_37)); } inline bool get_useProceedingLineInfo_37() const { return ___useProceedingLineInfo_37; } inline bool* get_address_of_useProceedingLineInfo_37() { return &___useProceedingLineInfo_37; } inline void set_useProceedingLineInfo_37(bool value) { ___useProceedingLineInfo_37 = value; } inline static int32_t get_offset_of_startNodeType_38() { return static_cast(offsetof(XmlTextReader_t3455035481, ___startNodeType_38)); } inline int32_t get_startNodeType_38() const { return ___startNodeType_38; } inline int32_t* get_address_of_startNodeType_38() { return &___startNodeType_38; } inline void set_startNodeType_38(int32_t value) { ___startNodeType_38 = value; } inline static int32_t get_offset_of_currentState_39() { return static_cast(offsetof(XmlTextReader_t3455035481, ___currentState_39)); } inline int32_t get_currentState_39() const { return ___currentState_39; } inline int32_t* get_address_of_currentState_39() { return &___currentState_39; } inline void set_currentState_39(int32_t value) { ___currentState_39 = value; } inline static int32_t get_offset_of_nestLevel_40() { return static_cast(offsetof(XmlTextReader_t3455035481, ___nestLevel_40)); } inline int32_t get_nestLevel_40() const { return ___nestLevel_40; } inline int32_t* get_address_of_nestLevel_40() { return &___nestLevel_40; } inline void set_nestLevel_40(int32_t value) { ___nestLevel_40 = value; } inline static int32_t get_offset_of_readCharsInProgress_41() { return static_cast(offsetof(XmlTextReader_t3455035481, ___readCharsInProgress_41)); } inline bool get_readCharsInProgress_41() const { return ___readCharsInProgress_41; } inline bool* get_address_of_readCharsInProgress_41() { return &___readCharsInProgress_41; } inline void set_readCharsInProgress_41(bool value) { ___readCharsInProgress_41 = value; } inline static int32_t get_offset_of_binaryCharGetter_42() { return static_cast(offsetof(XmlTextReader_t3455035481, ___binaryCharGetter_42)); } inline CharGetter_t1703763694 * get_binaryCharGetter_42() const { return ___binaryCharGetter_42; } inline CharGetter_t1703763694 ** get_address_of_binaryCharGetter_42() { return &___binaryCharGetter_42; } inline void set_binaryCharGetter_42(CharGetter_t1703763694 * value) { ___binaryCharGetter_42 = value; Il2CppCodeGenWriteBarrier((&___binaryCharGetter_42), value); } inline static int32_t get_offset_of_namespaces_43() { return static_cast(offsetof(XmlTextReader_t3455035481, ___namespaces_43)); } inline bool get_namespaces_43() const { return ___namespaces_43; } inline bool* get_address_of_namespaces_43() { return &___namespaces_43; } inline void set_namespaces_43(bool value) { ___namespaces_43 = value; } inline static int32_t get_offset_of_whitespaceHandling_44() { return static_cast(offsetof(XmlTextReader_t3455035481, ___whitespaceHandling_44)); } inline int32_t get_whitespaceHandling_44() const { return ___whitespaceHandling_44; } inline int32_t* get_address_of_whitespaceHandling_44() { return &___whitespaceHandling_44; } inline void set_whitespaceHandling_44(int32_t value) { ___whitespaceHandling_44 = value; } inline static int32_t get_offset_of_resolver_45() { return static_cast(offsetof(XmlTextReader_t3455035481, ___resolver_45)); } inline XmlResolver_t626023767 * get_resolver_45() const { return ___resolver_45; } inline XmlResolver_t626023767 ** get_address_of_resolver_45() { return &___resolver_45; } inline void set_resolver_45(XmlResolver_t626023767 * value) { ___resolver_45 = value; Il2CppCodeGenWriteBarrier((&___resolver_45), value); } inline static int32_t get_offset_of_normalization_46() { return static_cast(offsetof(XmlTextReader_t3455035481, ___normalization_46)); } inline bool get_normalization_46() const { return ___normalization_46; } inline bool* get_address_of_normalization_46() { return &___normalization_46; } inline void set_normalization_46(bool value) { ___normalization_46 = value; } inline static int32_t get_offset_of_checkCharacters_47() { return static_cast(offsetof(XmlTextReader_t3455035481, ___checkCharacters_47)); } inline bool get_checkCharacters_47() const { return ___checkCharacters_47; } inline bool* get_address_of_checkCharacters_47() { return &___checkCharacters_47; } inline void set_checkCharacters_47(bool value) { ___checkCharacters_47 = value; } inline static int32_t get_offset_of_prohibitDtd_48() { return static_cast(offsetof(XmlTextReader_t3455035481, ___prohibitDtd_48)); } inline bool get_prohibitDtd_48() const { return ___prohibitDtd_48; } inline bool* get_address_of_prohibitDtd_48() { return &___prohibitDtd_48; } inline void set_prohibitDtd_48(bool value) { ___prohibitDtd_48 = value; } inline static int32_t get_offset_of_closeInput_49() { return static_cast(offsetof(XmlTextReader_t3455035481, ___closeInput_49)); } inline bool get_closeInput_49() const { return ___closeInput_49; } inline bool* get_address_of_closeInput_49() { return &___closeInput_49; } inline void set_closeInput_49(bool value) { ___closeInput_49 = value; } inline static int32_t get_offset_of_entityHandling_50() { return static_cast(offsetof(XmlTextReader_t3455035481, ___entityHandling_50)); } inline int32_t get_entityHandling_50() const { return ___entityHandling_50; } inline int32_t* get_address_of_entityHandling_50() { return &___entityHandling_50; } inline void set_entityHandling_50(int32_t value) { ___entityHandling_50 = value; } inline static int32_t get_offset_of_whitespacePool_51() { return static_cast(offsetof(XmlTextReader_t3455035481, ___whitespacePool_51)); } inline NameTable_t3178203267 * get_whitespacePool_51() const { return ___whitespacePool_51; } inline NameTable_t3178203267 ** get_address_of_whitespacePool_51() { return &___whitespacePool_51; } inline void set_whitespacePool_51(NameTable_t3178203267 * value) { ___whitespacePool_51 = value; Il2CppCodeGenWriteBarrier((&___whitespacePool_51), value); } inline static int32_t get_offset_of_whitespaceCache_52() { return static_cast(offsetof(XmlTextReader_t3455035481, ___whitespaceCache_52)); } inline CharU5BU5D_t3528271667* get_whitespaceCache_52() const { return ___whitespaceCache_52; } inline CharU5BU5D_t3528271667** get_address_of_whitespaceCache_52() { return &___whitespaceCache_52; } inline void set_whitespaceCache_52(CharU5BU5D_t3528271667* value) { ___whitespaceCache_52 = value; Il2CppCodeGenWriteBarrier((&___whitespaceCache_52), value); } inline static int32_t get_offset_of_stateStack_53() { return static_cast(offsetof(XmlTextReader_t3455035481, ___stateStack_53)); } inline DtdInputStateStack_t339956957 * get_stateStack_53() const { return ___stateStack_53; } inline DtdInputStateStack_t339956957 ** get_address_of_stateStack_53() { return &___stateStack_53; } inline void set_stateStack_53(DtdInputStateStack_t339956957 * value) { ___stateStack_53 = value; Il2CppCodeGenWriteBarrier((&___stateStack_53), value); } }; struct XmlTextReader_t3455035481_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml2.XmlTextReader::<>f__switch$map38 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map38_54; // System.Collections.Generic.Dictionary`2 Mono.Xml2.XmlTextReader::<>f__switch$map39 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map39_55; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map38_54() { return static_cast(offsetof(XmlTextReader_t3455035481_StaticFields, ___U3CU3Ef__switchU24map38_54)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map38_54() const { return ___U3CU3Ef__switchU24map38_54; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map38_54() { return &___U3CU3Ef__switchU24map38_54; } inline void set_U3CU3Ef__switchU24map38_54(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map38_54 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map38_54), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map39_55() { return static_cast(offsetof(XmlTextReader_t3455035481_StaticFields, ___U3CU3Ef__switchU24map39_55)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map39_55() const { return ___U3CU3Ef__switchU24map39_55; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map39_55() { return &___U3CU3Ef__switchU24map39_55; } inline void set_U3CU3Ef__switchU24map39_55(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map39_55 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map39_55), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTREADER_T3455035481_H #ifndef 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$map3E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3E_52; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaDatatype::<>f__switch$map3F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3F_53; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaDatatype::<>f__switch$map40 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map40_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__switchU24map3E_52() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___U3CU3Ef__switchU24map3E_52)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3E_52() const { return ___U3CU3Ef__switchU24map3E_52; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3E_52() { return &___U3CU3Ef__switchU24map3E_52; } inline void set_U3CU3Ef__switchU24map3E_52(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3E_52 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3E_52), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3F_53() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___U3CU3Ef__switchU24map3F_53)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3F_53() const { return ___U3CU3Ef__switchU24map3F_53; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3F_53() { return &___U3CU3Ef__switchU24map3F_53; } inline void set_U3CU3Ef__switchU24map3F_53(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3F_53 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3F_53), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map40_54() { return static_cast(offsetof(XmlSchemaDatatype_t322714710_StaticFields, ___U3CU3Ef__switchU24map40_54)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map40_54() const { return ___U3CU3Ef__switchU24map40_54; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map40_54() { return &___U3CU3Ef__switchU24map40_54; } inline void set_U3CU3Ef__switchU24map40_54(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map40_54 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map40_54), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMADATATYPE_T322714710_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 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 XMLTEXTWRITER_T2114213153_H #define XMLTEXTWRITER_T2114213153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlTextWriter struct XmlTextWriter_t2114213153 : public XmlWriter_t127905479 { public: // System.IO.Stream System.Xml.XmlTextWriter::base_stream Stream_t1273022909 * ___base_stream_4; // System.IO.TextWriter System.Xml.XmlTextWriter::source TextWriter_t3478189236 * ___source_5; // System.IO.TextWriter System.Xml.XmlTextWriter::writer TextWriter_t3478189236 * ___writer_6; // System.IO.StringWriter System.Xml.XmlTextWriter::preserver StringWriter_t802263757 * ___preserver_7; // System.String System.Xml.XmlTextWriter::preserved_name String_t* ___preserved_name_8; // System.Boolean System.Xml.XmlTextWriter::is_preserved_xmlns bool ___is_preserved_xmlns_9; // System.Boolean System.Xml.XmlTextWriter::allow_doc_fragment bool ___allow_doc_fragment_10; // System.Boolean System.Xml.XmlTextWriter::close_output_stream bool ___close_output_stream_11; // System.Boolean System.Xml.XmlTextWriter::ignore_encoding bool ___ignore_encoding_12; // System.Boolean System.Xml.XmlTextWriter::namespaces bool ___namespaces_13; // System.Xml.XmlTextWriter/XmlDeclState System.Xml.XmlTextWriter::xmldecl_state int32_t ___xmldecl_state_14; // System.Boolean System.Xml.XmlTextWriter::check_character_validity bool ___check_character_validity_15; // System.Xml.NewLineHandling System.Xml.XmlTextWriter::newline_handling int32_t ___newline_handling_16; // System.Boolean System.Xml.XmlTextWriter::is_document_entity bool ___is_document_entity_17; // System.Xml.WriteState System.Xml.XmlTextWriter::state int32_t ___state_18; // System.Xml.XmlNodeType System.Xml.XmlTextWriter::node_state int32_t ___node_state_19; // System.Xml.XmlNamespaceManager System.Xml.XmlTextWriter::nsmanager XmlNamespaceManager_t418790500 * ___nsmanager_20; // System.Int32 System.Xml.XmlTextWriter::open_count int32_t ___open_count_21; // System.Xml.XmlTextWriter/XmlNodeInfo[] System.Xml.XmlTextWriter::elements XmlNodeInfoU5BU5D_t431163322* ___elements_22; // System.Collections.Stack System.Xml.XmlTextWriter::new_local_namespaces Stack_t2329662280 * ___new_local_namespaces_23; // System.Collections.ArrayList System.Xml.XmlTextWriter::explicit_nsdecls ArrayList_t2718874744 * ___explicit_nsdecls_24; // System.Xml.NamespaceHandling System.Xml.XmlTextWriter::namespace_handling int32_t ___namespace_handling_25; // System.Boolean System.Xml.XmlTextWriter::indent bool ___indent_26; // System.Int32 System.Xml.XmlTextWriter::indent_count int32_t ___indent_count_27; // System.Char System.Xml.XmlTextWriter::indent_char Il2CppChar ___indent_char_28; // System.String System.Xml.XmlTextWriter::indent_string String_t* ___indent_string_29; // System.String System.Xml.XmlTextWriter::newline String_t* ___newline_30; // System.Boolean System.Xml.XmlTextWriter::indent_attributes bool ___indent_attributes_31; // System.Char System.Xml.XmlTextWriter::quote_char Il2CppChar ___quote_char_32; // System.Boolean System.Xml.XmlTextWriter::v2 bool ___v2_33; public: inline static int32_t get_offset_of_base_stream_4() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___base_stream_4)); } inline Stream_t1273022909 * get_base_stream_4() const { return ___base_stream_4; } inline Stream_t1273022909 ** get_address_of_base_stream_4() { return &___base_stream_4; } inline void set_base_stream_4(Stream_t1273022909 * value) { ___base_stream_4 = value; Il2CppCodeGenWriteBarrier((&___base_stream_4), value); } inline static int32_t get_offset_of_source_5() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___source_5)); } inline TextWriter_t3478189236 * get_source_5() const { return ___source_5; } inline TextWriter_t3478189236 ** get_address_of_source_5() { return &___source_5; } inline void set_source_5(TextWriter_t3478189236 * value) { ___source_5 = value; Il2CppCodeGenWriteBarrier((&___source_5), value); } inline static int32_t get_offset_of_writer_6() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___writer_6)); } inline TextWriter_t3478189236 * get_writer_6() const { return ___writer_6; } inline TextWriter_t3478189236 ** get_address_of_writer_6() { return &___writer_6; } inline void set_writer_6(TextWriter_t3478189236 * value) { ___writer_6 = value; Il2CppCodeGenWriteBarrier((&___writer_6), value); } inline static int32_t get_offset_of_preserver_7() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___preserver_7)); } inline StringWriter_t802263757 * get_preserver_7() const { return ___preserver_7; } inline StringWriter_t802263757 ** get_address_of_preserver_7() { return &___preserver_7; } inline void set_preserver_7(StringWriter_t802263757 * value) { ___preserver_7 = value; Il2CppCodeGenWriteBarrier((&___preserver_7), value); } inline static int32_t get_offset_of_preserved_name_8() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___preserved_name_8)); } inline String_t* get_preserved_name_8() const { return ___preserved_name_8; } inline String_t** get_address_of_preserved_name_8() { return &___preserved_name_8; } inline void set_preserved_name_8(String_t* value) { ___preserved_name_8 = value; Il2CppCodeGenWriteBarrier((&___preserved_name_8), value); } inline static int32_t get_offset_of_is_preserved_xmlns_9() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___is_preserved_xmlns_9)); } inline bool get_is_preserved_xmlns_9() const { return ___is_preserved_xmlns_9; } inline bool* get_address_of_is_preserved_xmlns_9() { return &___is_preserved_xmlns_9; } inline void set_is_preserved_xmlns_9(bool value) { ___is_preserved_xmlns_9 = value; } inline static int32_t get_offset_of_allow_doc_fragment_10() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___allow_doc_fragment_10)); } inline bool get_allow_doc_fragment_10() const { return ___allow_doc_fragment_10; } inline bool* get_address_of_allow_doc_fragment_10() { return &___allow_doc_fragment_10; } inline void set_allow_doc_fragment_10(bool value) { ___allow_doc_fragment_10 = value; } inline static int32_t get_offset_of_close_output_stream_11() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___close_output_stream_11)); } inline bool get_close_output_stream_11() const { return ___close_output_stream_11; } inline bool* get_address_of_close_output_stream_11() { return &___close_output_stream_11; } inline void set_close_output_stream_11(bool value) { ___close_output_stream_11 = value; } inline static int32_t get_offset_of_ignore_encoding_12() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___ignore_encoding_12)); } inline bool get_ignore_encoding_12() const { return ___ignore_encoding_12; } inline bool* get_address_of_ignore_encoding_12() { return &___ignore_encoding_12; } inline void set_ignore_encoding_12(bool value) { ___ignore_encoding_12 = value; } inline static int32_t get_offset_of_namespaces_13() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___namespaces_13)); } inline bool get_namespaces_13() const { return ___namespaces_13; } inline bool* get_address_of_namespaces_13() { return &___namespaces_13; } inline void set_namespaces_13(bool value) { ___namespaces_13 = value; } inline static int32_t get_offset_of_xmldecl_state_14() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___xmldecl_state_14)); } inline int32_t get_xmldecl_state_14() const { return ___xmldecl_state_14; } inline int32_t* get_address_of_xmldecl_state_14() { return &___xmldecl_state_14; } inline void set_xmldecl_state_14(int32_t value) { ___xmldecl_state_14 = value; } inline static int32_t get_offset_of_check_character_validity_15() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___check_character_validity_15)); } inline bool get_check_character_validity_15() const { return ___check_character_validity_15; } inline bool* get_address_of_check_character_validity_15() { return &___check_character_validity_15; } inline void set_check_character_validity_15(bool value) { ___check_character_validity_15 = value; } inline static int32_t get_offset_of_newline_handling_16() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___newline_handling_16)); } inline int32_t get_newline_handling_16() const { return ___newline_handling_16; } inline int32_t* get_address_of_newline_handling_16() { return &___newline_handling_16; } inline void set_newline_handling_16(int32_t value) { ___newline_handling_16 = value; } inline static int32_t get_offset_of_is_document_entity_17() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___is_document_entity_17)); } inline bool get_is_document_entity_17() const { return ___is_document_entity_17; } inline bool* get_address_of_is_document_entity_17() { return &___is_document_entity_17; } inline void set_is_document_entity_17(bool value) { ___is_document_entity_17 = value; } inline static int32_t get_offset_of_state_18() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___state_18)); } inline int32_t get_state_18() const { return ___state_18; } inline int32_t* get_address_of_state_18() { return &___state_18; } inline void set_state_18(int32_t value) { ___state_18 = value; } inline static int32_t get_offset_of_node_state_19() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___node_state_19)); } inline int32_t get_node_state_19() const { return ___node_state_19; } inline int32_t* get_address_of_node_state_19() { return &___node_state_19; } inline void set_node_state_19(int32_t value) { ___node_state_19 = value; } inline static int32_t get_offset_of_nsmanager_20() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___nsmanager_20)); } inline XmlNamespaceManager_t418790500 * get_nsmanager_20() const { return ___nsmanager_20; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmanager_20() { return &___nsmanager_20; } inline void set_nsmanager_20(XmlNamespaceManager_t418790500 * value) { ___nsmanager_20 = value; Il2CppCodeGenWriteBarrier((&___nsmanager_20), value); } inline static int32_t get_offset_of_open_count_21() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___open_count_21)); } inline int32_t get_open_count_21() const { return ___open_count_21; } inline int32_t* get_address_of_open_count_21() { return &___open_count_21; } inline void set_open_count_21(int32_t value) { ___open_count_21 = value; } inline static int32_t get_offset_of_elements_22() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___elements_22)); } inline XmlNodeInfoU5BU5D_t431163322* get_elements_22() const { return ___elements_22; } inline XmlNodeInfoU5BU5D_t431163322** get_address_of_elements_22() { return &___elements_22; } inline void set_elements_22(XmlNodeInfoU5BU5D_t431163322* value) { ___elements_22 = value; Il2CppCodeGenWriteBarrier((&___elements_22), value); } inline static int32_t get_offset_of_new_local_namespaces_23() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___new_local_namespaces_23)); } inline Stack_t2329662280 * get_new_local_namespaces_23() const { return ___new_local_namespaces_23; } inline Stack_t2329662280 ** get_address_of_new_local_namespaces_23() { return &___new_local_namespaces_23; } inline void set_new_local_namespaces_23(Stack_t2329662280 * value) { ___new_local_namespaces_23 = value; Il2CppCodeGenWriteBarrier((&___new_local_namespaces_23), value); } inline static int32_t get_offset_of_explicit_nsdecls_24() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___explicit_nsdecls_24)); } inline ArrayList_t2718874744 * get_explicit_nsdecls_24() const { return ___explicit_nsdecls_24; } inline ArrayList_t2718874744 ** get_address_of_explicit_nsdecls_24() { return &___explicit_nsdecls_24; } inline void set_explicit_nsdecls_24(ArrayList_t2718874744 * value) { ___explicit_nsdecls_24 = value; Il2CppCodeGenWriteBarrier((&___explicit_nsdecls_24), value); } inline static int32_t get_offset_of_namespace_handling_25() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___namespace_handling_25)); } inline int32_t get_namespace_handling_25() const { return ___namespace_handling_25; } inline int32_t* get_address_of_namespace_handling_25() { return &___namespace_handling_25; } inline void set_namespace_handling_25(int32_t value) { ___namespace_handling_25 = value; } inline static int32_t get_offset_of_indent_26() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_26)); } inline bool get_indent_26() const { return ___indent_26; } inline bool* get_address_of_indent_26() { return &___indent_26; } inline void set_indent_26(bool value) { ___indent_26 = value; } inline static int32_t get_offset_of_indent_count_27() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_count_27)); } inline int32_t get_indent_count_27() const { return ___indent_count_27; } inline int32_t* get_address_of_indent_count_27() { return &___indent_count_27; } inline void set_indent_count_27(int32_t value) { ___indent_count_27 = value; } inline static int32_t get_offset_of_indent_char_28() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_char_28)); } inline Il2CppChar get_indent_char_28() const { return ___indent_char_28; } inline Il2CppChar* get_address_of_indent_char_28() { return &___indent_char_28; } inline void set_indent_char_28(Il2CppChar value) { ___indent_char_28 = value; } inline static int32_t get_offset_of_indent_string_29() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_string_29)); } inline String_t* get_indent_string_29() const { return ___indent_string_29; } inline String_t** get_address_of_indent_string_29() { return &___indent_string_29; } inline void set_indent_string_29(String_t* value) { ___indent_string_29 = value; Il2CppCodeGenWriteBarrier((&___indent_string_29), value); } inline static int32_t get_offset_of_newline_30() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___newline_30)); } inline String_t* get_newline_30() const { return ___newline_30; } inline String_t** get_address_of_newline_30() { return &___newline_30; } inline void set_newline_30(String_t* value) { ___newline_30 = value; Il2CppCodeGenWriteBarrier((&___newline_30), value); } inline static int32_t get_offset_of_indent_attributes_31() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___indent_attributes_31)); } inline bool get_indent_attributes_31() const { return ___indent_attributes_31; } inline bool* get_address_of_indent_attributes_31() { return &___indent_attributes_31; } inline void set_indent_attributes_31(bool value) { ___indent_attributes_31 = value; } inline static int32_t get_offset_of_quote_char_32() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___quote_char_32)); } inline Il2CppChar get_quote_char_32() const { return ___quote_char_32; } inline Il2CppChar* get_address_of_quote_char_32() { return &___quote_char_32; } inline void set_quote_char_32(Il2CppChar value) { ___quote_char_32 = value; } inline static int32_t get_offset_of_v2_33() { return static_cast(offsetof(XmlTextWriter_t2114213153, ___v2_33)); } inline bool get_v2_33() const { return ___v2_33; } inline bool* get_address_of_v2_33() { return &___v2_33; } inline void set_v2_33(bool value) { ___v2_33 = value; } }; struct XmlTextWriter_t2114213153_StaticFields { public: // System.Text.Encoding System.Xml.XmlTextWriter::unmarked_utf8encoding Encoding_t1523322056 * ___unmarked_utf8encoding_1; // System.Char[] System.Xml.XmlTextWriter::escaped_text_chars CharU5BU5D_t3528271667* ___escaped_text_chars_2; // System.Char[] System.Xml.XmlTextWriter::escaped_attr_chars CharU5BU5D_t3528271667* ___escaped_attr_chars_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::<>f__switch$map3A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3A_34; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextWriter::<>f__switch$map3B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3B_35; public: inline static int32_t get_offset_of_unmarked_utf8encoding_1() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___unmarked_utf8encoding_1)); } inline Encoding_t1523322056 * get_unmarked_utf8encoding_1() const { return ___unmarked_utf8encoding_1; } inline Encoding_t1523322056 ** get_address_of_unmarked_utf8encoding_1() { return &___unmarked_utf8encoding_1; } inline void set_unmarked_utf8encoding_1(Encoding_t1523322056 * value) { ___unmarked_utf8encoding_1 = value; Il2CppCodeGenWriteBarrier((&___unmarked_utf8encoding_1), value); } inline static int32_t get_offset_of_escaped_text_chars_2() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___escaped_text_chars_2)); } inline CharU5BU5D_t3528271667* get_escaped_text_chars_2() const { return ___escaped_text_chars_2; } inline CharU5BU5D_t3528271667** get_address_of_escaped_text_chars_2() { return &___escaped_text_chars_2; } inline void set_escaped_text_chars_2(CharU5BU5D_t3528271667* value) { ___escaped_text_chars_2 = value; Il2CppCodeGenWriteBarrier((&___escaped_text_chars_2), value); } inline static int32_t get_offset_of_escaped_attr_chars_3() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___escaped_attr_chars_3)); } inline CharU5BU5D_t3528271667* get_escaped_attr_chars_3() const { return ___escaped_attr_chars_3; } inline CharU5BU5D_t3528271667** get_address_of_escaped_attr_chars_3() { return &___escaped_attr_chars_3; } inline void set_escaped_attr_chars_3(CharU5BU5D_t3528271667* value) { ___escaped_attr_chars_3 = value; Il2CppCodeGenWriteBarrier((&___escaped_attr_chars_3), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3A_34() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___U3CU3Ef__switchU24map3A_34)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3A_34() const { return ___U3CU3Ef__switchU24map3A_34; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3A_34() { return &___U3CU3Ef__switchU24map3A_34; } inline void set_U3CU3Ef__switchU24map3A_34(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3A_34 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3A_34), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3B_35() { return static_cast(offsetof(XmlTextWriter_t2114213153_StaticFields, ___U3CU3Ef__switchU24map3B_35)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3B_35() const { return ___U3CU3Ef__switchU24map3B_35; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3B_35() { return &___U3CU3Ef__switchU24map3B_35; } inline void set_U3CU3Ef__switchU24map3B_35(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3B_35 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3B_35), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTEXTWRITER_T2114213153_H #ifndef XSDPARTICLESTATEMANAGER_T726654767_H #define XSDPARTICLESTATEMANAGER_T726654767_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdParticleStateManager struct XsdParticleStateManager_t726654767 : public RuntimeObject { public: // System.Collections.Hashtable Mono.Xml.Schema.XsdParticleStateManager::table Hashtable_t1853889766 * ___table_0; // System.Xml.Schema.XmlSchemaContentProcessing Mono.Xml.Schema.XsdParticleStateManager::processContents int32_t ___processContents_1; // System.Xml.Schema.XmlSchemaElement Mono.Xml.Schema.XsdParticleStateManager::CurrentElement XmlSchemaElement_t427880856 * ___CurrentElement_2; // System.Collections.Stack Mono.Xml.Schema.XsdParticleStateManager::ContextStack Stack_t2329662280 * ___ContextStack_3; // Mono.Xml.Schema.XsdValidationContext Mono.Xml.Schema.XsdParticleStateManager::Context XsdValidationContext_t1104170526 * ___Context_4; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(XsdParticleStateManager_t726654767, ___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_processContents_1() { return static_cast(offsetof(XsdParticleStateManager_t726654767, ___processContents_1)); } inline int32_t get_processContents_1() const { return ___processContents_1; } inline int32_t* get_address_of_processContents_1() { return &___processContents_1; } inline void set_processContents_1(int32_t value) { ___processContents_1 = value; } inline static int32_t get_offset_of_CurrentElement_2() { return static_cast(offsetof(XsdParticleStateManager_t726654767, ___CurrentElement_2)); } inline XmlSchemaElement_t427880856 * get_CurrentElement_2() const { return ___CurrentElement_2; } inline XmlSchemaElement_t427880856 ** get_address_of_CurrentElement_2() { return &___CurrentElement_2; } inline void set_CurrentElement_2(XmlSchemaElement_t427880856 * value) { ___CurrentElement_2 = value; Il2CppCodeGenWriteBarrier((&___CurrentElement_2), value); } inline static int32_t get_offset_of_ContextStack_3() { return static_cast(offsetof(XsdParticleStateManager_t726654767, ___ContextStack_3)); } inline Stack_t2329662280 * get_ContextStack_3() const { return ___ContextStack_3; } inline Stack_t2329662280 ** get_address_of_ContextStack_3() { return &___ContextStack_3; } inline void set_ContextStack_3(Stack_t2329662280 * value) { ___ContextStack_3 = value; Il2CppCodeGenWriteBarrier((&___ContextStack_3), value); } inline static int32_t get_offset_of_Context_4() { return static_cast(offsetof(XsdParticleStateManager_t726654767, ___Context_4)); } inline XsdValidationContext_t1104170526 * get_Context_4() const { return ___Context_4; } inline XsdValidationContext_t1104170526 ** get_address_of_Context_4() { return &___Context_4; } inline void set_Context_4(XsdValidationContext_t1104170526 * value) { ___Context_4 = value; Il2CppCodeGenWriteBarrier((&___Context_4), value); } }; struct XsdParticleStateManager_t726654767_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XsdParticleStateManager::<>f__switch$map2 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2_5; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map2_5() { return static_cast(offsetof(XsdParticleStateManager_t726654767_StaticFields, ___U3CU3Ef__switchU24map2_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2_5() const { return ___U3CU3Ef__switchU24map2_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2_5() { return &___U3CU3Ef__switchU24map2_5; } inline void set_U3CU3Ef__switchU24map2_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDPARTICLESTATEMANAGER_T726654767_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 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$map33 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map33_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__switchU24map33_7() { return static_cast(offsetof(XmlConvert_t1981561327_StaticFields, ___U3CU3Ef__switchU24map33_7)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map33_7() const { return ___U3CU3Ef__switchU24map33_7; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map33_7() { return &___U3CU3Ef__switchU24map33_7; } inline void set_U3CU3Ef__switchU24map33_7(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map33_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map33_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCONVERT_T1981561327_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 XMLSCHEMASIMPLETYPECONTENT_T599285223_H #define XMLSCHEMASIMPLETYPECONTENT_T599285223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t599285223 : public XmlSchemaAnnotated_t2603549639 { public: // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeContent::OwnerType XmlSchemaSimpleType_t2678868104 * ___OwnerType_16; public: inline static int32_t get_offset_of_OwnerType_16() { return static_cast(offsetof(XmlSchemaSimpleTypeContent_t599285223, ___OwnerType_16)); } inline XmlSchemaSimpleType_t2678868104 * get_OwnerType_16() const { return ___OwnerType_16; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_OwnerType_16() { return &___OwnerType_16; } inline void set_OwnerType_16(XmlSchemaSimpleType_t2678868104 * value) { ___OwnerType_16 = value; Il2CppCodeGenWriteBarrier((&___OwnerType_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPECONTENT_T599285223_H #ifndef XMLATOMICVALUE_T3775050121_H #define XMLATOMICVALUE_T3775050121_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t3775050121 : public XPathItem_t4250588140 { public: // System.Boolean System.Xml.Schema.XmlAtomicValue::booleanValue bool ___booleanValue_0; // System.DateTime System.Xml.Schema.XmlAtomicValue::dateTimeValue DateTime_t3738529785 ___dateTimeValue_1; // System.Decimal System.Xml.Schema.XmlAtomicValue::decimalValue Decimal_t2948259380 ___decimalValue_2; // System.Double System.Xml.Schema.XmlAtomicValue::doubleValue double ___doubleValue_3; // System.Int32 System.Xml.Schema.XmlAtomicValue::intValue int32_t ___intValue_4; // System.Int64 System.Xml.Schema.XmlAtomicValue::longValue int64_t ___longValue_5; // System.Object System.Xml.Schema.XmlAtomicValue::objectValue RuntimeObject * ___objectValue_6; // System.Single System.Xml.Schema.XmlAtomicValue::floatValue float ___floatValue_7; // System.String System.Xml.Schema.XmlAtomicValue::stringValue String_t* ___stringValue_8; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::schemaType XmlSchemaType_t2033747345 * ___schemaType_9; // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlAtomicValue::xmlTypeCode int32_t ___xmlTypeCode_10; public: inline static int32_t get_offset_of_booleanValue_0() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___booleanValue_0)); } inline bool get_booleanValue_0() const { return ___booleanValue_0; } inline bool* get_address_of_booleanValue_0() { return &___booleanValue_0; } inline void set_booleanValue_0(bool value) { ___booleanValue_0 = value; } inline static int32_t get_offset_of_dateTimeValue_1() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___dateTimeValue_1)); } inline DateTime_t3738529785 get_dateTimeValue_1() const { return ___dateTimeValue_1; } inline DateTime_t3738529785 * get_address_of_dateTimeValue_1() { return &___dateTimeValue_1; } inline void set_dateTimeValue_1(DateTime_t3738529785 value) { ___dateTimeValue_1 = value; } inline static int32_t get_offset_of_decimalValue_2() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___decimalValue_2)); } inline Decimal_t2948259380 get_decimalValue_2() const { return ___decimalValue_2; } inline Decimal_t2948259380 * get_address_of_decimalValue_2() { return &___decimalValue_2; } inline void set_decimalValue_2(Decimal_t2948259380 value) { ___decimalValue_2 = value; } inline static int32_t get_offset_of_doubleValue_3() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___doubleValue_3)); } inline double get_doubleValue_3() const { return ___doubleValue_3; } inline double* get_address_of_doubleValue_3() { return &___doubleValue_3; } inline void set_doubleValue_3(double value) { ___doubleValue_3 = value; } inline static int32_t get_offset_of_intValue_4() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___intValue_4)); } inline int32_t get_intValue_4() const { return ___intValue_4; } inline int32_t* get_address_of_intValue_4() { return &___intValue_4; } inline void set_intValue_4(int32_t value) { ___intValue_4 = value; } inline static int32_t get_offset_of_longValue_5() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___longValue_5)); } inline int64_t get_longValue_5() const { return ___longValue_5; } inline int64_t* get_address_of_longValue_5() { return &___longValue_5; } inline void set_longValue_5(int64_t value) { ___longValue_5 = value; } inline static int32_t get_offset_of_objectValue_6() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___objectValue_6)); } inline RuntimeObject * get_objectValue_6() const { return ___objectValue_6; } inline RuntimeObject ** get_address_of_objectValue_6() { return &___objectValue_6; } inline void set_objectValue_6(RuntimeObject * value) { ___objectValue_6 = value; Il2CppCodeGenWriteBarrier((&___objectValue_6), value); } inline static int32_t get_offset_of_floatValue_7() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___floatValue_7)); } inline float get_floatValue_7() const { return ___floatValue_7; } inline float* get_address_of_floatValue_7() { return &___floatValue_7; } inline void set_floatValue_7(float value) { ___floatValue_7 = value; } inline static int32_t get_offset_of_stringValue_8() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___stringValue_8)); } inline String_t* get_stringValue_8() const { return ___stringValue_8; } inline String_t** get_address_of_stringValue_8() { return &___stringValue_8; } inline void set_stringValue_8(String_t* value) { ___stringValue_8 = value; Il2CppCodeGenWriteBarrier((&___stringValue_8), value); } inline static int32_t get_offset_of_schemaType_9() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___schemaType_9)); } inline XmlSchemaType_t2033747345 * get_schemaType_9() const { return ___schemaType_9; } inline XmlSchemaType_t2033747345 ** get_address_of_schemaType_9() { return &___schemaType_9; } inline void set_schemaType_9(XmlSchemaType_t2033747345 * value) { ___schemaType_9 = value; Il2CppCodeGenWriteBarrier((&___schemaType_9), value); } inline static int32_t get_offset_of_xmlTypeCode_10() { return static_cast(offsetof(XmlAtomicValue_t3775050121, ___xmlTypeCode_10)); } inline int32_t get_xmlTypeCode_10() const { return ___xmlTypeCode_10; } inline int32_t* get_address_of_xmlTypeCode_10() { return &___xmlTypeCode_10; } inline void set_xmlTypeCode_10(int32_t value) { ___xmlTypeCode_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATOMICVALUE_T3775050121_H #ifndef XMLSCHEMAPARTICLE_T3828501457_H #define XMLSCHEMAPARTICLE_T3828501457_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t3828501457 : public XmlSchemaAnnotated_t2603549639 { public: // System.Decimal System.Xml.Schema.XmlSchemaParticle::minOccurs Decimal_t2948259380 ___minOccurs_16; // System.Decimal System.Xml.Schema.XmlSchemaParticle::maxOccurs Decimal_t2948259380 ___maxOccurs_17; // System.String System.Xml.Schema.XmlSchemaParticle::minstr String_t* ___minstr_18; // System.String System.Xml.Schema.XmlSchemaParticle::maxstr String_t* ___maxstr_19; // System.Decimal System.Xml.Schema.XmlSchemaParticle::validatedMinOccurs Decimal_t2948259380 ___validatedMinOccurs_21; // System.Decimal System.Xml.Schema.XmlSchemaParticle::validatedMaxOccurs Decimal_t2948259380 ___validatedMaxOccurs_22; // System.Int32 System.Xml.Schema.XmlSchemaParticle::recursionDepth int32_t ___recursionDepth_23; // System.Decimal System.Xml.Schema.XmlSchemaParticle::minEffectiveTotalRange Decimal_t2948259380 ___minEffectiveTotalRange_24; // System.Boolean System.Xml.Schema.XmlSchemaParticle::parentIsGroupDefinition bool ___parentIsGroupDefinition_25; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::OptimizedParticle XmlSchemaParticle_t3828501457 * ___OptimizedParticle_26; public: inline static int32_t get_offset_of_minOccurs_16() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___minOccurs_16)); } inline Decimal_t2948259380 get_minOccurs_16() const { return ___minOccurs_16; } inline Decimal_t2948259380 * get_address_of_minOccurs_16() { return &___minOccurs_16; } inline void set_minOccurs_16(Decimal_t2948259380 value) { ___minOccurs_16 = value; } inline static int32_t get_offset_of_maxOccurs_17() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___maxOccurs_17)); } inline Decimal_t2948259380 get_maxOccurs_17() const { return ___maxOccurs_17; } inline Decimal_t2948259380 * get_address_of_maxOccurs_17() { return &___maxOccurs_17; } inline void set_maxOccurs_17(Decimal_t2948259380 value) { ___maxOccurs_17 = value; } inline static int32_t get_offset_of_minstr_18() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___minstr_18)); } inline String_t* get_minstr_18() const { return ___minstr_18; } inline String_t** get_address_of_minstr_18() { return &___minstr_18; } inline void set_minstr_18(String_t* value) { ___minstr_18 = value; Il2CppCodeGenWriteBarrier((&___minstr_18), value); } inline static int32_t get_offset_of_maxstr_19() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___maxstr_19)); } inline String_t* get_maxstr_19() const { return ___maxstr_19; } inline String_t** get_address_of_maxstr_19() { return &___maxstr_19; } inline void set_maxstr_19(String_t* value) { ___maxstr_19 = value; Il2CppCodeGenWriteBarrier((&___maxstr_19), value); } inline static int32_t get_offset_of_validatedMinOccurs_21() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___validatedMinOccurs_21)); } inline Decimal_t2948259380 get_validatedMinOccurs_21() const { return ___validatedMinOccurs_21; } inline Decimal_t2948259380 * get_address_of_validatedMinOccurs_21() { return &___validatedMinOccurs_21; } inline void set_validatedMinOccurs_21(Decimal_t2948259380 value) { ___validatedMinOccurs_21 = value; } inline static int32_t get_offset_of_validatedMaxOccurs_22() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___validatedMaxOccurs_22)); } inline Decimal_t2948259380 get_validatedMaxOccurs_22() const { return ___validatedMaxOccurs_22; } inline Decimal_t2948259380 * get_address_of_validatedMaxOccurs_22() { return &___validatedMaxOccurs_22; } inline void set_validatedMaxOccurs_22(Decimal_t2948259380 value) { ___validatedMaxOccurs_22 = value; } inline static int32_t get_offset_of_recursionDepth_23() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___recursionDepth_23)); } inline int32_t get_recursionDepth_23() const { return ___recursionDepth_23; } inline int32_t* get_address_of_recursionDepth_23() { return &___recursionDepth_23; } inline void set_recursionDepth_23(int32_t value) { ___recursionDepth_23 = value; } inline static int32_t get_offset_of_minEffectiveTotalRange_24() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___minEffectiveTotalRange_24)); } inline Decimal_t2948259380 get_minEffectiveTotalRange_24() const { return ___minEffectiveTotalRange_24; } inline Decimal_t2948259380 * get_address_of_minEffectiveTotalRange_24() { return &___minEffectiveTotalRange_24; } inline void set_minEffectiveTotalRange_24(Decimal_t2948259380 value) { ___minEffectiveTotalRange_24 = value; } inline static int32_t get_offset_of_parentIsGroupDefinition_25() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___parentIsGroupDefinition_25)); } inline bool get_parentIsGroupDefinition_25() const { return ___parentIsGroupDefinition_25; } inline bool* get_address_of_parentIsGroupDefinition_25() { return &___parentIsGroupDefinition_25; } inline void set_parentIsGroupDefinition_25(bool value) { ___parentIsGroupDefinition_25 = value; } inline static int32_t get_offset_of_OptimizedParticle_26() { return static_cast(offsetof(XmlSchemaParticle_t3828501457, ___OptimizedParticle_26)); } inline XmlSchemaParticle_t3828501457 * get_OptimizedParticle_26() const { return ___OptimizedParticle_26; } inline XmlSchemaParticle_t3828501457 ** get_address_of_OptimizedParticle_26() { return &___OptimizedParticle_26; } inline void set_OptimizedParticle_26(XmlSchemaParticle_t3828501457 * value) { ___OptimizedParticle_26 = value; Il2CppCodeGenWriteBarrier((&___OptimizedParticle_26), value); } }; struct XmlSchemaParticle_t3828501457_StaticFields { public: // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::empty XmlSchemaParticle_t3828501457 * ___empty_20; public: inline static int32_t get_offset_of_empty_20() { return static_cast(offsetof(XmlSchemaParticle_t3828501457_StaticFields, ___empty_20)); } inline XmlSchemaParticle_t3828501457 * get_empty_20() const { return ___empty_20; } inline XmlSchemaParticle_t3828501457 ** get_address_of_empty_20() { return &___empty_20; } inline void set_empty_20(XmlSchemaParticle_t3828501457 * value) { ___empty_20 = value; Il2CppCodeGenWriteBarrier((&___empty_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAPARTICLE_T3828501457_H #ifndef XMLSCHEMAATTRIBUTE_T2797257020_H #define XMLSCHEMAATTRIBUTE_T2797257020_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2797257020 : public XmlSchemaAnnotated_t2603549639 { public: // System.Object System.Xml.Schema.XmlSchemaAttribute::attributeType RuntimeObject * ___attributeType_16; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::attributeSchemaType XmlSchemaSimpleType_t2678868104 * ___attributeSchemaType_17; // System.String System.Xml.Schema.XmlSchemaAttribute::defaultValue String_t* ___defaultValue_18; // System.String System.Xml.Schema.XmlSchemaAttribute::fixedValue String_t* ___fixedValue_19; // System.String System.Xml.Schema.XmlSchemaAttribute::validatedDefaultValue String_t* ___validatedDefaultValue_20; // System.String System.Xml.Schema.XmlSchemaAttribute::validatedFixedValue String_t* ___validatedFixedValue_21; // System.Object System.Xml.Schema.XmlSchemaAttribute::validatedFixedTypedValue RuntimeObject * ___validatedFixedTypedValue_22; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaAttribute::form int32_t ___form_23; // System.String System.Xml.Schema.XmlSchemaAttribute::name String_t* ___name_24; // System.String System.Xml.Schema.XmlSchemaAttribute::targetNamespace String_t* ___targetNamespace_25; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::qualifiedName XmlQualifiedName_t2760654312 * ___qualifiedName_26; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::refName XmlQualifiedName_t2760654312 * ___refName_27; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::schemaType XmlSchemaSimpleType_t2678868104 * ___schemaType_28; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::schemaTypeName XmlQualifiedName_t2760654312 * ___schemaTypeName_29; // System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaAttribute::use int32_t ___use_30; // System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaAttribute::validatedUse int32_t ___validatedUse_31; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaAttribute::referencedAttribute XmlSchemaAttribute_t2797257020 * ___referencedAttribute_32; public: inline static int32_t get_offset_of_attributeType_16() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___attributeType_16)); } inline RuntimeObject * get_attributeType_16() const { return ___attributeType_16; } inline RuntimeObject ** get_address_of_attributeType_16() { return &___attributeType_16; } inline void set_attributeType_16(RuntimeObject * value) { ___attributeType_16 = value; Il2CppCodeGenWriteBarrier((&___attributeType_16), value); } inline static int32_t get_offset_of_attributeSchemaType_17() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___attributeSchemaType_17)); } inline XmlSchemaSimpleType_t2678868104 * get_attributeSchemaType_17() const { return ___attributeSchemaType_17; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_attributeSchemaType_17() { return &___attributeSchemaType_17; } inline void set_attributeSchemaType_17(XmlSchemaSimpleType_t2678868104 * value) { ___attributeSchemaType_17 = value; Il2CppCodeGenWriteBarrier((&___attributeSchemaType_17), value); } inline static int32_t get_offset_of_defaultValue_18() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___defaultValue_18)); } inline String_t* get_defaultValue_18() const { return ___defaultValue_18; } inline String_t** get_address_of_defaultValue_18() { return &___defaultValue_18; } inline void set_defaultValue_18(String_t* value) { ___defaultValue_18 = value; Il2CppCodeGenWriteBarrier((&___defaultValue_18), value); } inline static int32_t get_offset_of_fixedValue_19() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___fixedValue_19)); } inline String_t* get_fixedValue_19() const { return ___fixedValue_19; } inline String_t** get_address_of_fixedValue_19() { return &___fixedValue_19; } inline void set_fixedValue_19(String_t* value) { ___fixedValue_19 = value; Il2CppCodeGenWriteBarrier((&___fixedValue_19), value); } inline static int32_t get_offset_of_validatedDefaultValue_20() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___validatedDefaultValue_20)); } inline String_t* get_validatedDefaultValue_20() const { return ___validatedDefaultValue_20; } inline String_t** get_address_of_validatedDefaultValue_20() { return &___validatedDefaultValue_20; } inline void set_validatedDefaultValue_20(String_t* value) { ___validatedDefaultValue_20 = value; Il2CppCodeGenWriteBarrier((&___validatedDefaultValue_20), value); } inline static int32_t get_offset_of_validatedFixedValue_21() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___validatedFixedValue_21)); } inline String_t* get_validatedFixedValue_21() const { return ___validatedFixedValue_21; } inline String_t** get_address_of_validatedFixedValue_21() { return &___validatedFixedValue_21; } inline void set_validatedFixedValue_21(String_t* value) { ___validatedFixedValue_21 = value; Il2CppCodeGenWriteBarrier((&___validatedFixedValue_21), value); } inline static int32_t get_offset_of_validatedFixedTypedValue_22() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___validatedFixedTypedValue_22)); } inline RuntimeObject * get_validatedFixedTypedValue_22() const { return ___validatedFixedTypedValue_22; } inline RuntimeObject ** get_address_of_validatedFixedTypedValue_22() { return &___validatedFixedTypedValue_22; } inline void set_validatedFixedTypedValue_22(RuntimeObject * value) { ___validatedFixedTypedValue_22 = value; Il2CppCodeGenWriteBarrier((&___validatedFixedTypedValue_22), value); } inline static int32_t get_offset_of_form_23() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___form_23)); } inline int32_t get_form_23() const { return ___form_23; } inline int32_t* get_address_of_form_23() { return &___form_23; } inline void set_form_23(int32_t value) { ___form_23 = value; } inline static int32_t get_offset_of_name_24() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___name_24)); } inline String_t* get_name_24() const { return ___name_24; } inline String_t** get_address_of_name_24() { return &___name_24; } inline void set_name_24(String_t* value) { ___name_24 = value; Il2CppCodeGenWriteBarrier((&___name_24), value); } inline static int32_t get_offset_of_targetNamespace_25() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___targetNamespace_25)); } inline String_t* get_targetNamespace_25() const { return ___targetNamespace_25; } inline String_t** get_address_of_targetNamespace_25() { return &___targetNamespace_25; } inline void set_targetNamespace_25(String_t* value) { ___targetNamespace_25 = value; Il2CppCodeGenWriteBarrier((&___targetNamespace_25), value); } inline static int32_t get_offset_of_qualifiedName_26() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___qualifiedName_26)); } inline XmlQualifiedName_t2760654312 * get_qualifiedName_26() const { return ___qualifiedName_26; } inline XmlQualifiedName_t2760654312 ** get_address_of_qualifiedName_26() { return &___qualifiedName_26; } inline void set_qualifiedName_26(XmlQualifiedName_t2760654312 * value) { ___qualifiedName_26 = value; Il2CppCodeGenWriteBarrier((&___qualifiedName_26), value); } inline static int32_t get_offset_of_refName_27() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___refName_27)); } inline XmlQualifiedName_t2760654312 * get_refName_27() const { return ___refName_27; } inline XmlQualifiedName_t2760654312 ** get_address_of_refName_27() { return &___refName_27; } inline void set_refName_27(XmlQualifiedName_t2760654312 * value) { ___refName_27 = value; Il2CppCodeGenWriteBarrier((&___refName_27), value); } inline static int32_t get_offset_of_schemaType_28() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___schemaType_28)); } inline XmlSchemaSimpleType_t2678868104 * get_schemaType_28() const { return ___schemaType_28; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_schemaType_28() { return &___schemaType_28; } inline void set_schemaType_28(XmlSchemaSimpleType_t2678868104 * value) { ___schemaType_28 = value; Il2CppCodeGenWriteBarrier((&___schemaType_28), value); } inline static int32_t get_offset_of_schemaTypeName_29() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___schemaTypeName_29)); } inline XmlQualifiedName_t2760654312 * get_schemaTypeName_29() const { return ___schemaTypeName_29; } inline XmlQualifiedName_t2760654312 ** get_address_of_schemaTypeName_29() { return &___schemaTypeName_29; } inline void set_schemaTypeName_29(XmlQualifiedName_t2760654312 * value) { ___schemaTypeName_29 = value; Il2CppCodeGenWriteBarrier((&___schemaTypeName_29), value); } inline static int32_t get_offset_of_use_30() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___use_30)); } inline int32_t get_use_30() const { return ___use_30; } inline int32_t* get_address_of_use_30() { return &___use_30; } inline void set_use_30(int32_t value) { ___use_30 = value; } inline static int32_t get_offset_of_validatedUse_31() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___validatedUse_31)); } inline int32_t get_validatedUse_31() const { return ___validatedUse_31; } inline int32_t* get_address_of_validatedUse_31() { return &___validatedUse_31; } inline void set_validatedUse_31(int32_t value) { ___validatedUse_31 = value; } inline static int32_t get_offset_of_referencedAttribute_32() { return static_cast(offsetof(XmlSchemaAttribute_t2797257020, ___referencedAttribute_32)); } inline XmlSchemaAttribute_t2797257020 * get_referencedAttribute_32() const { return ___referencedAttribute_32; } inline XmlSchemaAttribute_t2797257020 ** get_address_of_referencedAttribute_32() { return &___referencedAttribute_32; } inline void set_referencedAttribute_32(XmlSchemaAttribute_t2797257020 * value) { ___referencedAttribute_32 = value; Il2CppCodeGenWriteBarrier((&___referencedAttribute_32), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAATTRIBUTE_T2797257020_H #ifndef VALIDATIONEVENTHANDLER_T791314227_H #define VALIDATIONEVENTHANDLER_T791314227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONEVENTHANDLER_T791314227_H #ifndef 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 XMLSCHEMAXPATH_T3156455507_H #define XMLSCHEMAXPATH_T3156455507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaXPath struct XmlSchemaXPath_t3156455507 : public XmlSchemaAnnotated_t2603549639 { public: // System.String System.Xml.Schema.XmlSchemaXPath::xpath String_t* ___xpath_16; // System.Xml.XmlNamespaceManager System.Xml.Schema.XmlSchemaXPath::nsmgr XmlNamespaceManager_t418790500 * ___nsmgr_17; // System.Boolean System.Xml.Schema.XmlSchemaXPath::isSelector bool ___isSelector_18; // Mono.Xml.Schema.XsdIdentityPath[] System.Xml.Schema.XmlSchemaXPath::compiledExpression XsdIdentityPathU5BU5D_t2466178853* ___compiledExpression_19; // Mono.Xml.Schema.XsdIdentityPath System.Xml.Schema.XmlSchemaXPath::currentPath XsdIdentityPath_t991900844 * ___currentPath_20; public: inline static int32_t get_offset_of_xpath_16() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___xpath_16)); } inline String_t* get_xpath_16() const { return ___xpath_16; } inline String_t** get_address_of_xpath_16() { return &___xpath_16; } inline void set_xpath_16(String_t* value) { ___xpath_16 = value; Il2CppCodeGenWriteBarrier((&___xpath_16), value); } inline static int32_t get_offset_of_nsmgr_17() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___nsmgr_17)); } inline XmlNamespaceManager_t418790500 * get_nsmgr_17() const { return ___nsmgr_17; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmgr_17() { return &___nsmgr_17; } inline void set_nsmgr_17(XmlNamespaceManager_t418790500 * value) { ___nsmgr_17 = value; Il2CppCodeGenWriteBarrier((&___nsmgr_17), value); } inline static int32_t get_offset_of_isSelector_18() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___isSelector_18)); } inline bool get_isSelector_18() const { return ___isSelector_18; } inline bool* get_address_of_isSelector_18() { return &___isSelector_18; } inline void set_isSelector_18(bool value) { ___isSelector_18 = value; } inline static int32_t get_offset_of_compiledExpression_19() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___compiledExpression_19)); } inline XsdIdentityPathU5BU5D_t2466178853* get_compiledExpression_19() const { return ___compiledExpression_19; } inline XsdIdentityPathU5BU5D_t2466178853** get_address_of_compiledExpression_19() { return &___compiledExpression_19; } inline void set_compiledExpression_19(XsdIdentityPathU5BU5D_t2466178853* value) { ___compiledExpression_19 = value; Il2CppCodeGenWriteBarrier((&___compiledExpression_19), value); } inline static int32_t get_offset_of_currentPath_20() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___currentPath_20)); } inline XsdIdentityPath_t991900844 * get_currentPath_20() const { return ___currentPath_20; } inline XsdIdentityPath_t991900844 ** get_address_of_currentPath_20() { return &___currentPath_20; } inline void set_currentPath_20(XsdIdentityPath_t991900844 * value) { ___currentPath_20 = value; Il2CppCodeGenWriteBarrier((&___currentPath_20), value); } }; struct XmlSchemaXPath_t3156455507_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaXPath::<>f__switch$map4A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4A_21; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map4A_21() { return static_cast(offsetof(XmlSchemaXPath_t3156455507_StaticFields, ___U3CU3Ef__switchU24map4A_21)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4A_21() const { return ___U3CU3Ef__switchU24map4A_21; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4A_21() { return &___U3CU3Ef__switchU24map4A_21; } inline void set_U3CU3Ef__switchU24map4A_21(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4A_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4A_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAXPATH_T3156455507_H #ifndef XMLSCHEMAFACET_T1906017689_H #define XMLSCHEMAFACET_T1906017689_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t1906017689 : public XmlSchemaAnnotated_t2603549639 { public: // System.Boolean System.Xml.Schema.XmlSchemaFacet::isFixed bool ___isFixed_17; // System.String System.Xml.Schema.XmlSchemaFacet::val String_t* ___val_18; public: inline static int32_t get_offset_of_isFixed_17() { return static_cast(offsetof(XmlSchemaFacet_t1906017689, ___isFixed_17)); } inline bool get_isFixed_17() const { return ___isFixed_17; } inline bool* get_address_of_isFixed_17() { return &___isFixed_17; } inline void set_isFixed_17(bool value) { ___isFixed_17 = value; } inline static int32_t get_offset_of_val_18() { return static_cast(offsetof(XmlSchemaFacet_t1906017689, ___val_18)); } inline String_t* get_val_18() const { return ___val_18; } inline String_t** get_address_of_val_18() { return &___val_18; } inline void set_val_18(String_t* value) { ___val_18 = value; Il2CppCodeGenWriteBarrier((&___val_18), value); } }; struct XmlSchemaFacet_t1906017689_StaticFields { public: // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::AllFacets int32_t ___AllFacets_16; public: inline static int32_t get_offset_of_AllFacets_16() { return static_cast(offsetof(XmlSchemaFacet_t1906017689_StaticFields, ___AllFacets_16)); } inline int32_t get_AllFacets_16() const { return ___AllFacets_16; } inline int32_t* get_address_of_AllFacets_16() { return &___AllFacets_16; } inline void set_AllFacets_16(int32_t value) { ___AllFacets_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAFACET_T1906017689_H #ifndef XMLSCHEMATYPE_T2033747345_H #define XMLSCHEMATYPE_T2033747345_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t2033747345 : public XmlSchemaAnnotated_t2603549639 { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final int32_t ___final_16; // System.Boolean System.Xml.Schema.XmlSchemaType::isMixed bool ___isMixed_17; // System.String System.Xml.Schema.XmlSchemaType::name String_t* ___name_18; // System.Boolean System.Xml.Schema.XmlSchemaType::recursed bool ___recursed_19; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::BaseSchemaTypeName XmlQualifiedName_t2760654312 * ___BaseSchemaTypeName_20; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::BaseXmlSchemaTypeInternal XmlSchemaType_t2033747345 * ___BaseXmlSchemaTypeInternal_21; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::DatatypeInternal XmlSchemaDatatype_t322714710 * ___DatatypeInternal_22; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::resolvedDerivedBy int32_t ___resolvedDerivedBy_23; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::finalResolved int32_t ___finalResolved_24; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::QNameInternal XmlQualifiedName_t2760654312 * ___QNameInternal_25; public: inline static int32_t get_offset_of_final_16() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___final_16)); } inline int32_t get_final_16() const { return ___final_16; } inline int32_t* get_address_of_final_16() { return &___final_16; } inline void set_final_16(int32_t value) { ___final_16 = value; } inline static int32_t get_offset_of_isMixed_17() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___isMixed_17)); } inline bool get_isMixed_17() const { return ___isMixed_17; } inline bool* get_address_of_isMixed_17() { return &___isMixed_17; } inline void set_isMixed_17(bool value) { ___isMixed_17 = value; } inline static int32_t get_offset_of_name_18() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___name_18)); } inline String_t* get_name_18() const { return ___name_18; } inline String_t** get_address_of_name_18() { return &___name_18; } inline void set_name_18(String_t* value) { ___name_18 = value; Il2CppCodeGenWriteBarrier((&___name_18), value); } inline static int32_t get_offset_of_recursed_19() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___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_BaseSchemaTypeName_20() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___BaseSchemaTypeName_20)); } inline XmlQualifiedName_t2760654312 * get_BaseSchemaTypeName_20() const { return ___BaseSchemaTypeName_20; } inline XmlQualifiedName_t2760654312 ** get_address_of_BaseSchemaTypeName_20() { return &___BaseSchemaTypeName_20; } inline void set_BaseSchemaTypeName_20(XmlQualifiedName_t2760654312 * value) { ___BaseSchemaTypeName_20 = value; Il2CppCodeGenWriteBarrier((&___BaseSchemaTypeName_20), value); } inline static int32_t get_offset_of_BaseXmlSchemaTypeInternal_21() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___BaseXmlSchemaTypeInternal_21)); } inline XmlSchemaType_t2033747345 * get_BaseXmlSchemaTypeInternal_21() const { return ___BaseXmlSchemaTypeInternal_21; } inline XmlSchemaType_t2033747345 ** get_address_of_BaseXmlSchemaTypeInternal_21() { return &___BaseXmlSchemaTypeInternal_21; } inline void set_BaseXmlSchemaTypeInternal_21(XmlSchemaType_t2033747345 * value) { ___BaseXmlSchemaTypeInternal_21 = value; Il2CppCodeGenWriteBarrier((&___BaseXmlSchemaTypeInternal_21), value); } inline static int32_t get_offset_of_DatatypeInternal_22() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___DatatypeInternal_22)); } inline XmlSchemaDatatype_t322714710 * get_DatatypeInternal_22() const { return ___DatatypeInternal_22; } inline XmlSchemaDatatype_t322714710 ** get_address_of_DatatypeInternal_22() { return &___DatatypeInternal_22; } inline void set_DatatypeInternal_22(XmlSchemaDatatype_t322714710 * value) { ___DatatypeInternal_22 = value; Il2CppCodeGenWriteBarrier((&___DatatypeInternal_22), value); } inline static int32_t get_offset_of_resolvedDerivedBy_23() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___resolvedDerivedBy_23)); } inline int32_t get_resolvedDerivedBy_23() const { return ___resolvedDerivedBy_23; } inline int32_t* get_address_of_resolvedDerivedBy_23() { return &___resolvedDerivedBy_23; } inline void set_resolvedDerivedBy_23(int32_t value) { ___resolvedDerivedBy_23 = value; } inline static int32_t get_offset_of_finalResolved_24() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___finalResolved_24)); } inline int32_t get_finalResolved_24() const { return ___finalResolved_24; } inline int32_t* get_address_of_finalResolved_24() { return &___finalResolved_24; } inline void set_finalResolved_24(int32_t value) { ___finalResolved_24 = value; } inline static int32_t get_offset_of_QNameInternal_25() { return static_cast(offsetof(XmlSchemaType_t2033747345, ___QNameInternal_25)); } inline XmlQualifiedName_t2760654312 * get_QNameInternal_25() const { return ___QNameInternal_25; } inline XmlQualifiedName_t2760654312 ** get_address_of_QNameInternal_25() { return &___QNameInternal_25; } inline void set_QNameInternal_25(XmlQualifiedName_t2760654312 * value) { ___QNameInternal_25 = value; Il2CppCodeGenWriteBarrier((&___QNameInternal_25), value); } }; struct XmlSchemaType_t2033747345_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaType::<>f__switch$map42 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map42_26; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaType::<>f__switch$map43 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map43_27; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map42_26() { return static_cast(offsetof(XmlSchemaType_t2033747345_StaticFields, ___U3CU3Ef__switchU24map42_26)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map42_26() const { return ___U3CU3Ef__switchU24map42_26; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map42_26() { return &___U3CU3Ef__switchU24map42_26; } inline void set_U3CU3Ef__switchU24map42_26(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map42_26 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map42_26), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map43_27() { return static_cast(offsetof(XmlSchemaType_t2033747345_StaticFields, ___U3CU3Ef__switchU24map43_27)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map43_27() const { return ___U3CU3Ef__switchU24map43_27; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map43_27() { return &___U3CU3Ef__switchU24map43_27; } inline void set_U3CU3Ef__switchU24map43_27(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map43_27 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map43_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMATYPE_T2033747345_H #ifndef XMLVALUEGETTER_T3904916812_H #define XMLVALUEGETTER_T3904916812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueGetter struct XmlValueGetter_t3904916812 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLVALUEGETTER_T3904916812_H #ifndef XMLSCHEMAIDENTITYCONSTRAINT_T297318432_H #define XMLSCHEMAIDENTITYCONSTRAINT_T297318432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaIdentityConstraint struct XmlSchemaIdentityConstraint_t297318432 : public XmlSchemaAnnotated_t2603549639 { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaIdentityConstraint::fields XmlSchemaObjectCollection_t1064819932 * ___fields_16; // System.String System.Xml.Schema.XmlSchemaIdentityConstraint::name String_t* ___name_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaIdentityConstraint::qName XmlQualifiedName_t2760654312 * ___qName_18; // System.Xml.Schema.XmlSchemaXPath System.Xml.Schema.XmlSchemaIdentityConstraint::selector XmlSchemaXPath_t3156455507 * ___selector_19; // Mono.Xml.Schema.XsdIdentitySelector System.Xml.Schema.XmlSchemaIdentityConstraint::compiledSelector XsdIdentitySelector_t574258590 * ___compiledSelector_20; public: inline static int32_t get_offset_of_fields_16() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___fields_16)); } inline XmlSchemaObjectCollection_t1064819932 * get_fields_16() const { return ___fields_16; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_fields_16() { return &___fields_16; } inline void set_fields_16(XmlSchemaObjectCollection_t1064819932 * value) { ___fields_16 = value; Il2CppCodeGenWriteBarrier((&___fields_16), value); } inline static int32_t get_offset_of_name_17() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___name_17)); } inline String_t* get_name_17() const { return ___name_17; } inline String_t** get_address_of_name_17() { return &___name_17; } inline void set_name_17(String_t* value) { ___name_17 = value; Il2CppCodeGenWriteBarrier((&___name_17), value); } inline static int32_t get_offset_of_qName_18() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___qName_18)); } inline XmlQualifiedName_t2760654312 * get_qName_18() const { return ___qName_18; } inline XmlQualifiedName_t2760654312 ** get_address_of_qName_18() { return &___qName_18; } inline void set_qName_18(XmlQualifiedName_t2760654312 * value) { ___qName_18 = value; Il2CppCodeGenWriteBarrier((&___qName_18), value); } inline static int32_t get_offset_of_selector_19() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___selector_19)); } inline XmlSchemaXPath_t3156455507 * get_selector_19() const { return ___selector_19; } inline XmlSchemaXPath_t3156455507 ** get_address_of_selector_19() { return &___selector_19; } inline void set_selector_19(XmlSchemaXPath_t3156455507 * value) { ___selector_19 = value; Il2CppCodeGenWriteBarrier((&___selector_19), value); } inline static int32_t get_offset_of_compiledSelector_20() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___compiledSelector_20)); } inline XsdIdentitySelector_t574258590 * get_compiledSelector_20() const { return ___compiledSelector_20; } inline XsdIdentitySelector_t574258590 ** get_address_of_compiledSelector_20() { return &___compiledSelector_20; } inline void set_compiledSelector_20(XsdIdentitySelector_t574258590 * value) { ___compiledSelector_20 = value; Il2CppCodeGenWriteBarrier((&___compiledSelector_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAIDENTITYCONSTRAINT_T297318432_H #ifndef XSDANYSIMPLETYPE_T1257864485_H #define XSDANYSIMPLETYPE_T1257864485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdAnySimpleType struct XsdAnySimpleType_t1257864485 : public XmlSchemaDatatype_t322714710 { public: public: }; struct XsdAnySimpleType_t1257864485_StaticFields { public: // Mono.Xml.Schema.XsdAnySimpleType Mono.Xml.Schema.XsdAnySimpleType::instance XsdAnySimpleType_t1257864485 * ___instance_55; // System.Char[] Mono.Xml.Schema.XsdAnySimpleType::whitespaceArray CharU5BU5D_t3528271667* ___whitespaceArray_56; // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::booleanAllowedFacets int32_t ___booleanAllowedFacets_57; // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::decimalAllowedFacets int32_t ___decimalAllowedFacets_58; // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::durationAllowedFacets int32_t ___durationAllowedFacets_59; // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::stringAllowedFacets int32_t ___stringAllowedFacets_60; public: inline static int32_t get_offset_of_instance_55() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___instance_55)); } inline XsdAnySimpleType_t1257864485 * get_instance_55() const { return ___instance_55; } inline XsdAnySimpleType_t1257864485 ** get_address_of_instance_55() { return &___instance_55; } inline void set_instance_55(XsdAnySimpleType_t1257864485 * value) { ___instance_55 = value; Il2CppCodeGenWriteBarrier((&___instance_55), value); } inline static int32_t get_offset_of_whitespaceArray_56() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___whitespaceArray_56)); } inline CharU5BU5D_t3528271667* get_whitespaceArray_56() const { return ___whitespaceArray_56; } inline CharU5BU5D_t3528271667** get_address_of_whitespaceArray_56() { return &___whitespaceArray_56; } inline void set_whitespaceArray_56(CharU5BU5D_t3528271667* value) { ___whitespaceArray_56 = value; Il2CppCodeGenWriteBarrier((&___whitespaceArray_56), value); } inline static int32_t get_offset_of_booleanAllowedFacets_57() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___booleanAllowedFacets_57)); } inline int32_t get_booleanAllowedFacets_57() const { return ___booleanAllowedFacets_57; } inline int32_t* get_address_of_booleanAllowedFacets_57() { return &___booleanAllowedFacets_57; } inline void set_booleanAllowedFacets_57(int32_t value) { ___booleanAllowedFacets_57 = value; } inline static int32_t get_offset_of_decimalAllowedFacets_58() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___decimalAllowedFacets_58)); } inline int32_t get_decimalAllowedFacets_58() const { return ___decimalAllowedFacets_58; } inline int32_t* get_address_of_decimalAllowedFacets_58() { return &___decimalAllowedFacets_58; } inline void set_decimalAllowedFacets_58(int32_t value) { ___decimalAllowedFacets_58 = value; } inline static int32_t get_offset_of_durationAllowedFacets_59() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___durationAllowedFacets_59)); } inline int32_t get_durationAllowedFacets_59() const { return ___durationAllowedFacets_59; } inline int32_t* get_address_of_durationAllowedFacets_59() { return &___durationAllowedFacets_59; } inline void set_durationAllowedFacets_59(int32_t value) { ___durationAllowedFacets_59 = value; } inline static int32_t get_offset_of_stringAllowedFacets_60() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___stringAllowedFacets_60)); } inline int32_t get_stringAllowedFacets_60() const { return ___stringAllowedFacets_60; } inline int32_t* get_address_of_stringAllowedFacets_60() { return &___stringAllowedFacets_60; } inline void set_stringAllowedFacets_60(int32_t value) { ___stringAllowedFacets_60 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDANYSIMPLETYPE_T1257864485_H #ifndef XMLSCHEMAANY_T1119175207_H #define XMLSCHEMAANY_T1119175207_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t1119175207 : public XmlSchemaParticle_t3828501457 { public: // System.String System.Xml.Schema.XmlSchemaAny::nameSpace String_t* ___nameSpace_28; // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAny::processing int32_t ___processing_29; // Mono.Xml.Schema.XsdWildcard System.Xml.Schema.XmlSchemaAny::wildcard XsdWildcard_t2790389089 * ___wildcard_30; public: inline static int32_t get_offset_of_nameSpace_28() { return static_cast(offsetof(XmlSchemaAny_t1119175207, ___nameSpace_28)); } inline String_t* get_nameSpace_28() const { return ___nameSpace_28; } inline String_t** get_address_of_nameSpace_28() { return &___nameSpace_28; } inline void set_nameSpace_28(String_t* value) { ___nameSpace_28 = value; Il2CppCodeGenWriteBarrier((&___nameSpace_28), value); } inline static int32_t get_offset_of_processing_29() { return static_cast(offsetof(XmlSchemaAny_t1119175207, ___processing_29)); } inline int32_t get_processing_29() const { return ___processing_29; } inline int32_t* get_address_of_processing_29() { return &___processing_29; } inline void set_processing_29(int32_t value) { ___processing_29 = value; } inline static int32_t get_offset_of_wildcard_30() { return static_cast(offsetof(XmlSchemaAny_t1119175207, ___wildcard_30)); } inline XsdWildcard_t2790389089 * get_wildcard_30() const { return ___wildcard_30; } inline XsdWildcard_t2790389089 ** get_address_of_wildcard_30() { return &___wildcard_30; } inline void set_wildcard_30(XsdWildcard_t2790389089 * value) { ___wildcard_30 = value; Il2CppCodeGenWriteBarrier((&___wildcard_30), value); } }; struct XmlSchemaAny_t1119175207_StaticFields { public: // System.Xml.Schema.XmlSchemaAny System.Xml.Schema.XmlSchemaAny::anyTypeContent XmlSchemaAny_t1119175207 * ___anyTypeContent_27; public: inline static int32_t get_offset_of_anyTypeContent_27() { return static_cast(offsetof(XmlSchemaAny_t1119175207_StaticFields, ___anyTypeContent_27)); } inline XmlSchemaAny_t1119175207 * get_anyTypeContent_27() const { return ___anyTypeContent_27; } inline XmlSchemaAny_t1119175207 ** get_address_of_anyTypeContent_27() { return &___anyTypeContent_27; } inline void set_anyTypeContent_27(XmlSchemaAny_t1119175207 * value) { ___anyTypeContent_27 = value; Il2CppCodeGenWriteBarrier((&___anyTypeContent_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAANY_T1119175207_H #ifndef XMLSCHEMAPATTERNFACET_T3316004401_H #define XMLSCHEMAPATTERNFACET_T3316004401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t3316004401 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAPATTERNFACET_T3316004401_H #ifndef XMLSCHEMACOMPLEXTYPE_T3740801802_H #define XMLSCHEMACOMPLEXTYPE_T3740801802_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3740801802 : public XmlSchemaType_t2033747345 { public: // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::anyAttribute XmlSchemaAnyAttribute_t963227996 * ___anyAttribute_28; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaComplexType::attributes XmlSchemaObjectCollection_t1064819932 * ___attributes_29; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::attributeUses XmlSchemaObjectTable_t2546974348 * ___attributeUses_30; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard XmlSchemaAnyAttribute_t963227996 * ___attributeWildcard_31; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block int32_t ___block_32; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::blockResolved int32_t ___blockResolved_33; // System.Xml.Schema.XmlSchemaContentModel System.Xml.Schema.XmlSchemaComplexType::contentModel XmlSchemaContentModel_t602185179 * ___contentModel_34; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::validatableParticle XmlSchemaParticle_t3828501457 * ___validatableParticle_35; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle XmlSchemaParticle_t3828501457 * ___contentTypeParticle_36; // System.Boolean System.Xml.Schema.XmlSchemaComplexType::isAbstract bool ___isAbstract_37; // System.Boolean System.Xml.Schema.XmlSchemaComplexType::isMixed bool ___isMixed_38; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::particle XmlSchemaParticle_t3828501457 * ___particle_39; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaComplexType::resolvedContentType int32_t ___resolvedContentType_40; // System.Boolean System.Xml.Schema.XmlSchemaComplexType::ValidatedIsAbstract bool ___ValidatedIsAbstract_41; // System.Guid System.Xml.Schema.XmlSchemaComplexType::CollectProcessId Guid_t ___CollectProcessId_44; public: inline static int32_t get_offset_of_anyAttribute_28() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___anyAttribute_28)); } inline XmlSchemaAnyAttribute_t963227996 * get_anyAttribute_28() const { return ___anyAttribute_28; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_anyAttribute_28() { return &___anyAttribute_28; } inline void set_anyAttribute_28(XmlSchemaAnyAttribute_t963227996 * value) { ___anyAttribute_28 = value; Il2CppCodeGenWriteBarrier((&___anyAttribute_28), value); } inline static int32_t get_offset_of_attributes_29() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___attributes_29)); } inline XmlSchemaObjectCollection_t1064819932 * get_attributes_29() const { return ___attributes_29; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_attributes_29() { return &___attributes_29; } inline void set_attributes_29(XmlSchemaObjectCollection_t1064819932 * value) { ___attributes_29 = value; Il2CppCodeGenWriteBarrier((&___attributes_29), value); } inline static int32_t get_offset_of_attributeUses_30() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___attributeUses_30)); } inline XmlSchemaObjectTable_t2546974348 * get_attributeUses_30() const { return ___attributeUses_30; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributeUses_30() { return &___attributeUses_30; } inline void set_attributeUses_30(XmlSchemaObjectTable_t2546974348 * value) { ___attributeUses_30 = value; Il2CppCodeGenWriteBarrier((&___attributeUses_30), value); } inline static int32_t get_offset_of_attributeWildcard_31() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___attributeWildcard_31)); } inline XmlSchemaAnyAttribute_t963227996 * get_attributeWildcard_31() const { return ___attributeWildcard_31; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_attributeWildcard_31() { return &___attributeWildcard_31; } inline void set_attributeWildcard_31(XmlSchemaAnyAttribute_t963227996 * value) { ___attributeWildcard_31 = value; Il2CppCodeGenWriteBarrier((&___attributeWildcard_31), value); } inline static int32_t get_offset_of_block_32() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___block_32)); } inline int32_t get_block_32() const { return ___block_32; } inline int32_t* get_address_of_block_32() { return &___block_32; } inline void set_block_32(int32_t value) { ___block_32 = value; } inline static int32_t get_offset_of_blockResolved_33() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___blockResolved_33)); } inline int32_t get_blockResolved_33() const { return ___blockResolved_33; } inline int32_t* get_address_of_blockResolved_33() { return &___blockResolved_33; } inline void set_blockResolved_33(int32_t value) { ___blockResolved_33 = value; } inline static int32_t get_offset_of_contentModel_34() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___contentModel_34)); } inline XmlSchemaContentModel_t602185179 * get_contentModel_34() const { return ___contentModel_34; } inline XmlSchemaContentModel_t602185179 ** get_address_of_contentModel_34() { return &___contentModel_34; } inline void set_contentModel_34(XmlSchemaContentModel_t602185179 * value) { ___contentModel_34 = value; Il2CppCodeGenWriteBarrier((&___contentModel_34), value); } inline static int32_t get_offset_of_validatableParticle_35() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___validatableParticle_35)); } inline XmlSchemaParticle_t3828501457 * get_validatableParticle_35() const { return ___validatableParticle_35; } inline XmlSchemaParticle_t3828501457 ** get_address_of_validatableParticle_35() { return &___validatableParticle_35; } inline void set_validatableParticle_35(XmlSchemaParticle_t3828501457 * value) { ___validatableParticle_35 = value; Il2CppCodeGenWriteBarrier((&___validatableParticle_35), value); } inline static int32_t get_offset_of_contentTypeParticle_36() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___contentTypeParticle_36)); } inline XmlSchemaParticle_t3828501457 * get_contentTypeParticle_36() const { return ___contentTypeParticle_36; } inline XmlSchemaParticle_t3828501457 ** get_address_of_contentTypeParticle_36() { return &___contentTypeParticle_36; } inline void set_contentTypeParticle_36(XmlSchemaParticle_t3828501457 * value) { ___contentTypeParticle_36 = value; Il2CppCodeGenWriteBarrier((&___contentTypeParticle_36), value); } inline static int32_t get_offset_of_isAbstract_37() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___isAbstract_37)); } inline bool get_isAbstract_37() const { return ___isAbstract_37; } inline bool* get_address_of_isAbstract_37() { return &___isAbstract_37; } inline void set_isAbstract_37(bool value) { ___isAbstract_37 = value; } inline static int32_t get_offset_of_isMixed_38() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___isMixed_38)); } inline bool get_isMixed_38() const { return ___isMixed_38; } inline bool* get_address_of_isMixed_38() { return &___isMixed_38; } inline void set_isMixed_38(bool value) { ___isMixed_38 = value; } inline static int32_t get_offset_of_particle_39() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___particle_39)); } inline XmlSchemaParticle_t3828501457 * get_particle_39() const { return ___particle_39; } inline XmlSchemaParticle_t3828501457 ** get_address_of_particle_39() { return &___particle_39; } inline void set_particle_39(XmlSchemaParticle_t3828501457 * value) { ___particle_39 = value; Il2CppCodeGenWriteBarrier((&___particle_39), value); } inline static int32_t get_offset_of_resolvedContentType_40() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___resolvedContentType_40)); } inline int32_t get_resolvedContentType_40() const { return ___resolvedContentType_40; } inline int32_t* get_address_of_resolvedContentType_40() { return &___resolvedContentType_40; } inline void set_resolvedContentType_40(int32_t value) { ___resolvedContentType_40 = value; } inline static int32_t get_offset_of_ValidatedIsAbstract_41() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___ValidatedIsAbstract_41)); } inline bool get_ValidatedIsAbstract_41() const { return ___ValidatedIsAbstract_41; } inline bool* get_address_of_ValidatedIsAbstract_41() { return &___ValidatedIsAbstract_41; } inline void set_ValidatedIsAbstract_41(bool value) { ___ValidatedIsAbstract_41 = value; } inline static int32_t get_offset_of_CollectProcessId_44() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___CollectProcessId_44)); } inline Guid_t get_CollectProcessId_44() const { return ___CollectProcessId_44; } inline Guid_t * get_address_of_CollectProcessId_44() { return &___CollectProcessId_44; } inline void set_CollectProcessId_44(Guid_t value) { ___CollectProcessId_44 = value; } }; struct XmlSchemaComplexType_t3740801802_StaticFields { public: // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyType XmlSchemaComplexType_t3740801802 * ___anyType_42; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaComplexType::AnyTypeName XmlQualifiedName_t2760654312 * ___AnyTypeName_43; public: inline static int32_t get_offset_of_anyType_42() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802_StaticFields, ___anyType_42)); } inline XmlSchemaComplexType_t3740801802 * get_anyType_42() const { return ___anyType_42; } inline XmlSchemaComplexType_t3740801802 ** get_address_of_anyType_42() { return &___anyType_42; } inline void set_anyType_42(XmlSchemaComplexType_t3740801802 * value) { ___anyType_42 = value; Il2CppCodeGenWriteBarrier((&___anyType_42), value); } inline static int32_t get_offset_of_AnyTypeName_43() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802_StaticFields, ___AnyTypeName_43)); } inline XmlQualifiedName_t2760654312 * get_AnyTypeName_43() const { return ___AnyTypeName_43; } inline XmlQualifiedName_t2760654312 ** get_address_of_AnyTypeName_43() { return &___AnyTypeName_43; } inline void set_AnyTypeName_43(XmlQualifiedName_t2760654312 * value) { ___AnyTypeName_43 = value; Il2CppCodeGenWriteBarrier((&___AnyTypeName_43), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACOMPLEXTYPE_T3740801802_H #ifndef XMLSCHEMAWHITESPACEFACET_T4158372164_H #define XMLSCHEMAWHITESPACEFACET_T4158372164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaWhiteSpaceFacet struct XmlSchemaWhiteSpaceFacet_t4158372164 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAWHITESPACEFACET_T4158372164_H #ifndef XMLSCHEMAKEY_T3030860318_H #define XMLSCHEMAKEY_T3030860318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaKey struct XmlSchemaKey_t3030860318 : public XmlSchemaIdentityConstraint_t297318432 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAKEY_T3030860318_H #ifndef XMLSCHEMAKEYREF_T3124006214_H #define XMLSCHEMAKEYREF_T3124006214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaKeyref struct XmlSchemaKeyref_t3124006214 : public XmlSchemaIdentityConstraint_t297318432 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaKeyref::refer XmlQualifiedName_t2760654312 * ___refer_21; // System.Xml.Schema.XmlSchemaIdentityConstraint System.Xml.Schema.XmlSchemaKeyref::target XmlSchemaIdentityConstraint_t297318432 * ___target_22; public: inline static int32_t get_offset_of_refer_21() { return static_cast(offsetof(XmlSchemaKeyref_t3124006214, ___refer_21)); } inline XmlQualifiedName_t2760654312 * get_refer_21() const { return ___refer_21; } inline XmlQualifiedName_t2760654312 ** get_address_of_refer_21() { return &___refer_21; } inline void set_refer_21(XmlQualifiedName_t2760654312 * value) { ___refer_21 = value; Il2CppCodeGenWriteBarrier((&___refer_21), value); } inline static int32_t get_offset_of_target_22() { return static_cast(offsetof(XmlSchemaKeyref_t3124006214, ___target_22)); } inline XmlSchemaIdentityConstraint_t297318432 * get_target_22() const { return ___target_22; } inline XmlSchemaIdentityConstraint_t297318432 ** get_address_of_target_22() { return &___target_22; } inline void set_target_22(XmlSchemaIdentityConstraint_t297318432 * value) { ___target_22 = value; Il2CppCodeGenWriteBarrier((&___target_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAKEYREF_T3124006214_H #ifndef XMLSCHEMAELEMENT_T427880856_H #define XMLSCHEMAELEMENT_T427880856_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t427880856 : public XmlSchemaParticle_t3828501457 { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::block int32_t ___block_27; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaElement::constraints XmlSchemaObjectCollection_t1064819932 * ___constraints_28; // System.String System.Xml.Schema.XmlSchemaElement::defaultValue String_t* ___defaultValue_29; // System.Object System.Xml.Schema.XmlSchemaElement::elementType RuntimeObject * ___elementType_30; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::elementSchemaType XmlSchemaType_t2033747345 * ___elementSchemaType_31; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::final int32_t ___final_32; // System.String System.Xml.Schema.XmlSchemaElement::fixedValue String_t* ___fixedValue_33; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaElement::form int32_t ___form_34; // System.Boolean System.Xml.Schema.XmlSchemaElement::isAbstract bool ___isAbstract_35; // System.Boolean System.Xml.Schema.XmlSchemaElement::isNillable bool ___isNillable_36; // System.String System.Xml.Schema.XmlSchemaElement::name String_t* ___name_37; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::refName XmlQualifiedName_t2760654312 * ___refName_38; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::schemaType XmlSchemaType_t2033747345 * ___schemaType_39; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::schemaTypeName XmlQualifiedName_t2760654312 * ___schemaTypeName_40; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::substitutionGroup XmlQualifiedName_t2760654312 * ___substitutionGroup_41; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaElement::schema XmlSchema_t3742557897 * ___schema_42; // System.Boolean System.Xml.Schema.XmlSchemaElement::parentIsSchema bool ___parentIsSchema_43; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::qName XmlQualifiedName_t2760654312 * ___qName_44; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::blockResolved int32_t ___blockResolved_45; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::finalResolved int32_t ___finalResolved_46; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaElement::referencedElement XmlSchemaElement_t427880856 * ___referencedElement_47; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaElement::substitutingElements ArrayList_t2718874744 * ___substitutingElements_48; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaElement::substitutionGroupElement XmlSchemaElement_t427880856 * ___substitutionGroupElement_49; // System.Boolean System.Xml.Schema.XmlSchemaElement::actualIsAbstract bool ___actualIsAbstract_50; // System.Boolean System.Xml.Schema.XmlSchemaElement::actualIsNillable bool ___actualIsNillable_51; // System.String System.Xml.Schema.XmlSchemaElement::validatedDefaultValue String_t* ___validatedDefaultValue_52; // System.String System.Xml.Schema.XmlSchemaElement::validatedFixedValue String_t* ___validatedFixedValue_53; public: inline static int32_t get_offset_of_block_27() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___block_27)); } inline int32_t get_block_27() const { return ___block_27; } inline int32_t* get_address_of_block_27() { return &___block_27; } inline void set_block_27(int32_t value) { ___block_27 = value; } inline static int32_t get_offset_of_constraints_28() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___constraints_28)); } inline XmlSchemaObjectCollection_t1064819932 * get_constraints_28() const { return ___constraints_28; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_constraints_28() { return &___constraints_28; } inline void set_constraints_28(XmlSchemaObjectCollection_t1064819932 * value) { ___constraints_28 = value; Il2CppCodeGenWriteBarrier((&___constraints_28), value); } inline static int32_t get_offset_of_defaultValue_29() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___defaultValue_29)); } inline String_t* get_defaultValue_29() const { return ___defaultValue_29; } inline String_t** get_address_of_defaultValue_29() { return &___defaultValue_29; } inline void set_defaultValue_29(String_t* value) { ___defaultValue_29 = value; Il2CppCodeGenWriteBarrier((&___defaultValue_29), value); } inline static int32_t get_offset_of_elementType_30() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___elementType_30)); } inline RuntimeObject * get_elementType_30() const { return ___elementType_30; } inline RuntimeObject ** get_address_of_elementType_30() { return &___elementType_30; } inline void set_elementType_30(RuntimeObject * value) { ___elementType_30 = value; Il2CppCodeGenWriteBarrier((&___elementType_30), value); } inline static int32_t get_offset_of_elementSchemaType_31() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___elementSchemaType_31)); } inline XmlSchemaType_t2033747345 * get_elementSchemaType_31() const { return ___elementSchemaType_31; } inline XmlSchemaType_t2033747345 ** get_address_of_elementSchemaType_31() { return &___elementSchemaType_31; } inline void set_elementSchemaType_31(XmlSchemaType_t2033747345 * value) { ___elementSchemaType_31 = value; Il2CppCodeGenWriteBarrier((&___elementSchemaType_31), value); } inline static int32_t get_offset_of_final_32() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___final_32)); } inline int32_t get_final_32() const { return ___final_32; } inline int32_t* get_address_of_final_32() { return &___final_32; } inline void set_final_32(int32_t value) { ___final_32 = value; } inline static int32_t get_offset_of_fixedValue_33() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___fixedValue_33)); } inline String_t* get_fixedValue_33() const { return ___fixedValue_33; } inline String_t** get_address_of_fixedValue_33() { return &___fixedValue_33; } inline void set_fixedValue_33(String_t* value) { ___fixedValue_33 = value; Il2CppCodeGenWriteBarrier((&___fixedValue_33), value); } inline static int32_t get_offset_of_form_34() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___form_34)); } inline int32_t get_form_34() const { return ___form_34; } inline int32_t* get_address_of_form_34() { return &___form_34; } inline void set_form_34(int32_t value) { ___form_34 = value; } inline static int32_t get_offset_of_isAbstract_35() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___isAbstract_35)); } inline bool get_isAbstract_35() const { return ___isAbstract_35; } inline bool* get_address_of_isAbstract_35() { return &___isAbstract_35; } inline void set_isAbstract_35(bool value) { ___isAbstract_35 = value; } inline static int32_t get_offset_of_isNillable_36() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___isNillable_36)); } inline bool get_isNillable_36() const { return ___isNillable_36; } inline bool* get_address_of_isNillable_36() { return &___isNillable_36; } inline void set_isNillable_36(bool value) { ___isNillable_36 = value; } inline static int32_t get_offset_of_name_37() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___name_37)); } inline String_t* get_name_37() const { return ___name_37; } inline String_t** get_address_of_name_37() { return &___name_37; } inline void set_name_37(String_t* value) { ___name_37 = value; Il2CppCodeGenWriteBarrier((&___name_37), value); } inline static int32_t get_offset_of_refName_38() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___refName_38)); } inline XmlQualifiedName_t2760654312 * get_refName_38() const { return ___refName_38; } inline XmlQualifiedName_t2760654312 ** get_address_of_refName_38() { return &___refName_38; } inline void set_refName_38(XmlQualifiedName_t2760654312 * value) { ___refName_38 = value; Il2CppCodeGenWriteBarrier((&___refName_38), value); } inline static int32_t get_offset_of_schemaType_39() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___schemaType_39)); } inline XmlSchemaType_t2033747345 * get_schemaType_39() const { return ___schemaType_39; } inline XmlSchemaType_t2033747345 ** get_address_of_schemaType_39() { return &___schemaType_39; } inline void set_schemaType_39(XmlSchemaType_t2033747345 * value) { ___schemaType_39 = value; Il2CppCodeGenWriteBarrier((&___schemaType_39), value); } inline static int32_t get_offset_of_schemaTypeName_40() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___schemaTypeName_40)); } inline XmlQualifiedName_t2760654312 * get_schemaTypeName_40() const { return ___schemaTypeName_40; } inline XmlQualifiedName_t2760654312 ** get_address_of_schemaTypeName_40() { return &___schemaTypeName_40; } inline void set_schemaTypeName_40(XmlQualifiedName_t2760654312 * value) { ___schemaTypeName_40 = value; Il2CppCodeGenWriteBarrier((&___schemaTypeName_40), value); } inline static int32_t get_offset_of_substitutionGroup_41() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___substitutionGroup_41)); } inline XmlQualifiedName_t2760654312 * get_substitutionGroup_41() const { return ___substitutionGroup_41; } inline XmlQualifiedName_t2760654312 ** get_address_of_substitutionGroup_41() { return &___substitutionGroup_41; } inline void set_substitutionGroup_41(XmlQualifiedName_t2760654312 * value) { ___substitutionGroup_41 = value; Il2CppCodeGenWriteBarrier((&___substitutionGroup_41), value); } inline static int32_t get_offset_of_schema_42() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___schema_42)); } inline XmlSchema_t3742557897 * get_schema_42() const { return ___schema_42; } inline XmlSchema_t3742557897 ** get_address_of_schema_42() { return &___schema_42; } inline void set_schema_42(XmlSchema_t3742557897 * value) { ___schema_42 = value; Il2CppCodeGenWriteBarrier((&___schema_42), value); } inline static int32_t get_offset_of_parentIsSchema_43() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___parentIsSchema_43)); } inline bool get_parentIsSchema_43() const { return ___parentIsSchema_43; } inline bool* get_address_of_parentIsSchema_43() { return &___parentIsSchema_43; } inline void set_parentIsSchema_43(bool value) { ___parentIsSchema_43 = value; } inline static int32_t get_offset_of_qName_44() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___qName_44)); } inline XmlQualifiedName_t2760654312 * get_qName_44() const { return ___qName_44; } inline XmlQualifiedName_t2760654312 ** get_address_of_qName_44() { return &___qName_44; } inline void set_qName_44(XmlQualifiedName_t2760654312 * value) { ___qName_44 = value; Il2CppCodeGenWriteBarrier((&___qName_44), value); } inline static int32_t get_offset_of_blockResolved_45() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___blockResolved_45)); } inline int32_t get_blockResolved_45() const { return ___blockResolved_45; } inline int32_t* get_address_of_blockResolved_45() { return &___blockResolved_45; } inline void set_blockResolved_45(int32_t value) { ___blockResolved_45 = value; } inline static int32_t get_offset_of_finalResolved_46() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___finalResolved_46)); } inline int32_t get_finalResolved_46() const { return ___finalResolved_46; } inline int32_t* get_address_of_finalResolved_46() { return &___finalResolved_46; } inline void set_finalResolved_46(int32_t value) { ___finalResolved_46 = value; } inline static int32_t get_offset_of_referencedElement_47() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___referencedElement_47)); } inline XmlSchemaElement_t427880856 * get_referencedElement_47() const { return ___referencedElement_47; } inline XmlSchemaElement_t427880856 ** get_address_of_referencedElement_47() { return &___referencedElement_47; } inline void set_referencedElement_47(XmlSchemaElement_t427880856 * value) { ___referencedElement_47 = value; Il2CppCodeGenWriteBarrier((&___referencedElement_47), value); } inline static int32_t get_offset_of_substitutingElements_48() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___substitutingElements_48)); } inline ArrayList_t2718874744 * get_substitutingElements_48() const { return ___substitutingElements_48; } inline ArrayList_t2718874744 ** get_address_of_substitutingElements_48() { return &___substitutingElements_48; } inline void set_substitutingElements_48(ArrayList_t2718874744 * value) { ___substitutingElements_48 = value; Il2CppCodeGenWriteBarrier((&___substitutingElements_48), value); } inline static int32_t get_offset_of_substitutionGroupElement_49() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___substitutionGroupElement_49)); } inline XmlSchemaElement_t427880856 * get_substitutionGroupElement_49() const { return ___substitutionGroupElement_49; } inline XmlSchemaElement_t427880856 ** get_address_of_substitutionGroupElement_49() { return &___substitutionGroupElement_49; } inline void set_substitutionGroupElement_49(XmlSchemaElement_t427880856 * value) { ___substitutionGroupElement_49 = value; Il2CppCodeGenWriteBarrier((&___substitutionGroupElement_49), value); } inline static int32_t get_offset_of_actualIsAbstract_50() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___actualIsAbstract_50)); } inline bool get_actualIsAbstract_50() const { return ___actualIsAbstract_50; } inline bool* get_address_of_actualIsAbstract_50() { return &___actualIsAbstract_50; } inline void set_actualIsAbstract_50(bool value) { ___actualIsAbstract_50 = value; } inline static int32_t get_offset_of_actualIsNillable_51() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___actualIsNillable_51)); } inline bool get_actualIsNillable_51() const { return ___actualIsNillable_51; } inline bool* get_address_of_actualIsNillable_51() { return &___actualIsNillable_51; } inline void set_actualIsNillable_51(bool value) { ___actualIsNillable_51 = value; } inline static int32_t get_offset_of_validatedDefaultValue_52() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___validatedDefaultValue_52)); } inline String_t* get_validatedDefaultValue_52() const { return ___validatedDefaultValue_52; } inline String_t** get_address_of_validatedDefaultValue_52() { return &___validatedDefaultValue_52; } inline void set_validatedDefaultValue_52(String_t* value) { ___validatedDefaultValue_52 = value; Il2CppCodeGenWriteBarrier((&___validatedDefaultValue_52), value); } inline static int32_t get_offset_of_validatedFixedValue_53() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___validatedFixedValue_53)); } inline String_t* get_validatedFixedValue_53() const { return ___validatedFixedValue_53; } inline String_t** get_address_of_validatedFixedValue_53() { return &___validatedFixedValue_53; } inline void set_validatedFixedValue_53(String_t* value) { ___validatedFixedValue_53 = value; Il2CppCodeGenWriteBarrier((&___validatedFixedValue_53), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAELEMENT_T427880856_H #ifndef XMLSCHEMASIMPLETYPERESTRICTION_T3925451115_H #define XMLSCHEMASIMPLETYPERESTRICTION_T3925451115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_t3925451115 : public XmlSchemaSimpleTypeContent_t599285223 { public: // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseType XmlSchemaSimpleType_t2678868104 * ___baseType_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseTypeName XmlQualifiedName_t2760654312 * ___baseTypeName_18; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::facets XmlSchemaObjectCollection_t1064819932 * ___facets_19; // System.String[] System.Xml.Schema.XmlSchemaSimpleTypeRestriction::enumarationFacetValues StringU5BU5D_t1281789340* ___enumarationFacetValues_20; // System.String[] System.Xml.Schema.XmlSchemaSimpleTypeRestriction::patternFacetValues StringU5BU5D_t1281789340* ___patternFacetValues_21; // System.Text.RegularExpressions.Regex[] System.Xml.Schema.XmlSchemaSimpleTypeRestriction::rexPatterns RegexU5BU5D_t1561692752* ___rexPatterns_22; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::lengthFacet Decimal_t2948259380 ___lengthFacet_23; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::maxLengthFacet Decimal_t2948259380 ___maxLengthFacet_24; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::minLengthFacet Decimal_t2948259380 ___minLengthFacet_25; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::fractionDigitsFacet Decimal_t2948259380 ___fractionDigitsFacet_26; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::totalDigitsFacet Decimal_t2948259380 ___totalDigitsFacet_27; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::maxInclusiveFacet RuntimeObject * ___maxInclusiveFacet_28; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::maxExclusiveFacet RuntimeObject * ___maxExclusiveFacet_29; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::minInclusiveFacet RuntimeObject * ___minInclusiveFacet_30; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::minExclusiveFacet RuntimeObject * ___minExclusiveFacet_31; // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaSimpleTypeRestriction::fixedFacets int32_t ___fixedFacets_32; public: inline static int32_t get_offset_of_baseType_17() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___baseType_17)); } inline XmlSchemaSimpleType_t2678868104 * get_baseType_17() const { return ___baseType_17; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_baseType_17() { return &___baseType_17; } inline void set_baseType_17(XmlSchemaSimpleType_t2678868104 * value) { ___baseType_17 = value; Il2CppCodeGenWriteBarrier((&___baseType_17), value); } inline static int32_t get_offset_of_baseTypeName_18() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___baseTypeName_18)); } inline XmlQualifiedName_t2760654312 * get_baseTypeName_18() const { return ___baseTypeName_18; } inline XmlQualifiedName_t2760654312 ** get_address_of_baseTypeName_18() { return &___baseTypeName_18; } inline void set_baseTypeName_18(XmlQualifiedName_t2760654312 * value) { ___baseTypeName_18 = value; Il2CppCodeGenWriteBarrier((&___baseTypeName_18), value); } inline static int32_t get_offset_of_facets_19() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___facets_19)); } inline XmlSchemaObjectCollection_t1064819932 * get_facets_19() const { return ___facets_19; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_facets_19() { return &___facets_19; } inline void set_facets_19(XmlSchemaObjectCollection_t1064819932 * value) { ___facets_19 = value; Il2CppCodeGenWriteBarrier((&___facets_19), value); } inline static int32_t get_offset_of_enumarationFacetValues_20() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___enumarationFacetValues_20)); } inline StringU5BU5D_t1281789340* get_enumarationFacetValues_20() const { return ___enumarationFacetValues_20; } inline StringU5BU5D_t1281789340** get_address_of_enumarationFacetValues_20() { return &___enumarationFacetValues_20; } inline void set_enumarationFacetValues_20(StringU5BU5D_t1281789340* value) { ___enumarationFacetValues_20 = value; Il2CppCodeGenWriteBarrier((&___enumarationFacetValues_20), value); } inline static int32_t get_offset_of_patternFacetValues_21() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___patternFacetValues_21)); } inline StringU5BU5D_t1281789340* get_patternFacetValues_21() const { return ___patternFacetValues_21; } inline StringU5BU5D_t1281789340** get_address_of_patternFacetValues_21() { return &___patternFacetValues_21; } inline void set_patternFacetValues_21(StringU5BU5D_t1281789340* value) { ___patternFacetValues_21 = value; Il2CppCodeGenWriteBarrier((&___patternFacetValues_21), value); } inline static int32_t get_offset_of_rexPatterns_22() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___rexPatterns_22)); } inline RegexU5BU5D_t1561692752* get_rexPatterns_22() const { return ___rexPatterns_22; } inline RegexU5BU5D_t1561692752** get_address_of_rexPatterns_22() { return &___rexPatterns_22; } inline void set_rexPatterns_22(RegexU5BU5D_t1561692752* value) { ___rexPatterns_22 = value; Il2CppCodeGenWriteBarrier((&___rexPatterns_22), value); } inline static int32_t get_offset_of_lengthFacet_23() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___lengthFacet_23)); } inline Decimal_t2948259380 get_lengthFacet_23() const { return ___lengthFacet_23; } inline Decimal_t2948259380 * get_address_of_lengthFacet_23() { return &___lengthFacet_23; } inline void set_lengthFacet_23(Decimal_t2948259380 value) { ___lengthFacet_23 = value; } inline static int32_t get_offset_of_maxLengthFacet_24() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___maxLengthFacet_24)); } inline Decimal_t2948259380 get_maxLengthFacet_24() const { return ___maxLengthFacet_24; } inline Decimal_t2948259380 * get_address_of_maxLengthFacet_24() { return &___maxLengthFacet_24; } inline void set_maxLengthFacet_24(Decimal_t2948259380 value) { ___maxLengthFacet_24 = value; } inline static int32_t get_offset_of_minLengthFacet_25() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___minLengthFacet_25)); } inline Decimal_t2948259380 get_minLengthFacet_25() const { return ___minLengthFacet_25; } inline Decimal_t2948259380 * get_address_of_minLengthFacet_25() { return &___minLengthFacet_25; } inline void set_minLengthFacet_25(Decimal_t2948259380 value) { ___minLengthFacet_25 = value; } inline static int32_t get_offset_of_fractionDigitsFacet_26() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___fractionDigitsFacet_26)); } inline Decimal_t2948259380 get_fractionDigitsFacet_26() const { return ___fractionDigitsFacet_26; } inline Decimal_t2948259380 * get_address_of_fractionDigitsFacet_26() { return &___fractionDigitsFacet_26; } inline void set_fractionDigitsFacet_26(Decimal_t2948259380 value) { ___fractionDigitsFacet_26 = value; } inline static int32_t get_offset_of_totalDigitsFacet_27() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___totalDigitsFacet_27)); } inline Decimal_t2948259380 get_totalDigitsFacet_27() const { return ___totalDigitsFacet_27; } inline Decimal_t2948259380 * get_address_of_totalDigitsFacet_27() { return &___totalDigitsFacet_27; } inline void set_totalDigitsFacet_27(Decimal_t2948259380 value) { ___totalDigitsFacet_27 = value; } inline static int32_t get_offset_of_maxInclusiveFacet_28() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___maxInclusiveFacet_28)); } inline RuntimeObject * get_maxInclusiveFacet_28() const { return ___maxInclusiveFacet_28; } inline RuntimeObject ** get_address_of_maxInclusiveFacet_28() { return &___maxInclusiveFacet_28; } inline void set_maxInclusiveFacet_28(RuntimeObject * value) { ___maxInclusiveFacet_28 = value; Il2CppCodeGenWriteBarrier((&___maxInclusiveFacet_28), value); } inline static int32_t get_offset_of_maxExclusiveFacet_29() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___maxExclusiveFacet_29)); } inline RuntimeObject * get_maxExclusiveFacet_29() const { return ___maxExclusiveFacet_29; } inline RuntimeObject ** get_address_of_maxExclusiveFacet_29() { return &___maxExclusiveFacet_29; } inline void set_maxExclusiveFacet_29(RuntimeObject * value) { ___maxExclusiveFacet_29 = value; Il2CppCodeGenWriteBarrier((&___maxExclusiveFacet_29), value); } inline static int32_t get_offset_of_minInclusiveFacet_30() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___minInclusiveFacet_30)); } inline RuntimeObject * get_minInclusiveFacet_30() const { return ___minInclusiveFacet_30; } inline RuntimeObject ** get_address_of_minInclusiveFacet_30() { return &___minInclusiveFacet_30; } inline void set_minInclusiveFacet_30(RuntimeObject * value) { ___minInclusiveFacet_30 = value; Il2CppCodeGenWriteBarrier((&___minInclusiveFacet_30), value); } inline static int32_t get_offset_of_minExclusiveFacet_31() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___minExclusiveFacet_31)); } inline RuntimeObject * get_minExclusiveFacet_31() const { return ___minExclusiveFacet_31; } inline RuntimeObject ** get_address_of_minExclusiveFacet_31() { return &___minExclusiveFacet_31; } inline void set_minExclusiveFacet_31(RuntimeObject * value) { ___minExclusiveFacet_31 = value; Il2CppCodeGenWriteBarrier((&___minExclusiveFacet_31), value); } inline static int32_t get_offset_of_fixedFacets_32() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___fixedFacets_32)); } inline int32_t get_fixedFacets_32() const { return ___fixedFacets_32; } inline int32_t* get_address_of_fixedFacets_32() { return &___fixedFacets_32; } inline void set_fixedFacets_32(int32_t value) { ___fixedFacets_32 = value; } }; struct XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields { public: // System.Globalization.NumberStyles System.Xml.Schema.XmlSchemaSimpleTypeRestriction::lengthStyle int32_t ___lengthStyle_33; // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaSimpleTypeRestriction::listFacets int32_t ___listFacets_34; public: inline static int32_t get_offset_of_lengthStyle_33() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields, ___lengthStyle_33)); } inline int32_t get_lengthStyle_33() const { return ___lengthStyle_33; } inline int32_t* get_address_of_lengthStyle_33() { return &___lengthStyle_33; } inline void set_lengthStyle_33(int32_t value) { ___lengthStyle_33 = value; } inline static int32_t get_offset_of_listFacets_34() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields, ___listFacets_34)); } inline int32_t get_listFacets_34() const { return ___listFacets_34; } inline int32_t* get_address_of_listFacets_34() { return &___listFacets_34; } inline void set_listFacets_34(int32_t value) { ___listFacets_34 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPERESTRICTION_T3925451115_H #ifndef XMLSCHEMASIMPLETYPEUNION_T4071426880_H #define XMLSCHEMASIMPLETYPEUNION_T4071426880_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleTypeUnion struct XmlSchemaSimpleTypeUnion_t4071426880 : public XmlSchemaSimpleTypeContent_t599285223 { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeUnion::baseTypes XmlSchemaObjectCollection_t1064819932 * ___baseTypes_17; // System.Xml.XmlQualifiedName[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::memberTypes XmlQualifiedNameU5BU5D_t1471530361* ___memberTypes_18; // System.Object[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::validatedTypes ObjectU5BU5D_t2843939325* ___validatedTypes_19; // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::validatedSchemaTypes XmlSchemaSimpleTypeU5BU5D_t1394089049* ___validatedSchemaTypes_20; public: inline static int32_t get_offset_of_baseTypes_17() { return static_cast(offsetof(XmlSchemaSimpleTypeUnion_t4071426880, ___baseTypes_17)); } inline XmlSchemaObjectCollection_t1064819932 * get_baseTypes_17() const { return ___baseTypes_17; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_baseTypes_17() { return &___baseTypes_17; } inline void set_baseTypes_17(XmlSchemaObjectCollection_t1064819932 * value) { ___baseTypes_17 = value; Il2CppCodeGenWriteBarrier((&___baseTypes_17), value); } inline static int32_t get_offset_of_memberTypes_18() { return static_cast(offsetof(XmlSchemaSimpleTypeUnion_t4071426880, ___memberTypes_18)); } inline XmlQualifiedNameU5BU5D_t1471530361* get_memberTypes_18() const { return ___memberTypes_18; } inline XmlQualifiedNameU5BU5D_t1471530361** get_address_of_memberTypes_18() { return &___memberTypes_18; } inline void set_memberTypes_18(XmlQualifiedNameU5BU5D_t1471530361* value) { ___memberTypes_18 = value; Il2CppCodeGenWriteBarrier((&___memberTypes_18), value); } inline static int32_t get_offset_of_validatedTypes_19() { return static_cast(offsetof(XmlSchemaSimpleTypeUnion_t4071426880, ___validatedTypes_19)); } inline ObjectU5BU5D_t2843939325* get_validatedTypes_19() const { return ___validatedTypes_19; } inline ObjectU5BU5D_t2843939325** get_address_of_validatedTypes_19() { return &___validatedTypes_19; } inline void set_validatedTypes_19(ObjectU5BU5D_t2843939325* value) { ___validatedTypes_19 = value; Il2CppCodeGenWriteBarrier((&___validatedTypes_19), value); } inline static int32_t get_offset_of_validatedSchemaTypes_20() { return static_cast(offsetof(XmlSchemaSimpleTypeUnion_t4071426880, ___validatedSchemaTypes_20)); } inline XmlSchemaSimpleTypeU5BU5D_t1394089049* get_validatedSchemaTypes_20() const { return ___validatedSchemaTypes_20; } inline XmlSchemaSimpleTypeU5BU5D_t1394089049** get_address_of_validatedSchemaTypes_20() { return &___validatedSchemaTypes_20; } inline void set_validatedSchemaTypes_20(XmlSchemaSimpleTypeU5BU5D_t1394089049* value) { ___validatedSchemaTypes_20 = value; Il2CppCodeGenWriteBarrier((&___validatedSchemaTypes_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPEUNION_T4071426880_H #ifndef XMLSCHEMASIMPLETYPELIST_T472803608_H #define XMLSCHEMASIMPLETYPELIST_T472803608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t472803608 : public XmlSchemaSimpleTypeContent_t599285223 { public: // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::itemType XmlSchemaSimpleType_t2678868104 * ___itemType_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::itemTypeName XmlQualifiedName_t2760654312 * ___itemTypeName_18; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeList::validatedListItemType RuntimeObject * ___validatedListItemType_19; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::validatedListItemSchemaType XmlSchemaSimpleType_t2678868104 * ___validatedListItemSchemaType_20; public: inline static int32_t get_offset_of_itemType_17() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t472803608, ___itemType_17)); } inline XmlSchemaSimpleType_t2678868104 * get_itemType_17() const { return ___itemType_17; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_itemType_17() { return &___itemType_17; } inline void set_itemType_17(XmlSchemaSimpleType_t2678868104 * value) { ___itemType_17 = value; Il2CppCodeGenWriteBarrier((&___itemType_17), value); } inline static int32_t get_offset_of_itemTypeName_18() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t472803608, ___itemTypeName_18)); } inline XmlQualifiedName_t2760654312 * get_itemTypeName_18() const { return ___itemTypeName_18; } inline XmlQualifiedName_t2760654312 ** get_address_of_itemTypeName_18() { return &___itemTypeName_18; } inline void set_itemTypeName_18(XmlQualifiedName_t2760654312 * value) { ___itemTypeName_18 = value; Il2CppCodeGenWriteBarrier((&___itemTypeName_18), value); } inline static int32_t get_offset_of_validatedListItemType_19() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t472803608, ___validatedListItemType_19)); } inline RuntimeObject * get_validatedListItemType_19() const { return ___validatedListItemType_19; } inline RuntimeObject ** get_address_of_validatedListItemType_19() { return &___validatedListItemType_19; } inline void set_validatedListItemType_19(RuntimeObject * value) { ___validatedListItemType_19 = value; Il2CppCodeGenWriteBarrier((&___validatedListItemType_19), value); } inline static int32_t get_offset_of_validatedListItemSchemaType_20() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t472803608, ___validatedListItemSchemaType_20)); } inline XmlSchemaSimpleType_t2678868104 * get_validatedListItemSchemaType_20() const { return ___validatedListItemSchemaType_20; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_validatedListItemSchemaType_20() { return &___validatedListItemSchemaType_20; } inline void set_validatedListItemSchemaType_20(XmlSchemaSimpleType_t2678868104 * value) { ___validatedListItemSchemaType_20 = value; Il2CppCodeGenWriteBarrier((&___validatedListItemSchemaType_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPELIST_T472803608_H #ifndef XMLSCHEMASIMPLETYPE_T2678868104_H #define XMLSCHEMASIMPLETYPE_T2678868104_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_t2678868104 : public XmlSchemaType_t2033747345 { public: // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t599285223 * ___content_29; // System.Boolean System.Xml.Schema.XmlSchemaSimpleType::islocal bool ___islocal_30; // System.Boolean System.Xml.Schema.XmlSchemaSimpleType::recursed bool ___recursed_31; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaSimpleType::variety int32_t ___variety_32; public: inline static int32_t get_offset_of_content_29() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104, ___content_29)); } inline XmlSchemaSimpleTypeContent_t599285223 * get_content_29() const { return ___content_29; } inline XmlSchemaSimpleTypeContent_t599285223 ** get_address_of_content_29() { return &___content_29; } inline void set_content_29(XmlSchemaSimpleTypeContent_t599285223 * value) { ___content_29 = value; Il2CppCodeGenWriteBarrier((&___content_29), value); } inline static int32_t get_offset_of_islocal_30() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104, ___islocal_30)); } inline bool get_islocal_30() const { return ___islocal_30; } inline bool* get_address_of_islocal_30() { return &___islocal_30; } inline void set_islocal_30(bool value) { ___islocal_30 = value; } inline static int32_t get_offset_of_recursed_31() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104, ___recursed_31)); } inline bool get_recursed_31() const { return ___recursed_31; } inline bool* get_address_of_recursed_31() { return &___recursed_31; } inline void set_recursed_31(bool value) { ___recursed_31 = value; } inline static int32_t get_offset_of_variety_32() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104, ___variety_32)); } inline int32_t get_variety_32() const { return ___variety_32; } inline int32_t* get_address_of_variety_32() { return &___variety_32; } inline void set_variety_32(int32_t value) { ___variety_32 = value; } }; struct XmlSchemaSimpleType_t2678868104_StaticFields { public: // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::schemaLocationType XmlSchemaSimpleType_t2678868104 * ___schemaLocationType_28; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsAnySimpleType XmlSchemaSimpleType_t2678868104 * ___XsAnySimpleType_33; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsString XmlSchemaSimpleType_t2678868104 * ___XsString_34; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsBoolean XmlSchemaSimpleType_t2678868104 * ___XsBoolean_35; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsDecimal XmlSchemaSimpleType_t2678868104 * ___XsDecimal_36; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsFloat XmlSchemaSimpleType_t2678868104 * ___XsFloat_37; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsDouble XmlSchemaSimpleType_t2678868104 * ___XsDouble_38; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsDuration XmlSchemaSimpleType_t2678868104 * ___XsDuration_39; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsDateTime XmlSchemaSimpleType_t2678868104 * ___XsDateTime_40; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsTime XmlSchemaSimpleType_t2678868104 * ___XsTime_41; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsDate XmlSchemaSimpleType_t2678868104 * ___XsDate_42; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsGYearMonth XmlSchemaSimpleType_t2678868104 * ___XsGYearMonth_43; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsGYear XmlSchemaSimpleType_t2678868104 * ___XsGYear_44; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsGMonthDay XmlSchemaSimpleType_t2678868104 * ___XsGMonthDay_45; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsGDay XmlSchemaSimpleType_t2678868104 * ___XsGDay_46; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsGMonth XmlSchemaSimpleType_t2678868104 * ___XsGMonth_47; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsHexBinary XmlSchemaSimpleType_t2678868104 * ___XsHexBinary_48; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsBase64Binary XmlSchemaSimpleType_t2678868104 * ___XsBase64Binary_49; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsAnyUri XmlSchemaSimpleType_t2678868104 * ___XsAnyUri_50; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsQName XmlSchemaSimpleType_t2678868104 * ___XsQName_51; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsNotation XmlSchemaSimpleType_t2678868104 * ___XsNotation_52; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsNormalizedString XmlSchemaSimpleType_t2678868104 * ___XsNormalizedString_53; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsToken XmlSchemaSimpleType_t2678868104 * ___XsToken_54; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsLanguage XmlSchemaSimpleType_t2678868104 * ___XsLanguage_55; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsNMToken XmlSchemaSimpleType_t2678868104 * ___XsNMToken_56; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsNMTokens XmlSchemaSimpleType_t2678868104 * ___XsNMTokens_57; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsName XmlSchemaSimpleType_t2678868104 * ___XsName_58; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsNCName XmlSchemaSimpleType_t2678868104 * ___XsNCName_59; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsID XmlSchemaSimpleType_t2678868104 * ___XsID_60; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsIDRef XmlSchemaSimpleType_t2678868104 * ___XsIDRef_61; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsIDRefs XmlSchemaSimpleType_t2678868104 * ___XsIDRefs_62; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsEntity XmlSchemaSimpleType_t2678868104 * ___XsEntity_63; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsEntities XmlSchemaSimpleType_t2678868104 * ___XsEntities_64; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsInteger XmlSchemaSimpleType_t2678868104 * ___XsInteger_65; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsNonPositiveInteger XmlSchemaSimpleType_t2678868104 * ___XsNonPositiveInteger_66; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsNegativeInteger XmlSchemaSimpleType_t2678868104 * ___XsNegativeInteger_67; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsLong XmlSchemaSimpleType_t2678868104 * ___XsLong_68; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsInt XmlSchemaSimpleType_t2678868104 * ___XsInt_69; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsShort XmlSchemaSimpleType_t2678868104 * ___XsShort_70; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsByte XmlSchemaSimpleType_t2678868104 * ___XsByte_71; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsNonNegativeInteger XmlSchemaSimpleType_t2678868104 * ___XsNonNegativeInteger_72; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsUnsignedLong XmlSchemaSimpleType_t2678868104 * ___XsUnsignedLong_73; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsUnsignedInt XmlSchemaSimpleType_t2678868104 * ___XsUnsignedInt_74; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsUnsignedShort XmlSchemaSimpleType_t2678868104 * ___XsUnsignedShort_75; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsUnsignedByte XmlSchemaSimpleType_t2678868104 * ___XsUnsignedByte_76; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XsPositiveInteger XmlSchemaSimpleType_t2678868104 * ___XsPositiveInteger_77; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XdtUntypedAtomic XmlSchemaSimpleType_t2678868104 * ___XdtUntypedAtomic_78; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XdtAnyAtomicType XmlSchemaSimpleType_t2678868104 * ___XdtAnyAtomicType_79; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XdtYearMonthDuration XmlSchemaSimpleType_t2678868104 * ___XdtYearMonthDuration_80; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::XdtDayTimeDuration XmlSchemaSimpleType_t2678868104 * ___XdtDayTimeDuration_81; public: inline static int32_t get_offset_of_schemaLocationType_28() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___schemaLocationType_28)); } inline XmlSchemaSimpleType_t2678868104 * get_schemaLocationType_28() const { return ___schemaLocationType_28; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_schemaLocationType_28() { return &___schemaLocationType_28; } inline void set_schemaLocationType_28(XmlSchemaSimpleType_t2678868104 * value) { ___schemaLocationType_28 = value; Il2CppCodeGenWriteBarrier((&___schemaLocationType_28), value); } inline static int32_t get_offset_of_XsAnySimpleType_33() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsAnySimpleType_33)); } inline XmlSchemaSimpleType_t2678868104 * get_XsAnySimpleType_33() const { return ___XsAnySimpleType_33; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsAnySimpleType_33() { return &___XsAnySimpleType_33; } inline void set_XsAnySimpleType_33(XmlSchemaSimpleType_t2678868104 * value) { ___XsAnySimpleType_33 = value; Il2CppCodeGenWriteBarrier((&___XsAnySimpleType_33), value); } inline static int32_t get_offset_of_XsString_34() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsString_34)); } inline XmlSchemaSimpleType_t2678868104 * get_XsString_34() const { return ___XsString_34; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsString_34() { return &___XsString_34; } inline void set_XsString_34(XmlSchemaSimpleType_t2678868104 * value) { ___XsString_34 = value; Il2CppCodeGenWriteBarrier((&___XsString_34), value); } inline static int32_t get_offset_of_XsBoolean_35() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsBoolean_35)); } inline XmlSchemaSimpleType_t2678868104 * get_XsBoolean_35() const { return ___XsBoolean_35; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsBoolean_35() { return &___XsBoolean_35; } inline void set_XsBoolean_35(XmlSchemaSimpleType_t2678868104 * value) { ___XsBoolean_35 = value; Il2CppCodeGenWriteBarrier((&___XsBoolean_35), value); } inline static int32_t get_offset_of_XsDecimal_36() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsDecimal_36)); } inline XmlSchemaSimpleType_t2678868104 * get_XsDecimal_36() const { return ___XsDecimal_36; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsDecimal_36() { return &___XsDecimal_36; } inline void set_XsDecimal_36(XmlSchemaSimpleType_t2678868104 * value) { ___XsDecimal_36 = value; Il2CppCodeGenWriteBarrier((&___XsDecimal_36), value); } inline static int32_t get_offset_of_XsFloat_37() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsFloat_37)); } inline XmlSchemaSimpleType_t2678868104 * get_XsFloat_37() const { return ___XsFloat_37; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsFloat_37() { return &___XsFloat_37; } inline void set_XsFloat_37(XmlSchemaSimpleType_t2678868104 * value) { ___XsFloat_37 = value; Il2CppCodeGenWriteBarrier((&___XsFloat_37), value); } inline static int32_t get_offset_of_XsDouble_38() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsDouble_38)); } inline XmlSchemaSimpleType_t2678868104 * get_XsDouble_38() const { return ___XsDouble_38; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsDouble_38() { return &___XsDouble_38; } inline void set_XsDouble_38(XmlSchemaSimpleType_t2678868104 * value) { ___XsDouble_38 = value; Il2CppCodeGenWriteBarrier((&___XsDouble_38), value); } inline static int32_t get_offset_of_XsDuration_39() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsDuration_39)); } inline XmlSchemaSimpleType_t2678868104 * get_XsDuration_39() const { return ___XsDuration_39; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsDuration_39() { return &___XsDuration_39; } inline void set_XsDuration_39(XmlSchemaSimpleType_t2678868104 * value) { ___XsDuration_39 = value; Il2CppCodeGenWriteBarrier((&___XsDuration_39), value); } inline static int32_t get_offset_of_XsDateTime_40() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsDateTime_40)); } inline XmlSchemaSimpleType_t2678868104 * get_XsDateTime_40() const { return ___XsDateTime_40; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsDateTime_40() { return &___XsDateTime_40; } inline void set_XsDateTime_40(XmlSchemaSimpleType_t2678868104 * value) { ___XsDateTime_40 = value; Il2CppCodeGenWriteBarrier((&___XsDateTime_40), value); } inline static int32_t get_offset_of_XsTime_41() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsTime_41)); } inline XmlSchemaSimpleType_t2678868104 * get_XsTime_41() const { return ___XsTime_41; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsTime_41() { return &___XsTime_41; } inline void set_XsTime_41(XmlSchemaSimpleType_t2678868104 * value) { ___XsTime_41 = value; Il2CppCodeGenWriteBarrier((&___XsTime_41), value); } inline static int32_t get_offset_of_XsDate_42() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsDate_42)); } inline XmlSchemaSimpleType_t2678868104 * get_XsDate_42() const { return ___XsDate_42; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsDate_42() { return &___XsDate_42; } inline void set_XsDate_42(XmlSchemaSimpleType_t2678868104 * value) { ___XsDate_42 = value; Il2CppCodeGenWriteBarrier((&___XsDate_42), value); } inline static int32_t get_offset_of_XsGYearMonth_43() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsGYearMonth_43)); } inline XmlSchemaSimpleType_t2678868104 * get_XsGYearMonth_43() const { return ___XsGYearMonth_43; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsGYearMonth_43() { return &___XsGYearMonth_43; } inline void set_XsGYearMonth_43(XmlSchemaSimpleType_t2678868104 * value) { ___XsGYearMonth_43 = value; Il2CppCodeGenWriteBarrier((&___XsGYearMonth_43), value); } inline static int32_t get_offset_of_XsGYear_44() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsGYear_44)); } inline XmlSchemaSimpleType_t2678868104 * get_XsGYear_44() const { return ___XsGYear_44; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsGYear_44() { return &___XsGYear_44; } inline void set_XsGYear_44(XmlSchemaSimpleType_t2678868104 * value) { ___XsGYear_44 = value; Il2CppCodeGenWriteBarrier((&___XsGYear_44), value); } inline static int32_t get_offset_of_XsGMonthDay_45() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsGMonthDay_45)); } inline XmlSchemaSimpleType_t2678868104 * get_XsGMonthDay_45() const { return ___XsGMonthDay_45; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsGMonthDay_45() { return &___XsGMonthDay_45; } inline void set_XsGMonthDay_45(XmlSchemaSimpleType_t2678868104 * value) { ___XsGMonthDay_45 = value; Il2CppCodeGenWriteBarrier((&___XsGMonthDay_45), value); } inline static int32_t get_offset_of_XsGDay_46() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsGDay_46)); } inline XmlSchemaSimpleType_t2678868104 * get_XsGDay_46() const { return ___XsGDay_46; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsGDay_46() { return &___XsGDay_46; } inline void set_XsGDay_46(XmlSchemaSimpleType_t2678868104 * value) { ___XsGDay_46 = value; Il2CppCodeGenWriteBarrier((&___XsGDay_46), value); } inline static int32_t get_offset_of_XsGMonth_47() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsGMonth_47)); } inline XmlSchemaSimpleType_t2678868104 * get_XsGMonth_47() const { return ___XsGMonth_47; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsGMonth_47() { return &___XsGMonth_47; } inline void set_XsGMonth_47(XmlSchemaSimpleType_t2678868104 * value) { ___XsGMonth_47 = value; Il2CppCodeGenWriteBarrier((&___XsGMonth_47), value); } inline static int32_t get_offset_of_XsHexBinary_48() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsHexBinary_48)); } inline XmlSchemaSimpleType_t2678868104 * get_XsHexBinary_48() const { return ___XsHexBinary_48; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsHexBinary_48() { return &___XsHexBinary_48; } inline void set_XsHexBinary_48(XmlSchemaSimpleType_t2678868104 * value) { ___XsHexBinary_48 = value; Il2CppCodeGenWriteBarrier((&___XsHexBinary_48), value); } inline static int32_t get_offset_of_XsBase64Binary_49() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsBase64Binary_49)); } inline XmlSchemaSimpleType_t2678868104 * get_XsBase64Binary_49() const { return ___XsBase64Binary_49; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsBase64Binary_49() { return &___XsBase64Binary_49; } inline void set_XsBase64Binary_49(XmlSchemaSimpleType_t2678868104 * value) { ___XsBase64Binary_49 = value; Il2CppCodeGenWriteBarrier((&___XsBase64Binary_49), value); } inline static int32_t get_offset_of_XsAnyUri_50() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsAnyUri_50)); } inline XmlSchemaSimpleType_t2678868104 * get_XsAnyUri_50() const { return ___XsAnyUri_50; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsAnyUri_50() { return &___XsAnyUri_50; } inline void set_XsAnyUri_50(XmlSchemaSimpleType_t2678868104 * value) { ___XsAnyUri_50 = value; Il2CppCodeGenWriteBarrier((&___XsAnyUri_50), value); } inline static int32_t get_offset_of_XsQName_51() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsQName_51)); } inline XmlSchemaSimpleType_t2678868104 * get_XsQName_51() const { return ___XsQName_51; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsQName_51() { return &___XsQName_51; } inline void set_XsQName_51(XmlSchemaSimpleType_t2678868104 * value) { ___XsQName_51 = value; Il2CppCodeGenWriteBarrier((&___XsQName_51), value); } inline static int32_t get_offset_of_XsNotation_52() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsNotation_52)); } inline XmlSchemaSimpleType_t2678868104 * get_XsNotation_52() const { return ___XsNotation_52; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsNotation_52() { return &___XsNotation_52; } inline void set_XsNotation_52(XmlSchemaSimpleType_t2678868104 * value) { ___XsNotation_52 = value; Il2CppCodeGenWriteBarrier((&___XsNotation_52), value); } inline static int32_t get_offset_of_XsNormalizedString_53() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsNormalizedString_53)); } inline XmlSchemaSimpleType_t2678868104 * get_XsNormalizedString_53() const { return ___XsNormalizedString_53; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsNormalizedString_53() { return &___XsNormalizedString_53; } inline void set_XsNormalizedString_53(XmlSchemaSimpleType_t2678868104 * value) { ___XsNormalizedString_53 = value; Il2CppCodeGenWriteBarrier((&___XsNormalizedString_53), value); } inline static int32_t get_offset_of_XsToken_54() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsToken_54)); } inline XmlSchemaSimpleType_t2678868104 * get_XsToken_54() const { return ___XsToken_54; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsToken_54() { return &___XsToken_54; } inline void set_XsToken_54(XmlSchemaSimpleType_t2678868104 * value) { ___XsToken_54 = value; Il2CppCodeGenWriteBarrier((&___XsToken_54), value); } inline static int32_t get_offset_of_XsLanguage_55() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsLanguage_55)); } inline XmlSchemaSimpleType_t2678868104 * get_XsLanguage_55() const { return ___XsLanguage_55; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsLanguage_55() { return &___XsLanguage_55; } inline void set_XsLanguage_55(XmlSchemaSimpleType_t2678868104 * value) { ___XsLanguage_55 = value; Il2CppCodeGenWriteBarrier((&___XsLanguage_55), value); } inline static int32_t get_offset_of_XsNMToken_56() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsNMToken_56)); } inline XmlSchemaSimpleType_t2678868104 * get_XsNMToken_56() const { return ___XsNMToken_56; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsNMToken_56() { return &___XsNMToken_56; } inline void set_XsNMToken_56(XmlSchemaSimpleType_t2678868104 * value) { ___XsNMToken_56 = value; Il2CppCodeGenWriteBarrier((&___XsNMToken_56), value); } inline static int32_t get_offset_of_XsNMTokens_57() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsNMTokens_57)); } inline XmlSchemaSimpleType_t2678868104 * get_XsNMTokens_57() const { return ___XsNMTokens_57; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsNMTokens_57() { return &___XsNMTokens_57; } inline void set_XsNMTokens_57(XmlSchemaSimpleType_t2678868104 * value) { ___XsNMTokens_57 = value; Il2CppCodeGenWriteBarrier((&___XsNMTokens_57), value); } inline static int32_t get_offset_of_XsName_58() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsName_58)); } inline XmlSchemaSimpleType_t2678868104 * get_XsName_58() const { return ___XsName_58; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsName_58() { return &___XsName_58; } inline void set_XsName_58(XmlSchemaSimpleType_t2678868104 * value) { ___XsName_58 = value; Il2CppCodeGenWriteBarrier((&___XsName_58), value); } inline static int32_t get_offset_of_XsNCName_59() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsNCName_59)); } inline XmlSchemaSimpleType_t2678868104 * get_XsNCName_59() const { return ___XsNCName_59; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsNCName_59() { return &___XsNCName_59; } inline void set_XsNCName_59(XmlSchemaSimpleType_t2678868104 * value) { ___XsNCName_59 = value; Il2CppCodeGenWriteBarrier((&___XsNCName_59), value); } inline static int32_t get_offset_of_XsID_60() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsID_60)); } inline XmlSchemaSimpleType_t2678868104 * get_XsID_60() const { return ___XsID_60; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsID_60() { return &___XsID_60; } inline void set_XsID_60(XmlSchemaSimpleType_t2678868104 * value) { ___XsID_60 = value; Il2CppCodeGenWriteBarrier((&___XsID_60), value); } inline static int32_t get_offset_of_XsIDRef_61() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsIDRef_61)); } inline XmlSchemaSimpleType_t2678868104 * get_XsIDRef_61() const { return ___XsIDRef_61; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsIDRef_61() { return &___XsIDRef_61; } inline void set_XsIDRef_61(XmlSchemaSimpleType_t2678868104 * value) { ___XsIDRef_61 = value; Il2CppCodeGenWriteBarrier((&___XsIDRef_61), value); } inline static int32_t get_offset_of_XsIDRefs_62() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsIDRefs_62)); } inline XmlSchemaSimpleType_t2678868104 * get_XsIDRefs_62() const { return ___XsIDRefs_62; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsIDRefs_62() { return &___XsIDRefs_62; } inline void set_XsIDRefs_62(XmlSchemaSimpleType_t2678868104 * value) { ___XsIDRefs_62 = value; Il2CppCodeGenWriteBarrier((&___XsIDRefs_62), value); } inline static int32_t get_offset_of_XsEntity_63() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsEntity_63)); } inline XmlSchemaSimpleType_t2678868104 * get_XsEntity_63() const { return ___XsEntity_63; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsEntity_63() { return &___XsEntity_63; } inline void set_XsEntity_63(XmlSchemaSimpleType_t2678868104 * value) { ___XsEntity_63 = value; Il2CppCodeGenWriteBarrier((&___XsEntity_63), value); } inline static int32_t get_offset_of_XsEntities_64() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsEntities_64)); } inline XmlSchemaSimpleType_t2678868104 * get_XsEntities_64() const { return ___XsEntities_64; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsEntities_64() { return &___XsEntities_64; } inline void set_XsEntities_64(XmlSchemaSimpleType_t2678868104 * value) { ___XsEntities_64 = value; Il2CppCodeGenWriteBarrier((&___XsEntities_64), value); } inline static int32_t get_offset_of_XsInteger_65() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsInteger_65)); } inline XmlSchemaSimpleType_t2678868104 * get_XsInteger_65() const { return ___XsInteger_65; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsInteger_65() { return &___XsInteger_65; } inline void set_XsInteger_65(XmlSchemaSimpleType_t2678868104 * value) { ___XsInteger_65 = value; Il2CppCodeGenWriteBarrier((&___XsInteger_65), value); } inline static int32_t get_offset_of_XsNonPositiveInteger_66() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsNonPositiveInteger_66)); } inline XmlSchemaSimpleType_t2678868104 * get_XsNonPositiveInteger_66() const { return ___XsNonPositiveInteger_66; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsNonPositiveInteger_66() { return &___XsNonPositiveInteger_66; } inline void set_XsNonPositiveInteger_66(XmlSchemaSimpleType_t2678868104 * value) { ___XsNonPositiveInteger_66 = value; Il2CppCodeGenWriteBarrier((&___XsNonPositiveInteger_66), value); } inline static int32_t get_offset_of_XsNegativeInteger_67() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsNegativeInteger_67)); } inline XmlSchemaSimpleType_t2678868104 * get_XsNegativeInteger_67() const { return ___XsNegativeInteger_67; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsNegativeInteger_67() { return &___XsNegativeInteger_67; } inline void set_XsNegativeInteger_67(XmlSchemaSimpleType_t2678868104 * value) { ___XsNegativeInteger_67 = value; Il2CppCodeGenWriteBarrier((&___XsNegativeInteger_67), value); } inline static int32_t get_offset_of_XsLong_68() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsLong_68)); } inline XmlSchemaSimpleType_t2678868104 * get_XsLong_68() const { return ___XsLong_68; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsLong_68() { return &___XsLong_68; } inline void set_XsLong_68(XmlSchemaSimpleType_t2678868104 * value) { ___XsLong_68 = value; Il2CppCodeGenWriteBarrier((&___XsLong_68), value); } inline static int32_t get_offset_of_XsInt_69() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsInt_69)); } inline XmlSchemaSimpleType_t2678868104 * get_XsInt_69() const { return ___XsInt_69; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsInt_69() { return &___XsInt_69; } inline void set_XsInt_69(XmlSchemaSimpleType_t2678868104 * value) { ___XsInt_69 = value; Il2CppCodeGenWriteBarrier((&___XsInt_69), value); } inline static int32_t get_offset_of_XsShort_70() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsShort_70)); } inline XmlSchemaSimpleType_t2678868104 * get_XsShort_70() const { return ___XsShort_70; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsShort_70() { return &___XsShort_70; } inline void set_XsShort_70(XmlSchemaSimpleType_t2678868104 * value) { ___XsShort_70 = value; Il2CppCodeGenWriteBarrier((&___XsShort_70), value); } inline static int32_t get_offset_of_XsByte_71() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsByte_71)); } inline XmlSchemaSimpleType_t2678868104 * get_XsByte_71() const { return ___XsByte_71; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsByte_71() { return &___XsByte_71; } inline void set_XsByte_71(XmlSchemaSimpleType_t2678868104 * value) { ___XsByte_71 = value; Il2CppCodeGenWriteBarrier((&___XsByte_71), value); } inline static int32_t get_offset_of_XsNonNegativeInteger_72() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsNonNegativeInteger_72)); } inline XmlSchemaSimpleType_t2678868104 * get_XsNonNegativeInteger_72() const { return ___XsNonNegativeInteger_72; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsNonNegativeInteger_72() { return &___XsNonNegativeInteger_72; } inline void set_XsNonNegativeInteger_72(XmlSchemaSimpleType_t2678868104 * value) { ___XsNonNegativeInteger_72 = value; Il2CppCodeGenWriteBarrier((&___XsNonNegativeInteger_72), value); } inline static int32_t get_offset_of_XsUnsignedLong_73() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsUnsignedLong_73)); } inline XmlSchemaSimpleType_t2678868104 * get_XsUnsignedLong_73() const { return ___XsUnsignedLong_73; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsUnsignedLong_73() { return &___XsUnsignedLong_73; } inline void set_XsUnsignedLong_73(XmlSchemaSimpleType_t2678868104 * value) { ___XsUnsignedLong_73 = value; Il2CppCodeGenWriteBarrier((&___XsUnsignedLong_73), value); } inline static int32_t get_offset_of_XsUnsignedInt_74() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsUnsignedInt_74)); } inline XmlSchemaSimpleType_t2678868104 * get_XsUnsignedInt_74() const { return ___XsUnsignedInt_74; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsUnsignedInt_74() { return &___XsUnsignedInt_74; } inline void set_XsUnsignedInt_74(XmlSchemaSimpleType_t2678868104 * value) { ___XsUnsignedInt_74 = value; Il2CppCodeGenWriteBarrier((&___XsUnsignedInt_74), value); } inline static int32_t get_offset_of_XsUnsignedShort_75() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsUnsignedShort_75)); } inline XmlSchemaSimpleType_t2678868104 * get_XsUnsignedShort_75() const { return ___XsUnsignedShort_75; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsUnsignedShort_75() { return &___XsUnsignedShort_75; } inline void set_XsUnsignedShort_75(XmlSchemaSimpleType_t2678868104 * value) { ___XsUnsignedShort_75 = value; Il2CppCodeGenWriteBarrier((&___XsUnsignedShort_75), value); } inline static int32_t get_offset_of_XsUnsignedByte_76() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsUnsignedByte_76)); } inline XmlSchemaSimpleType_t2678868104 * get_XsUnsignedByte_76() const { return ___XsUnsignedByte_76; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsUnsignedByte_76() { return &___XsUnsignedByte_76; } inline void set_XsUnsignedByte_76(XmlSchemaSimpleType_t2678868104 * value) { ___XsUnsignedByte_76 = value; Il2CppCodeGenWriteBarrier((&___XsUnsignedByte_76), value); } inline static int32_t get_offset_of_XsPositiveInteger_77() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XsPositiveInteger_77)); } inline XmlSchemaSimpleType_t2678868104 * get_XsPositiveInteger_77() const { return ___XsPositiveInteger_77; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XsPositiveInteger_77() { return &___XsPositiveInteger_77; } inline void set_XsPositiveInteger_77(XmlSchemaSimpleType_t2678868104 * value) { ___XsPositiveInteger_77 = value; Il2CppCodeGenWriteBarrier((&___XsPositiveInteger_77), value); } inline static int32_t get_offset_of_XdtUntypedAtomic_78() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XdtUntypedAtomic_78)); } inline XmlSchemaSimpleType_t2678868104 * get_XdtUntypedAtomic_78() const { return ___XdtUntypedAtomic_78; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XdtUntypedAtomic_78() { return &___XdtUntypedAtomic_78; } inline void set_XdtUntypedAtomic_78(XmlSchemaSimpleType_t2678868104 * value) { ___XdtUntypedAtomic_78 = value; Il2CppCodeGenWriteBarrier((&___XdtUntypedAtomic_78), value); } inline static int32_t get_offset_of_XdtAnyAtomicType_79() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XdtAnyAtomicType_79)); } inline XmlSchemaSimpleType_t2678868104 * get_XdtAnyAtomicType_79() const { return ___XdtAnyAtomicType_79; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XdtAnyAtomicType_79() { return &___XdtAnyAtomicType_79; } inline void set_XdtAnyAtomicType_79(XmlSchemaSimpleType_t2678868104 * value) { ___XdtAnyAtomicType_79 = value; Il2CppCodeGenWriteBarrier((&___XdtAnyAtomicType_79), value); } inline static int32_t get_offset_of_XdtYearMonthDuration_80() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XdtYearMonthDuration_80)); } inline XmlSchemaSimpleType_t2678868104 * get_XdtYearMonthDuration_80() const { return ___XdtYearMonthDuration_80; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XdtYearMonthDuration_80() { return &___XdtYearMonthDuration_80; } inline void set_XdtYearMonthDuration_80(XmlSchemaSimpleType_t2678868104 * value) { ___XdtYearMonthDuration_80 = value; Il2CppCodeGenWriteBarrier((&___XdtYearMonthDuration_80), value); } inline static int32_t get_offset_of_XdtDayTimeDuration_81() { return static_cast(offsetof(XmlSchemaSimpleType_t2678868104_StaticFields, ___XdtDayTimeDuration_81)); } inline XmlSchemaSimpleType_t2678868104 * get_XdtDayTimeDuration_81() const { return ___XdtDayTimeDuration_81; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_XdtDayTimeDuration_81() { return &___XdtDayTimeDuration_81; } inline void set_XdtDayTimeDuration_81(XmlSchemaSimpleType_t2678868104 * value) { ___XdtDayTimeDuration_81 = value; Il2CppCodeGenWriteBarrier((&___XdtDayTimeDuration_81), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPE_T2678868104_H // System.Xml.Schema.XmlSchemaAttribute[] struct XmlSchemaAttributeU5BU5D_t346244693 : public RuntimeArray { public: ALIGN_FIELD (8) XmlSchemaAttribute_t2797257020 * m_Items[1]; public: inline XmlSchemaAttribute_t2797257020 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlSchemaAttribute_t2797257020 ** 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, XmlSchemaAttribute_t2797257020 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlSchemaAttribute_t2797257020 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlSchemaAttribute_t2797257020 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchemaAttribute_t2797257020 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.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.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t1471530361 : public RuntimeArray { public: ALIGN_FIELD (8) XmlQualifiedName_t2760654312 * m_Items[1]; public: inline XmlQualifiedName_t2760654312 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlQualifiedName_t2760654312 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XmlQualifiedName_t2760654312 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlQualifiedName_t2760654312 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlQualifiedName_t2760654312 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlQualifiedName_t2760654312 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Mono.Xml.Schema.XsdIdentityPath[] struct XsdIdentityPathU5BU5D_t2466178853 : public RuntimeArray { public: ALIGN_FIELD (8) XsdIdentityPath_t991900844 * m_Items[1]; public: inline XsdIdentityPath_t991900844 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XsdIdentityPath_t991900844 ** 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, XsdIdentityPath_t991900844 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XsdIdentityPath_t991900844 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XsdIdentityPath_t991900844 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XsdIdentityPath_t991900844 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Mono.Xml.Schema.XsdIdentityStep[] struct XsdIdentityStepU5BU5D_t2964233348 : public RuntimeArray { public: ALIGN_FIELD (8) XsdIdentityStep_t1480907129 * m_Items[1]; public: inline XsdIdentityStep_t1480907129 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XsdIdentityStep_t1480907129 ** 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, XsdIdentityStep_t1480907129 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XsdIdentityStep_t1480907129 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XsdIdentityStep_t1480907129 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XsdIdentityStep_t1480907129 * 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.Reflection.ParameterModifier[] struct ParameterModifierU5BU5D_t2943407543 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterModifier_t1461694466 m_Items[1]; public: inline ParameterModifier_t1461694466 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterModifier_t1461694466 * 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, ParameterModifier_t1461694466 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ParameterModifier_t1461694466 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterModifier_t1461694466 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t1461694466 value) { m_Items[index] = value; } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_t1461822886 : public RuntimeArray { public: ALIGN_FIELD (8) PropertyInfo_t * m_Items[1]; public: inline PropertyInfo_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_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, PropertyInfo_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline PropertyInfo_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Reflection.ParameterInfo[] struct ParameterInfoU5BU5D_t390618515 : public RuntimeArray { public: ALIGN_FIELD (8) ParameterInfo_t1861056598 * m_Items[1]; public: inline ParameterInfo_t1861056598 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_t1861056598 ** 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, ParameterInfo_t1861056598 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline ParameterInfo_t1861056598 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_t1861056598 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_t1861056598 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(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.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.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.Xml.Schema.XmlSchemaException::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m840420279 (XmlSchemaException_t3511258692 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m2998327023 (XmlSchemaException_t3511258692 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Object,System.String,System.Xml.Schema.XmlSchemaObject,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m198186642 (XmlSchemaException_t3511258692 * __this, String_t* ___message0, RuntimeObject * ___sender1, String_t* ___sourceUri2, XmlSchemaObject_t1315720168 * ___sourceObject3, Exception_t * ___innerException4, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException_GetObjectData_m4261679908 (XmlSchemaException_t3511258692 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method); // System.Void System.Xml.XmlUrlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m1338399436 (XmlUrlResolver_t817895037 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdIDManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIDManager__ctor_m737023283 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m3504002810 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * p0, Uri_t100236324 * p1, const RuntimeMethod* method); // System.String System.Uri::get_AbsoluteUri() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m637273031 (Uri_t100236324 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdValidationContext System.Xml.Schema.XmlSchemaValidator::get_Context() extern "C" IL2CPP_METHOD_ATTR XsdValidationContext_t1104170526 * XmlSchemaValidator_get_Context_m2386096010 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Object Mono.Xml.Schema.XsdValidationContext::get_ActualType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidationContext_get_ActualType_m300164849 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::get_AttributeUses() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaComplexType_get_AttributeUses_m3736990879 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Xml.Schema.XmlSchemaObjectTable::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_GetEnumerator_m810751834 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m3117378551 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __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.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.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.XmlSchemaAttribute[] System.Xml.Schema.XmlSchemaValidator::GetExpectedAttributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttributeU5BU5D_t346244693* XmlSchemaValidator_GetExpectedAttributes_m1845405082 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaAttribute::get_ValidatedDefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaAttribute::get_ValidatedFixedValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdParticleStateManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager__ctor_m2253780807 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSet::get_IsCompiled() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_get_IsCompiled_m1394593071 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::Compile() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_Compile_m1310515789 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::CheckState(System.Xml.Schema.XmlSchemaValidator/Transition) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_CheckState_m1088251962 (XmlSchemaValidator_t1317961423 * __this, int32_t ___expected0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaSet::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSet_get_Count_m805802669 (XmlSchemaSet_t266093086 * __this, 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.Boolean System.Xml.Schema.XmlSchemaValidator::get_IgnoreIdentity() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidator_get_IgnoreIdentity_m1467281239 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdIDManager::HasMissingIDReferences() extern "C" IL2CPP_METHOD_ATTR bool XsdIDManager_HasMissingIDReferences_m4080266506 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.String Mono.Xml.Schema.XsdIDManager::GetMissingIDString() extern "C" IL2CPP_METHOD_ATTR String_t* XsdIDManager_GetMissingIDString_m686581614 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m2498874514 (XmlSchemaValidator_t1317961423 * __this, String_t* ___message0, 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.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.Xml.Schema.XmlSchemaElement Mono.Xml.Schema.XsdValidationContext::get_Element() extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XsdValidationContext_get_Element_m3113801807 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Object Mono.Xml.Schema.XsdValidationContext::get_XsiType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidationContext_get_XsiType_m602237419 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::AssessAttributeElementLocallyValidType(System.String,System.String,System.Xml.Schema.XmlValueGetter,System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_AssessAttributeElementLocallyValidType_m4195901671 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, XmlValueGetter_t3904916812 * ___getter2, XmlSchemaInfo_t997462956 * ___info3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleSchemaLocation(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleSchemaLocation_m2725601791 (XmlSchemaValidator_t1317961423 * __this, String_t* ___schemaLocation0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleNoNSSchemaLocation(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleNoNSSchemaLocation_m74132076 (XmlSchemaValidator_t1317961423 * __this, String_t* ___noNsSchemaLocation0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdIDManager::OnStartElement() extern "C" IL2CPP_METHOD_ATTR void XsdIDManager_OnStartElement_m3778948600 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateEndSimpleContent(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateEndSimpleContent_m463183773 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::AssessOpenStartElementSchemaValidity(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessOpenStartElementSchemaValidity_m3616900715 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleXsiNil(System.String,System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleXsiNil_m3092249046 (XmlSchemaValidator_t1317961423 * __this, String_t* ___value0, XmlSchemaInfo_t997462956 * ___info1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleXsiType(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleXsiType_m2975687977 (XmlSchemaValidator_t1317961423 * __this, String_t* ___typename0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::set_IsNil(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_IsNil_m4269235884 (XmlSchemaInfo_t997462956 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::set_SchemaElement(System.Xml.Schema.XmlSchemaElement) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_SchemaElement_m1028415039 (XmlSchemaInfo_t997462956 * __this, XmlSchemaElement_t427880856 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType Mono.Xml.Schema.XsdValidationContext::get_ActualSchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XsdValidationContext_get_ActualSchemaType_m375604569 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::set_SchemaType(System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_SchemaType_m3119472746 (XmlSchemaInfo_t997462956 * __this, XmlSchemaType_t2033747345 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::set_SchemaAttribute(System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_SchemaAttribute_m3798542647 (XmlSchemaInfo_t997462956 * __this, XmlSchemaAttribute_t2797257020 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::set_IsDefault(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_IsDefault_m612380262 (XmlSchemaInfo_t997462956 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::set_MemberType(System.Xml.Schema.XmlSchemaSimpleType) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_MemberType_m80224292 (XmlSchemaInfo_t997462956 * __this, XmlSchemaSimpleType_t2678868104 * ___value0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateEndElement(System.Xml.Schema.XmlSchemaInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateEndElement_m3205520016 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, RuntimeObject * ___var1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndOfAttributes_m3768772799 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::AssessEndElementSchemaValidity(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_AssessEndElementSchemaValidity_m3392434251 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::AssessCloseStartElementSchemaValidity(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessCloseStartElementSchemaValidity_m1334513775 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaComplexType::get_ContentType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaComplexType_get_ContentType_m3885633075 (XmlSchemaComplexType_t3740801802 * __this, 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.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::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.Schema.XmlSchemaValidator::ValidateCharacters(System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateCharacters_m151675304 (XmlSchemaValidator_t1317961423 * __this, XmlValueGetter_t3904916812 * ___getter0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateText(System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateText_m4060349748 (XmlSchemaValidator_t1317961423 * __this, XmlValueGetter_t3904916812 * ___getter0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.String,System.Exception,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m3026979404 (XmlSchemaValidator_t1317961423 * __this, String_t* ___message0, Exception_t * ___innerException1, bool ___isWarning2, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaValidator::get_IgnoreWarnings() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidator_get_IgnoreWarnings_m3053250478 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaValidator::get_BaseUri() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidator_get_BaseUri_m1393578688 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidationException::.ctor(System.String,System.Object,System.String,System.Xml.Schema.XmlSchemaObject,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidationException__ctor_m2673202148 (XmlSchemaValidationException_t816160496 * __this, String_t* ___message0, RuntimeObject * ___sender1, String_t* ___sourceUri2, XmlSchemaObject_t1315720168 * ___sourceObject3, Exception_t * ___innerException4, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.Xml.Schema.XmlSchemaValidationException,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m1091103921 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaValidationException_t816160496 * ___exception0, bool ___isWarning1, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventArgs::.ctor(System.Xml.Schema.XmlSchemaException,System.String,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void ValidationEventArgs__ctor_m2303611623 (ValidationEventArgs_t2784773869 * __this, XmlSchemaException_t3511258692 * ___ex0, String_t* ___message1, int32_t ___severity2, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventHandler::Invoke(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m3984227947 (ValidationEventHandler_t791314227 * __this, RuntimeObject * ___sender0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method); // System.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.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_GlobalElements() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_GlobalElements_m2135414308 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectTable::get_Item(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaObjectTable_get_Item_m170185878 (XmlSchemaObjectTable_t2546974348 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_GlobalTypes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_GlobalTypes_m149850861 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::set_XsiType(System.Object) extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_set_XsiType_m3869708642 (XsdValidationContext_t1104170526 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_EvaluateStartElement_m631594737 (XsdValidationContext_t1104170526 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdValidationContext::get_IsInvalid() extern "C" IL2CPP_METHOD_ATTR bool XsdValidationContext_get_IsInvalid_m1096056207 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::PushCurrentElement(System.Xml.Schema.XmlSchemaElement) extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_PushCurrentElement_m597195406 (XsdValidationContext_t1104170526 * __this, XmlSchemaElement_t427880856 * ___element0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateStartElementParticle(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateStartElementParticle_m1610527293 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaValidator::FindElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XmlSchemaValidator_FindElement_m1664752449 (XmlSchemaValidator_t1317961423 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateKeySelectors() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateKeySelectors_m279080568 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateKeyFields(System.Boolean,System.Boolean,System.Object,System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateKeyFields_m2041955786 (XmlSchemaValidator_t1317961423 * __this, bool ___isAttr0, bool ___isNil1, RuntimeObject * ___schemaType2, String_t* ___attrName3, String_t* ___attrNs4, RuntimeObject * ___value5, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::AssessCloseStartElementLocallyValidType(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessCloseStartElementLocallyValidType_m2559440487 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::AssessElementLocallyValidElement() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessElementLocallyValidElement_m1042493976 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaElement::get_ElementType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaElement_get_ElementType_m1141810192 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaContentProcessing Mono.Xml.Schema.XsdParticleStateManager::get_ProcessContents() extern "C" IL2CPP_METHOD_ATTR int32_t XsdParticleStateManager_get_ProcessContents_m320568984 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m3957593392 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSet::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_Contains_m2963568736 (XmlSchemaSet_t266093086 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSet::MissedSubComponents(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_MissedSubComponents_m3092777572 (XmlSchemaSet_t266093086 * __this, String_t* ___targetNamespace0, 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.Void Mono.Xml.Schema.XsdParticleStateManager::PushContext() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager_PushContext_m2855507590 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::get_ValidatableParticle() extern "C" IL2CPP_METHOD_ATTR XmlSchemaParticle_t3828501457 * XmlSchemaComplexType_get_ValidatableParticle_m3083925611 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdParticleStateManager::Create(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdParticleStateManager_Create_m2901984299 (XsdParticleStateManager_t726654767 * __this, XmlSchemaObject_t1315720168 * ___xsobj0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAny System.Xml.Schema.XmlSchemaAny::get_AnyTypeContent() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAny_t1119175207 * XmlSchemaAny_get_AnyTypeContent_m1524638066 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::get_Empty() extern "C" IL2CPP_METHOD_ATTR XmlSchemaParticle_t3828501457 * XmlSchemaParticle_get_Empty_m1615870170 (RuntimeObject * __this /* static, unused */, 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.Boolean System.Xml.Schema.XmlSchemaElement::get_ActualIsAbstract() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaElement_get_ActualIsAbstract_m2408989479 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::AssessCloseStartElementLocallyValidComplexType(System.Xml.Schema.XmlSchemaComplexType,System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessCloseStartElementLocallyValidComplexType_m145682788 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaComplexType_t3740801802 * ___cType0, XmlSchemaInfo_t997462956 * ___info1, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaComplexType::get_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaComplexType_get_IsAbstract_m422868336 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaAttribute::get_ValidatedUse() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaAttribute_get_ValidatedUse_m1294483544 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaAttribute_get_QualifiedName_m383925923 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaAttribute::get_AttributeType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaAttribute_get_AttributeType_m3262341146 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::get_AttributeSchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaAttribute_get_AttributeSchemaType_m2030385281 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t322714710 * XmlSchemaType_get_Datatype_m3072197688 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m815040483 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method); // System.String Mono.Xml.Schema.XsdIDManager::AssessEachAttributeIdentityConstraint(System.Xml.Schema.XmlSchemaDatatype,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdIDManager_AssessEachAttributeIdentityConstraint_m2959326767 (XsdIDManager_t1008806102 * __this, XmlSchemaDatatype_t322714710 * ___dt0, RuntimeObject * ___parsedValue1, String_t* ___elementName2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateKeyFieldsAttribute(System.Xml.Schema.XmlSchemaAttribute,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateKeyFieldsAttribute_m316732389 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaUtil::FindAttributeDeclaration(System.String,System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.XmlSchemaComplexType,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaUtil_FindAttributeDeclaration_m1889570336 (RuntimeObject * __this /* static, unused */, String_t* ___ns0, XmlSchemaSet_t266093086 * ___schemas1, XmlSchemaComplexType_t3740801802 * ___cType2, XmlQualifiedName_t2760654312 * ___qname3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::AssessAttributeLocallyValidUse(System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessAttributeLocallyValidUse_m1117840893 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::AssessAttributeLocallyValid(System.Xml.Schema.XmlSchemaAttribute,System.Xml.Schema.XmlSchemaInfo,System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_AssessAttributeLocallyValid_m3750749479 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, XmlSchemaInfo_t997462956 * ___info1, XmlValueGetter_t3904916812 * ___getter2, const RuntimeMethod* method); // Mono.Xml.Schema.XsdAnySimpleType System.Xml.Schema.XmlSchemaSimpleType::get_AnySimpleType() extern "C" IL2CPP_METHOD_ATTR XsdAnySimpleType_t1257864485 * XmlSchemaSimpleType_get_AnySimpleType_m3105451177 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlValueGetter::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlValueGetter_Invoke_m479588077 (XmlValueGetter_t3904916812 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m1356638579 (XmlSchemaValidator_t1317961423 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Object,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m412589367 (XmlAtomicValue_t3775050121 * __this, RuntimeObject * ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlAtomicValue::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_get_Value_m1006783033 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateRestrictedSimpleTypeValue(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaDatatype&,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateRestrictedSimpleTypeValue_m1639429758 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaSimpleType_t2678868104 * ___st0, XmlSchemaDatatype_t322714710 ** ___dt1, String_t* ___normalized2, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaAttribute::get_ValidatedFixedTypedValue() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaAttribute_get_ValidatedFixedTypedValue_m699509745 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::AreSchemaDatatypeEqual(System.Xml.Schema.XmlSchemaSimpleType,System.Object,System.Xml.Schema.XmlSchemaSimpleType,System.Object) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_AreSchemaDatatypeEqual_m3115132167 (RuntimeObject * __this /* static, unused */, XmlSchemaSimpleType_t2678868104 * ___st10, RuntimeObject * ___v11, XmlSchemaSimpleType_t2678868104 * ___st22, RuntimeObject * ___v23, 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.Schema.XmlSchemaValidator::ValidateEndElementParticle() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndElementParticle_m2436476134 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateEndElementKeyConstraints() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndElementKeyConstraints_m2216586424 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdValidationContext::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdValidationContext_EvaluateEndElement_m2955764775 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::PopCurrentElement() extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_PopCurrentElement_m1795862365 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdParticleStateManager::PopContext() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager_PopContext_m3555447100 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1640838743 (StringBuilder_t * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateEndSimpleContentCore(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateEndSimpleContentCore_m859422844 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, 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.Schema.XmlSchemaElement::get_ValidatedDefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_ValidatedDefaultValue_m3003127030 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaElement::get_ValidatedFixedValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_ValidatedFixedValue_m2283540330 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::AssessStringValid(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaDatatype,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_AssessStringValid_m1868335694 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaSimpleType_t2678868104 * ___st0, XmlSchemaDatatype_t322714710 * ___dt1, String_t* ___value2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateSimpleContentIdentity(System.Xml.Schema.XmlSchemaDatatype,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateSimpleContentIdentity_m3222176196 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaDatatype_t322714710 * ___dt0, String_t* ___value1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::get_SchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaInfo_get_SchemaType_m1668954851 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaType_GetBuiltInSimpleType_m1138863932 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaDatatype::Normalize(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_Normalize_m2737115427 (XmlSchemaDatatype_t322714710 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::get_DerivedBy() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_DerivedBy_m1544461244 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::get_Content() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t599285223 * XmlSchemaSimpleType_get_Content_m2306047784 (XmlSchemaSimpleType_t2678868104 * __this, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaSimpleTypeList::get_ValidatedListItemType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method); // System.Object[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::get_ValidatedTypes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* XmlSchemaSimpleTypeUnion_get_ValidatedTypes_m461184707 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_BaseXmlSchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaType_get_BaseXmlSchemaType_m4221231559 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateValueWithFacets(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateValueWithFacets_m2411738315 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m630303134 (RuntimeObject * __this /* static, unused */, String_t* p0, ObjectU5BU5D_t2843939325* p1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyTable::.ctor(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR void XsdKeyTable__ctor_m3521614894 (XsdKeyTable_t2156891743 * __this, XmlSchemaIdentityConstraint_t297318432 * ___source0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaElement::get_Constraints() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaElement_get_Constraints_m591235259 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdKeyTable System.Xml.Schema.XmlSchemaValidator::CreateNewKeyTable(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR XsdKeyTable_t2156891743 * XmlSchemaValidator_CreateNewKeyTable_m4128026141 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaIdentityConstraint_t297318432 * ___ident0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentityPath Mono.Xml.Schema.XsdKeyTable::SelectorMatches(System.Collections.ArrayList,System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdIdentityPath_t991900844 * XsdKeyTable_SelectorMatches_m2719771857 (XsdKeyTable_t2156891743 * __this, ArrayList_t2718874744 * ___qnameStack0, int32_t ___depth1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntry::.ctor(Mono.Xml.Schema.XsdKeyTable,System.Int32,System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntry__ctor_m1505451190 (XsdKeyEntry_t693496666 * __this, XsdKeyTable_t2156891743 * ___keyseq0, int32_t ___depth1, RuntimeObject* ___li2, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntryCollection::Add(Mono.Xml.Schema.XsdKeyEntry) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryCollection_Add_m3577222576 (XsdKeyEntryCollection_t3090959213 * __this, XsdKeyEntry_t693496666 * ___entry0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdKeyEntry Mono.Xml.Schema.XsdKeyEntryCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdKeyEntry_t693496666 * XsdKeyEntryCollection_get_Item_m737924673 (XsdKeyEntryCollection_t3090959213 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntry::ProcessMatch(System.Boolean,System.Collections.ArrayList,System.Object,System.Xml.XmlNameTable,System.String,System.Object,System.Xml.IXmlNamespaceResolver,System.Xml.IXmlLineInfo,System.Int32,System.String,System.String,System.Object,System.Boolean,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntry_ProcessMatch_m1498533836 (XsdKeyEntry_t693496666 * __this, bool ___isAttribute0, ArrayList_t2718874744 * ___qnameStack1, RuntimeObject * ___sender2, XmlNameTable_t71772148 * ___nameTable3, String_t* ___sourceUri4, RuntimeObject * ___schemaType5, RuntimeObject* ___nsResolver6, RuntimeObject* ___li7, int32_t ___depth8, String_t* ___attrName9, String_t* ___attrNS10, RuntimeObject * ___attrValue11, bool ___isXsiNil12, ArrayList_t2718874744 * ___currentKeyFieldConsumers13, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.Xml.Schema.XmlSchemaValidationException) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m2296075603 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaValidationException_t816160496 * ___exception0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateEndKeyConstraint(Mono.Xml.Schema.XsdKeyTable) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndKeyConstraint_m224110956 (XmlSchemaValidator_t1317961423 * __this, XsdKeyTable_t2156891743 * ___seq0, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdKeyEntry::get_KeyFound() extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntry_get_KeyFound_m1513665906 (XsdKeyEntry_t693496666 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaIdentityConstraint Mono.Xml.Schema.XsdKeyTable::get_SourceSchemaIdentity() extern "C" IL2CPP_METHOD_ATTR XmlSchemaIdentityConstraint_t297318432 * XsdKeyTable_get_SourceSchemaIdentity_m2929575500 (XsdKeyTable_t2156891743 * __this, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_RemoveAt_m3336462814 (CollectionBase_t2727926298 * __this, int32_t p0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdKeyEntryField Mono.Xml.Schema.XsdKeyEntryFieldCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdKeyEntryField_t3552275292 * XsdKeyEntryFieldCollection_get_Item_m1321057123 (XsdKeyEntryFieldCollection_t3698183622 * __this, int32_t ___i0, 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.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* p0, StringU5BU5D_t1281789340* p1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaIdentityConstraint System.Xml.Schema.XmlSchemaKeyref::get_Target() extern "C" IL2CPP_METHOD_ATTR XmlSchemaIdentityConstraint_t297318432 * XmlSchemaKeyref_get_Target_m3929317254 (XmlSchemaKeyref_t3124006214 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdKeyEntry::CompareIdentity(Mono.Xml.Schema.XsdKeyEntry) extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntry_CompareIdentity_m768038900 (XsdKeyEntry_t693496666 * __this, XsdKeyEntry_t693496666 * ___other0, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::SetIdentityField(System.Object,System.Boolean,Mono.Xml.Schema.XsdAnySimpleType,System.Int32,System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntryField_SetIdentityField_m950445197 (XsdKeyEntryField_t3552275292 * __this, RuntimeObject * ___identity0, bool ___isXsiNil1, XsdAnySimpleType_t1257864485 * ___type2, int32_t ___depth3, RuntimeObject* ___li4, 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.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlQualifiedName_Parse_m1094507201 (RuntimeObject * __this /* static, unused */, String_t* ___name0, RuntimeObject* ___resolver1, bool ___considerDefaultNamespace2, const RuntimeMethod* method); // 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.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaComplexType_t3740801802 * XmlSchemaComplexType_get_AnyType_m2038550701 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::IsBuiltInDatatypeName(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaDatatype::FromName(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t322714710 * XmlSchemaDatatype_FromName_m1668846326 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaValidator::FindType(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaValidator_FindType_m1629153418 (XmlSchemaValidator_t1317961423 * __this, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::GetXsiType(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_GetXsiType_m2257037275 (XmlSchemaValidator_t1317961423 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::get_FinalResolved() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_FinalResolved_m213206105 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::get_BlockResolved() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaElement_get_BlockResolved_m1163706590 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::AssessLocalTypeDerivationOK(System.Object,System.Object,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessLocalTypeDerivationOK_m3125439830 (XmlSchemaValidator_t1317961423 * __this, RuntimeObject * ___xsiType0, RuntimeObject * ___baseType1, int32_t ___flag2, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::get_BlockResolved() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaComplexType_get_BlockResolved_m796516093 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaComplexType::ValidateTypeDerivationOK(System.Object,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaComplexType_ValidateTypeDerivationOK_m3552271659 (XmlSchemaComplexType_t3740801802 * __this, RuntimeObject * ___b0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSimpleType::ValidateTypeDerivationOK(System.Object,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleType_ValidateTypeDerivationOK_m3745618113 (XmlSchemaSimpleType_t2678868104 * __this, RuntimeObject * ___baseType0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaElement::get_ActualIsNillable() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaElement_get_ActualIsNillable_m2062928573 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaElement_get_QualifiedName_m2688553928 (XmlSchemaElement_t427880856 * __this, 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.Uri System.Xml.Schema.XmlSchemaValidator::get_SourceUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * XmlSchemaValidator_get_SourceUri_m3389977434 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.Uri,System.String) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m279432735 (Uri_t100236324 * __this, Uri_t100236324 * p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m2920712854 (XmlTextReader_t4233384356 * __this, String_t* ___url0, Stream_t1273022909 * ___input1, XmlNameTable_t71772148 * ___nt2, const RuntimeMethod* method); // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchema::Read(System.Xml.XmlReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchema_Read_m1071701696 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___rdr0, ValidationEventHandler_t791314227 * ___validationEventHandler1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaValidator::ReadExternalSchema(System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchemaValidator_ReadExternalSchema_m2050313281 (XmlSchemaValidator_t1317961423 * __this, String_t* ___uri0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchema::get_TargetNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchema_get_TargetNamespace_m442842382 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchema::set_TargetNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_set_TargetNamespace_m3622691901 (XmlSchema_t3742557897 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaSet::Add(System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchemaSet_Add_m27831907 (XmlSchemaSet_t266093086 * __this, XmlSchema_t3742557897 * ___schema0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaFacet__ctor_m442738916 (XmlSchemaFacet_t1906017689 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaWhiteSpaceFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaWhiteSpaceFacet__ctor_m1190861561 (XmlSchemaWhiteSpaceFacet_t4158372164 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::error(System.Xml.Schema.ValidationEventHandler,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_error_m1799989524 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_LineNumber_m3920914464 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::set_LineNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LineNumber_m1360499025 (XmlSchemaObject_t1315720168 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_LinePosition_m2272047151 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::set_LinePosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LinePosition_m906865826 (XmlSchemaObject_t1315720168 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::set_SourceUri(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_SourceUri_m2760372687 (XmlSchemaObject_t1315720168 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnnotated::set_Id(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_Id_m1597719336 (XmlSchemaAnnotated_t2603549639 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::ReadBoolAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_ReadBoolAttribute_m854567538 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaFacet::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaFacet_set_Value_m2382101717 (XmlSchemaFacet_t1906017689 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaUtil::ReadUnhandledAttribute(System.Xml.XmlReader,System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_ReadUnhandledAttribute_m1314733484 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlSchemaObject_t1315720168 * ___xso1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaAnnotation::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnnotation_t2553753397 * XmlSchemaAnnotation_Read_m1586871736 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnnotated::set_Annotation(System.Xml.Schema.XmlSchemaAnnotation) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_Annotation_m3050132480 (XmlSchemaAnnotated_t2603549639 * __this, XmlSchemaAnnotation_t2553753397 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaReader::RaiseInvalidElementError() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_RaiseInvalidElementError_m4265021746 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaReader::ReadNextElement() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_ReadNextElement_m611223709 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnnotated::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaAnnotated__ctor_m2738129066 (XmlSchemaAnnotated_t2603549639 * __this, const RuntimeMethod* method); // System.Boolean System.Guid::op_Equality(System.Guid,System.Guid) extern "C" IL2CPP_METHOD_ATTR bool Guid_op_Equality_m4289903222 (RuntimeObject * __this /* static, unused */, Guid_t p0, Guid_t 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.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m3238790559 (XmlNamespaceManager_t418790500 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializerNamespaces System.Xml.Schema.XmlSchemaObject::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR XmlSerializerNamespaces_t2702737953 * XmlSchemaObject_get_Namespaces_m1671673830 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName[] System.Xml.Serialization.XmlSerializerNamespaces::ToArray() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedNameU5BU5D_t1471530361* XmlSerializerNamespaces_ToArray_m2843559361 (XmlSerializerNamespaces_t2702737953 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdIdentityPath::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIdentityPath__ctor_m2092303249 (XsdIdentityPath_t991900844 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaXPath::ParseExpression(System.String,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaXPath_ParseExpression_m2341068207 (XmlSchemaXPath_t3156455507 * __this, String_t* ___xpath0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaAnnotated::get_Id() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAnnotated_get_Id_m2854314617 (XmlSchemaAnnotated_t2603549639 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Xml.Schema.XmlSchema::get_IDCollection() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * XmlSchema_get_IDCollection_m3725452494 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaUtil::CompileID(System.String,System.Xml.Schema.XmlSchemaObject,System.Collections.Hashtable,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_CompileID_m928148374 (RuntimeObject * __this /* static, unused */, String_t* ___id0, XmlSchemaObject_t1315720168 * ___xso1, Hashtable_t1853889766 * ___idCollection2, ValidationEventHandler_t791314227 * ___h3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaXPath::ParsePath(System.String,System.Int32,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaXPath_ParsePath_m1265390928 (XmlSchemaXPath_t3156455507 * __this, String_t* ___xpath0, int32_t ___pos1, ArrayList_t2718874744 * ___paths2, ValidationEventHandler_t791314227 * ___h3, XmlSchema_t3742557897 * ___schema4, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaXPath::SkipWhitespace(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaXPath_SkipWhitespace_m3783431406 (XmlSchemaXPath_t3156455507 * __this, String_t* ___xpath0, int32_t ___pos1, 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.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.Void System.Xml.Schema.XmlSchemaXPath::ParseStep(System.String,System.Int32,System.Collections.ArrayList,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaXPath_ParseStep_m3870533266 (XmlSchemaXPath_t3156455507 * __this, String_t* ___xpath0, int32_t ___pos1, ArrayList_t2718874744 * ___steps2, ArrayList_t2718874744 * ___paths3, ValidationEventHandler_t791314227 * ___h4, XmlSchema_t3742557897 * ___schema5, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::error(System.Xml.Schema.ValidationEventHandler,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_error_m903554348 (XmlSchemaObject_t1315720168 * __this, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdIdentityStep::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIdentityStep__ctor_m1074702096 (XsdIdentityStep_t1480907129 * __this, 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.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.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.Schema.XmlSchemaXPath::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaXPath__ctor_m3593854984 (XmlSchemaXPath_t3156455507 * __this, const RuntimeMethod* method); // System.Xml.XmlReader System.Xml.Schema.XmlSchemaReader::get_Reader() extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlSchemaReader_get_Reader_m1814361792 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Xml.XmlParserContext System.Xml.Schema.XmlSchemaUtil::GetParserContext(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlSchemaUtil_GetParserContext_m769704433 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method); // 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); // 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.String System.Xml.Serialization.CodeIdentifier::MakeValid(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CodeIdentifier_MakeValid_m147143689 (RuntimeObject * __this /* static, unused */, String_t* ___identifier0, 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.Char System.Char::ToUpper(System.Char,System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m3659851865 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, CultureInfo_t4157843068 * p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Void System.NullReferenceException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m744513393 (NullReferenceException_t1023182353 * __this, const RuntimeMethod* method); // System.Boolean System.Char::IsLetter(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetter_m3996985877 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean System.Char::IsLetterOrDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m3494175785 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeData::.ctor(System.Type,System.String,System.Boolean,System.Xml.Serialization.TypeData,System.Xml.Schema.XmlSchemaPatternFacet) extern "C" IL2CPP_METHOD_ATTR void TypeData__ctor_m812170617 (TypeData_t476999220 * __this, Type_t * ___type0, String_t* ___elementName1, bool ___isPrimitive2, TypeData_t476999220 * ___mappedType3, XmlSchemaPatternFacet_t3316004401 * ___facet4, const RuntimeMethod* method); // System.String System.String::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m3726209165 (String_t* __this, Il2CppChar p0, Il2CppChar p1, const RuntimeMethod* method); // System.Boolean System.Type::get_IsEnum() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsEnum_m208091508 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsArray_m2591212821 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Serialization.TypeData::get_IsListType() extern "C" IL2CPP_METHOD_ATTR bool TypeData_get_IsListType_m1184961596 (TypeData_t476999220 * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::get_ListItemTypeData() extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeData_get_ListItemTypeData_m3343906619 (TypeData_t476999220 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeData::get_XmlType() extern "C" IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m323326007 (TypeData_t476999220 * __this, const RuntimeMethod* method); // System.String System.Xml.Serialization.TypeTranslator::GetArrayName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TypeTranslator_GetArrayName_m2745210150 (RuntimeObject * __this /* static, unused */, String_t* ___elemName0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsInterface() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsInterface_m3284996719 (Type_t * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) extern "C" IL2CPP_METHOD_ATTR ConstructorInfo_t5769829 * Type_GetConstructor_m2219014380 (Type_t * __this, TypeU5BU5D_t3940880105* p0, const RuntimeMethod* method); // System.Boolean System.Type::get_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m1120089130 (Type_t * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsValueType() extern "C" IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m3108065642 (Type_t * __this, const RuntimeMethod* method); // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::get_SchemaType() extern "C" IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m4022828308 (TypeData_t476999220 * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::get_ListItemType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeData_get_ListItemType_m2212788481 (TypeData_t476999220 * __this, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeTranslator_GetTypeData_m1676550349 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::get_Type() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeData_get_Type_m3693670728 (TypeData_t476999220 * __this, const RuntimeMethod* method); // System.Type System.Xml.Serialization.TypeData::GetGenericListItemType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeData_GetGenericListItemType_m2145930005 (TypeData_t476999220 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t2843939325* p2, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Xml.Serialization.TypeData::GetIndexerProperty(System.Type) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * TypeData_GetIndexerProperty_m1051013388 (RuntimeObject * __this /* static, unused */, Type_t * ___collectionType0, 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.InvalidOperationException System.Xml.Serialization.TypeData::CreateMissingAddMethodException(System.Type,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR InvalidOperationException_t56020091 * TypeData_CreateMissingAddMethodException_m662119892 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___inheritFrom1, Type_t * ___argumentType2, const RuntimeMethod* method); // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[]) extern "C" IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m637078096 (Type_t * __this, String_t* p0, int32_t p1, Binder_t2999457153 * p2, TypeU5BU5D_t3940880105* p3, ParameterModifierU5BU5D_t2943407543* p4, const RuntimeMethod* method); // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * Type_GetProperty_m3414567179 (Type_t * __this, String_t* p0, 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.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * Hashtable_Synchronized_m2228653257 (RuntimeObject * __this /* static, unused */, Hashtable_t1853889766 * p0, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeData::.ctor(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TypeData__ctor_m548900801 (TypeData_t476999220 * __this, Type_t * ___type0, String_t* ___elementName1, bool ___isPrimitive2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaPatternFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaPatternFacet__ctor_m2153033712 (XmlSchemaPatternFacet_t3316004401 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeData::set_IsNullable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TypeData_set_IsNullable_m3746874811 (TypeData_t476999220 * __this, bool ___value0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeTranslator_GetTypeData_m2576829536 (RuntimeObject * __this /* static, unused */, Type_t * ___runtimeType0, String_t* ___xmlDataType1, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetPrimitiveTypeData(System.String) extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeTranslator_GetPrimitiveTypeData_m2740454283 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, 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.String System.Xml.XmlConvert::EncodeLocalName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeLocalName_m2931600124 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.String System.Xml.Serialization.CodeIdentifier::MakePascal(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CodeIdentifier_MakePascal_m714146339 (RuntimeObject * __this /* static, unused */, String_t* ___identifier0, const RuntimeMethod* method); // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetPrimitiveTypeData(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeTranslator_GetPrimitiveTypeData_m2492367760 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, bool ___nullable1, const RuntimeMethod* method); // System.Int32 System.String::LastIndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m2676535141 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m3406607758 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.Void System.Attribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void Attribute__ctor_m1529526131 (Attribute_t861562559 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void ListDictionary__ctor_m1767915711 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method); // System.Void System.Collections.Specialized.ListDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void ListDictionary_set_Item_m1200457665 (ListDictionary_t1624492310 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.ListDictionary::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t ListDictionary_get_Count_m139246936 (ListDictionary_t1624492310 * __this, const RuntimeMethod* method); // System.Collections.ICollection System.Collections.Specialized.ListDictionary::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ListDictionary_get_Values_m870929555 (ListDictionary_t1624492310 * __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.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __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.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.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); // System.Xml.XmlNamespaceManager System.Xml.XmlNode::ConstructNamespaceManager() extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t418790500 * XmlNode_ConstructNamespaceManager_m473532189 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel System.Xml.XmlDocumentType::get_DTD() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlDocumentType_get_DTD_m2297215448 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.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.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.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 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.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.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.XmlDocument System.Xml.XmlNode::get_OwnerDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlNode_get_OwnerDocument_m1156966852 (XmlNode_t3767805227 * __this, const RuntimeMethod* method); // 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); // 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); // 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.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); // 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); // 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); // 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); // 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_Item(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDAttListDeclaration_get_Item_m126874962 (DTDAttListDeclaration_t3593159715 * __this, String_t* ___name0, 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.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.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.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.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.Void System.Xml.XmlAttribute::SetDefault() extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_SetDefault_m2091487654 (XmlAttribute_t1173852259 * __this, 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.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.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.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.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.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); // 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.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.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.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.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m3200377149 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XmlConvert_ToDateTime_m1760770288 (RuntimeObject * __this /* static, unused */, String_t* ___s0, StringU5BU5D_t1281789340* ___formats1, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[],System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XmlConvert_ToDateTime_m3549181468 (RuntimeObject * __this /* static, unused */, String_t* ___s0, StringU5BU5D_t1281789340* ___formats1, int32_t ___style2, const RuntimeMethod* method); // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR DateTimeFormatInfo_t2405853701 * DateTimeFormatInfo_get_InvariantInfo_m2329875772 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m1132380469 (RuntimeObject * __this /* static, unused */, String_t* p0, StringU5BU5D_t1281789340* p1, RuntimeObject* p2, int32_t p3, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Parse_m4154418249 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m2751210921 (ArgumentNullException_t1615371798 * __this, const RuntimeMethod* method); // System.Single System.Xml.XmlConvert::TryParseStringFloatConstants(System.String) extern "C" IL2CPP_METHOD_ATTR float XmlConvert_TryParseStringFloatConstants_m469050680 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m1135962389 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Void System.FormatException::.ctor() extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m1479314061 (FormatException_t154580423 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::TryParseStringConstant(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_TryParseStringConstant_m2958895784 (RuntimeObject * __this /* static, unused */, String_t* ___format0, String_t* ___s1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m1012192092 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int16_t Int16_Parse_m3641256939 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, 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.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int64_t Int64_Parse_m3250361603 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int8_t SByte_Parse_m2899090751 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR float Single_Parse_m3793689340 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.String System.Int32::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1760361794 (int32_t* __this, RuntimeObject* 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.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.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.Int32 System.Int32::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m2087562008 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void TimeSpan__ctor_m4161351023 (TimeSpan_t881159249 * __this, int32_t p0, int32_t p1, int32_t p2, int32_t p3, 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::FromTicks(System.Int64) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 TimeSpan_FromTicks_m4159473883 (RuntimeObject * __this /* static, unused */, int64_t p0, const RuntimeMethod* method); // System.UInt16 System.UInt16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_m3476925403 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m3755665066 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.UInt64 System.UInt64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_m1485858293 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* 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.Char[] System.String::ToCharArray() extern "C" IL2CPP_METHOD_ATTR CharU5BU5D_t3528271667* String_ToCharArray_m1492846834 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlConvert::FromBinHexString(System.Char[],System.Int32,System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR int32_t XmlConvert_FromBinHexString_m666921948 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, int32_t ___offset1, int32_t ___charLength2, ByteU5BU5D_t4116647657* ___buffer3, 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.String System.Xml.XmlDeclaration::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDeclaration_get_Version_m979887410 (XmlDeclaration_t679870411 * __this, 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.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.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.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, 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.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, 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.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.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.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.Xml.XmlTextReader::.ctor(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m1872711927 (XmlTextReader_t4233384356 * __this, String_t* ___url0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method); // System.Void System.Xml.XmlValidatingReader::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader__ctor_m746074126 (XmlValidatingReader_t1719295192 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method); // System.Void System.Xml.XmlValidatingReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_set_EntityHandling_m2734813455 (XmlValidatingReader_t1719295192 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlValidatingReader::set_ValidationType(System.Xml.ValidationType) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_set_ValidationType_m3850545770 (XmlValidatingReader_t1719295192 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m879520456 (XmlTextReader_t4233384356 * __this, TextReader_t283511965 * ___input0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method); // System.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.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.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.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.Text.Encoding System.Xml.XmlDocument::get_TextEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * XmlDocument_get_TextEncoding_m845318411 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::.ctor(System.String,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m210414631 (XmlTextWriter_t2114213153 * __this, String_t* ___filename0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextWriter::set_Formatting(System.Xml.Formatting) extern "C" IL2CPP_METHOD_ATTR void XmlTextWriter_set_Formatting_m3746754038 (XmlTextWriter_t2114213153 * __this, int32_t ___value0, const RuntimeMethod* method); // System.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.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupPrefix_m1297855475 (XPathNavigator_t787956054 * __this, String_t* ___namespaceUri0, 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.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.XmlDocumentType::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m3571984252 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m3515778358 (XmlDocumentType_t4112370061 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlDocumentType::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m105575790 (XmlDocumentType_t4112370061 * __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); // 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.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.Boolean System.Xml.XmlElement::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XmlElement_get_IsEmpty_m1188605046 (XmlElement_t561603118 * __this, 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.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_m1474792120 (Uri_t100236324 * __this, String_t* p0, 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.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.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.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.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.Void System.Xml.XmlNodeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNodeList__ctor_m572378854 (XmlNodeList_t2551693786 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator::.ctor(System.Xml.XPath.XPathNodeIterator) extern "C" IL2CPP_METHOD_ATTR void XPathNodeIteratorNodeListIterator__ctor_m3782320985 (XPathNodeIteratorNodeListIterator_t2379010936 * __this, XPathNodeIterator_t3667290188 * ___source0, const RuntimeMethod* method); // System.Void System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator::Reset() extern "C" IL2CPP_METHOD_ATTR void XPathNodeIteratorNodeListIterator_Reset_m2720837436 (XPathNodeIteratorNodeListIterator_t2379010936 * __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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaValidationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidationException__ctor_m214920854 (XmlSchemaValidationException_t816160496 * __this, const RuntimeMethod* method) { { XmlSchemaException__ctor_m840420279(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidationException__ctor_m1410215019 (XmlSchemaValidationException_t816160496 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; XmlSchemaException__ctor_m2998327023(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidationException::.ctor(System.String,System.Object,System.String,System.Xml.Schema.XmlSchemaObject,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidationException__ctor_m2673202148 (XmlSchemaValidationException_t816160496 * __this, String_t* ___message0, RuntimeObject * ___sender1, String_t* ___sourceUri2, XmlSchemaObject_t1315720168 * ___sourceObject3, Exception_t * ___innerException4, const RuntimeMethod* method) { { String_t* L_0 = ___message0; RuntimeObject * L_1 = ___sender1; String_t* L_2 = ___sourceUri2; XmlSchemaObject_t1315720168 * L_3 = ___sourceObject3; Exception_t * L_4 = ___innerException4; XmlSchemaException__ctor_m198186642(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidationException_GetObjectData_m37400798 (XmlSchemaValidationException_t816160496 * __this, SerializationInfo_t950877179 * ___info0, StreamingContext_t3711869237 ___context1, const RuntimeMethod* method) { { SerializationInfo_t950877179 * L_0 = ___info0; StreamingContext_t3711869237 L_1 = ___context1; XmlSchemaException_GetObjectData_m4261679908(__this, L_0, L_1, /*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.Schema.XmlSchemaValidator::.ctor(System.Xml.XmlNameTable,System.Xml.Schema.XmlSchemaSet,System.Xml.IXmlNamespaceResolver,System.Xml.Schema.XmlSchemaValidationFlags) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator__ctor_m1435666755 (XmlSchemaValidator_t1317961423 * __this, XmlNameTable_t71772148 * ___nameTable0, XmlSchemaSet_t266093086 * ___schemas1, RuntimeObject* ___nsResolver2, int32_t ___options3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator__ctor_m1435666755_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlUrlResolver_t817895037 * L_0 = (XmlUrlResolver_t817895037 *)il2cpp_codegen_object_new(XmlUrlResolver_t817895037_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m1338399436(L_0, /*hidden argument*/NULL); __this->set_xmlResolver_7(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_occuredAtts_11(L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_2 = ((XmlSchemaValidator_t1317961423_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var))->get_emptyAttributeArray_0(); __this->set_defaultAttributes_12(L_2); ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); __this->set_defaultAttributesCache_13(L_3); XsdIDManager_t1008806102 * L_4 = (XsdIDManager_t1008806102 *)il2cpp_codegen_object_new(XsdIDManager_t1008806102_il2cpp_TypeInfo_var); XsdIDManager__ctor_m737023283(L_4, /*hidden argument*/NULL); __this->set_idManager_14(L_4); ArrayList_t2718874744 * L_5 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_5, /*hidden argument*/NULL); __this->set_keyTables_15(L_5); ArrayList_t2718874744 * L_6 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_6, /*hidden argument*/NULL); __this->set_currentKeyFieldConsumers_16(L_6); ArrayList_t2718874744 * L_7 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_7, /*hidden argument*/NULL); __this->set_elementQNameStack_18(L_7); StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_8, /*hidden argument*/NULL); __this->set_storedCharacters_19(L_8); __this->set_xsiNilDepth_22((-1)); __this->set_skipValidationDepth_23((-1)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_9 = ___nameTable0; __this->set_nameTable_5(L_9); XmlSchemaSet_t266093086 * L_10 = ___schemas1; __this->set_schemas_6(L_10); RuntimeObject* L_11 = ___nsResolver2; __this->set_nsResolver_3(L_11); int32_t L_12 = ___options3; __this->set_options_8(L_12); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator__cctor_m3431933693 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator__cctor_m3431933693_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((XmlSchemaValidator_t1317961423_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var))->set_emptyAttributeArray_0(((XmlSchemaAttributeU5BU5D_t346244693*)SZArrayNew(XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::add_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_add_ValidationEventHandler_m2553815393 (XmlSchemaValidator_t1317961423 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_add_ValidationEventHandler_m2553815393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t791314227 * L_0 = __this->get_ValidationEventHandler_25(); ValidationEventHandler_t791314227 * L_1 = ___value0; Delegate_t1188392813 * L_2 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); __this->set_ValidationEventHandler_25(((ValidationEventHandler_t791314227 *)CastclassSealed((RuntimeObject*)L_2, ValidationEventHandler_t791314227_il2cpp_TypeInfo_var))); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::remove_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_remove_ValidationEventHandler_m2448433872 (XmlSchemaValidator_t1317961423 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_remove_ValidationEventHandler_m2448433872_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t791314227 * L_0 = __this->get_ValidationEventHandler_25(); ValidationEventHandler_t791314227 * L_1 = ___value0; Delegate_t1188392813 * L_2 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); __this->set_ValidationEventHandler_25(((ValidationEventHandler_t791314227 *)CastclassSealed((RuntimeObject*)L_2, ValidationEventHandler_t791314227_il2cpp_TypeInfo_var))); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::set_ValidationEventSender(System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_set_ValidationEventSender_m1864589280 (XmlSchemaValidator_t1317961423 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; __this->set_nominalEventSender_1(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::set_LineInfoProvider(System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_set_LineInfoProvider_m2483414929 (XmlSchemaValidator_t1317961423 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_lineInfo_2(L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_set_XmlResolver_m3656103938 (XmlSchemaValidator_t1317961423 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method) { { XmlResolver_t626023767 * L_0 = ___value0; __this->set_xmlResolver_7(L_0); return; } } // System.Uri System.Xml.Schema.XmlSchemaValidator::get_SourceUri() extern "C" IL2CPP_METHOD_ATTR Uri_t100236324 * XmlSchemaValidator_get_SourceUri_m3389977434 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = __this->get_sourceUri_4(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaValidator::set_SourceUri(System.Uri) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_set_SourceUri_m2822135170 (XmlSchemaValidator_t1317961423 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method) { { Uri_t100236324 * L_0 = ___value0; __this->set_sourceUri_4(L_0); return; } } // System.String System.Xml.Schema.XmlSchemaValidator::get_BaseUri() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidator_get_BaseUri_m1393578688 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_get_BaseUri_m1393578688_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { Uri_t100236324 * L_0 = __this->get_sourceUri_4(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_1 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_0, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { Uri_t100236324 * L_2 = __this->get_sourceUri_4(); NullCheck(L_2); String_t* L_3 = Uri_get_AbsoluteUri_m637273031(L_2, /*hidden argument*/NULL); G_B3_0 = L_3; goto IL_0026; } IL_0021: { 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_B3_0 = L_4; } IL_0026: { return G_B3_0; } } // Mono.Xml.Schema.XsdValidationContext System.Xml.Schema.XmlSchemaValidator::get_Context() extern "C" IL2CPP_METHOD_ATTR XsdValidationContext_t1104170526 * XmlSchemaValidator_get_Context_m2386096010 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { { XsdParticleStateManager_t726654767 * L_0 = __this->get_state_10(); NullCheck(L_0); XsdValidationContext_t1104170526 * L_1 = L_0->get_Context_4(); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaValidator::get_IgnoreWarnings() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidator_get_IgnoreWarnings_m3053250478 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_options_8(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)4))) == ((int32_t)0))? 1 : 0); } } // System.Boolean System.Xml.Schema.XmlSchemaValidator::get_IgnoreIdentity() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidator_get_IgnoreIdentity_m1467281239 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_options_8(); return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)8))) == ((int32_t)0))? 1 : 0); } } // System.Xml.Schema.XmlSchemaAttribute[] System.Xml.Schema.XmlSchemaValidator::GetExpectedAttributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttributeU5BU5D_t346244693* XmlSchemaValidator_GetExpectedAttributes_m1845405082 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_GetExpectedAttributes_m1845405082_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaComplexType_t3740801802 * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; DictionaryEntry_t3123975638 V_2; memset(&V_2, 0, sizeof(V_2)); RuntimeObject* V_3 = NULL; RuntimeObject* V_4 = 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); { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = XsdValidationContext_get_ActualType_m300164849(L_0, /*hidden argument*/NULL); V_0 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_1, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_2 = V_0; if (L_2) { goto IL_001d; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_3 = ((XmlSchemaValidator_t1317961423_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var))->get_emptyAttributeArray_0(); return L_3; } IL_001d: { ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); V_1 = L_4; XmlSchemaComplexType_t3740801802 * L_5 = V_0; NullCheck(L_5); XmlSchemaObjectTable_t2546974348 * L_6 = XmlSchemaComplexType_get_AttributeUses_m3736990879(L_5, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject* L_7 = XmlSchemaObjectTable_GetEnumerator_m810751834(L_6, /*hidden argument*/NULL); V_3 = L_7; } IL_002f: try { // begin try (depth: 1) { goto IL_006a; } IL_0034: { RuntimeObject* L_8 = V_3; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_2 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_9, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); ArrayList_t2718874744 * L_10 = __this->get_occuredAtts_11(); RuntimeObject * L_11 = DictionaryEntry_get_Key_m3117378551((&V_2), /*hidden argument*/NULL); NullCheck(L_10); bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_10, ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_11, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))); if (L_12) { goto IL_006a; } } IL_005c: { ArrayList_t2718874744 * L_13 = V_1; RuntimeObject * L_14 = DictionaryEntry_get_Value_m618120527((&V_2), /*hidden argument*/NULL); NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14); } IL_006a: { RuntimeObject* L_15 = V_3; NullCheck(L_15); bool L_16 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_15); if (L_16) { goto IL_0034; } } IL_0075: { IL2CPP_LEAVE(0x8F, FINALLY_007a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007a; } FINALLY_007a: { // begin finally (depth: 1) { RuntimeObject* L_17 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_4; if (L_18) { goto IL_0087; } } IL_0086: { IL2CPP_END_FINALLY(122) } IL_0087: { RuntimeObject* L_19 = V_4; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_19); IL2CPP_END_FINALLY(122) } } // end finally (depth: 1) IL2CPP_CLEANUP(122) { IL2CPP_JUMP_TBL(0x8F, IL_008f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_008f: { ArrayList_t2718874744 * L_20 = V_1; RuntimeTypeHandle_t3027515415 L_21 = { reinterpret_cast (XmlSchemaAttribute_t2797257020_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_22 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); NullCheck(L_20); RuntimeArray * L_23 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_20, L_22); return ((XmlSchemaAttributeU5BU5D_t346244693*)Castclass((RuntimeObject*)L_23, XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.Schema.XmlSchemaValidator::GetUnspecifiedDefaultAttributes(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_GetUnspecifiedDefaultAttributes_m2439792511 (XmlSchemaValidator_t1317961423 * __this, ArrayList_t2718874744 * ___defaultAttributeList0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_GetUnspecifiedDefaultAttributes_m2439792511_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaAttribute_t2797257020 * V_0 = NULL; XmlSchemaAttributeU5BU5D_t346244693* V_1 = NULL; int32_t V_2 = 0; { ArrayList_t2718874744 * L_0 = ___defaultAttributeList0; 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, _stringLiteral4036606030, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlSchemaValidator_GetUnspecifiedDefaultAttributes_m2439792511_RuntimeMethod_var); } IL_0011: { int32_t L_2 = __this->get_transition_9(); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0028; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral387673059, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlSchemaValidator_GetUnspecifiedDefaultAttributes_m2439792511_RuntimeMethod_var); } IL_0028: { XmlSchemaAttributeU5BU5D_t346244693* L_4 = XmlSchemaValidator_GetExpectedAttributes_m1845405082(__this, /*hidden argument*/NULL); V_1 = L_4; V_2 = 0; goto IL_005c; } IL_0036: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = V_1; int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; XmlSchemaAttribute_t2797257020 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0050; } } { XmlSchemaAttribute_t2797257020 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0058; } } IL_0050: { ArrayList_t2718874744 * L_13 = ___defaultAttributeList0; XmlSchemaAttribute_t2797257020 * L_14 = V_0; NullCheck(L_13); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_13, L_14); } IL_0058: { int32_t L_15 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_005c: { int32_t L_16 = V_2; XmlSchemaAttributeU5BU5D_t346244693* L_17 = V_1; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_17)->max_length))))))) { goto IL_0036; } } { ArrayList_t2718874744 * L_18 = ___defaultAttributeList0; XmlSchemaAttributeU5BU5D_t346244693* L_19 = __this->get_defaultAttributes_12(); NullCheck(L_18); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_18, (RuntimeObject*)(RuntimeObject*)L_19); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::Initialize() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_Initialize_m895242008 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_Initialize_m895242008_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_transition_9(1); XsdParticleStateManager_t726654767 * L_0 = (XsdParticleStateManager_t726654767 *)il2cpp_codegen_object_new(XsdParticleStateManager_t726654767_il2cpp_TypeInfo_var); XsdParticleStateManager__ctor_m2253780807(L_0, /*hidden argument*/NULL); __this->set_state_10(L_0); XmlSchemaSet_t266093086 * L_1 = __this->get_schemas_6(); NullCheck(L_1); bool L_2 = XmlSchemaSet_get_IsCompiled_m1394593071(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_002d; } } { XmlSchemaSet_t266093086 * L_3 = __this->get_schemas_6(); NullCheck(L_3); XmlSchemaSet_Compile_m1310515789(L_3, /*hidden argument*/NULL); } IL_002d: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::EndValidation() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_EndValidation_m2972674338 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_EndValidation_m2972674338_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaValidator_CheckState_m1088251962(__this, 1, /*hidden argument*/NULL); __this->set_transition_9(3); XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_6(); NullCheck(L_0); int32_t L_1 = XmlSchemaSet_get_Count_m805802669(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001f; } } { return; } IL_001f: { int32_t L_2 = __this->get_depth_21(); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0046; } } { int32_t L_3 = __this->get_depth_21(); int32_t L_4 = L_3; RuntimeObject * L_5 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral203307879, 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,XmlSchemaValidator_EndValidation_m2972674338_RuntimeMethod_var); } IL_0046: { bool L_8 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_8) { goto IL_007c; } } { XsdIDManager_t1008806102 * L_9 = __this->get_idManager_14(); NullCheck(L_9); bool L_10 = XsdIDManager_HasMissingIDReferences_m4080266506(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_007c; } } { XsdIDManager_t1008806102 * L_11 = __this->get_idManager_14(); NullCheck(L_11); String_t* L_12 = XsdIDManager_GetMissingIDString_m686581614(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2099932657, L_12, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_13, /*hidden argument*/NULL); } IL_007c: { return; } } // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateAttribute(System.String,System.String,System.Xml.Schema.XmlValueGetter,System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateAttribute_m4104905090 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, XmlValueGetter_t3904916812 * ___attributeValue2, XmlSchemaInfo_t997462956 * ___info3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateAttribute_m4104905090_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; { String_t* L_0 = ___localName0; 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, _stringLiteral2412661638, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlSchemaValidator_ValidateAttribute_m4104905090_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___ns1; 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, _stringLiteral3455563714, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlSchemaValidator_ValidateAttribute_m4104905090_RuntimeMethod_var); } IL_0022: { XmlValueGetter_t3904916812 * L_4 = ___attributeValue2; if (L_4) { goto IL_0033; } } { ArgumentNullException_t1615371798 * L_5 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_5, _stringLiteral3806493656, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlSchemaValidator_ValidateAttribute_m4104905090_RuntimeMethod_var); } IL_0033: { XmlSchemaValidator_CheckState_m1088251962(__this, 2, /*hidden argument*/NULL); String_t* L_6 = ___localName0; String_t* L_7 = ___ns1; XmlQualifiedName_t2760654312 * L_8 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_8, L_6, L_7, /*hidden argument*/NULL); V_0 = L_8; ArrayList_t2718874744 * L_9 = __this->get_occuredAtts_11(); XmlQualifiedName_t2760654312 * L_10 = V_0; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0064; } } { XmlQualifiedName_t2760654312 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2266030755, L_12, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_14 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlSchemaValidator_ValidateAttribute_m4104905090_RuntimeMethod_var); } IL_0064: { ArrayList_t2718874744 * L_15 = __this->get_occuredAtts_11(); XmlQualifiedName_t2760654312 * L_16 = V_0; NullCheck(L_15); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16); String_t* L_17 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_18) { goto IL_0083; } } { return NULL; } IL_0083: { XmlSchemaSet_t266093086 * L_19 = __this->get_schemas_6(); NullCheck(L_19); int32_t L_20 = XmlSchemaSet_get_Count_m805802669(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0095; } } { return NULL; } IL_0095: { XsdValidationContext_t1104170526 * L_21 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_21); XmlSchemaElement_t427880856 * L_22 = XsdValidationContext_get_Element_m3113801807(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00e1; } } { XsdValidationContext_t1104170526 * L_23 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_23); RuntimeObject * L_24 = XsdValidationContext_get_XsiType_m602237419(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00e1; } } { XsdValidationContext_t1104170526 * L_25 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_25); RuntimeObject * L_26 = XsdValidationContext_get_ActualType_m300164849(L_25, /*hidden argument*/NULL); if (!((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_26, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))) { goto IL_00d6; } } { String_t* L_27 = ___localName0; String_t* L_28 = ___ns1; XmlValueGetter_t3904916812 * L_29 = ___attributeValue2; XmlSchemaInfo_t997462956 * L_30 = ___info3; RuntimeObject * L_31 = XmlSchemaValidator_AssessAttributeElementLocallyValidType_m4195901671(__this, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); return L_31; } IL_00d6: { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral115635305, /*hidden argument*/NULL); } IL_00e1: { return NULL; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateElement(System.String,System.String,System.Xml.Schema.XmlSchemaInfo,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateElement_m1376047066 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, XmlSchemaInfo_t997462956 * ___info2, String_t* ___xsiType3, String_t* ___xsiNil4, String_t* ___schemaLocation5, String_t* ___noNsSchemaLocation6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateElement_m1376047066_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___localName0; 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, _stringLiteral2412661638, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlSchemaValidator_ValidateElement_m1376047066_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___ns1; 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, _stringLiteral3455563714, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlSchemaValidator_ValidateElement_m1376047066_RuntimeMethod_var); } IL_0022: { XmlSchemaValidator_CheckState_m1088251962(__this, 1, /*hidden argument*/NULL); __this->set_transition_9(2); String_t* L_4 = ___schemaLocation5; if (!L_4) { goto IL_003f; } } { String_t* L_5 = ___schemaLocation5; XmlSchemaValidator_HandleSchemaLocation_m2725601791(__this, L_5, /*hidden argument*/NULL); } IL_003f: { String_t* L_6 = ___noNsSchemaLocation6; if (!L_6) { goto IL_004e; } } { String_t* L_7 = ___noNsSchemaLocation6; XmlSchemaValidator_HandleNoNSSchemaLocation_m74132076(__this, L_7, /*hidden argument*/NULL); } IL_004e: { ArrayList_t2718874744 * L_8 = __this->get_elementQNameStack_18(); String_t* L_9 = ___localName0; String_t* L_10 = ___ns1; XmlQualifiedName_t2760654312 * L_11 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_11, L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_11); XmlSchemaSet_t266093086 * L_12 = __this->get_schemas_6(); NullCheck(L_12); int32_t L_13 = XmlSchemaSet_get_Count_m805802669(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0072; } } { return; } IL_0072: { bool L_14 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_14) { goto IL_0088; } } { XsdIDManager_t1008806102 * L_15 = __this->get_idManager_14(); NullCheck(L_15); XsdIDManager_OnStartElement_m3778948600(L_15, /*hidden argument*/NULL); } IL_0088: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_16 = ((XmlSchemaValidator_t1317961423_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var))->get_emptyAttributeArray_0(); __this->set_defaultAttributes_12(L_16); int32_t L_17 = __this->get_skipValidationDepth_23(); if ((((int32_t)L_17) < ((int32_t)0))) { goto IL_00b0; } } { int32_t L_18 = __this->get_depth_21(); int32_t L_19 = __this->get_skipValidationDepth_23(); if ((((int32_t)L_18) > ((int32_t)L_19))) { goto IL_00cb; } } IL_00b0: { bool L_20 = __this->get_shouldValidateCharacters_20(); if (!L_20) { goto IL_00c3; } } { XmlSchemaValidator_ValidateEndSimpleContent_m463183773(__this, (XmlSchemaInfo_t997462956 *)NULL, /*hidden argument*/NULL); } IL_00c3: { String_t* L_21 = ___localName0; String_t* L_22 = ___ns1; XmlSchemaValidator_AssessOpenStartElementSchemaValidity_m3616900715(__this, L_21, L_22, /*hidden argument*/NULL); } IL_00cb: { String_t* L_23 = ___xsiNil4; if (!L_23) { goto IL_00db; } } { String_t* L_24 = ___xsiNil4; XmlSchemaInfo_t997462956 * L_25 = ___info2; XmlSchemaValidator_HandleXsiNil_m3092249046(__this, L_24, L_25, /*hidden argument*/NULL); } IL_00db: { String_t* L_26 = ___xsiType3; if (!L_26) { goto IL_00ea; } } { String_t* L_27 = ___xsiType3; XmlSchemaValidator_HandleXsiType_m2975687977(__this, L_27, /*hidden argument*/NULL); } IL_00ea: { int32_t L_28 = __this->get_xsiNilDepth_22(); int32_t L_29 = __this->get_depth_21(); if ((((int32_t)L_28) >= ((int32_t)L_29))) { goto IL_0102; } } { __this->set_shouldValidateCharacters_20((bool)1); } IL_0102: { XmlSchemaInfo_t997462956 * L_30 = ___info2; if (!L_30) { goto IL_0151; } } { XmlSchemaInfo_t997462956 * L_31 = ___info2; int32_t L_32 = __this->get_xsiNilDepth_22(); NullCheck(L_31); XmlSchemaInfo_set_IsNil_m4269235884(L_31, (bool)((((int32_t)((((int32_t)L_32) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_33 = ___info2; XsdValidationContext_t1104170526 * L_34 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_34); XmlSchemaElement_t427880856 * L_35 = XsdValidationContext_get_Element_m3113801807(L_34, /*hidden argument*/NULL); NullCheck(L_33); XmlSchemaInfo_set_SchemaElement_m1028415039(L_33, L_35, /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_36 = ___info2; XsdValidationContext_t1104170526 * L_37 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_37); XmlSchemaType_t2033747345 * L_38 = XsdValidationContext_get_ActualSchemaType_m375604569(L_37, /*hidden argument*/NULL); NullCheck(L_36); XmlSchemaInfo_set_SchemaType_m3119472746(L_36, L_38, /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_39 = ___info2; NullCheck(L_39); XmlSchemaInfo_set_SchemaAttribute_m3798542647(L_39, (XmlSchemaAttribute_t2797257020 *)NULL, /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_40 = ___info2; NullCheck(L_40); XmlSchemaInfo_set_IsDefault_m612380262(L_40, (bool)0, /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_41 = ___info2; NullCheck(L_41); XmlSchemaInfo_set_MemberType_m80224292(L_41, (XmlSchemaSimpleType_t2678868104 *)NULL, /*hidden argument*/NULL); } IL_0151: { return; } } // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateEndElement(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateEndElement_m1275264754 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method) { { XmlSchemaInfo_t997462956 * L_0 = ___info0; RuntimeObject * L_1 = XmlSchemaValidator_ValidateEndElement_m3205520016(__this, L_0, NULL, /*hidden argument*/NULL); return L_1; } } // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateEndElement(System.Xml.Schema.XmlSchemaInfo,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateEndElement_m3205520016 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, RuntimeObject * ___var1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateEndElement_m3205520016_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { int32_t L_0 = __this->get_transition_9(); if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_0013; } } { XmlSchemaInfo_t997462956 * L_1 = ___info0; XmlSchemaValidator_ValidateEndOfAttributes_m3768772799(__this, L_1, /*hidden argument*/NULL); } IL_0013: { XmlSchemaValidator_CheckState_m1088251962(__this, 1, /*hidden argument*/NULL); ArrayList_t2718874744 * L_2 = __this->get_elementQNameStack_18(); ArrayList_t2718874744 * L_3 = __this->get_elementQNameStack_18(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); NullCheck(L_2); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); XmlSchemaSet_t266093086 * L_5 = __this->get_schemas_6(); NullCheck(L_5); int32_t L_6 = XmlSchemaSet_get_Count_m805802669(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0044; } } { return NULL; } IL_0044: { int32_t L_7 = __this->get_depth_21(); if (L_7) { goto IL_005a; } } { InvalidOperationException_t56020091 * L_8 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_8, _stringLiteral2741928031, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XmlSchemaValidator_ValidateEndElement_m3205520016_RuntimeMethod_var); } IL_005a: { int32_t L_9 = __this->get_depth_21(); __this->set_depth_21(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); V_0 = NULL; int32_t L_10 = __this->get_depth_21(); int32_t L_11 = __this->get_skipValidationDepth_23(); if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0087; } } { __this->set_skipValidationDepth_23((-1)); goto IL_00ac; } IL_0087: { int32_t L_12 = __this->get_skipValidationDepth_23(); if ((((int32_t)L_12) < ((int32_t)0))) { goto IL_00a4; } } { int32_t L_13 = __this->get_depth_21(); int32_t L_14 = __this->get_skipValidationDepth_23(); if ((((int32_t)L_13) > ((int32_t)L_14))) { goto IL_00ac; } } IL_00a4: { XmlSchemaInfo_t997462956 * L_15 = ___info0; RuntimeObject * L_16 = XmlSchemaValidator_AssessEndElementSchemaValidity_m3392434251(__this, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_00ac: { RuntimeObject * L_17 = V_0; return L_17; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndOfAttributes_m3768772799 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method) { 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) { XmlSchemaValidator_CheckState_m1088251962(__this, 2, /*hidden argument*/NULL); __this->set_transition_9(1); XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_6(); NullCheck(L_0); int32_t L_1 = XmlSchemaSet_get_Count_m805802669(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0023; } } IL_001e: { IL2CPP_LEAVE(0x66, FINALLY_005a); } IL_0023: { int32_t L_2 = __this->get_skipValidationDepth_23(); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0040; } } IL_002f: { int32_t L_3 = __this->get_depth_21(); int32_t L_4 = __this->get_skipValidationDepth_23(); if ((((int32_t)L_3) > ((int32_t)L_4))) { goto IL_0047; } } IL_0040: { XmlSchemaInfo_t997462956 * L_5 = ___info0; XmlSchemaValidator_AssessCloseStartElementSchemaValidity_m1334513775(__this, L_5, /*hidden argument*/NULL); } IL_0047: { int32_t L_6 = __this->get_depth_21(); __this->set_depth_21(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); IL2CPP_LEAVE(0x66, FINALLY_005a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005a; } FINALLY_005a: { // begin finally (depth: 1) ArrayList_t2718874744 * L_7 = __this->get_occuredAtts_11(); NullCheck(L_7); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_7); IL2CPP_END_FINALLY(90) } // end finally (depth: 1) IL2CPP_CLEANUP(90) { IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateText(System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateText_m4060349748 (XmlSchemaValidator_t1317961423 * __this, XmlValueGetter_t3904916812 * ___getter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateText_m4060349748_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaComplexType_t3740801802 * V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; { XmlValueGetter_t3904916812 * L_0 = ___getter0; 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, _stringLiteral1177795346, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlSchemaValidator_ValidateText_m4060349748_RuntimeMethod_var); } IL_0011: { XmlSchemaValidator_CheckState_m1088251962(__this, 1, /*hidden argument*/NULL); XmlSchemaSet_t266093086 * L_2 = __this->get_schemas_6(); NullCheck(L_2); int32_t L_3 = XmlSchemaSet_get_Count_m805802669(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { return; } IL_0029: { int32_t L_4 = __this->get_skipValidationDepth_23(); if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0047; } } { int32_t L_5 = __this->get_depth_21(); int32_t L_6 = __this->get_skipValidationDepth_23(); if ((((int32_t)L_5) <= ((int32_t)L_6))) { goto IL_0047; } } { return; } IL_0047: { XsdValidationContext_t1104170526 * L_7 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_7); RuntimeObject * L_8 = XsdValidationContext_get_ActualType_m300164849(L_7, /*hidden argument*/NULL); V_0 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_9 = V_0; if (!L_9) { goto IL_00bb; } } { XmlSchemaComplexType_t3740801802 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = XmlSchemaComplexType_get_ContentType_m3885633075(L_10, /*hidden argument*/NULL); V_2 = L_11; int32_t L_12 = V_2; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_0078; } } { int32_t L_13 = V_2; if ((((int32_t)L_13) == ((int32_t)2))) { goto IL_0088; } } { goto IL_00bb; } IL_0078: { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral340791318, /*hidden argument*/NULL); goto IL_00bb; } IL_0088: { StringBuilder_t * L_14 = __this->get_storedCharacters_19(); NullCheck(L_14); String_t* L_15 = StringBuilder_ToString_m3317489284(L_14, /*hidden argument*/NULL); V_1 = L_15; String_t* L_16 = V_1; NullCheck(L_16); int32_t L_17 = String_get_Length_m3847582255(L_16, /*hidden argument*/NULL); if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_00b6; } } { String_t* L_18 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_19 = XmlChar_IsWhitespace_m2421104119(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00b6; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral340791318, /*hidden argument*/NULL); } IL_00b6: { goto IL_00bb; } IL_00bb: { XmlValueGetter_t3904916812 * L_20 = ___getter0; XmlSchemaValidator_ValidateCharacters_m151675304(__this, L_20, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateWhitespace(System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateWhitespace_m4215763304 (XmlSchemaValidator_t1317961423 * __this, XmlValueGetter_t3904916812 * ___getter0, const RuntimeMethod* method) { { XmlValueGetter_t3904916812 * L_0 = ___getter0; XmlSchemaValidator_ValidateText_m4060349748(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m2498874514 (XmlSchemaValidator_t1317961423 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; XmlSchemaValidator_HandleError_m3026979404(__this, L_0, (Exception_t *)NULL, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m1356638579 (XmlSchemaValidator_t1317961423 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; XmlSchemaValidator_HandleError_m3026979404(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.String,System.Exception,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m3026979404 (XmlSchemaValidator_t1317961423 * __this, String_t* ___message0, Exception_t * ___innerException1, bool ___isWarning2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_HandleError_m3026979404_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaValidationException_t816160496 * V_0 = NULL; { bool L_0 = ___isWarning2; if (!L_0) { goto IL_0012; } } { bool L_1 = XmlSchemaValidator_get_IgnoreWarnings_m3053250478(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { String_t* L_2 = ___message0; RuntimeObject * L_3 = __this->get_nominalEventSender_1(); String_t* L_4 = XmlSchemaValidator_get_BaseUri_m1393578688(__this, /*hidden argument*/NULL); Exception_t * L_5 = ___innerException1; XmlSchemaValidationException_t816160496 * L_6 = (XmlSchemaValidationException_t816160496 *)il2cpp_codegen_object_new(XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var); XmlSchemaValidationException__ctor_m2673202148(L_6, L_2, L_3, L_4, (XmlSchemaObject_t1315720168 *)NULL, L_5, /*hidden argument*/NULL); V_0 = L_6; XmlSchemaValidationException_t816160496 * L_7 = V_0; bool L_8 = ___isWarning2; XmlSchemaValidator_HandleError_m1091103921(__this, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.Xml.Schema.XmlSchemaValidationException) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m2296075603 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaValidationException_t816160496 * ___exception0, const RuntimeMethod* method) { { XmlSchemaValidationException_t816160496 * L_0 = ___exception0; XmlSchemaValidator_HandleError_m1091103921(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleError(System.Xml.Schema.XmlSchemaValidationException,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleError_m1091103921 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaValidationException_t816160496 * ___exception0, bool ___isWarning1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_HandleError_m1091103921_MetadataUsageId); s_Il2CppMethodInitialized = true; } ValidationEventArgs_t2784773869 * V_0 = NULL; String_t* G_B7_0 = NULL; XmlSchemaValidationException_t816160496 * G_B7_1 = NULL; String_t* G_B6_0 = NULL; XmlSchemaValidationException_t816160496 * G_B6_1 = NULL; int32_t G_B8_0 = 0; String_t* G_B8_1 = NULL; XmlSchemaValidationException_t816160496 * G_B8_2 = NULL; { bool L_0 = ___isWarning1; if (!L_0) { goto IL_0012; } } { bool L_1 = XmlSchemaValidator_get_IgnoreWarnings_m3053250478(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return; } IL_0012: { ValidationEventHandler_t791314227 * L_2 = __this->get_ValidationEventHandler_25(); if (L_2) { goto IL_001f; } } { XmlSchemaValidationException_t816160496 * L_3 = ___exception0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlSchemaValidator_HandleError_m1091103921_RuntimeMethod_var); } IL_001f: { XmlSchemaValidationException_t816160496 * L_4 = ___exception0; XmlSchemaValidationException_t816160496 * L_5 = ___exception0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaException::get_Message() */, L_5); bool L_7 = ___isWarning1; G_B6_0 = L_6; G_B6_1 = L_4; if (!L_7) { G_B7_0 = L_6; G_B7_1 = L_4; goto IL_0032; } } { G_B8_0 = 1; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_0033; } IL_0032: { G_B8_0 = 0; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_0033: { ValidationEventArgs_t2784773869 * L_8 = (ValidationEventArgs_t2784773869 *)il2cpp_codegen_object_new(ValidationEventArgs_t2784773869_il2cpp_TypeInfo_var); ValidationEventArgs__ctor_m2303611623(L_8, G_B8_2, G_B8_1, G_B8_0, /*hidden argument*/NULL); V_0 = L_8; ValidationEventHandler_t791314227 * L_9 = __this->get_ValidationEventHandler_25(); RuntimeObject * L_10 = __this->get_nominalEventSender_1(); ValidationEventArgs_t2784773869 * L_11 = V_0; NullCheck(L_9); ValidationEventHandler_Invoke_m3984227947(L_9, L_10, L_11, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::CheckState(System.Xml.Schema.XmlSchemaValidator/Transition) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_CheckState_m1088251962 (XmlSchemaValidator_t1317961423 * __this, int32_t ___expected0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_CheckState_m1088251962_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_transition_9(); int32_t L_1 = ___expected0; if ((((int32_t)L_0) == ((int32_t)L_1))) { goto IL_0043; } } { int32_t L_2 = __this->get_transition_9(); if (L_2) { goto IL_0022; } } { InvalidOperationException_t56020091 * L_3 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_3, _stringLiteral1684158659, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlSchemaValidator_CheckState_m1088251962_RuntimeMethod_var); } IL_0022: { int32_t L_4 = __this->get_transition_9(); int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Transition_t766760941_il2cpp_TypeInfo_var, &L_5); int32_t L_7 = ___expected0; int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Transition_t766760941_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3828409313, L_6, L_9, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_11 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,XmlSchemaValidator_CheckState_m1088251962_RuntimeMethod_var); } IL_0043: { return; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaValidator::FindElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XmlSchemaValidator_FindElement_m1664752449 (XmlSchemaValidator_t1317961423 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_FindElement_m1664752449_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_6(); NullCheck(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchemaSet_get_GlobalElements_m2135414308(L_0, /*hidden argument*/NULL); String_t* L_2 = ___name0; String_t* L_3 = ___ns1; XmlQualifiedName_t2760654312 * L_4 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_4, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); XmlSchemaObject_t1315720168 * L_5 = XmlSchemaObjectTable_get_Item_m170185878(L_1, L_4, /*hidden argument*/NULL); return ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_5, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaValidator::FindType(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaValidator_FindType_m1629153418 (XmlSchemaValidator_t1317961423 * __this, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_FindType_m1629153418_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_6(); NullCheck(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchemaSet_get_GlobalTypes_m149850861(L_0, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_2 = ___qname0; NullCheck(L_1); XmlSchemaObject_t1315720168 * L_3 = XmlSchemaObjectTable_get_Item_m170185878(L_1, L_2, /*hidden argument*/NULL); return ((XmlSchemaType_t2033747345 *)CastclassClass((RuntimeObject*)L_3, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateStartElementParticle(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateStartElementParticle_m1610527293 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateStartElementParticle_m1610527293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); XsdValidationState_t376578997 * L_1 = L_0->get_State_1(); if (L_1) { goto IL_0011; } } { return; } IL_0011: { XsdValidationContext_t1104170526 * L_2 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_2); XsdValidationContext_set_XsiType_m3869708642(L_2, NULL, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_3 = __this->get_state_10(); NullCheck(L_3); L_3->set_CurrentElement_2((XmlSchemaElement_t427880856 *)NULL); XsdValidationContext_t1104170526 * L_4 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); String_t* L_5 = ___localName0; String_t* L_6 = ___ns1; NullCheck(L_4); XsdValidationContext_EvaluateStartElement_m631594737(L_4, L_5, L_6, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_7 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_7); bool L_8 = XsdValidationContext_get_IsInvalid_m1096056207(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_005d; } } { String_t* L_9 = ___ns1; String_t* L_10 = ___localName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2687379458, L_9, _stringLiteral3452614550, L_10, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_11, /*hidden argument*/NULL); } IL_005d: { XsdValidationContext_t1104170526 * L_12 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_13 = __this->get_state_10(); NullCheck(L_13); XmlSchemaElement_t427880856 * L_14 = L_13->get_CurrentElement_2(); NullCheck(L_12); XsdValidationContext_PushCurrentElement_m597195406(L_12, L_14, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::AssessOpenStartElementSchemaValidity(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessOpenStartElementSchemaValidity_m3616900715 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessOpenStartElementSchemaValidity_m3616900715_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_xsiNilDepth_22(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0028; } } { int32_t L_1 = __this->get_xsiNilDepth_22(); int32_t L_2 = __this->get_depth_21(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0028; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral4019370047, /*hidden argument*/NULL); } IL_0028: { String_t* L_3 = ___localName0; String_t* L_4 = ___ns1; XmlSchemaValidator_ValidateStartElementParticle_m1610527293(__this, L_3, L_4, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_5 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_5); XmlSchemaElement_t427880856 * L_6 = XsdValidationContext_get_Element_m3113801807(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0069; } } { XsdParticleStateManager_t726654767 * L_7 = __this->get_state_10(); String_t* L_8 = ___localName0; String_t* L_9 = ___ns1; XmlSchemaElement_t427880856 * L_10 = XmlSchemaValidator_FindElement_m1664752449(__this, L_8, L_9, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_CurrentElement_2(L_10); XsdValidationContext_t1104170526 * L_11 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_12 = __this->get_state_10(); NullCheck(L_12); XmlSchemaElement_t427880856 * L_13 = L_12->get_CurrentElement_2(); NullCheck(L_11); XsdValidationContext_PushCurrentElement_m597195406(L_11, L_13, /*hidden argument*/NULL); } IL_0069: { bool L_14 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_14) { goto IL_009d; } } { XmlSchemaValidator_ValidateKeySelectors_m279080568(__this, /*hidden argument*/NULL); int32_t L_15 = __this->get_xsiNilDepth_22(); int32_t L_16 = __this->get_depth_21(); XsdValidationContext_t1104170526 * L_17 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject * L_18 = XsdValidationContext_get_ActualType_m300164849(L_17, /*hidden argument*/NULL); XmlSchemaValidator_ValidateKeyFields_m2041955786(__this, (bool)0, (bool)((((int32_t)L_15) == ((int32_t)L_16))? 1 : 0), L_18, (String_t*)NULL, (String_t*)NULL, NULL, /*hidden argument*/NULL); } IL_009d: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::AssessCloseStartElementSchemaValidity(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessCloseStartElementSchemaValidity_m1334513775 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessCloseStartElementSchemaValidity_m1334513775_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; XsdValidationState_t376578997 * V_1 = NULL; XmlSchemaComplexType_t3740801802 * V_2 = NULL; int32_t V_3 = 0; { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = XsdValidationContext_get_XsiType_m602237419(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { XmlSchemaInfo_t997462956 * L_2 = ___info0; XmlSchemaValidator_AssessCloseStartElementLocallyValidType_m2559440487(__this, L_2, /*hidden argument*/NULL); goto IL_004e; } IL_001c: { XsdValidationContext_t1104170526 * L_3 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlSchemaElement_t427880856 * L_4 = XsdValidationContext_get_Element_m3113801807(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_004e; } } { XmlSchemaValidator_AssessElementLocallyValidElement_m1042493976(__this, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_5 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_5); XmlSchemaElement_t427880856 * L_6 = XsdValidationContext_get_Element_m3113801807(L_5, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_7 = XmlSchemaElement_get_ElementType_m1141810192(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_004e; } } { XmlSchemaInfo_t997462956 * L_8 = ___info0; XmlSchemaValidator_AssessCloseStartElementLocallyValidType_m2559440487(__this, L_8, /*hidden argument*/NULL); } IL_004e: { XsdValidationContext_t1104170526 * L_9 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_9); XmlSchemaElement_t427880856 * L_10 = XsdValidationContext_get_Element_m3113801807(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_00fc; } } { XsdParticleStateManager_t726654767 * L_11 = __this->get_state_10(); NullCheck(L_11); int32_t L_12 = XsdParticleStateManager_get_ProcessContents_m320568984(L_11, /*hidden argument*/NULL); V_3 = L_12; int32_t L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)1))) { goto IL_007d; } } { int32_t L_14 = V_3; if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_0082; } } { goto IL_0087; } IL_007d: { goto IL_00fc; } IL_0082: { goto IL_00fc; } IL_0087: { ArrayList_t2718874744 * L_15 = __this->get_elementQNameStack_18(); ArrayList_t2718874744 * L_16 = __this->get_elementQNameStack_18(); NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16); NullCheck(L_15); RuntimeObject * L_18 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))); V_0 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_18, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XsdValidationContext_t1104170526 * L_19 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_19); RuntimeObject * L_20 = XsdValidationContext_get_XsiType_m602237419(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00f7; } } { XmlSchemaSet_t266093086 * L_21 = __this->get_schemas_6(); XmlQualifiedName_t2760654312 * L_22 = V_0; NullCheck(L_22); String_t* L_23 = XmlQualifiedName_get_Namespace_m3957593392(L_22, /*hidden argument*/NULL); NullCheck(L_21); bool L_24 = XmlSchemaSet_Contains_m2963568736(L_21, L_23, /*hidden argument*/NULL); if (L_24) { goto IL_00e1; } } { XmlSchemaSet_t266093086 * L_25 = __this->get_schemas_6(); XmlQualifiedName_t2760654312 * L_26 = V_0; NullCheck(L_26); String_t* L_27 = XmlQualifiedName_get_Namespace_m3957593392(L_26, /*hidden argument*/NULL); NullCheck(L_25); bool L_28 = XmlSchemaSet_MissedSubComponents_m3092777572(L_25, L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00f7; } } IL_00e1: { XmlQualifiedName_t2760654312 * L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2917334350, L_29, _stringLiteral3514643998, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_30, /*hidden argument*/NULL); } IL_00f7: { goto IL_00fc; } IL_00fc: { XsdParticleStateManager_t726654767 * L_31 = __this->get_state_10(); NullCheck(L_31); XsdParticleStateManager_PushContext_m2855507590(L_31, /*hidden argument*/NULL); V_1 = (XsdValidationState_t376578997 *)NULL; XsdParticleStateManager_t726654767 * L_32 = __this->get_state_10(); NullCheck(L_32); int32_t L_33 = XsdParticleStateManager_get_ProcessContents_m320568984(L_32, /*hidden argument*/NULL); if ((!(((uint32_t)L_33) == ((uint32_t)1)))) { goto IL_012b; } } { int32_t L_34 = __this->get_depth_21(); __this->set_skipValidationDepth_23(L_34); goto IL_0191; } IL_012b: { XsdValidationContext_t1104170526 * L_35 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_35); RuntimeObject * L_36 = XsdValidationContext_get_ActualType_m300164849(L_35, /*hidden argument*/NULL); V_2 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_36, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_37 = V_2; if (!L_37) { goto IL_0159; } } { XsdParticleStateManager_t726654767 * L_38 = __this->get_state_10(); XmlSchemaComplexType_t3740801802 * L_39 = V_2; NullCheck(L_39); XmlSchemaParticle_t3828501457 * L_40 = XmlSchemaComplexType_get_ValidatableParticle_m3083925611(L_39, /*hidden argument*/NULL); NullCheck(L_38); XsdValidationState_t376578997 * L_41 = XsdParticleStateManager_Create_m2901984299(L_38, L_40, /*hidden argument*/NULL); V_1 = L_41; goto IL_0191; } IL_0159: { XsdParticleStateManager_t726654767 * L_42 = __this->get_state_10(); NullCheck(L_42); int32_t L_43 = XsdParticleStateManager_get_ProcessContents_m320568984(L_42, /*hidden argument*/NULL); if ((!(((uint32_t)L_43) == ((uint32_t)2)))) { goto IL_0180; } } { XsdParticleStateManager_t726654767 * L_44 = __this->get_state_10(); XmlSchemaAny_t1119175207 * L_45 = XmlSchemaAny_get_AnyTypeContent_m1524638066(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_44); XsdValidationState_t376578997 * L_46 = XsdParticleStateManager_Create_m2901984299(L_44, L_45, /*hidden argument*/NULL); V_1 = L_46; goto IL_0191; } IL_0180: { XsdParticleStateManager_t726654767 * L_47 = __this->get_state_10(); XmlSchemaParticle_t3828501457 * L_48 = XmlSchemaParticle_get_Empty_m1615870170(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_47); XsdValidationState_t376578997 * L_49 = XsdParticleStateManager_Create_m2901984299(L_47, L_48, /*hidden argument*/NULL); V_1 = L_49; } IL_0191: { XsdValidationContext_t1104170526 * L_50 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); XsdValidationState_t376578997 * L_51 = V_1; NullCheck(L_50); L_50->set_State_1(L_51); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::AssessElementLocallyValidElement() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessElementLocallyValidElement_m1042493976 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessElementLocallyValidElement_m1042493976_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t427880856 * V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlSchemaElement_t427880856 * L_1 = XsdValidationContext_get_Element_m3113801807(L_0, /*hidden argument*/NULL); V_0 = L_1; ArrayList_t2718874744 * L_2 = __this->get_elementQNameStack_18(); ArrayList_t2718874744 * L_3 = __this->get_elementQNameStack_18(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3); NullCheck(L_2); RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))); V_1 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_6 = V_0; if (L_6) { goto IL_0041; } } { XmlQualifiedName_t2760654312 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2615129927, L_7, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_8, /*hidden argument*/NULL); } IL_0041: { XmlSchemaElement_t427880856 * L_9 = V_0; NullCheck(L_9); bool L_10 = XmlSchemaElement_get_ActualIsAbstract_m2408989479(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005d; } } { XmlQualifiedName_t2760654312 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral456507238, L_11, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_12, /*hidden argument*/NULL); } IL_005d: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::AssessCloseStartElementLocallyValidType(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessCloseStartElementLocallyValidType_m2559440487 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessCloseStartElementLocallyValidType_m2559440487_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XmlSchemaComplexType_t3740801802 * V_1 = NULL; XmlSchemaSimpleType_t2678868104 * V_2 = NULL; { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = XsdValidationContext_get_ActualType_m300164849(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_001e; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral1783617099, /*hidden argument*/NULL); return; } IL_001e: { RuntimeObject * L_3 = V_0; V_1 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_3, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); RuntimeObject * L_4 = V_0; V_2 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_4, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_5 = V_2; if (!L_5) { goto IL_0037; } } { goto IL_0045; } IL_0037: { XmlSchemaComplexType_t3740801802 * L_6 = V_1; if (!L_6) { goto IL_0045; } } { XmlSchemaComplexType_t3740801802 * L_7 = V_1; XmlSchemaInfo_t997462956 * L_8 = ___info0; XmlSchemaValidator_AssessCloseStartElementLocallyValidComplexType_m145682788(__this, L_7, L_8, /*hidden argument*/NULL); } IL_0045: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::AssessCloseStartElementLocallyValidComplexType(System.Xml.Schema.XmlSchemaComplexType,System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessCloseStartElementLocallyValidComplexType_m145682788 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaComplexType_t3740801802 * ___cType0, XmlSchemaInfo_t997462956 * ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessCloseStartElementLocallyValidComplexType_m145682788_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaAttribute_t2797257020 * V_0 = NULL; XmlSchemaAttributeU5BU5D_t346244693* V_1 = NULL; int32_t V_2 = 0; XmlSchemaAttribute_t2797257020 * V_3 = NULL; XmlSchemaAttributeU5BU5D_t346244693* V_4 = NULL; int32_t V_5 = 0; XmlSchemaDatatype_t322714710 * V_6 = NULL; RuntimeObject * V_7 = NULL; String_t* V_8 = NULL; XmlSchemaAttribute_t2797257020 * V_9 = NULL; XmlSchemaAttributeU5BU5D_t346244693* V_10 = NULL; int32_t V_11 = 0; XmlSchemaDatatype_t322714710 * G_B18_0 = NULL; XmlSchemaDatatype_t322714710 * G_B17_0 = NULL; String_t* G_B20_0 = NULL; String_t* G_B19_0 = NULL; String_t* G_B28_0 = NULL; XmlSchemaAttribute_t2797257020 * G_B28_1 = NULL; XmlSchemaValidator_t1317961423 * G_B28_2 = NULL; String_t* G_B27_0 = NULL; XmlSchemaAttribute_t2797257020 * G_B27_1 = NULL; XmlSchemaValidator_t1317961423 * G_B27_2 = NULL; { XmlSchemaComplexType_t3740801802 * L_0 = ___cType0; NullCheck(L_0); bool L_1 = XmlSchemaComplexType_get_IsAbstract_m422868336(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0017; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral3538471249, /*hidden argument*/NULL); return; } IL_0017: { XmlSchemaAttributeU5BU5D_t346244693* L_2 = XmlSchemaValidator_GetExpectedAttributes_m1845405082(__this, /*hidden argument*/NULL); V_1 = L_2; V_2 = 0; goto IL_0087; } IL_0025: { XmlSchemaAttributeU5BU5D_t346244693* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; XmlSchemaAttribute_t2797257020 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; XmlSchemaAttribute_t2797257020 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = XmlSchemaAttribute_get_ValidatedUse_m1294483544(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)3)))) { goto IL_0060; } } { XmlSchemaAttribute_t2797257020 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0060; } } { XmlSchemaAttribute_t2797257020 * L_11 = V_0; NullCheck(L_11); XmlQualifiedName_t2760654312 * L_12 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral965762567, L_12, _stringLiteral2086747346, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_13, /*hidden argument*/NULL); goto IL_0083; } IL_0060: { XmlSchemaAttribute_t2797257020 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0076; } } { XmlSchemaAttribute_t2797257020 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0083; } } IL_0076: { ArrayList_t2718874744 * L_18 = __this->get_defaultAttributesCache_13(); XmlSchemaAttribute_t2797257020 * L_19 = V_0; NullCheck(L_18); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_18, L_19); } IL_0083: { int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0087: { int32_t L_21 = V_2; XmlSchemaAttributeU5BU5D_t346244693* L_22 = V_1; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0025; } } { ArrayList_t2718874744 * L_23 = __this->get_defaultAttributesCache_13(); NullCheck(L_23); int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_23); if (L_24) { goto IL_00b0; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_25 = ((XmlSchemaValidator_t1317961423_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var))->get_emptyAttributeArray_0(); __this->set_defaultAttributes_12(L_25); goto IL_00d0; } IL_00b0: { ArrayList_t2718874744 * L_26 = __this->get_defaultAttributesCache_13(); RuntimeTypeHandle_t3027515415 L_27 = { reinterpret_cast (XmlSchemaAttribute_t2797257020_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_28 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_27, /*hidden argument*/NULL); NullCheck(L_26); RuntimeArray * L_29 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_26, L_28); __this->set_defaultAttributes_12(((XmlSchemaAttributeU5BU5D_t346244693*)Castclass((RuntimeObject*)L_29, XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var))); } IL_00d0: { ArrayList_t2718874744 * L_30 = __this->get_defaultAttributesCache_13(); NullCheck(L_30); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_30); bool L_31 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_31) { goto IL_0183; } } { XmlSchemaAttributeU5BU5D_t346244693* L_32 = __this->get_defaultAttributes_12(); V_4 = L_32; V_5 = 0; goto IL_0178; } IL_00f6: { XmlSchemaAttributeU5BU5D_t346244693* L_33 = V_4; int32_t L_34 = V_5; NullCheck(L_33); int32_t L_35 = L_34; XmlSchemaAttribute_t2797257020 * L_36 = (L_33)->GetAt(static_cast(L_35)); V_3 = L_36; XmlSchemaAttribute_t2797257020 * L_37 = V_3; NullCheck(L_37); RuntimeObject * L_38 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_37, /*hidden argument*/NULL); XmlSchemaDatatype_t322714710 * L_39 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_38, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); G_B17_0 = L_39; if (L_39) { G_B18_0 = L_39; goto IL_0119; } } { XmlSchemaAttribute_t2797257020 * L_40 = V_3; NullCheck(L_40); XmlSchemaSimpleType_t2678868104 * L_41 = XmlSchemaAttribute_get_AttributeSchemaType_m2030385281(L_40, /*hidden argument*/NULL); NullCheck(L_41); XmlSchemaDatatype_t322714710 * L_42 = XmlSchemaType_get_Datatype_m3072197688(L_41, /*hidden argument*/NULL); G_B18_0 = L_42; } IL_0119: { V_6 = G_B18_0; XmlSchemaAttribute_t2797257020 * L_43 = V_3; NullCheck(L_43); String_t* L_44 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_43, /*hidden argument*/NULL); String_t* L_45 = L_44; G_B19_0 = L_45; if (L_45) { G_B20_0 = L_45; goto IL_012e; } } { XmlSchemaAttribute_t2797257020 * L_46 = V_3; NullCheck(L_46); String_t* L_47 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_46, /*hidden argument*/NULL); G_B20_0 = L_47; } IL_012e: { V_7 = G_B20_0; XsdIDManager_t1008806102 * L_48 = __this->get_idManager_14(); XmlSchemaDatatype_t322714710 * L_49 = V_6; RuntimeObject * L_50 = V_7; ArrayList_t2718874744 * L_51 = __this->get_elementQNameStack_18(); ArrayList_t2718874744 * L_52 = __this->get_elementQNameStack_18(); NullCheck(L_52); int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_52); NullCheck(L_51); RuntimeObject * L_54 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_51, ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1))); NullCheck(((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_54, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))); String_t* L_55 = XmlQualifiedName_get_Name_m815040483(((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_54, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_48); String_t* L_56 = XsdIDManager_AssessEachAttributeIdentityConstraint_m2959326767(L_48, L_49, L_50, L_55, /*hidden argument*/NULL); V_8 = L_56; String_t* L_57 = V_8; if (!L_57) { goto IL_0172; } } { String_t* L_58 = V_8; XmlSchemaValidator_HandleError_m2498874514(__this, L_58, /*hidden argument*/NULL); } IL_0172: { int32_t L_59 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0178: { int32_t L_60 = V_5; XmlSchemaAttributeU5BU5D_t346244693* L_61 = V_4; NullCheck(L_61); if ((((int32_t)L_60) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_61)->max_length))))))) { goto IL_00f6; } } IL_0183: { bool L_62 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_62) { goto IL_01d3; } } { XmlSchemaAttributeU5BU5D_t346244693* L_63 = __this->get_defaultAttributes_12(); V_10 = L_63; V_11 = 0; goto IL_01c8; } IL_019e: { XmlSchemaAttributeU5BU5D_t346244693* L_64 = V_10; int32_t L_65 = V_11; NullCheck(L_64); int32_t L_66 = L_65; XmlSchemaAttribute_t2797257020 * L_67 = (L_64)->GetAt(static_cast(L_66)); V_9 = L_67; XmlSchemaAttribute_t2797257020 * L_68 = V_9; XmlSchemaAttribute_t2797257020 * L_69 = V_9; NullCheck(L_69); String_t* L_70 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_69, /*hidden argument*/NULL); String_t* L_71 = L_70; G_B27_0 = L_71; G_B27_1 = L_68; G_B27_2 = __this; if (L_71) { G_B28_0 = L_71; G_B28_1 = L_68; G_B28_2 = __this; goto IL_01bd; } } { XmlSchemaAttribute_t2797257020 * L_72 = V_9; NullCheck(L_72); String_t* L_73 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_72, /*hidden argument*/NULL); G_B28_0 = L_73; G_B28_1 = G_B27_1; G_B28_2 = G_B27_2; } IL_01bd: { NullCheck(G_B28_2); XmlSchemaValidator_ValidateKeyFieldsAttribute_m316732389(G_B28_2, G_B28_1, G_B28_0, /*hidden argument*/NULL); int32_t L_74 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_01c8: { int32_t L_75 = V_11; XmlSchemaAttributeU5BU5D_t346244693* L_76 = V_10; NullCheck(L_76); if ((((int32_t)L_75) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_76)->max_length))))))) { goto IL_019e; } } IL_01d3: { return; } } // System.Object System.Xml.Schema.XmlSchemaValidator::AssessAttributeElementLocallyValidType(System.String,System.String,System.Xml.Schema.XmlValueGetter,System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_AssessAttributeElementLocallyValidType_m4195901671 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, XmlValueGetter_t3904916812 * ___getter2, XmlSchemaInfo_t997462956 * ___info3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessAttributeElementLocallyValidType_m4195901671_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaComplexType_t3740801802 * V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; XmlSchemaObject_t1315720168 * V_2 = NULL; XmlSchemaAttribute_t2797257020 * V_3 = NULL; { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = XsdValidationContext_get_ActualType_m300164849(L_0, /*hidden argument*/NULL); V_0 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_1, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); String_t* L_2 = ___localName0; String_t* L_3 = ___ns1; XmlQualifiedName_t2760654312 * L_4 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_4, L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; String_t* L_5 = ___ns1; XmlSchemaSet_t266093086 * L_6 = __this->get_schemas_6(); XmlSchemaComplexType_t3740801802 * L_7 = V_0; XmlQualifiedName_t2760654312 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaObject_t1315720168 * L_9 = XmlSchemaUtil_FindAttributeDeclaration_m1889570336(NULL /*static, unused*/, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); V_2 = L_9; XmlSchemaObject_t1315720168 * L_10 = V_2; if (L_10) { goto IL_003f; } } { XmlQualifiedName_t2760654312 * L_11 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3075905666, L_11, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_12, /*hidden argument*/NULL); } IL_003f: { XmlSchemaObject_t1315720168 * L_13 = V_2; V_3 = ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_13, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t2797257020 * L_14 = V_3; if (!L_14) { goto IL_005e; } } { XmlSchemaAttribute_t2797257020 * L_15 = V_3; XmlSchemaValidator_AssessAttributeLocallyValidUse_m1117840893(__this, L_15, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_16 = V_3; XmlSchemaInfo_t997462956 * L_17 = ___info3; XmlValueGetter_t3904916812 * L_18 = ___getter2; RuntimeObject * L_19 = XmlSchemaValidator_AssessAttributeLocallyValid_m3750749479(__this, L_16, L_17, L_18, /*hidden argument*/NULL); return L_19; } IL_005e: { return NULL; } } // System.Object System.Xml.Schema.XmlSchemaValidator::AssessAttributeLocallyValid(System.Xml.Schema.XmlSchemaAttribute,System.Xml.Schema.XmlSchemaInfo,System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_AssessAttributeLocallyValid_m3750749479 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, XmlSchemaInfo_t997462956 * ___info1, XmlValueGetter_t3904916812 * ___getter2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessAttributeLocallyValid_m3750749479_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t322714710 * V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * V_2 = NULL; XmlSchemaSimpleType_t2678868104 * V_3 = NULL; String_t* V_4 = 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* G_B9_0 = NULL; XmlSchemaValidator_t1317961423 * G_B9_1 = NULL; String_t* G_B8_0 = NULL; XmlSchemaValidator_t1317961423 * G_B8_1 = NULL; int32_t G_B10_0 = 0; String_t* G_B10_1 = NULL; XmlSchemaValidator_t1317961423 * G_B10_2 = NULL; { XmlSchemaAttribute_t2797257020 * L_0 = ___attr0; NullCheck(L_0); RuntimeObject * L_1 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { XmlSchemaAttribute_t2797257020 * L_2 = ___attr0; NullCheck(L_2); XmlQualifiedName_t2760654312 * L_3 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1348300605, L_3, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_4, /*hidden argument*/NULL); } IL_0021: { XmlSchemaAttribute_t2797257020 * L_5 = ___attr0; NullCheck(L_5); RuntimeObject * L_6 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_5, /*hidden argument*/NULL); V_0 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_7 = V_0; if (L_7) { goto IL_0044; } } { XmlSchemaAttribute_t2797257020 * L_8 = ___attr0; NullCheck(L_8); RuntimeObject * L_9 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_8, /*hidden argument*/NULL); NullCheck(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_9, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))); XmlSchemaDatatype_t322714710 * L_10 = XmlSchemaType_get_Datatype_m3072197688(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_9, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_10; } IL_0044: { V_1 = NULL; XmlSchemaDatatype_t322714710 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_12 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaDatatype_t322714710 *)L_11) == ((RuntimeObject*)(XsdAnySimpleType_t1257864485 *)L_12)))) { goto IL_005c; } } { XmlSchemaAttribute_t2797257020 * L_13 = ___attr0; NullCheck(L_13); String_t* L_14 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0115; } } IL_005c: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_15 = V_0; __this->set_CurrentAttributeType_24(L_15); XmlValueGetter_t3904916812 * L_16 = ___getter2; NullCheck(L_16); RuntimeObject * L_17 = XmlValueGetter_Invoke_m479588077(L_16, /*hidden argument*/NULL); V_1 = L_17; goto IL_009d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_006f; throw e; } CATCH_006f: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); XmlSchemaDatatype_t322714710 * L_18 = V_0; G_B8_0 = _stringLiteral3537225103; G_B8_1 = __this; if (!L_18) { G_B9_0 = _stringLiteral3537225103; G_B9_1 = __this; goto IL_0087; } } IL_007c: { XmlSchemaDatatype_t322714710 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_19); G_B10_0 = ((int32_t)(L_20)); G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_0088; } IL_0087: { G_B10_0 = 0; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_0088: { int32_t L_21 = ((int32_t)G_B10_0); RuntimeObject * L_22 = Box(XmlTokenizedType_t3348692225_il2cpp_TypeInfo_var, &L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Format_m2844511972(NULL /*static, unused*/, G_B10_1, L_22, /*hidden argument*/NULL); Exception_t * L_24 = V_2; NullCheck(G_B10_2); XmlSchemaValidator_HandleError_m1356638579(G_B10_2, L_23, L_24, /*hidden argument*/NULL); goto IL_009d; } } // end catch (depth: 1) IL_009d: { XmlSchemaAttribute_t2797257020 * L_25 = ___attr0; NullCheck(L_25); RuntimeObject * L_26 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_25, /*hidden argument*/NULL); V_3 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_26, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_27 = V_3; if (!L_27) { goto IL_00c9; } } { XmlSchemaSimpleType_t2678868104 * L_28 = V_3; RuntimeObject * L_29 = V_1; XmlSchemaAttribute_t2797257020 * L_30 = ___attr0; NullCheck(L_30); XmlSchemaSimpleType_t2678868104 * L_31 = XmlSchemaAttribute_get_AttributeSchemaType_m2030385281(L_30, /*hidden argument*/NULL); XmlAtomicValue_t3775050121 * L_32 = (XmlAtomicValue_t3775050121 *)il2cpp_codegen_object_new(XmlAtomicValue_t3775050121_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m412589367(L_32, L_29, L_31, /*hidden argument*/NULL); NullCheck(L_32); String_t* L_33 = XmlAtomicValue_get_Value_m1006783033(L_32, /*hidden argument*/NULL); XmlSchemaValidator_ValidateRestrictedSimpleTypeValue_m1639429758(__this, L_28, (&V_0), L_33, /*hidden argument*/NULL); } IL_00c9: { XmlSchemaAttribute_t2797257020 * L_34 = ___attr0; NullCheck(L_34); String_t* L_35 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_0115; } } { XmlSchemaAttribute_t2797257020 * L_36 = ___attr0; NullCheck(L_36); XmlSchemaSimpleType_t2678868104 * L_37 = XmlSchemaAttribute_get_AttributeSchemaType_m2030385281(L_36, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_38 = ___attr0; NullCheck(L_38); RuntimeObject * L_39 = XmlSchemaAttribute_get_ValidatedFixedTypedValue_m699509745(L_38, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_40 = ___attr0; NullCheck(L_40); XmlSchemaSimpleType_t2678868104 * L_41 = XmlSchemaAttribute_get_AttributeSchemaType_m2030385281(L_40, /*hidden argument*/NULL); RuntimeObject * L_42 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_43 = XmlSchemaUtil_AreSchemaDatatypeEqual_m3115132167(NULL /*static, unused*/, L_37, L_39, L_41, L_42, /*hidden argument*/NULL); if (L_43) { goto IL_010e; } } { XmlSchemaAttribute_t2797257020 * L_44 = ___attr0; NullCheck(L_44); XmlQualifiedName_t2760654312 * L_45 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_44, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_46 = ___attr0; NullCheck(L_46); String_t* L_47 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_46, /*hidden argument*/NULL); XmlSchemaDatatype_t322714710 * L_48 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_49 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral3879303627, L_45, L_47, L_48, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_49, /*hidden argument*/NULL); } IL_010e: { XmlSchemaAttribute_t2797257020 * L_50 = ___attr0; NullCheck(L_50); RuntimeObject * L_51 = XmlSchemaAttribute_get_ValidatedFixedTypedValue_m699509745(L_50, /*hidden argument*/NULL); V_1 = L_51; } IL_0115: { bool L_52 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_52) { goto IL_0160; } } { XsdIDManager_t1008806102 * L_53 = __this->get_idManager_14(); XmlSchemaDatatype_t322714710 * L_54 = V_0; RuntimeObject * L_55 = V_1; ArrayList_t2718874744 * L_56 = __this->get_elementQNameStack_18(); ArrayList_t2718874744 * L_57 = __this->get_elementQNameStack_18(); NullCheck(L_57); int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_57); NullCheck(L_56); RuntimeObject * L_59 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1))); NullCheck(((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_59, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))); String_t* L_60 = XmlQualifiedName_get_Name_m815040483(((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_59, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_53); String_t* L_61 = XsdIDManager_AssessEachAttributeIdentityConstraint_m2959326767(L_53, L_54, L_55, L_60, /*hidden argument*/NULL); V_4 = L_61; String_t* L_62 = V_4; if (!L_62) { goto IL_0160; } } { String_t* L_63 = V_4; XmlSchemaValidator_HandleError_m2498874514(__this, L_63, /*hidden argument*/NULL); } IL_0160: { bool L_64 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_64) { goto IL_0173; } } { XmlSchemaAttribute_t2797257020 * L_65 = ___attr0; RuntimeObject * L_66 = V_1; XmlSchemaValidator_ValidateKeyFieldsAttribute_m316732389(__this, L_65, L_66, /*hidden argument*/NULL); } IL_0173: { RuntimeObject * L_67 = V_1; return L_67; } } // System.Void System.Xml.Schema.XmlSchemaValidator::AssessAttributeLocallyValidUse(System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessAttributeLocallyValidUse_m1117840893 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessAttributeLocallyValidUse_m1117840893_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaAttribute_t2797257020 * L_0 = ___attr0; NullCheck(L_0); int32_t L_1 = XmlSchemaAttribute_get_ValidatedUse_m1294483544(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0027; } } { XmlSchemaAttribute_t2797257020 * L_2 = ___attr0; NullCheck(L_2); XmlQualifiedName_t2760654312 * L_3 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral4156365330, L_3, _stringLiteral2127726692, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_4, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Object System.Xml.Schema.XmlSchemaValidator::AssessEndElementSchemaValidity(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_AssessEndElementSchemaValidity_m3392434251 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { XmlSchemaInfo_t997462956 * L_0 = ___info0; RuntimeObject * L_1 = XmlSchemaValidator_ValidateEndSimpleContent_m463183773(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; XmlSchemaValidator_ValidateEndElementParticle_m2436476134(__this, /*hidden argument*/NULL); bool L_2 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_2) { goto IL_001f; } } { XmlSchemaValidator_ValidateEndElementKeyConstraints_m2216586424(__this, /*hidden argument*/NULL); } IL_001f: { int32_t L_3 = __this->get_xsiNilDepth_22(); int32_t L_4 = __this->get_depth_21(); if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0037; } } { __this->set_xsiNilDepth_22((-1)); } IL_0037: { RuntimeObject * L_5 = V_0; return L_5; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateEndElementParticle() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndElementParticle_m2436476134 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateEndElementParticle_m2436476134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); XsdValidationState_t376578997 * L_1 = L_0->get_State_1(); if (!L_1) { goto IL_002b; } } { XsdValidationContext_t1104170526 * L_2 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = XsdValidationContext_EvaluateEndElement_m2955764775(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002b; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral3785327580, /*hidden argument*/NULL); } IL_002b: { XsdValidationContext_t1104170526 * L_4 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_4); XsdValidationContext_PopCurrentElement_m1795862365(L_4, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_5 = __this->get_state_10(); NullCheck(L_5); XsdParticleStateManager_PopContext_m3555447100(L_5, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_6 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_6); XsdValidationContext_set_XsiType_m3869708642(L_6, NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateCharacters(System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateCharacters_m151675304 (XmlSchemaValidator_t1317961423 * __this, XmlValueGetter_t3904916812 * ___getter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateCharacters_m151675304_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_xsiNilDepth_22(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0028; } } { int32_t L_1 = __this->get_xsiNilDepth_22(); int32_t L_2 = __this->get_depth_21(); if ((((int32_t)L_1) >= ((int32_t)L_2))) { goto IL_0028; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral4019370047, /*hidden argument*/NULL); } IL_0028: { bool L_3 = __this->get_shouldValidateCharacters_20(); if (!L_3) { goto IL_004c; } } { __this->set_CurrentAttributeType_24((XmlSchemaDatatype_t322714710 *)NULL); StringBuilder_t * L_4 = __this->get_storedCharacters_19(); XmlValueGetter_t3904916812 * L_5 = ___getter0; NullCheck(L_5); RuntimeObject * L_6 = XmlValueGetter_Invoke_m479588077(L_5, /*hidden argument*/NULL); NullCheck(L_4); StringBuilder_Append_m1640838743(L_4, L_6, /*hidden argument*/NULL); } IL_004c: { return; } } // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateEndSimpleContent(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateEndSimpleContent_m463183773 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { V_0 = NULL; bool L_0 = __this->get_shouldValidateCharacters_20(); if (!L_0) { goto IL_0015; } } { XmlSchemaInfo_t997462956 * L_1 = ___info0; RuntimeObject * L_2 = XmlSchemaValidator_ValidateEndSimpleContentCore_m859422844(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_0015: { __this->set_shouldValidateCharacters_20((bool)0); StringBuilder_t * L_3 = __this->get_storedCharacters_19(); NullCheck(L_3); StringBuilder_set_Length_m1410065908(L_3, 0, /*hidden argument*/NULL); RuntimeObject * L_4 = V_0; return L_4; } } // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateEndSimpleContentCore(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateEndSimpleContentCore_m859422844 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateEndSimpleContentCore_m859422844_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * V_1 = NULL; XmlSchemaDatatype_t322714710 * V_2 = NULL; XmlSchemaSimpleType_t2678868104 * V_3 = NULL; XmlSchemaComplexType_t3740801802 * V_4 = NULL; int32_t V_5 = 0; { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = XsdValidationContext_get_ActualType_m300164849(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { return NULL; } IL_0012: { StringBuilder_t * L_2 = __this->get_storedCharacters_19(); NullCheck(L_2); String_t* L_3 = StringBuilder_ToString_m3317489284(L_2, /*hidden argument*/NULL); V_0 = L_3; V_1 = NULL; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0061; } } { XsdValidationContext_t1104170526 * L_6 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_6); XmlSchemaElement_t427880856 * L_7 = XsdValidationContext_get_Element_m3113801807(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0061; } } { XsdValidationContext_t1104170526 * L_8 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_8); XmlSchemaElement_t427880856 * L_9 = XsdValidationContext_get_Element_m3113801807(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = XmlSchemaElement_get_ValidatedDefaultValue_m3003127030(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0061; } } { XsdValidationContext_t1104170526 * L_11 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_11); XmlSchemaElement_t427880856 * L_12 = XsdValidationContext_get_Element_m3113801807(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = XmlSchemaElement_get_ValidatedDefaultValue_m3003127030(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_0061: { XsdValidationContext_t1104170526 * L_14 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_15 = XsdValidationContext_get_ActualType_m300164849(L_14, /*hidden argument*/NULL); V_2 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_15, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); XsdValidationContext_t1104170526 * L_16 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject * L_17 = XsdValidationContext_get_ActualType_m300164849(L_16, /*hidden argument*/NULL); V_3 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_17, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_18 = V_2; if (L_18) { goto IL_0116; } } { XmlSchemaSimpleType_t2678868104 * L_19 = V_3; if (!L_19) { goto IL_009b; } } { XmlSchemaSimpleType_t2678868104 * L_20 = V_3; NullCheck(L_20); XmlSchemaDatatype_t322714710 * L_21 = XmlSchemaType_get_Datatype_m3072197688(L_20, /*hidden argument*/NULL); V_2 = L_21; goto IL_0116; } IL_009b: { XsdValidationContext_t1104170526 * L_22 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject * L_23 = XsdValidationContext_get_ActualType_m300164849(L_22, /*hidden argument*/NULL); V_4 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_23, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_24 = V_4; NullCheck(L_24); XmlSchemaDatatype_t322714710 * L_25 = XmlSchemaType_get_Datatype_m3072197688(L_24, /*hidden argument*/NULL); V_2 = L_25; XmlSchemaComplexType_t3740801802 * L_26 = V_4; NullCheck(L_26); int32_t L_27 = XmlSchemaComplexType_get_ContentType_m3885633075(L_26, /*hidden argument*/NULL); V_5 = L_27; int32_t L_28 = V_5; if ((((int32_t)L_28) == ((int32_t)1))) { goto IL_00fa; } } { int32_t L_29 = V_5; if ((((int32_t)L_29) == ((int32_t)2))) { goto IL_00d3; } } { goto IL_0116; } IL_00d3: { String_t* L_30 = V_0; NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); if ((((int32_t)L_31) <= ((int32_t)0))) { goto IL_00f5; } } { String_t* L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_33 = XmlChar_IsWhitespace_m2421104119(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00f5; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral3743880189, /*hidden argument*/NULL); } IL_00f5: { goto IL_0116; } IL_00fa: { String_t* L_34 = V_0; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_0111; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral621375817, /*hidden argument*/NULL); } IL_0111: { goto IL_0116; } IL_0116: { XmlSchemaDatatype_t322714710 * L_36 = V_2; if (!L_36) { goto IL_0171; } } { XsdValidationContext_t1104170526 * L_37 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_37); XmlSchemaElement_t427880856 * L_38 = XsdValidationContext_get_Element_m3113801807(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0167; } } { XsdValidationContext_t1104170526 * L_39 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_39); XmlSchemaElement_t427880856 * L_40 = XsdValidationContext_get_Element_m3113801807(L_39, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41 = XmlSchemaElement_get_ValidatedFixedValue_m2283540330(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0167; } } { String_t* L_42 = V_0; XsdValidationContext_t1104170526 * L_43 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_43); XmlSchemaElement_t427880856 * L_44 = XsdValidationContext_get_Element_m3113801807(L_43, /*hidden argument*/NULL); NullCheck(L_44); String_t* L_45 = XmlSchemaElement_get_ValidatedFixedValue_m2283540330(L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_42, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0167; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral412639605, /*hidden argument*/NULL); } IL_0167: { XmlSchemaSimpleType_t2678868104 * L_47 = V_3; XmlSchemaDatatype_t322714710 * L_48 = V_2; String_t* L_49 = V_0; RuntimeObject * L_50 = XmlSchemaValidator_AssessStringValid_m1868335694(__this, L_47, L_48, L_49, /*hidden argument*/NULL); V_1 = L_50; } IL_0171: { bool L_51 = XmlSchemaValidator_get_IgnoreIdentity_m1467281239(__this, /*hidden argument*/NULL); if (L_51) { goto IL_0184; } } { XmlSchemaDatatype_t322714710 * L_52 = V_2; String_t* L_53 = V_0; XmlSchemaValidator_ValidateSimpleContentIdentity_m3222176196(__this, L_52, L_53, /*hidden argument*/NULL); } IL_0184: { __this->set_shouldValidateCharacters_20((bool)0); XmlSchemaInfo_t997462956 * L_54 = ___info0; if (!L_54) { goto IL_01f1; } } { XmlSchemaInfo_t997462956 * L_55 = ___info0; int32_t L_56 = __this->get_xsiNilDepth_22(); NullCheck(L_55); XmlSchemaInfo_set_IsNil_m4269235884(L_55, (bool)((((int32_t)((((int32_t)L_56) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_57 = ___info0; NullCheck(L_57); XmlSchemaInfo_set_SchemaElement_m1028415039(L_57, (XmlSchemaElement_t427880856 *)NULL, /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_58 = ___info0; XsdValidationContext_t1104170526 * L_59 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_59); RuntimeObject * L_60 = XsdValidationContext_get_ActualType_m300164849(L_59, /*hidden argument*/NULL); NullCheck(L_58); XmlSchemaInfo_set_SchemaType_m3119472746(L_58, ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_60, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_61 = ___info0; NullCheck(L_61); XmlSchemaType_t2033747345 * L_62 = XmlSchemaInfo_get_SchemaType_m1668954851(L_61, /*hidden argument*/NULL); if (L_62) { goto IL_01dc; } } { XmlSchemaInfo_t997462956 * L_63 = ___info0; XmlSchemaDatatype_t322714710 * L_64 = V_2; NullCheck(L_64); int32_t L_65 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_64); XmlSchemaSimpleType_t2678868104 * L_66 = XmlSchemaType_GetBuiltInSimpleType_m1138863932(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); NullCheck(L_63); XmlSchemaInfo_set_SchemaType_m3119472746(L_63, L_66, /*hidden argument*/NULL); } IL_01dc: { XmlSchemaInfo_t997462956 * L_67 = ___info0; NullCheck(L_67); XmlSchemaInfo_set_SchemaAttribute_m3798542647(L_67, (XmlSchemaAttribute_t2797257020 *)NULL, /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_68 = ___info0; NullCheck(L_68); XmlSchemaInfo_set_IsDefault_m612380262(L_68, (bool)0, /*hidden argument*/NULL); XmlSchemaInfo_t997462956 * L_69 = ___info0; NullCheck(L_69); XmlSchemaInfo_set_MemberType_m80224292(L_69, (XmlSchemaSimpleType_t2678868104 *)NULL, /*hidden argument*/NULL); } IL_01f1: { RuntimeObject * L_70 = V_1; return L_70; } } // System.Object System.Xml.Schema.XmlSchemaValidator::AssessStringValid(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaDatatype,System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_AssessStringValid_m1868335694 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaSimpleType_t2678868104 * ___st0, XmlSchemaDatatype_t322714710 * ___dt1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessStringValid_m1868335694_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t322714710 * V_0 = NULL; RuntimeObject * V_1 = NULL; String_t* V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; XmlSchemaDatatype_t322714710 * V_4 = NULL; XmlSchemaSimpleType_t2678868104 * V_5 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_6 = NULL; ObjectU5BU5D_t2843939325* V_7 = NULL; int32_t V_8 = 0; String_t* V_9 = NULL; Exception_t * V_10 = NULL; XmlSchemaSimpleTypeUnion_t4071426880 * V_11 = NULL; String_t* V_12 = NULL; bool V_13 = false; RuntimeObject * V_14 = NULL; ObjectU5BU5D_t2843939325* V_15 = NULL; int32_t V_16 = 0; XmlSchemaSimpleTypeRestriction_t3925451115 * V_17 = NULL; XmlSchemaSimpleType_t2678868104 * V_18 = NULL; Exception_t * V_19 = NULL; int32_t V_20 = 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); { XmlSchemaDatatype_t322714710 * L_0 = ___dt1; V_0 = L_0; V_1 = NULL; XmlSchemaSimpleType_t2678868104 * L_1 = ___st0; if (!L_1) { goto IL_0237; } } { XmlSchemaDatatype_t322714710 * L_2 = V_0; String_t* L_3 = ___value2; NullCheck(L_2); String_t* L_4 = XmlSchemaDatatype_Normalize_m2737115427(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; XmlSchemaSimpleType_t2678868104 * L_5 = ___st0; NullCheck(L_5); int32_t L_6 = XmlSchemaType_get_DerivedBy_m1544461244(L_5, /*hidden argument*/NULL); V_20 = L_6; int32_t L_7 = V_20; if ((((int32_t)L_7) == ((int32_t)4))) { goto IL_01cf; } } { int32_t L_8 = V_20; if ((((int32_t)L_8) == ((int32_t)8))) { goto IL_0038; } } { int32_t L_9 = V_20; if ((((int32_t)L_9) == ((int32_t)((int32_t)16)))) { goto IL_0109; } } { goto IL_0237; } IL_0038: { XmlSchemaSimpleType_t2678868104 * L_10 = ___st0; NullCheck(L_10); XmlSchemaSimpleTypeContent_t599285223 * L_11 = XmlSchemaSimpleType_get_Content_m2306047784(L_10, /*hidden argument*/NULL); V_6 = ((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_11, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var)); String_t* L_12 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_13 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_12); StringU5BU5D_t1281789340* L_14 = String_Split_m3646115398(L_12, L_13, /*hidden argument*/NULL); V_3 = L_14; StringU5BU5D_t1281789340* L_15 = V_3; NullCheck(L_15); V_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))))); XmlSchemaSimpleTypeList_t472803608 * L_16 = V_6; NullCheck(L_16); RuntimeObject * L_17 = XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183(L_16, /*hidden argument*/NULL); V_4 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_17, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeList_t472803608 * L_18 = V_6; NullCheck(L_18); RuntimeObject * L_19 = XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183(L_18, /*hidden argument*/NULL); V_5 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_19, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); V_8 = 0; goto IL_00f7; } IL_007f: { StringU5BU5D_t1281789340* L_20 = V_3; int32_t L_21 = V_8; NullCheck(L_20); int32_t L_22 = L_21; String_t* L_23 = (L_20)->GetAt(static_cast(L_22)); V_9 = L_23; String_t* L_24 = V_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_26 = String_op_Equality_m920492651(NULL /*static, unused*/, L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_009b; } } { goto IL_00f1; } IL_009b: { XmlSchemaDatatype_t322714710 * L_27 = V_4; if (!L_27) { goto IL_00df; } } IL_00a2: try { // begin try (depth: 1) ObjectU5BU5D_t2843939325* L_28 = V_7; int32_t L_29 = V_8; XmlSchemaDatatype_t322714710 * L_30 = V_4; String_t* L_31 = V_9; XmlNameTable_t71772148 * L_32 = __this->get_nameTable_5(); RuntimeObject* L_33 = __this->get_nsResolver_3(); NullCheck(L_30); RuntimeObject * L_34 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_30, L_31, L_32, L_33); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_34); (L_28)->SetAt(static_cast(L_29), (RuntimeObject *)L_34); goto IL_00da; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00c1; throw e; } CATCH_00c1: { // begin catch(System.Exception) { V_10 = ((Exception_t *)__exception_local); Exception_t * L_35 = V_10; XmlSchemaValidator_HandleError_m1356638579(__this, _stringLiteral1173181887, L_35, /*hidden argument*/NULL); goto IL_0101; } IL_00d5: { ; // IL_00d5: leave IL_00da } } // end catch (depth: 1) IL_00da: { goto IL_00f1; } IL_00df: { XmlSchemaSimpleType_t2678868104 * L_36 = V_5; XmlSchemaSimpleType_t2678868104 * L_37 = V_5; NullCheck(L_37); XmlSchemaDatatype_t322714710 * L_38 = XmlSchemaType_get_Datatype_m3072197688(L_37, /*hidden argument*/NULL); String_t* L_39 = V_9; XmlSchemaValidator_AssessStringValid_m1868335694(__this, L_36, L_38, L_39, /*hidden argument*/NULL); } IL_00f1: { int32_t L_40 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00f7: { int32_t L_41 = V_8; StringU5BU5D_t1281789340* L_42 = V_3; NullCheck(L_42); if ((((int32_t)L_41) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length))))))) { goto IL_007f; } } IL_0101: { ObjectU5BU5D_t2843939325* L_43 = V_7; V_1 = (RuntimeObject *)L_43; goto IL_0237; } IL_0109: { XmlSchemaSimpleType_t2678868104 * L_44 = ___st0; NullCheck(L_44); XmlSchemaSimpleTypeContent_t599285223 * L_45 = XmlSchemaSimpleType_get_Content_m2306047784(L_44, /*hidden argument*/NULL); V_11 = ((XmlSchemaSimpleTypeUnion_t4071426880 *)IsInstClass((RuntimeObject*)L_45, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var)); String_t* L_46 = V_2; V_12 = L_46; V_13 = (bool)0; XmlSchemaSimpleTypeUnion_t4071426880 * L_47 = V_11; NullCheck(L_47); ObjectU5BU5D_t2843939325* L_48 = XmlSchemaSimpleTypeUnion_get_ValidatedTypes_m461184707(L_47, /*hidden argument*/NULL); V_15 = L_48; V_16 = 0; goto IL_01a8; } IL_012d: { ObjectU5BU5D_t2843939325* L_49 = V_15; int32_t L_50 = V_16; NullCheck(L_49); int32_t L_51 = L_50; RuntimeObject * L_52 = (L_49)->GetAt(static_cast(L_51)); V_14 = L_52; RuntimeObject * L_53 = V_14; V_4 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_53, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); RuntimeObject * L_54 = V_14; V_5 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_54, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_55 = V_4; if (!L_55) { goto IL_0178; } } IL_014d: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_56 = V_4; String_t* L_57 = V_12; XmlNameTable_t71772148 * L_58 = __this->get_nameTable_5(); RuntimeObject* L_59 = __this->get_nsResolver_3(); NullCheck(L_56); RuntimeObject * L_60 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_56, L_57, L_58, L_59); V_1 = L_60; goto IL_0173; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0168; throw e; } CATCH_0168: { // begin catch(System.Exception) { goto IL_01a2; } IL_016e: { ; // IL_016e: leave IL_0173 } } // end catch (depth: 1) IL_0173: { goto IL_019a; } IL_0178: try { // begin try (depth: 1) XmlSchemaSimpleType_t2678868104 * L_61 = V_5; XmlSchemaSimpleType_t2678868104 * L_62 = V_5; NullCheck(L_62); XmlSchemaDatatype_t322714710 * L_63 = XmlSchemaType_get_Datatype_m3072197688(L_62, /*hidden argument*/NULL); String_t* L_64 = V_12; RuntimeObject * L_65 = XmlSchemaValidator_AssessStringValid_m1868335694(__this, L_61, L_63, L_64, /*hidden argument*/NULL); V_1 = L_65; goto IL_019a; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_018f; throw e; } CATCH_018f: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) { goto IL_01a2; } IL_0195: { ; // IL_0195: leave IL_019a } } // end catch (depth: 1) IL_019a: { V_13 = (bool)1; goto IL_01b3; } IL_01a2: { int32_t L_66 = V_16; V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)1)); } IL_01a8: { int32_t L_67 = V_16; ObjectU5BU5D_t2843939325* L_68 = V_15; NullCheck(L_68); if ((((int32_t)L_67) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length))))))) { goto IL_012d; } } IL_01b3: { bool L_69 = V_13; if (L_69) { goto IL_01ca; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral2905518974, /*hidden argument*/NULL); goto IL_0237; } IL_01ca: { goto IL_0237; } IL_01cf: { XmlSchemaSimpleType_t2678868104 * L_70 = ___st0; NullCheck(L_70); XmlSchemaSimpleTypeContent_t599285223 * L_71 = XmlSchemaSimpleType_get_Content_m2306047784(L_70, /*hidden argument*/NULL); V_17 = ((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_71, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeRestriction_t3925451115 * L_72 = V_17; if (!L_72) { goto IL_022b; } } { XmlSchemaSimpleType_t2678868104 * L_73 = ___st0; NullCheck(L_73); XmlSchemaType_t2033747345 * L_74 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(L_73, /*hidden argument*/NULL); V_18 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_74, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_75 = V_18; if (!L_75) { goto IL_0202; } } { XmlSchemaSimpleType_t2678868104 * L_76 = V_18; XmlSchemaDatatype_t322714710 * L_77 = ___dt1; String_t* L_78 = ___value2; RuntimeObject * L_79 = XmlSchemaValidator_AssessStringValid_m1868335694(__this, L_76, L_77, L_78, /*hidden argument*/NULL); V_1 = L_79; } IL_0202: { XmlSchemaSimpleTypeRestriction_t3925451115 * L_80 = V_17; String_t* L_81 = ___value2; XmlNameTable_t71772148 * L_82 = __this->get_nameTable_5(); RuntimeObject* L_83 = __this->get_nsResolver_3(); NullCheck(L_80); bool L_84 = XmlSchemaSimpleTypeRestriction_ValidateValueWithFacets_m2411738315(L_80, L_81, L_82, L_83, /*hidden argument*/NULL); if (L_84) { goto IL_022b; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral1616044605, /*hidden argument*/NULL); goto IL_0237; } IL_022b: { XmlSchemaSimpleType_t2678868104 * L_85 = ___st0; NullCheck(L_85); XmlSchemaDatatype_t322714710 * L_86 = XmlSchemaType_get_Datatype_m3072197688(L_85, /*hidden argument*/NULL); V_0 = L_86; goto IL_0237; } IL_0237: { XmlSchemaDatatype_t322714710 * L_87 = V_0; if (!L_87) { goto IL_0275; } } IL_023d: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_88 = V_0; String_t* L_89 = ___value2; XmlNameTable_t71772148 * L_90 = __this->get_nameTable_5(); RuntimeObject* L_91 = __this->get_nsResolver_3(); NullCheck(L_88); RuntimeObject * L_92 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_88, L_89, L_90, L_91); V_1 = L_92; goto IL_0275; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0256; throw e; } CATCH_0256: { // begin catch(System.Exception) V_19 = ((Exception_t *)__exception_local); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_93 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral1875562103, ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)0)), /*hidden argument*/NULL); Exception_t * L_94 = V_19; XmlSchemaValidator_HandleError_m1356638579(__this, L_93, L_94, /*hidden argument*/NULL); goto IL_0275; } // end catch (depth: 1) IL_0275: { RuntimeObject * L_95 = V_1; return L_95; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateRestrictedSimpleTypeValue(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaDatatype&,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateRestrictedSimpleTypeValue_m1639429758 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaSimpleType_t2678868104 * ___st0, XmlSchemaDatatype_t322714710 ** ___dt1, String_t* ___normalized2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateRestrictedSimpleTypeValue_m1639429758_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; XmlSchemaDatatype_t322714710 * V_1 = NULL; XmlSchemaSimpleType_t2678868104 * V_2 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; Exception_t * V_6 = NULL; XmlSchemaSimpleTypeUnion_t4071426880 * V_7 = NULL; String_t* V_8 = NULL; bool V_9 = false; RuntimeObject * V_10 = NULL; ObjectU5BU5D_t2843939325* V_11 = NULL; int32_t V_12 = 0; XmlSchemaSimpleTypeRestriction_t3925451115 * V_13 = NULL; XmlSchemaSimpleType_t2678868104 * V_14 = NULL; int32_t V_15 = 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); { XmlSchemaSimpleType_t2678868104 * L_0 = ___st0; NullCheck(L_0); int32_t L_1 = XmlSchemaType_get_DerivedBy_m1544461244(L_0, /*hidden argument*/NULL); V_15 = L_1; int32_t L_2 = V_15; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_019d; } } { int32_t L_3 = V_15; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0026; } } { int32_t L_4 = V_15; if ((((int32_t)L_4) == ((int32_t)((int32_t)16)))) { goto IL_00dd; } } { goto IL_0207; } IL_0026: { XmlSchemaSimpleType_t2678868104 * L_5 = ___st0; NullCheck(L_5); XmlSchemaSimpleTypeContent_t599285223 * L_6 = XmlSchemaSimpleType_get_Content_m2306047784(L_5, /*hidden argument*/NULL); V_3 = ((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var)); String_t* L_7 = ___normalized2; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_8 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_7); StringU5BU5D_t1281789340* L_9 = String_Split_m3646115398(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; XmlSchemaSimpleTypeList_t472803608 * L_10 = V_3; NullCheck(L_10); RuntimeObject * L_11 = XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183(L_10, /*hidden argument*/NULL); V_1 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_11, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeList_t472803608 * L_12 = V_3; NullCheck(L_12); RuntimeObject * L_13 = XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183(L_12, /*hidden argument*/NULL); V_2 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_13, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); V_4 = 0; goto IL_00ce; } IL_005e: { StringU5BU5D_t1281789340* L_14 = V_0; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); V_5 = L_17; String_t* L_18 = V_5; 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(); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_007a; } } { goto IL_00c8; } IL_007a: { XmlSchemaDatatype_t322714710 * L_21 = V_1; if (!L_21) { goto IL_00b8; } } IL_0080: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_22 = V_1; String_t* L_23 = V_5; XmlNameTable_t71772148 * L_24 = __this->get_nameTable_5(); RuntimeObject* L_25 = __this->get_nsResolver_3(); NullCheck(L_22); VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, L_25); goto IL_00b3; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009a; throw e; } CATCH_009a: { // begin catch(System.Exception) { V_6 = ((Exception_t *)__exception_local); Exception_t * L_26 = V_6; XmlSchemaValidator_HandleError_m1356638579(__this, _stringLiteral1173181887, L_26, /*hidden argument*/NULL); goto IL_00d8; } IL_00ae: { ; // IL_00ae: leave IL_00b3 } } // end catch (depth: 1) IL_00b3: { goto IL_00c8; } IL_00b8: { XmlSchemaSimpleType_t2678868104 * L_27 = V_2; XmlSchemaSimpleType_t2678868104 * L_28 = V_2; NullCheck(L_28); XmlSchemaDatatype_t322714710 * L_29 = XmlSchemaType_get_Datatype_m3072197688(L_28, /*hidden argument*/NULL); String_t* L_30 = V_5; XmlSchemaValidator_AssessStringValid_m1868335694(__this, L_27, L_29, L_30, /*hidden argument*/NULL); } IL_00c8: { int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00ce: { int32_t L_32 = V_4; StringU5BU5D_t1281789340* L_33 = V_0; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))))) { goto IL_005e; } } IL_00d8: { goto IL_0207; } IL_00dd: { XmlSchemaSimpleType_t2678868104 * L_34 = ___st0; NullCheck(L_34); XmlSchemaSimpleTypeContent_t599285223 * L_35 = XmlSchemaSimpleType_get_Content_m2306047784(L_34, /*hidden argument*/NULL); V_7 = ((XmlSchemaSimpleTypeUnion_t4071426880 *)IsInstClass((RuntimeObject*)L_35, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var)); String_t* L_36 = ___normalized2; V_8 = L_36; V_9 = (bool)0; XmlSchemaSimpleTypeUnion_t4071426880 * L_37 = V_7; NullCheck(L_37); ObjectU5BU5D_t2843939325* L_38 = XmlSchemaSimpleTypeUnion_get_ValidatedTypes_m461184707(L_37, /*hidden argument*/NULL); V_11 = L_38; V_12 = 0; goto IL_0176; } IL_0101: { ObjectU5BU5D_t2843939325* L_39 = V_11; int32_t L_40 = V_12; NullCheck(L_39); int32_t L_41 = L_40; RuntimeObject * L_42 = (L_39)->GetAt(static_cast(L_41)); V_10 = L_42; RuntimeObject * L_43 = V_10; V_1 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_43, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); RuntimeObject * L_44 = V_10; V_2 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_44, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_45 = V_1; if (!L_45) { goto IL_0148; } } IL_011e: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_46 = V_1; String_t* L_47 = V_8; XmlNameTable_t71772148 * L_48 = __this->get_nameTable_5(); RuntimeObject* L_49 = __this->get_nsResolver_3(); NullCheck(L_46); VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_46, L_47, L_48, L_49); goto IL_0143; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0138; throw e; } CATCH_0138: { // begin catch(System.Exception) { goto IL_0170; } IL_013e: { ; // IL_013e: leave IL_0143 } } // end catch (depth: 1) IL_0143: { goto IL_0168; } IL_0148: try { // begin try (depth: 1) XmlSchemaSimpleType_t2678868104 * L_50 = V_2; XmlSchemaSimpleType_t2678868104 * L_51 = V_2; NullCheck(L_51); XmlSchemaDatatype_t322714710 * L_52 = XmlSchemaType_get_Datatype_m3072197688(L_51, /*hidden argument*/NULL); String_t* L_53 = V_8; XmlSchemaValidator_AssessStringValid_m1868335694(__this, L_50, L_52, L_53, /*hidden argument*/NULL); goto IL_0168; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_015d; throw e; } CATCH_015d: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) { goto IL_0170; } IL_0163: { ; // IL_0163: leave IL_0168 } } // end catch (depth: 1) IL_0168: { V_9 = (bool)1; goto IL_0181; } IL_0170: { int32_t L_54 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_0176: { int32_t L_55 = V_12; ObjectU5BU5D_t2843939325* L_56 = V_11; NullCheck(L_56); if ((((int32_t)L_55) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_56)->max_length))))))) { goto IL_0101; } } IL_0181: { bool L_57 = V_9; if (L_57) { goto IL_0198; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral2905518974, /*hidden argument*/NULL); goto IL_0207; } IL_0198: { goto IL_0207; } IL_019d: { XmlSchemaSimpleType_t2678868104 * L_58 = ___st0; NullCheck(L_58); XmlSchemaSimpleTypeContent_t599285223 * L_59 = XmlSchemaSimpleType_get_Content_m2306047784(L_58, /*hidden argument*/NULL); V_13 = ((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_59, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeRestriction_t3925451115 * L_60 = V_13; if (!L_60) { goto IL_01fa; } } { XmlSchemaSimpleType_t2678868104 * L_61 = ___st0; NullCheck(L_61); XmlSchemaType_t2033747345 * L_62 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(L_61, /*hidden argument*/NULL); V_14 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_62, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_63 = V_14; if (!L_63) { goto IL_01d1; } } { XmlSchemaSimpleType_t2678868104 * L_64 = V_14; XmlSchemaDatatype_t322714710 ** L_65 = ___dt1; XmlSchemaDatatype_t322714710 * L_66 = *((XmlSchemaDatatype_t322714710 **)L_65); String_t* L_67 = ___normalized2; XmlSchemaValidator_AssessStringValid_m1868335694(__this, L_64, L_66, L_67, /*hidden argument*/NULL); } IL_01d1: { XmlSchemaSimpleTypeRestriction_t3925451115 * L_68 = V_13; String_t* L_69 = ___normalized2; XmlNameTable_t71772148 * L_70 = __this->get_nameTable_5(); RuntimeObject* L_71 = __this->get_nsResolver_3(); NullCheck(L_68); bool L_72 = XmlSchemaSimpleTypeRestriction_ValidateValueWithFacets_m2411738315(L_68, L_69, L_70, L_71, /*hidden argument*/NULL); if (L_72) { goto IL_01fa; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral1616044605, /*hidden argument*/NULL); goto IL_0207; } IL_01fa: { XmlSchemaDatatype_t322714710 ** L_73 = ___dt1; XmlSchemaSimpleType_t2678868104 * L_74 = ___st0; NullCheck(L_74); XmlSchemaDatatype_t322714710 * L_75 = XmlSchemaType_get_Datatype_m3072197688(L_74, /*hidden argument*/NULL); *((RuntimeObject **)(L_73)) = (RuntimeObject *)L_75; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_73), (RuntimeObject *)L_75); goto IL_0207; } IL_0207: { return; } } // Mono.Xml.Schema.XsdKeyTable System.Xml.Schema.XmlSchemaValidator::CreateNewKeyTable(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR XsdKeyTable_t2156891743 * XmlSchemaValidator_CreateNewKeyTable_m4128026141 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaIdentityConstraint_t297318432 * ___ident0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_CreateNewKeyTable_m4128026141_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdKeyTable_t2156891743 * V_0 = NULL; { XmlSchemaIdentityConstraint_t297318432 * L_0 = ___ident0; XsdKeyTable_t2156891743 * L_1 = (XsdKeyTable_t2156891743 *)il2cpp_codegen_object_new(XsdKeyTable_t2156891743_il2cpp_TypeInfo_var); XsdKeyTable__ctor_m3521614894(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; XsdKeyTable_t2156891743 * L_2 = V_0; int32_t L_3 = __this->get_depth_21(); NullCheck(L_2); L_2->set_StartDepth_7(L_3); ArrayList_t2718874744 * L_4 = __this->get_keyTables_15(); XsdKeyTable_t2156891743 * 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); XsdKeyTable_t2156891743 * L_6 = V_0; return L_6; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateKeySelectors() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateKeySelectors_m279080568 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateKeySelectors_m279080568_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaIdentityConstraint_t297318432 * V_1 = NULL; XsdKeyTable_t2156891743 * V_2 = NULL; int32_t V_3 = 0; XsdKeyTable_t2156891743 * V_4 = NULL; XsdKeyEntry_t693496666 * V_5 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_tmpKeyrefPool_17(); if (!L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = __this->get_tmpKeyrefPool_17(); NullCheck(L_1); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_1); } IL_0016: { XsdValidationContext_t1104170526 * L_2 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_2); XmlSchemaElement_t427880856 * L_3 = XsdValidationContext_get_Element_m3113801807(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_00b9; } } { XsdValidationContext_t1104170526 * L_4 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_4); XmlSchemaElement_t427880856 * L_5 = XsdValidationContext_get_Element_m3113801807(L_4, /*hidden argument*/NULL); NullCheck(L_5); XmlSchemaObjectCollection_t1064819932 * L_6 = XmlSchemaElement_get_Constraints_m591235259(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CollectionBase_get_Count_m1708965601(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_00b9; } } { V_0 = 0; goto IL_009e; } IL_0048: { XsdValidationContext_t1104170526 * L_8 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_8); XmlSchemaElement_t427880856 * L_9 = XsdValidationContext_get_Element_m3113801807(L_8, /*hidden argument*/NULL); NullCheck(L_9); XmlSchemaObjectCollection_t1064819932 * L_10 = XmlSchemaElement_get_Constraints_m591235259(L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; NullCheck(L_10); XmlSchemaObject_t1315720168 * L_12 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_10, L_11); V_1 = ((XmlSchemaIdentityConstraint_t297318432 *)CastclassClass((RuntimeObject*)L_12, XmlSchemaIdentityConstraint_t297318432_il2cpp_TypeInfo_var)); XmlSchemaIdentityConstraint_t297318432 * L_13 = V_1; XsdKeyTable_t2156891743 * L_14 = XmlSchemaValidator_CreateNewKeyTable_m4128026141(__this, L_13, /*hidden argument*/NULL); V_2 = L_14; XmlSchemaIdentityConstraint_t297318432 * L_15 = V_1; if (!((XmlSchemaKeyref_t3124006214 *)IsInstClass((RuntimeObject*)L_15, XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var))) { goto IL_009a; } } { ArrayList_t2718874744 * L_16 = __this->get_tmpKeyrefPool_17(); if (L_16) { goto IL_008d; } } { ArrayList_t2718874744 * L_17 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_17, /*hidden argument*/NULL); __this->set_tmpKeyrefPool_17(L_17); } IL_008d: { ArrayList_t2718874744 * L_18 = __this->get_tmpKeyrefPool_17(); XsdKeyTable_t2156891743 * L_19 = V_2; NullCheck(L_18); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_18, L_19); } IL_009a: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_009e: { int32_t L_21 = V_0; XsdValidationContext_t1104170526 * L_22 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_22); XmlSchemaElement_t427880856 * L_23 = XsdValidationContext_get_Element_m3113801807(L_22, /*hidden argument*/NULL); NullCheck(L_23); XmlSchemaObjectCollection_t1064819932 * L_24 = XmlSchemaElement_get_Constraints_m591235259(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = CollectionBase_get_Count_m1708965601(L_24, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_25))) { goto IL_0048; } } IL_00b9: { V_3 = 0; goto IL_0112; } IL_00c0: { ArrayList_t2718874744 * L_26 = __this->get_keyTables_15(); int32_t L_27 = V_3; NullCheck(L_26); RuntimeObject * L_28 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_26, L_27); V_4 = ((XsdKeyTable_t2156891743 *)CastclassClass((RuntimeObject*)L_28, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); XsdKeyTable_t2156891743 * L_29 = V_4; ArrayList_t2718874744 * L_30 = __this->get_elementQNameStack_18(); int32_t L_31 = __this->get_depth_21(); NullCheck(L_29); XsdIdentityPath_t991900844 * L_32 = XsdKeyTable_SelectorMatches_m2719771857(L_29, L_30, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_010e; } } { XsdKeyTable_t2156891743 * L_33 = V_4; int32_t L_34 = __this->get_depth_21(); RuntimeObject* L_35 = __this->get_lineInfo_2(); XsdKeyEntry_t693496666 * L_36 = (XsdKeyEntry_t693496666 *)il2cpp_codegen_object_new(XsdKeyEntry_t693496666_il2cpp_TypeInfo_var); XsdKeyEntry__ctor_m1505451190(L_36, L_33, L_34, L_35, /*hidden argument*/NULL); V_5 = L_36; XsdKeyTable_t2156891743 * L_37 = V_4; NullCheck(L_37); XsdKeyEntryCollection_t3090959213 * L_38 = L_37->get_Entries_5(); XsdKeyEntry_t693496666 * L_39 = V_5; NullCheck(L_38); XsdKeyEntryCollection_Add_m3577222576(L_38, L_39, /*hidden argument*/NULL); } IL_010e: { int32_t L_40 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_0112: { int32_t L_41 = V_3; ArrayList_t2718874744 * L_42 = __this->get_keyTables_15(); NullCheck(L_42); int32_t L_43 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_42); if ((((int32_t)L_41) < ((int32_t)L_43))) { goto IL_00c0; } } { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateKeyFieldsAttribute(System.Xml.Schema.XmlSchemaAttribute,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateKeyFieldsAttribute_m316732389 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, RuntimeObject * ___value1, const RuntimeMethod* method) { { XmlSchemaAttribute_t2797257020 * L_0 = ___attr0; NullCheck(L_0); RuntimeObject * L_1 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_0, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_2 = ___attr0; NullCheck(L_2); XmlQualifiedName_t2760654312 * L_3 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = XmlQualifiedName_get_Name_m815040483(L_3, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_5 = ___attr0; NullCheck(L_5); XmlQualifiedName_t2760654312 * L_6 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_5, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_7 = XmlQualifiedName_get_Namespace_m3957593392(L_6, /*hidden argument*/NULL); RuntimeObject * L_8 = ___value1; XmlSchemaValidator_ValidateKeyFields_m2041955786(__this, (bool)1, (bool)0, L_1, L_4, L_7, L_8, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateKeyFields(System.Boolean,System.Boolean,System.Object,System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateKeyFields_m2041955786 (XmlSchemaValidator_t1317961423 * __this, bool ___isAttr0, bool ___isNil1, RuntimeObject * ___schemaType2, String_t* ___attrName3, String_t* ___attrNs4, RuntimeObject * ___value5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateKeyFields_m2041955786_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdKeyTable_t2156891743 * V_1 = NULL; int32_t V_2 = 0; XmlSchemaValidationException_t816160496 * V_3 = 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); RuntimeObject* G_B5_0 = NULL; RuntimeObject* G_B5_1 = NULL; RuntimeObject * G_B5_2 = NULL; String_t* G_B5_3 = NULL; XmlNameTable_t71772148 * G_B5_4 = NULL; RuntimeObject * G_B5_5 = NULL; ArrayList_t2718874744 * G_B5_6 = NULL; bool G_B5_7 = false; XsdKeyEntry_t693496666 * G_B5_8 = NULL; RuntimeObject* G_B4_0 = NULL; RuntimeObject* G_B4_1 = NULL; RuntimeObject * G_B4_2 = NULL; String_t* G_B4_3 = NULL; XmlNameTable_t71772148 * G_B4_4 = NULL; RuntimeObject * G_B4_5 = NULL; ArrayList_t2718874744 * G_B4_6 = NULL; bool G_B4_7 = false; XsdKeyEntry_t693496666 * G_B4_8 = NULL; int32_t G_B6_0 = 0; RuntimeObject* G_B6_1 = NULL; RuntimeObject* G_B6_2 = NULL; RuntimeObject * G_B6_3 = NULL; String_t* G_B6_4 = NULL; XmlNameTable_t71772148 * G_B6_5 = NULL; RuntimeObject * G_B6_6 = NULL; ArrayList_t2718874744 * G_B6_7 = NULL; bool G_B6_8 = false; XsdKeyEntry_t693496666 * G_B6_9 = NULL; { V_0 = 0; goto IL_00af; } IL_0007: { ArrayList_t2718874744 * L_0 = __this->get_keyTables_15(); int32_t L_1 = V_0; 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); V_1 = ((XsdKeyTable_t2156891743 *)CastclassClass((RuntimeObject*)L_2, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); V_2 = 0; goto IL_009a; } IL_0020: { __this->set_CurrentAttributeType_24((XmlSchemaDatatype_t322714710 *)NULL); } IL_0027: try { // begin try (depth: 1) { XsdKeyTable_t2156891743 * L_3 = V_1; NullCheck(L_3); XsdKeyEntryCollection_t3090959213 * L_4 = L_3->get_Entries_5(); int32_t L_5 = V_2; NullCheck(L_4); XsdKeyEntry_t693496666 * L_6 = XsdKeyEntryCollection_get_Item_m737924673(L_4, L_5, /*hidden argument*/NULL); bool L_7 = ___isAttr0; ArrayList_t2718874744 * L_8 = __this->get_elementQNameStack_18(); RuntimeObject * L_9 = __this->get_nominalEventSender_1(); XmlNameTable_t71772148 * L_10 = __this->get_nameTable_5(); String_t* L_11 = XmlSchemaValidator_get_BaseUri_m1393578688(__this, /*hidden argument*/NULL); RuntimeObject * L_12 = ___schemaType2; RuntimeObject* L_13 = __this->get_nsResolver_3(); RuntimeObject* L_14 = __this->get_lineInfo_2(); bool L_15 = ___isAttr0; G_B4_0 = L_14; G_B4_1 = L_13; G_B4_2 = L_12; G_B4_3 = L_11; G_B4_4 = L_10; G_B4_5 = L_9; G_B4_6 = L_8; G_B4_7 = L_7; G_B4_8 = L_6; if (!L_15) { G_B5_0 = L_14; G_B5_1 = L_13; G_B5_2 = L_12; G_B5_3 = L_11; G_B5_4 = L_10; G_B5_5 = L_9; G_B5_6 = L_8; G_B5_7 = L_7; G_B5_8 = L_6; goto IL_006c; } } IL_005f: { int32_t L_16 = __this->get_depth_21(); G_B6_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; G_B6_4 = G_B4_3; G_B6_5 = G_B4_4; G_B6_6 = G_B4_5; G_B6_7 = G_B4_6; G_B6_8 = G_B4_7; G_B6_9 = G_B4_8; goto IL_0072; } IL_006c: { int32_t L_17 = __this->get_depth_21(); G_B6_0 = L_17; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; G_B6_4 = G_B5_3; G_B6_5 = G_B5_4; G_B6_6 = G_B5_5; G_B6_7 = G_B5_6; G_B6_8 = G_B5_7; G_B6_9 = G_B5_8; } IL_0072: { String_t* L_18 = ___attrName3; String_t* L_19 = ___attrNs4; RuntimeObject * L_20 = ___value5; bool L_21 = ___isNil1; ArrayList_t2718874744 * L_22 = __this->get_currentKeyFieldConsumers_16(); NullCheck(G_B6_9); XsdKeyEntry_ProcessMatch_m1498533836(G_B6_9, G_B6_8, G_B6_7, G_B6_6, G_B6_5, G_B6_4, G_B6_3, G_B6_2, G_B6_1, G_B6_0, L_18, L_19, L_20, L_21, L_22, /*hidden argument*/NULL); goto IL_0096; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0089; throw e; } CATCH_0089: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) V_3 = ((XmlSchemaValidationException_t816160496 *)__exception_local); XmlSchemaValidationException_t816160496 * L_23 = V_3; XmlSchemaValidator_HandleError_m2296075603(__this, L_23, /*hidden argument*/NULL); goto IL_0096; } // end catch (depth: 1) IL_0096: { int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_009a: { int32_t L_25 = V_2; XsdKeyTable_t2156891743 * L_26 = V_1; NullCheck(L_26); XsdKeyEntryCollection_t3090959213 * L_27 = L_26->get_Entries_5(); NullCheck(L_27); int32_t L_28 = CollectionBase_get_Count_m1708965601(L_27, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)L_28))) { goto IL_0020; } } { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00af: { int32_t L_30 = V_0; ArrayList_t2718874744 * L_31 = __this->get_keyTables_15(); NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_31); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_0007; } } { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateEndElementKeyConstraints() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndElementKeyConstraints_m2216586424 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateEndElementKeyConstraints_m2216586424_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdKeyTable_t2156891743 * V_1 = NULL; int32_t V_2 = 0; XsdKeyEntry_t693496666 * V_3 = NULL; int32_t V_4 = 0; XsdKeyEntryField_t3552275292 * V_5 = NULL; int32_t V_6 = 0; XsdKeyTable_t2156891743 * V_7 = NULL; { V_0 = 0; goto IL_011d; } IL_0007: { ArrayList_t2718874744 * L_0 = __this->get_keyTables_15(); int32_t L_1 = V_0; 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); V_1 = ((XsdKeyTable_t2156891743 *)IsInstClass((RuntimeObject*)L_2, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); XsdKeyTable_t2156891743 * L_3 = V_1; NullCheck(L_3); int32_t L_4 = L_3->get_StartDepth_7(); int32_t L_5 = __this->get_depth_21(); if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0036; } } { XsdKeyTable_t2156891743 * L_6 = V_1; XmlSchemaValidator_ValidateEndKeyConstraint_m224110956(__this, L_6, /*hidden argument*/NULL); goto IL_0119; } IL_0036: { V_2 = 0; goto IL_0108; } IL_003d: { XsdKeyTable_t2156891743 * L_7 = V_1; NullCheck(L_7); XsdKeyEntryCollection_t3090959213 * L_8 = L_7->get_Entries_5(); int32_t L_9 = V_2; NullCheck(L_8); XsdKeyEntry_t693496666 * L_10 = XsdKeyEntryCollection_get_Item_m737924673(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; XsdKeyEntry_t693496666 * L_11 = V_3; NullCheck(L_11); int32_t L_12 = L_11->get_StartDepth_0(); int32_t L_13 = __this->get_depth_21(); if ((!(((uint32_t)L_12) == ((uint32_t)L_13)))) { goto IL_00a7; } } { XsdKeyEntry_t693496666 * L_14 = V_3; NullCheck(L_14); bool L_15 = XsdKeyEntry_get_KeyFound_m1513665906(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0077; } } { XsdKeyTable_t2156891743 * L_16 = V_1; NullCheck(L_16); XsdKeyEntryCollection_t3090959213 * L_17 = L_16->get_FinishedEntries_6(); XsdKeyEntry_t693496666 * L_18 = V_3; NullCheck(L_17); XsdKeyEntryCollection_Add_m3577222576(L_17, L_18, /*hidden argument*/NULL); goto IL_0092; } IL_0077: { XsdKeyTable_t2156891743 * L_19 = V_1; NullCheck(L_19); XmlSchemaIdentityConstraint_t297318432 * L_20 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_19, /*hidden argument*/NULL); if (!((XmlSchemaKey_t3030860318 *)IsInstClass((RuntimeObject*)L_20, XmlSchemaKey_t3030860318_il2cpp_TypeInfo_var))) { goto IL_0092; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral4076669907, /*hidden argument*/NULL); } IL_0092: { XsdKeyTable_t2156891743 * L_21 = V_1; NullCheck(L_21); XsdKeyEntryCollection_t3090959213 * L_22 = L_21->get_Entries_5(); int32_t L_23 = V_2; NullCheck(L_22); CollectionBase_RemoveAt_m3336462814(L_22, L_23, /*hidden argument*/NULL); int32_t L_24 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)); goto IL_0104; } IL_00a7: { V_4 = 0; goto IL_00f2; } IL_00af: { XsdKeyEntry_t693496666 * L_25 = V_3; NullCheck(L_25); XsdKeyEntryFieldCollection_t3698183622 * L_26 = L_25->get_KeyFields_4(); int32_t L_27 = V_4; NullCheck(L_26); XsdKeyEntryField_t3552275292 * L_28 = XsdKeyEntryFieldCollection_get_Item_m1321057123(L_26, L_27, /*hidden argument*/NULL); V_5 = L_28; XsdKeyEntryField_t3552275292 * L_29 = V_5; NullCheck(L_29); bool L_30 = L_29->get_FieldFound_2(); if (L_30) { goto IL_00ec; } } { XsdKeyEntryField_t3552275292 * L_31 = V_5; NullCheck(L_31); int32_t L_32 = L_31->get_FieldFoundDepth_9(); int32_t L_33 = __this->get_depth_21(); if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_00ec; } } { XsdKeyEntryField_t3552275292 * L_34 = V_5; NullCheck(L_34); L_34->set_FieldFoundDepth_9(0); XsdKeyEntryField_t3552275292 * L_35 = V_5; NullCheck(L_35); L_35->set_FieldFoundPath_10((XsdIdentityPath_t991900844 *)NULL); } IL_00ec: { int32_t L_36 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00f2: { int32_t L_37 = V_4; XsdKeyEntry_t693496666 * L_38 = V_3; NullCheck(L_38); XsdKeyEntryFieldCollection_t3698183622 * L_39 = L_38->get_KeyFields_4(); NullCheck(L_39); int32_t L_40 = CollectionBase_get_Count_m1708965601(L_39, /*hidden argument*/NULL); if ((((int32_t)L_37) < ((int32_t)L_40))) { goto IL_00af; } } IL_0104: { int32_t L_41 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_0108: { int32_t L_42 = V_2; XsdKeyTable_t2156891743 * L_43 = V_1; NullCheck(L_43); XsdKeyEntryCollection_t3090959213 * L_44 = L_43->get_Entries_5(); NullCheck(L_44); int32_t L_45 = CollectionBase_get_Count_m1708965601(L_44, /*hidden argument*/NULL); if ((((int32_t)L_42) < ((int32_t)L_45))) { goto IL_003d; } } IL_0119: { int32_t L_46 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_011d: { int32_t L_47 = V_0; ArrayList_t2718874744 * L_48 = __this->get_keyTables_15(); NullCheck(L_48); int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_48); if ((((int32_t)L_47) < ((int32_t)L_49))) { goto IL_0007; } } { V_6 = 0; goto IL_0175; } IL_0136: { ArrayList_t2718874744 * L_50 = __this->get_keyTables_15(); int32_t L_51 = V_6; NullCheck(L_50); RuntimeObject * L_52 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_50, L_51); V_7 = ((XsdKeyTable_t2156891743 *)IsInstClass((RuntimeObject*)L_52, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); XsdKeyTable_t2156891743 * L_53 = V_7; NullCheck(L_53); int32_t L_54 = L_53->get_StartDepth_7(); int32_t L_55 = __this->get_depth_21(); if ((!(((uint32_t)L_54) == ((uint32_t)L_55)))) { goto IL_016f; } } { ArrayList_t2718874744 * L_56 = __this->get_keyTables_15(); int32_t L_57 = V_6; NullCheck(L_56); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_56, L_57); int32_t L_58 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)); } IL_016f: { int32_t L_59 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1)); } IL_0175: { int32_t L_60 = V_6; ArrayList_t2718874744 * L_61 = __this->get_keyTables_15(); NullCheck(L_61); int32_t L_62 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_61); if ((((int32_t)L_60) < ((int32_t)L_62))) { goto IL_0136; } } { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateEndKeyConstraint(Mono.Xml.Schema.XsdKeyTable) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndKeyConstraint_m224110956 (XmlSchemaValidator_t1317961423 * __this, XsdKeyTable_t2156891743 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateEndKeyConstraint_m224110956_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; int32_t V_1 = 0; XsdKeyEntry_t693496666 * V_2 = NULL; XmlSchemaKeyref_t3124006214 * V_3 = NULL; int32_t V_4 = 0; XsdKeyTable_t2156891743 * V_5 = NULL; int32_t V_6 = 0; XsdKeyEntry_t693496666 * V_7 = NULL; int32_t V_8 = 0; XsdKeyEntry_t693496666 * V_9 = NULL; int32_t V_10 = 0; XsdKeyEntry_t693496666 * V_11 = 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; V_1 = 0; goto IL_007c; } IL_000d: { XsdKeyTable_t2156891743 * L_1 = ___seq0; NullCheck(L_1); XsdKeyEntryCollection_t3090959213 * L_2 = L_1->get_Entries_5(); int32_t L_3 = V_1; NullCheck(L_2); XsdKeyEntry_t693496666 * L_4 = XsdKeyEntryCollection_get_Item_m737924673(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; XsdKeyEntry_t693496666 * L_5 = V_2; NullCheck(L_5); bool L_6 = XsdKeyEntry_get_KeyFound_m1513665906(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002a; } } { goto IL_0078; } IL_002a: { XsdKeyTable_t2156891743 * L_7 = ___seq0; NullCheck(L_7); XmlSchemaIdentityConstraint_t297318432 * L_8 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_7, /*hidden argument*/NULL); if (!((XmlSchemaKey_t3030860318 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaKey_t3030860318_il2cpp_TypeInfo_var))) { goto IL_0078; } } { ArrayList_t2718874744 * L_9 = V_0; ObjectU5BU5D_t2843939325* L_10 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1615022670); (L_10)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1615022670); ObjectU5BU5D_t2843939325* L_11 = L_10; XsdKeyEntry_t693496666 * L_12 = V_2; NullCheck(L_12); int32_t L_13 = L_12->get_SelectorLineNumber_1(); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_15); (L_11)->SetAt(static_cast(1), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_11; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral3563315647); (L_16)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3563315647); ObjectU5BU5D_t2843939325* L_17 = L_16; XsdKeyEntry_t693496666 * L_18 = V_2; NullCheck(L_18); int32_t L_19 = L_18->get_SelectorLinePosition_2(); int32_t L_20 = L_19; RuntimeObject * L_21 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_20); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_21); (L_17)->SetAt(static_cast(3), (RuntimeObject *)L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m2971454694(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); NullCheck(L_9); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_22); } IL_0078: { int32_t L_23 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_007c: { int32_t L_24 = V_1; XsdKeyTable_t2156891743 * L_25 = ___seq0; NullCheck(L_25); XsdKeyEntryCollection_t3090959213 * L_26 = L_25->get_Entries_5(); NullCheck(L_26); int32_t L_27 = CollectionBase_get_Count_m1708965601(L_26, /*hidden argument*/NULL); if ((((int32_t)L_24) < ((int32_t)L_27))) { goto IL_000d; } } { ArrayList_t2718874744 * L_28 = V_0; NullCheck(L_28); int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_28); if ((((int32_t)L_29) <= ((int32_t)0))) { goto IL_00c8; } } { ArrayList_t2718874744 * L_30 = V_0; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_30); RuntimeArray * L_33 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_30, L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3450517380, ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_33, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_35 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2741414, L_34, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_35, /*hidden argument*/NULL); } IL_00c8: { ArrayList_t2718874744 * L_36 = V_0; NullCheck(L_36); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_36); XsdKeyTable_t2156891743 * L_37 = ___seq0; NullCheck(L_37); XmlSchemaIdentityConstraint_t297318432 * L_38 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_37, /*hidden argument*/NULL); V_3 = ((XmlSchemaKeyref_t3124006214 *)IsInstClass((RuntimeObject*)L_38, XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var)); XmlSchemaKeyref_t3124006214 * L_39 = V_3; if (!L_39) { goto IL_0277; } } { ArrayList_t2718874744 * L_40 = __this->get_keyTables_15(); NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_40); V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)); goto IL_01a3; } IL_00f4: { ArrayList_t2718874744 * L_42 = __this->get_keyTables_15(); int32_t L_43 = V_4; NullCheck(L_42); RuntimeObject * L_44 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_42, L_43); V_5 = ((XsdKeyTable_t2156891743 *)IsInstClass((RuntimeObject*)L_44, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); XsdKeyTable_t2156891743 * L_45 = V_5; NullCheck(L_45); XmlSchemaIdentityConstraint_t297318432 * L_46 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_45, /*hidden argument*/NULL); XmlSchemaKeyref_t3124006214 * L_47 = V_3; NullCheck(L_47); XmlSchemaIdentityConstraint_t297318432 * L_48 = XmlSchemaKeyref_get_Target_m3929317254(L_47, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaIdentityConstraint_t297318432 *)L_46) == ((RuntimeObject*)(XmlSchemaIdentityConstraint_t297318432 *)L_48)))) { goto IL_019d; } } { XsdKeyTable_t2156891743 * L_49 = ___seq0; XsdKeyTable_t2156891743 * L_50 = V_5; NullCheck(L_49); L_49->set_ReferencedKey_8(L_50); V_6 = 0; goto IL_018b; } IL_012a: { XsdKeyTable_t2156891743 * L_51 = ___seq0; NullCheck(L_51); XsdKeyEntryCollection_t3090959213 * L_52 = L_51->get_FinishedEntries_6(); int32_t L_53 = V_6; NullCheck(L_52); XsdKeyEntry_t693496666 * L_54 = XsdKeyEntryCollection_get_Item_m737924673(L_52, L_53, /*hidden argument*/NULL); V_7 = L_54; V_8 = 0; goto IL_0172; } IL_0141: { XsdKeyTable_t2156891743 * L_55 = V_5; NullCheck(L_55); XsdKeyEntryCollection_t3090959213 * L_56 = L_55->get_FinishedEntries_6(); int32_t L_57 = V_8; NullCheck(L_56); XsdKeyEntry_t693496666 * L_58 = XsdKeyEntryCollection_get_Item_m737924673(L_56, L_57, /*hidden argument*/NULL); V_9 = L_58; XsdKeyEntry_t693496666 * L_59 = V_7; XsdKeyEntry_t693496666 * L_60 = V_9; NullCheck(L_59); bool L_61 = XsdKeyEntry_CompareIdentity_m768038900(L_59, L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_016c; } } { XsdKeyEntry_t693496666 * L_62 = V_7; NullCheck(L_62); L_62->set_KeyRefFound_5((bool)1); goto IL_0185; } IL_016c: { int32_t L_63 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_0172: { int32_t L_64 = V_8; XsdKeyTable_t2156891743 * L_65 = V_5; NullCheck(L_65); XsdKeyEntryCollection_t3090959213 * L_66 = L_65->get_FinishedEntries_6(); NullCheck(L_66); int32_t L_67 = CollectionBase_get_Count_m1708965601(L_66, /*hidden argument*/NULL); if ((((int32_t)L_64) < ((int32_t)L_67))) { goto IL_0141; } } IL_0185: { int32_t L_68 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_018b: { int32_t L_69 = V_6; XsdKeyTable_t2156891743 * L_70 = ___seq0; NullCheck(L_70); XsdKeyEntryCollection_t3090959213 * L_71 = L_70->get_FinishedEntries_6(); NullCheck(L_71); int32_t L_72 = CollectionBase_get_Count_m1708965601(L_71, /*hidden argument*/NULL); if ((((int32_t)L_69) < ((int32_t)L_72))) { goto IL_012a; } } IL_019d: { int32_t L_73 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)); } IL_01a3: { int32_t L_74 = V_4; if ((((int32_t)L_74) >= ((int32_t)0))) { goto IL_00f4; } } { XsdKeyTable_t2156891743 * L_75 = ___seq0; NullCheck(L_75); XsdKeyTable_t2156891743 * L_76 = L_75->get_ReferencedKey_8(); if (L_76) { goto IL_01c1; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral855589745, /*hidden argument*/NULL); } IL_01c1: { V_10 = 0; goto IL_022a; } IL_01c9: { XsdKeyTable_t2156891743 * L_77 = ___seq0; NullCheck(L_77); XsdKeyEntryCollection_t3090959213 * L_78 = L_77->get_FinishedEntries_6(); int32_t L_79 = V_10; NullCheck(L_78); XsdKeyEntry_t693496666 * L_80 = XsdKeyEntryCollection_get_Item_m737924673(L_78, L_79, /*hidden argument*/NULL); V_11 = L_80; XsdKeyEntry_t693496666 * L_81 = V_11; NullCheck(L_81); bool L_82 = L_81->get_KeyRefFound_5(); if (L_82) { goto IL_0224; } } { ArrayList_t2718874744 * L_83 = V_0; ObjectU5BU5D_t2843939325* L_84 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_84); ArrayElementTypeCheck (L_84, _stringLiteral41810558); (L_84)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral41810558); ObjectU5BU5D_t2843939325* L_85 = L_84; XsdKeyEntry_t693496666 * L_86 = V_11; NullCheck(L_86); int32_t L_87 = L_86->get_SelectorLineNumber_1(); int32_t L_88 = L_87; RuntimeObject * L_89 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_88); NullCheck(L_85); ArrayElementTypeCheck (L_85, L_89); (L_85)->SetAt(static_cast(1), (RuntimeObject *)L_89); ObjectU5BU5D_t2843939325* L_90 = L_85; NullCheck(L_90); ArrayElementTypeCheck (L_90, _stringLiteral2313037231); (L_90)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2313037231); ObjectU5BU5D_t2843939325* L_91 = L_90; XsdKeyEntry_t693496666 * L_92 = V_11; NullCheck(L_92); int32_t L_93 = L_92->get_SelectorLinePosition_2(); int32_t L_94 = L_93; RuntimeObject * L_95 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_94); NullCheck(L_91); ArrayElementTypeCheck (L_91, L_95); (L_91)->SetAt(static_cast(3), (RuntimeObject *)L_95); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_96 = String_Concat_m2971454694(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); NullCheck(L_83); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_83, L_96); } IL_0224: { int32_t L_97 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)1)); } IL_022a: { int32_t L_98 = V_10; XsdKeyTable_t2156891743 * L_99 = ___seq0; NullCheck(L_99); XsdKeyEntryCollection_t3090959213 * L_100 = L_99->get_FinishedEntries_6(); NullCheck(L_100); int32_t L_101 = CollectionBase_get_Count_m1708965601(L_100, /*hidden argument*/NULL); if ((((int32_t)L_98) < ((int32_t)L_101))) { goto IL_01c9; } } { ArrayList_t2718874744 * L_102 = V_0; NullCheck(L_102); int32_t L_103 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_102); if ((((int32_t)L_103) <= ((int32_t)0))) { goto IL_0277; } } { ArrayList_t2718874744 * L_104 = V_0; RuntimeTypeHandle_t3027515415 L_105 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_106 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_105, /*hidden argument*/NULL); NullCheck(L_104); RuntimeArray * L_107 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_104, L_106); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_108 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3786121418, ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_107, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_109 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3555459069, L_108, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_109, /*hidden argument*/NULL); } IL_0277: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateSimpleContentIdentity(System.Xml.Schema.XmlSchemaDatatype,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateSimpleContentIdentity_m3222176196 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaDatatype_t322714710 * ___dt0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ValidateSimpleContentIdentity_m3222176196_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdKeyEntryField_t3552275292 * V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * 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); { ArrayList_t2718874744 * L_0 = __this->get_currentKeyFieldConsumers_16(); if (!L_0) { goto IL_00f2; } } { goto IL_00e1; } IL_0010: { ArrayList_t2718874744 * L_1 = __this->get_currentKeyFieldConsumers_16(); NullCheck(L_1); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, 0); V_0 = ((XsdKeyEntryField_t3552275292 *)IsInstClass((RuntimeObject*)L_2, XsdKeyEntryField_t3552275292_il2cpp_TypeInfo_var)); XsdKeyEntryField_t3552275292 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_Identity_7(); if (!L_4) { goto IL_0048; } } { XsdKeyEntryField_t3552275292 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_Identity_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral961916488, L_6, _stringLiteral2623256461, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_7, /*hidden argument*/NULL); } IL_0048: { V_1 = NULL; XmlSchemaDatatype_t322714710 * L_8 = ___dt0; if (!L_8) { goto IL_008b; } } IL_0050: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_9 = ___dt0; String_t* L_10 = ___value1; XmlNameTable_t71772148 * L_11 = __this->get_nameTable_5(); RuntimeObject* L_12 = __this->get_nsResolver_3(); NullCheck(L_9); RuntimeObject * L_13 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_9, L_10, L_11, L_12); V_1 = L_13; goto IL_008b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); XmlSchemaDatatype_t322714710 * L_14 = ___dt0; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_14); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(XmlTokenizedType_t3348692225_il2cpp_TypeInfo_var, &L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3353854643, L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_2; XmlSchemaValidator_HandleError_m1356638579(__this, L_18, L_19, /*hidden argument*/NULL); goto IL_008b; } // end catch (depth: 1) IL_008b: { RuntimeObject * L_20 = V_1; if (L_20) { goto IL_0093; } } { String_t* L_21 = ___value1; V_1 = L_21; } IL_0093: { XsdKeyEntryField_t3552275292 * L_22 = V_0; RuntimeObject * L_23 = V_1; int32_t L_24 = __this->get_depth_21(); int32_t L_25 = __this->get_xsiNilDepth_22(); XmlSchemaDatatype_t322714710 * L_26 = ___dt0; int32_t L_27 = __this->get_depth_21(); RuntimeObject* L_28 = __this->get_lineInfo_2(); NullCheck(L_22); bool L_29 = XsdKeyEntryField_SetIdentityField_m950445197(L_22, L_23, (bool)((((int32_t)L_24) == ((int32_t)L_25))? 1 : 0), ((XsdAnySimpleType_t1257864485 *)IsInstClass((RuntimeObject*)L_26, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)), L_27, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_00d5; } } { String_t* L_30 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2945089706, L_30, _stringLiteral2623256461, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_31, /*hidden argument*/NULL); } IL_00d5: { ArrayList_t2718874744 * L_32 = __this->get_currentKeyFieldConsumers_16(); NullCheck(L_32); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_32, 0); } IL_00e1: { ArrayList_t2718874744 * L_33 = __this->get_currentKeyFieldConsumers_16(); NullCheck(L_33); int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_33); if ((((int32_t)L_34) > ((int32_t)0))) { goto IL_0010; } } IL_00f2: { return; } } // System.Object System.Xml.Schema.XmlSchemaValidator::GetXsiType(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_GetXsiType_m2257037275 (XmlSchemaValidator_t1317961423 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_GetXsiType_m2257037275_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; { V_0 = NULL; String_t* L_0 = ___name0; RuntimeObject* L_1 = __this->get_nsResolver_3(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_2 = XmlQualifiedName_Parse_m1094507201(NULL /*static, unused*/, L_0, L_1, (bool)1, /*hidden argument*/NULL); V_1 = L_2; XmlQualifiedName_t2760654312 * L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_4 = ((XmlSchemaComplexType_t3740801802_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))->get_AnyTypeName_43(); bool L_5 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002b; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_6 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_6; goto IL_004a; } IL_002b: { XmlQualifiedName_t2760654312 * L_7 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_8 = XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0042; } } { XmlQualifiedName_t2760654312 * L_9 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_10 = XmlSchemaDatatype_FromName_m1668846326(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); V_0 = L_10; goto IL_004a; } IL_0042: { XmlQualifiedName_t2760654312 * L_11 = V_1; XmlSchemaType_t2033747345 * L_12 = XmlSchemaValidator_FindType_m1629153418(__this, L_11, /*hidden argument*/NULL); V_0 = L_12; } IL_004a: { RuntimeObject * L_13 = V_0; return L_13; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleXsiType(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleXsiType_m2975687977 (XmlSchemaValidator_t1317961423 * __this, String_t* ___typename0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_HandleXsiType_m2975687977_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t427880856 * V_0 = NULL; RuntimeObject * V_1 = NULL; XmlSchemaType_t2033747345 * V_2 = NULL; XmlSchemaType_t2033747345 * V_3 = NULL; XmlSchemaComplexType_t3740801802 * V_4 = NULL; { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlSchemaElement_t427880856 * L_1 = XsdValidationContext_get_Element_m3113801807(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = ___typename0; RuntimeObject * L_3 = XmlSchemaValidator_GetXsiType_m2257037275(__this, L_2, /*hidden argument*/NULL); V_1 = L_3; RuntimeObject * L_4 = V_1; if (L_4) { goto IL_002c; } } { String_t* L_5 = ___typename0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1204208480, L_5, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_6, /*hidden argument*/NULL); return; } IL_002c: { RuntimeObject * L_7 = V_1; V_2 = ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_7, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_8 = V_2; if (!L_8) { goto IL_009c; } } { XsdValidationContext_t1104170526 * L_9 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_9); XmlSchemaElement_t427880856 * L_10 = XsdValidationContext_get_Element_m3113801807(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_009c; } } { XmlSchemaElement_t427880856 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12 = XmlSchemaElement_get_ElementType_m1141810192(L_11, /*hidden argument*/NULL); V_3 = ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_12, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_13 = V_3; if (!L_13) { goto IL_0078; } } { XmlSchemaType_t2033747345 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = XmlSchemaType_get_DerivedBy_m1544461244(L_14, /*hidden argument*/NULL); XmlSchemaType_t2033747345 * L_16 = V_3; NullCheck(L_16); int32_t L_17 = XmlSchemaType_get_FinalResolved_m213206105(L_16, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_15&(int32_t)L_17))) { goto IL_0078; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral1885088375, /*hidden argument*/NULL); } IL_0078: { XmlSchemaType_t2033747345 * L_18 = V_3; RuntimeObject * L_19 = V_1; if ((((RuntimeObject*)(XmlSchemaType_t2033747345 *)L_18) == ((RuntimeObject*)(RuntimeObject *)L_19))) { goto IL_009c; } } { XmlSchemaType_t2033747345 * L_20 = V_2; NullCheck(L_20); int32_t L_21 = XmlSchemaType_get_DerivedBy_m1544461244(L_20, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = XmlSchemaElement_get_BlockResolved_m1163706590(L_22, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_21&(int32_t)L_23))) { goto IL_009c; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral2312602487, /*hidden argument*/NULL); } IL_009c: { RuntimeObject * L_24 = V_1; V_4 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_24, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_25 = V_4; if (!L_25) { goto IL_00cd; } } { XmlSchemaComplexType_t3740801802 * L_26 = V_4; NullCheck(L_26); bool L_27 = XmlSchemaComplexType_get_IsAbstract_m422868336(L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_00cd; } } { String_t* L_28 = ___typename0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1124906105, L_28, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_29, /*hidden argument*/NULL); goto IL_00f2; } IL_00cd: { XmlSchemaElement_t427880856 * L_30 = V_0; if (!L_30) { goto IL_00e6; } } { RuntimeObject * L_31 = V_1; XmlSchemaElement_t427880856 * L_32 = V_0; NullCheck(L_32); RuntimeObject * L_33 = XmlSchemaElement_get_ElementType_m1141810192(L_32, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_34 = V_0; NullCheck(L_34); int32_t L_35 = XmlSchemaElement_get_BlockResolved_m1163706590(L_34, /*hidden argument*/NULL); XmlSchemaValidator_AssessLocalTypeDerivationOK_m3125439830(__this, L_31, L_33, L_35, /*hidden argument*/NULL); } IL_00e6: { XsdValidationContext_t1104170526 * L_36 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); RuntimeObject * L_37 = V_1; NullCheck(L_36); XsdValidationContext_set_XsiType_m3869708642(L_36, L_37, /*hidden argument*/NULL); } IL_00f2: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::AssessLocalTypeDerivationOK(System.Object,System.Object,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_AssessLocalTypeDerivationOK_m3125439830 (XmlSchemaValidator_t1317961423 * __this, RuntimeObject * ___xsiType0, RuntimeObject * ___baseType1, int32_t ___flag2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_AssessLocalTypeDerivationOK_m3125439830_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaType_t2033747345 * V_0 = NULL; XmlSchemaComplexType_t3740801802 * V_1 = NULL; XmlSchemaComplexType_t3740801802 * V_2 = NULL; XmlSchemaValidationException_t816160496 * V_3 = NULL; XmlSchemaSimpleType_t2678868104 * V_4 = NULL; XmlSchemaValidationException_t816160496 * 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); { RuntimeObject * L_0 = ___xsiType0; V_0 = ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___baseType1; V_1 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_1, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_2 = V_0; V_2 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_2, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); RuntimeObject * L_3 = ___xsiType0; RuntimeObject * L_4 = ___baseType1; if ((((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(RuntimeObject *)L_4))) { goto IL_0062; } } { XmlSchemaComplexType_t3740801802 * L_5 = V_1; if (!L_5) { goto IL_002c; } } { int32_t L_6 = ___flag2; XmlSchemaComplexType_t3740801802 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = XmlSchemaComplexType_get_BlockResolved_m796516093(L_7, /*hidden argument*/NULL); ___flag2 = ((int32_t)((int32_t)L_6|(int32_t)L_8)); } IL_002c: { int32_t L_9 = ___flag2; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)255))))) { goto IL_0043; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral3843559100, /*hidden argument*/NULL); return; } IL_0043: { XmlSchemaType_t2033747345 * L_10 = V_0; if (!L_10) { goto IL_0062; } } { int32_t L_11 = ___flag2; XmlSchemaType_t2033747345 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = XmlSchemaType_get_DerivedBy_m1544461244(L_12, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_11&(int32_t)L_13))) { goto IL_0062; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral3843559100, /*hidden argument*/NULL); return; } IL_0062: { XmlSchemaComplexType_t3740801802 * L_14 = V_2; if (!L_14) { goto IL_0088; } } IL_0068: try { // begin try (depth: 1) XmlSchemaComplexType_t3740801802 * L_15 = V_2; RuntimeObject * L_16 = ___baseType1; NullCheck(L_15); XmlSchemaComplexType_ValidateTypeDerivationOK_m3552271659(L_15, L_16, (ValidationEventHandler_t791314227 *)NULL, (XmlSchema_t3742557897 *)NULL, /*hidden argument*/NULL); goto IL_0083; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0076; throw e; } CATCH_0076: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) V_3 = ((XmlSchemaValidationException_t816160496 *)__exception_local); XmlSchemaValidationException_t816160496 * L_17 = V_3; XmlSchemaValidator_HandleError_m2296075603(__this, L_17, /*hidden argument*/NULL); goto IL_0083; } // end catch (depth: 1) IL_0083: { goto IL_00d7; } IL_0088: { RuntimeObject * L_18 = ___xsiType0; V_4 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_18, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_19 = V_4; if (!L_19) { goto IL_00bc; } } IL_0097: try { // begin try (depth: 1) XmlSchemaSimpleType_t2678868104 * L_20 = V_4; RuntimeObject * L_21 = ___baseType1; NullCheck(L_20); XmlSchemaSimpleType_ValidateTypeDerivationOK_m3745618113(L_20, L_21, (ValidationEventHandler_t791314227 *)NULL, (XmlSchema_t3742557897 *)NULL, (bool)1, /*hidden argument*/NULL); goto IL_00b7; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a8; throw e; } CATCH_00a8: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) V_5 = ((XmlSchemaValidationException_t816160496 *)__exception_local); XmlSchemaValidationException_t816160496 * L_22 = V_5; XmlSchemaValidator_HandleError_m2296075603(__this, L_22, /*hidden argument*/NULL); goto IL_00b7; } // end catch (depth: 1) IL_00b7: { goto IL_00d7; } IL_00bc: { RuntimeObject * L_23 = ___xsiType0; if (!((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_23, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))) { goto IL_00cc; } } { goto IL_00d7; } IL_00cc: { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral1058329276, /*hidden argument*/NULL); } IL_00d7: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleXsiNil(System.String,System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleXsiNil_m3092249046 (XmlSchemaValidator_t1317961423 * __this, String_t* ___value0, XmlSchemaInfo_t997462956 * ___info1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_HandleXsiNil_m3092249046_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t427880856 * V_0 = NULL; { XsdValidationContext_t1104170526 * L_0 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlSchemaElement_t427880856 * L_1 = XsdValidationContext_get_Element_m3113801807(L_0, /*hidden argument*/NULL); V_0 = L_1; XmlSchemaElement_t427880856 * L_2 = V_0; NullCheck(L_2); bool L_3 = XmlSchemaElement_get_ActualIsNillable_m2062928573(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0038; } } { XsdValidationContext_t1104170526 * L_4 = XmlSchemaValidator_get_Context_m2386096010(__this, /*hidden argument*/NULL); NullCheck(L_4); XmlSchemaElement_t427880856 * L_5 = XsdValidationContext_get_Element_m3113801807(L_4, /*hidden argument*/NULL); NullCheck(L_5); XmlQualifiedName_t2760654312 * L_6 = XmlSchemaElement_get_QualifiedName_m2688553928(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1300532205, L_6, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_7, /*hidden argument*/NULL); return; } IL_0038: { String_t* L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_9 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_8); String_t* L_10 = String_Trim_m3384720403(L_8, L_9, /*hidden argument*/NULL); ___value0 = L_10; String_t* L_11 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, _stringLiteral4002445229, /*hidden argument*/NULL); if (!L_12) { goto IL_0094; } } { XmlSchemaElement_t427880856 * L_13 = V_0; NullCheck(L_13); String_t* L_14 = XmlSchemaElement_get_ValidatedFixedValue_m2283540330(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_007b; } } { XmlSchemaElement_t427880856 * L_15 = V_0; NullCheck(L_15); XmlQualifiedName_t2760654312 * L_16 = XmlSchemaElement_get_QualifiedName_m2688553928(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral3538420575, L_16, _stringLiteral3410263759, /*hidden argument*/NULL); XmlSchemaValidator_HandleError_m2498874514(__this, L_17, /*hidden argument*/NULL); } IL_007b: { int32_t L_18 = __this->get_depth_21(); __this->set_xsiNilDepth_22(L_18); XmlSchemaInfo_t997462956 * L_19 = ___info1; if (!L_19) { goto IL_0094; } } { XmlSchemaInfo_t997462956 * L_20 = ___info1; NullCheck(L_20); XmlSchemaInfo_set_IsNil_m4269235884(L_20, (bool)1, /*hidden argument*/NULL); } IL_0094: { return; } } // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaValidator::ReadExternalSchema(System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchemaValidator_ReadExternalSchema_m2050313281 (XmlSchemaValidator_t1317961423 * __this, String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_ReadExternalSchema_m2050313281_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; XmlTextReader_t4233384356 * V_1 = NULL; XmlSchema_t3742557897 * 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); { Uri_t100236324 * L_0 = XmlSchemaValidator_get_SourceUri_m3389977434(__this, /*hidden argument*/NULL); String_t* L_1 = ___uri0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_1); String_t* L_3 = String_Trim_m3384720403(L_1, L_2, /*hidden argument*/NULL); Uri_t100236324 * L_4 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m279432735(L_4, L_0, L_3, /*hidden argument*/NULL); V_0 = L_4; V_1 = (XmlTextReader_t4233384356 *)NULL; } IL_0019: try { // begin try (depth: 1) { Uri_t100236324 * L_5 = V_0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_5); XmlResolver_t626023767 * L_7 = __this->get_xmlResolver_7(); Uri_t100236324 * L_8 = V_0; RuntimeTypeHandle_t3027515415 L_9 = { reinterpret_cast (Stream_t1273022909_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_7); RuntimeObject * L_11 = VirtFuncInvoker3< RuntimeObject *, Uri_t100236324 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_7, L_8, (String_t*)NULL, L_10); XmlNameTable_t71772148 * L_12 = __this->get_nameTable_5(); XmlTextReader_t4233384356 * L_13 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m2920712854(L_13, L_6, ((Stream_t1273022909 *)CastclassClass((RuntimeObject*)L_11, Stream_t1273022909_il2cpp_TypeInfo_var)), L_12, /*hidden argument*/NULL); V_1 = L_13; XmlTextReader_t4233384356 * L_14 = V_1; ValidationEventHandler_t791314227 * L_15 = __this->get_ValidationEventHandler_25(); XmlSchema_t3742557897 * L_16 = XmlSchema_Read_m1071701696(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; IL2CPP_LEAVE(0x6B, FINALLY_005e); } IL_0059: { ; // IL_0059: leave IL_006b } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005e; } FINALLY_005e: { // begin finally (depth: 1) { XmlTextReader_t4233384356 * L_17 = V_1; if (!L_17) { goto IL_006a; } } IL_0064: { XmlTextReader_t4233384356 * L_18 = V_1; NullCheck(L_18); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlTextReader::Close() */, L_18); } IL_006a: { IL2CPP_END_FINALLY(94) } } // end finally (depth: 1) IL2CPP_CLEANUP(94) { IL2CPP_JUMP_TBL(0x6B, IL_006b) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006b: { XmlSchema_t3742557897 * L_19 = V_2; return L_19; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleSchemaLocation(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleSchemaLocation_m2725601791 (XmlSchemaValidator_t1317961423 * __this, String_t* ___schemaLocation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_HandleSchemaLocation_m2725601791_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchema_t3742557897 * V_0 = NULL; bool V_1 = false; StringU5BU5D_t1281789340* V_2 = NULL; Exception_t * V_3 = NULL; int32_t V_4 = 0; Exception_t * 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); { XmlResolver_t626023767 * L_0 = __this->get_xmlResolver_7(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = (XmlSchema_t3742557897 *)NULL; V_1 = (bool)0; V_2 = (StringU5BU5D_t1281789340*)NULL; } IL_0012: try { // begin try (depth: 1) XmlSchemaSimpleType_t2678868104 * L_1 = XmlSchemaType_GetBuiltInSimpleType_m1138863932(NULL /*static, unused*/, ((int32_t)32), /*hidden argument*/NULL); NullCheck(L_1); XmlSchemaDatatype_t322714710 * L_2 = XmlSchemaType_get_Datatype_m3072197688(L_1, /*hidden argument*/NULL); String_t* L_3 = ___schemaLocation0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_2, L_3, (XmlNameTable_t71772148 *)NULL, (RuntimeObject*)NULL); ___schemaLocation0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); String_t* L_5 = ___schemaLocation0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_6 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_5); StringU5BU5D_t1281789340* L_7 = String_Split_m3646115398(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; goto IL_0058; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_003e; throw e; } CATCH_003e: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); Exception_t * L_8 = V_3; XmlSchemaValidator_HandleError_m3026979404(__this, _stringLiteral1704361787, L_8, (bool)1, /*hidden argument*/NULL); V_2 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); goto IL_0058; } // end catch (depth: 1) IL_0058: { StringU5BU5D_t1281789340* L_9 = V_2; NullCheck(L_9); if (!((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))%(int32_t)2))) { goto IL_006d; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral1704361787, /*hidden argument*/NULL); } IL_006d: { V_4 = 0; goto IL_0111; } IL_0075: try { // begin try (depth: 1) StringU5BU5D_t1281789340* L_10 = V_2; int32_t L_11 = V_4; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); String_t* L_13 = (L_10)->GetAt(static_cast(L_12)); XmlSchema_t3742557897 * L_14 = XmlSchemaValidator_ReadExternalSchema_m2050313281(__this, L_13, /*hidden argument*/NULL); V_0 = L_14; goto IL_00a7; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0087; throw e; } CATCH_0087: { // begin catch(System.Exception) { V_5 = ((Exception_t *)__exception_local); String_t* L_15 = ___schemaLocation0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1197017378, L_15, /*hidden argument*/NULL); Exception_t * L_17 = V_5; XmlSchemaValidator_HandleError_m3026979404(__this, L_16, L_17, (bool)1, /*hidden argument*/NULL); goto IL_010b; } IL_00a2: { ; // IL_00a2: leave IL_00a7 } } // end catch (depth: 1) IL_00a7: { XmlSchema_t3742557897 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = XmlSchema_get_TargetNamespace_m442842382(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00c1; } } { XmlSchema_t3742557897 * L_20 = V_0; StringU5BU5D_t1281789340* L_21 = V_2; int32_t L_22 = V_4; NullCheck(L_21); int32_t L_23 = L_22; String_t* L_24 = (L_21)->GetAt(static_cast(L_23)); NullCheck(L_20); XmlSchema_set_TargetNamespace_m3622691901(L_20, L_24, /*hidden argument*/NULL); goto IL_00e0; } IL_00c1: { XmlSchema_t3742557897 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = XmlSchema_get_TargetNamespace_m442842382(L_25, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_27 = V_2; int32_t L_28 = V_4; NullCheck(L_27); int32_t L_29 = L_28; String_t* L_30 = (L_27)->GetAt(static_cast(L_29)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_26, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00e0; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral1914366734, /*hidden argument*/NULL); } IL_00e0: { XmlSchema_t3742557897 * L_32 = V_0; if (!L_32) { goto IL_010b; } } { XmlSchemaSet_t266093086 * L_33 = __this->get_schemas_6(); XmlSchema_t3742557897 * L_34 = V_0; NullCheck(L_34); String_t* L_35 = XmlSchema_get_TargetNamespace_m442842382(L_34, /*hidden argument*/NULL); NullCheck(L_33); bool L_36 = XmlSchemaSet_Contains_m2963568736(L_33, L_35, /*hidden argument*/NULL); if (L_36) { goto IL_010b; } } { V_1 = (bool)1; XmlSchemaSet_t266093086 * L_37 = __this->get_schemas_6(); XmlSchema_t3742557897 * L_38 = V_0; NullCheck(L_37); XmlSchemaSet_Add_m27831907(L_37, L_38, /*hidden argument*/NULL); } IL_010b: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)2)); } IL_0111: { int32_t L_40 = V_4; StringU5BU5D_t1281789340* L_41 = V_2; NullCheck(L_41); if ((((int32_t)L_40) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_41)->max_length))))))) { goto IL_0075; } } { bool L_42 = V_1; if (!L_42) { goto IL_012c; } } { XmlSchemaSet_t266093086 * L_43 = __this->get_schemas_6(); NullCheck(L_43); XmlSchemaSet_Compile_m1310515789(L_43, /*hidden argument*/NULL); } IL_012c: { return; } } // System.Void System.Xml.Schema.XmlSchemaValidator::HandleNoNSSchemaLocation(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_HandleNoNSSchemaLocation_m74132076 (XmlSchemaValidator_t1317961423 * __this, String_t* ___noNsSchemaLocation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidator_HandleNoNSSchemaLocation_m74132076_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchema_t3742557897 * V_0 = NULL; bool V_1 = false; Exception_t * 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); { XmlResolver_t626023767 * L_0 = __this->get_xmlResolver_7(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = (XmlSchema_t3742557897 *)NULL; V_1 = (bool)0; } IL_0010: try { // begin try (depth: 1) String_t* L_1 = ___noNsSchemaLocation0; XmlSchema_t3742557897 * L_2 = XmlSchemaValidator_ReadExternalSchema_m2050313281(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; goto IL_0036; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001d; throw e; } CATCH_001d: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); String_t* L_3 = ___noNsSchemaLocation0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1197017378, L_3, /*hidden argument*/NULL); Exception_t * L_5 = V_2; XmlSchemaValidator_HandleError_m3026979404(__this, L_4, L_5, (bool)1, /*hidden argument*/NULL); goto IL_0036; } // end catch (depth: 1) IL_0036: { XmlSchema_t3742557897 * L_6 = V_0; if (!L_6) { goto IL_0052; } } { XmlSchema_t3742557897 * L_7 = V_0; NullCheck(L_7); String_t* L_8 = XmlSchema_get_TargetNamespace_m442842382(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0052; } } { XmlSchemaValidator_HandleError_m2498874514(__this, _stringLiteral1914366734, /*hidden argument*/NULL); } IL_0052: { XmlSchema_t3742557897 * L_9 = V_0; if (!L_9) { goto IL_007d; } } { XmlSchemaSet_t266093086 * L_10 = __this->get_schemas_6(); XmlSchema_t3742557897 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = XmlSchema_get_TargetNamespace_m442842382(L_11, /*hidden argument*/NULL); NullCheck(L_10); bool L_13 = XmlSchemaSet_Contains_m2963568736(L_10, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_007d; } } { V_1 = (bool)1; XmlSchemaSet_t266093086 * L_14 = __this->get_schemas_6(); XmlSchema_t3742557897 * L_15 = V_0; NullCheck(L_14); XmlSchemaSet_Add_m27831907(L_14, L_15, /*hidden argument*/NULL); } IL_007d: { bool L_16 = V_1; if (!L_16) { goto IL_008e; } } { XmlSchemaSet_t266093086 * L_17 = __this->get_schemas_6(); NullCheck(L_17); XmlSchemaSet_Compile_m1310515789(L_17, /*hidden argument*/NULL); } IL_008e: { 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.Schema.XmlSchemaWhiteSpaceFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaWhiteSpaceFacet__ctor_m1190861561 (XmlSchemaWhiteSpaceFacet_t4158372164 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaWhiteSpaceFacet__ctor_m1190861561_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var); XmlSchemaFacet__ctor_m442738916(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaWhiteSpaceFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaWhiteSpaceFacet_get_ThisFacet_m3108218635 (XmlSchemaWhiteSpaceFacet_t4158372164 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)32)); } } // System.Xml.Schema.XmlSchemaWhiteSpaceFacet System.Xml.Schema.XmlSchemaWhiteSpaceFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaWhiteSpaceFacet_t4158372164 * XmlSchemaWhiteSpaceFacet_Read_m1012238860 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaWhiteSpaceFacet_Read_m1012238860_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaWhiteSpaceFacet_t4158372164 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaWhiteSpaceFacet_t4158372164 * L_0 = (XmlSchemaWhiteSpaceFacet_t4158372164 *)il2cpp_codegen_object_new(XmlSchemaWhiteSpaceFacet_t4158372164_il2cpp_TypeInfo_var); XmlSchemaWhiteSpaceFacet__ctor_m1190861561(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1492323255, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1471754589, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaWhiteSpaceFacet_t4158372164 *)NULL; } IL_0056: { XmlSchemaWhiteSpaceFacet_t4158372164 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaWhiteSpaceFacet_t4158372164 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaWhiteSpaceFacet_t4158372164 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaWhiteSpaceFacet_t4158372164 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::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, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaWhiteSpaceFacet_t4158372164 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaWhiteSpaceFacet_t4158372164 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral681123123, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaWhiteSpaceFacet_t4158372164 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaWhiteSpaceFacet_t4158372164 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral1492323255, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2675440743, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaWhiteSpaceFacet_t4158372164 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaWhiteSpaceFacet_t4158372164 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaXPath::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaXPath__ctor_m3593854984 (XmlSchemaXPath_t3156455507 * __this, const RuntimeMethod* method) { { XmlSchemaAnnotated__ctor_m2738129066(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.Schema.XmlSchemaXPath::get_XPath() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaXPath_get_XPath_m3201415714 (XmlSchemaXPath_t3156455507 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_xpath_16(); return L_0; } } // System.Int32 System.Xml.Schema.XmlSchemaXPath::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaXPath_Compile_m528363123 (XmlSchemaXPath_t3156455507 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaXPath_Compile_m528363123_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; XmlQualifiedNameU5BU5D_t1471530361* V_1 = NULL; int32_t V_2 = 0; { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { XmlNamespaceManager_t418790500 * L_4 = __this->get_nsmgr_17(); if (L_4) { goto IL_0079; } } { NameTable_t3178203267 * L_5 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_5, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_6 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_6, L_5, /*hidden argument*/NULL); __this->set_nsmgr_17(L_6); XmlSerializerNamespaces_t2702737953 * L_7 = XmlSchemaObject_get_Namespaces_m1671673830(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0079; } } { XmlSerializerNamespaces_t2702737953 * L_8 = XmlSchemaObject_get_Namespaces_m1671673830(__this, /*hidden argument*/NULL); NullCheck(L_8); XmlQualifiedNameU5BU5D_t1471530361* L_9 = XmlSerializerNamespaces_ToArray_m2843559361(L_8, /*hidden argument*/NULL); V_1 = L_9; V_2 = 0; goto IL_0070; } IL_0051: { XmlQualifiedNameU5BU5D_t1471530361* L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_10); int32_t L_12 = L_11; XmlQualifiedName_t2760654312 * L_13 = (L_10)->GetAt(static_cast(L_12)); V_0 = L_13; XmlNamespaceManager_t418790500 * L_14 = __this->get_nsmgr_17(); XmlQualifiedName_t2760654312 * L_15 = V_0; NullCheck(L_15); String_t* L_16 = XmlQualifiedName_get_Name_m815040483(L_15, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = XmlQualifiedName_get_Namespace_m3957593392(L_17, /*hidden argument*/NULL); NullCheck(L_14); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_14, L_16, L_18); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0070: { int32_t L_20 = V_2; XmlQualifiedNameU5BU5D_t1471530361* L_21 = V_1; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_21)->max_length))))))) { goto IL_0051; } } IL_0079: { XsdIdentityPath_t991900844 * L_22 = (XsdIdentityPath_t991900844 *)il2cpp_codegen_object_new(XsdIdentityPath_t991900844_il2cpp_TypeInfo_var); XsdIdentityPath__ctor_m2092303249(L_22, /*hidden argument*/NULL); __this->set_currentPath_20(L_22); String_t* L_23 = __this->get_xpath_16(); ValidationEventHandler_t791314227 * L_24 = ___h0; XmlSchema_t3742557897 * L_25 = ___schema1; XmlSchemaXPath_ParseExpression_m2341068207(__this, L_23, L_24, L_25, /*hidden argument*/NULL); String_t* L_26 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_27 = ___schema1; NullCheck(L_27); Hashtable_t1853889766 * L_28 = XmlSchema_get_IDCollection_m3725452494(L_27, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_29 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_26, __this, L_28, L_29, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_30 = ___schema1; NullCheck(L_30); Guid_t L_31 = ((XmlSchemaObject_t1315720168 *)L_30)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_31); int32_t L_32 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_32; } } // Mono.Xml.Schema.XsdIdentityPath[] System.Xml.Schema.XmlSchemaXPath::get_CompiledExpression() extern "C" IL2CPP_METHOD_ATTR XsdIdentityPathU5BU5D_t2466178853* XmlSchemaXPath_get_CompiledExpression_m3788933425 (XmlSchemaXPath_t3156455507 * __this, const RuntimeMethod* method) { { XsdIdentityPathU5BU5D_t2466178853* L_0 = __this->get_compiledExpression_19(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaXPath::ParseExpression(System.String,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaXPath_ParseExpression_m2341068207 (XmlSchemaXPath_t3156455507 * __this, String_t* ___xpath0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaXPath_ParseExpression_m2341068207_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 = ___xpath0; ArrayList_t2718874744 * L_2 = V_0; ValidationEventHandler_t791314227 * L_3 = ___h1; XmlSchema_t3742557897 * L_4 = ___schema2; XmlSchemaXPath_ParsePath_m1265390928(__this, L_1, 0, L_2, L_3, L_4, /*hidden argument*/NULL); ArrayList_t2718874744 * L_5 = V_0; RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (XsdIdentityPath_t991900844_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); NullCheck(L_5); RuntimeArray * L_8 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_5, L_7); __this->set_compiledExpression_19(((XsdIdentityPathU5BU5D_t2466178853*)Castclass((RuntimeObject*)L_8, XsdIdentityPathU5BU5D_t2466178853_il2cpp_TypeInfo_var))); return; } } // System.Void System.Xml.Schema.XmlSchemaXPath::ParsePath(System.String,System.Int32,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaXPath_ParsePath_m1265390928 (XmlSchemaXPath_t3156455507 * __this, String_t* ___xpath0, int32_t ___pos1, ArrayList_t2718874744 * ___paths2, ValidationEventHandler_t791314227 * ___h3, XmlSchema_t3742557897 * ___schema4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaXPath_ParsePath_m1265390928_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ArrayList_t2718874744 * V_1 = NULL; { String_t* L_0 = ___xpath0; int32_t L_1 = ___pos1; int32_t L_2 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_0, L_1, /*hidden argument*/NULL); ___pos1 = L_2; String_t* L_3 = ___xpath0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); int32_t L_5 = ___pos1; if ((((int32_t)L_4) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)3))))) { goto IL_0071; } } { String_t* L_6 = ___xpath0; int32_t L_7 = ___pos1; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)46))))) { goto IL_0071; } } { int32_t L_9 = ___pos1; V_0 = L_9; int32_t L_10 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); String_t* L_11 = ___xpath0; int32_t L_12 = ___pos1; int32_t L_13 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_11, L_12, /*hidden argument*/NULL); ___pos1 = L_13; String_t* L_14 = ___xpath0; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); int32_t L_16 = ___pos1; if ((((int32_t)L_15) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)2))))) { goto IL_006e; } } { String_t* L_17 = ___xpath0; int32_t L_18 = ___pos1; NullCheck(L_17); int32_t L_19 = String_IndexOf_m2410372598(L_17, _stringLiteral3450582913, L_18, 2, /*hidden argument*/NULL); int32_t L_20 = ___pos1; if ((!(((uint32_t)L_19) == ((uint32_t)L_20)))) { goto IL_006e; } } { XsdIdentityPath_t991900844 * L_21 = __this->get_currentPath_20(); NullCheck(L_21); L_21->set_Descendants_1((bool)1); int32_t L_22 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)2)); goto IL_0071; } IL_006e: { int32_t L_23 = V_0; ___pos1 = L_23; } IL_0071: { ArrayList_t2718874744 * L_24 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_24, /*hidden argument*/NULL); V_1 = L_24; String_t* L_25 = ___xpath0; int32_t L_26 = ___pos1; ArrayList_t2718874744 * L_27 = V_1; ArrayList_t2718874744 * L_28 = ___paths2; ValidationEventHandler_t791314227 * L_29 = ___h3; XmlSchema_t3742557897 * L_30 = ___schema4; XmlSchemaXPath_ParseStep_m3870533266(__this, L_25, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaXPath::ParseStep(System.String,System.Int32,System.Collections.ArrayList,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaXPath_ParseStep_m3870533266 (XmlSchemaXPath_t3156455507 * __this, String_t* ___xpath0, int32_t ___pos1, ArrayList_t2718874744 * ___steps2, ArrayList_t2718874744 * ___paths3, ValidationEventHandler_t791314227 * ___h4, XmlSchema_t3742557897 * ___schema5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaXPath_ParseStep_m3870533266_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdIdentityStep_t1480907129 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; Il2CppChar V_8 = 0x0; { String_t* L_0 = ___xpath0; int32_t L_1 = ___pos1; int32_t L_2 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_0, L_1, /*hidden argument*/NULL); ___pos1 = L_2; String_t* L_3 = ___xpath0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); int32_t L_5 = ___pos1; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0024; } } { ValidationEventHandler_t791314227 * L_6 = ___h4; XmlSchemaObject_error_m903554348(__this, L_6, _stringLiteral3609590954, /*hidden argument*/NULL); return; } IL_0024: { XsdIdentityStep_t1480907129 * L_7 = (XsdIdentityStep_t1480907129 *)il2cpp_codegen_object_new(XsdIdentityStep_t1480907129_il2cpp_TypeInfo_var); XsdIdentityStep__ctor_m1074702096(L_7, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = ___xpath0; int32_t L_9 = ___pos1; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); V_8 = L_10; Il2CppChar L_11 = V_8; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)((int32_t)97)))) { case 0: { goto IL_0194; } case 1: { goto IL_0049; } case 2: { goto IL_00f1; } } } IL_0049: { Il2CppChar L_12 = V_8; if ((((int32_t)L_12) == ((int32_t)((int32_t)42)))) { goto IL_00e0; } } { Il2CppChar L_13 = V_8; if ((((int32_t)L_13) == ((int32_t)((int32_t)46)))) { goto IL_00cf; } } { Il2CppChar L_14 = V_8; if ((((int32_t)L_14) == ((int32_t)((int32_t)64)))) { goto IL_0069; } } { goto IL_0261; } IL_0069: { bool L_15 = __this->get_isSelector_18(); if (!L_15) { goto IL_0089; } } { ValidationEventHandler_t791314227 * L_16 = ___h4; XmlSchemaObject_error_m903554348(__this, L_16, _stringLiteral2106882644, /*hidden argument*/NULL); __this->set_currentPath_20((XsdIdentityPath_t991900844 *)NULL); return; } IL_0089: { int32_t L_17 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); XsdIdentityStep_t1480907129 * L_18 = V_0; NullCheck(L_18); L_18->set_IsAttribute_1((bool)1); String_t* L_19 = ___xpath0; int32_t L_20 = ___pos1; int32_t L_21 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_19, L_20, /*hidden argument*/NULL); ___pos1 = L_21; String_t* L_22 = ___xpath0; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); int32_t L_24 = ___pos1; if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_00ca; } } { String_t* L_25 = ___xpath0; int32_t L_26 = ___pos1; NullCheck(L_25); Il2CppChar L_27 = String_get_Chars_m2986988803(L_25, L_26, /*hidden argument*/NULL); if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)42))))) { goto IL_00ca; } } { int32_t L_28 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); XsdIdentityStep_t1480907129 * L_29 = V_0; NullCheck(L_29); L_29->set_IsAnyName_2((bool)1); goto IL_03d5; } IL_00ca: { goto IL_0261; } IL_00cf: { int32_t L_30 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); XsdIdentityStep_t1480907129 * L_31 = V_0; NullCheck(L_31); L_31->set_IsCurrent_0((bool)1); goto IL_03d5; } IL_00e0: { int32_t L_32 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); XsdIdentityStep_t1480907129 * L_33 = V_0; NullCheck(L_33); L_33->set_IsAnyName_2((bool)1); goto IL_03d5; } IL_00f1: { String_t* L_34 = ___xpath0; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); int32_t L_36 = ___pos1; if ((((int32_t)L_35) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)5))))) { goto IL_018f; } } { String_t* L_37 = ___xpath0; int32_t L_38 = ___pos1; NullCheck(L_37); int32_t L_39 = String_IndexOf_m2410372598(L_37, _stringLiteral430703268, L_38, 5, /*hidden argument*/NULL); int32_t L_40 = ___pos1; if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_018f; } } { int32_t L_41 = ___pos1; V_1 = L_41; int32_t L_42 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)5)); String_t* L_43 = ___xpath0; int32_t L_44 = ___pos1; int32_t L_45 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_43, L_44, /*hidden argument*/NULL); ___pos1 = L_45; String_t* L_46 = ___xpath0; NullCheck(L_46); int32_t L_47 = String_get_Length_m3847582255(L_46, /*hidden argument*/NULL); int32_t L_48 = ___pos1; if ((((int32_t)L_47) <= ((int32_t)L_48))) { goto IL_018c; } } { String_t* L_49 = ___xpath0; int32_t L_50 = ___pos1; NullCheck(L_49); Il2CppChar L_51 = String_get_Chars_m2986988803(L_49, L_50, /*hidden argument*/NULL); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)58))))) { goto IL_018c; } } { String_t* L_52 = ___xpath0; int32_t L_53 = ___pos1; NullCheck(L_52); Il2CppChar L_54 = String_get_Chars_m2986988803(L_52, ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)58))))) { goto IL_018c; } } { int32_t L_55 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)2)); String_t* L_56 = ___xpath0; NullCheck(L_56); int32_t L_57 = String_get_Length_m3847582255(L_56, /*hidden argument*/NULL); int32_t L_58 = ___pos1; if ((((int32_t)L_57) <= ((int32_t)L_58))) { goto IL_017d; } } { String_t* L_59 = ___xpath0; int32_t L_60 = ___pos1; NullCheck(L_59); Il2CppChar L_61 = String_get_Chars_m2986988803(L_59, L_60, /*hidden argument*/NULL); if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)42))))) { goto IL_017d; } } { int32_t L_62 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1)); XsdIdentityStep_t1480907129 * L_63 = V_0; NullCheck(L_63); L_63->set_IsAnyName_2((bool)1); goto IL_03d5; } IL_017d: { String_t* L_64 = ___xpath0; int32_t L_65 = ___pos1; int32_t L_66 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_64, L_65, /*hidden argument*/NULL); ___pos1 = L_66; goto IL_018f; } IL_018c: { int32_t L_67 = V_1; ___pos1 = L_67; } IL_018f: { goto IL_0261; } IL_0194: { String_t* L_68 = ___xpath0; NullCheck(L_68); int32_t L_69 = String_get_Length_m3847582255(L_68, /*hidden argument*/NULL); int32_t L_70 = ___pos1; if ((((int32_t)L_69) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)9)))))) { goto IL_025c; } } { String_t* L_71 = ___xpath0; int32_t L_72 = ___pos1; NullCheck(L_71); int32_t L_73 = String_IndexOf_m2410372598(L_71, _stringLiteral4158421234, L_72, ((int32_t)9), /*hidden argument*/NULL); int32_t L_74 = ___pos1; if ((!(((uint32_t)L_73) == ((uint32_t)L_74)))) { goto IL_025c; } } { int32_t L_75 = ___pos1; V_2 = L_75; int32_t L_76 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)((int32_t)9))); String_t* L_77 = ___xpath0; int32_t L_78 = ___pos1; int32_t L_79 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_77, L_78, /*hidden argument*/NULL); ___pos1 = L_79; String_t* L_80 = ___xpath0; NullCheck(L_80); int32_t L_81 = String_get_Length_m3847582255(L_80, /*hidden argument*/NULL); int32_t L_82 = ___pos1; if ((((int32_t)L_81) <= ((int32_t)L_82))) { goto IL_0259; } } { String_t* L_83 = ___xpath0; int32_t L_84 = ___pos1; NullCheck(L_83); Il2CppChar L_85 = String_get_Chars_m2986988803(L_83, L_84, /*hidden argument*/NULL); if ((!(((uint32_t)L_85) == ((uint32_t)((int32_t)58))))) { goto IL_0259; } } { String_t* L_86 = ___xpath0; int32_t L_87 = ___pos1; NullCheck(L_86); Il2CppChar L_88 = String_get_Chars_m2986988803(L_86, ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_88) == ((uint32_t)((int32_t)58))))) { goto IL_0259; } } { bool L_89 = __this->get_isSelector_18(); if (!L_89) { goto IL_0213; } } { ValidationEventHandler_t791314227 * L_90 = ___h4; XmlSchemaObject_error_m903554348(__this, L_90, _stringLiteral2106882644, /*hidden argument*/NULL); __this->set_currentPath_20((XsdIdentityPath_t991900844 *)NULL); return; } IL_0213: { int32_t L_91 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)2)); XsdIdentityStep_t1480907129 * L_92 = V_0; NullCheck(L_92); L_92->set_IsAttribute_1((bool)1); String_t* L_93 = ___xpath0; NullCheck(L_93); int32_t L_94 = String_get_Length_m3847582255(L_93, /*hidden argument*/NULL); int32_t L_95 = ___pos1; if ((((int32_t)L_94) <= ((int32_t)L_95))) { goto IL_024a; } } { String_t* L_96 = ___xpath0; int32_t L_97 = ___pos1; NullCheck(L_96); Il2CppChar L_98 = String_get_Chars_m2986988803(L_96, L_97, /*hidden argument*/NULL); if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)42))))) { goto IL_024a; } } { int32_t L_99 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); XsdIdentityStep_t1480907129 * L_100 = V_0; NullCheck(L_100); L_100->set_IsAnyName_2((bool)1); goto IL_03d5; } IL_024a: { String_t* L_101 = ___xpath0; int32_t L_102 = ___pos1; int32_t L_103 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_101, L_102, /*hidden argument*/NULL); ___pos1 = L_103; goto IL_025c; } IL_0259: { int32_t L_104 = V_2; ___pos1 = L_104; } IL_025c: { goto IL_0261; } IL_0261: { int32_t L_105 = ___pos1; V_3 = L_105; goto IL_0283; } IL_0268: { String_t* L_106 = ___xpath0; int32_t L_107 = ___pos1; NullCheck(L_106); Il2CppChar L_108 = String_get_Chars_m2986988803(L_106, L_107, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_109 = XmlChar_IsNCNameChar_m158431100(NULL /*static, unused*/, L_108, /*hidden argument*/NULL); if (L_109) { goto IL_027e; } } { goto IL_028f; } IL_027e: { int32_t L_110 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)1)); } IL_0283: { String_t* L_111 = ___xpath0; NullCheck(L_111); int32_t L_112 = String_get_Length_m3847582255(L_111, /*hidden argument*/NULL); int32_t L_113 = ___pos1; if ((((int32_t)L_112) > ((int32_t)L_113))) { goto IL_0268; } } IL_028f: { int32_t L_114 = ___pos1; int32_t L_115 = V_3; if ((!(((uint32_t)L_114) == ((uint32_t)L_115)))) { goto IL_02ab; } } { ValidationEventHandler_t791314227 * L_116 = ___h4; XmlSchemaObject_error_m903554348(__this, L_116, _stringLiteral1978911567, /*hidden argument*/NULL); __this->set_currentPath_20((XsdIdentityPath_t991900844 *)NULL); return; } IL_02ab: { String_t* L_117 = ___xpath0; NullCheck(L_117); int32_t L_118 = String_get_Length_m3847582255(L_117, /*hidden argument*/NULL); int32_t L_119 = ___pos1; if ((((int32_t)L_118) == ((int32_t)L_119))) { goto IL_02c5; } } { String_t* L_120 = ___xpath0; int32_t L_121 = ___pos1; NullCheck(L_120); Il2CppChar L_122 = String_get_Chars_m2986988803(L_120, L_121, /*hidden argument*/NULL); if ((((int32_t)L_122) == ((int32_t)((int32_t)58)))) { goto IL_02da; } } IL_02c5: { XsdIdentityStep_t1480907129 * L_123 = V_0; String_t* L_124 = ___xpath0; int32_t L_125 = V_3; int32_t L_126 = ___pos1; int32_t L_127 = V_3; NullCheck(L_124); String_t* L_128 = String_Substring_m1610150815(L_124, L_125, ((int32_t)il2cpp_codegen_subtract((int32_t)L_126, (int32_t)L_127)), /*hidden argument*/NULL); NullCheck(L_123); L_123->set_Name_4(L_128); goto IL_03d0; } IL_02da: { String_t* L_129 = ___xpath0; int32_t L_130 = V_3; int32_t L_131 = ___pos1; int32_t L_132 = V_3; NullCheck(L_129); String_t* L_133 = String_Substring_m1610150815(L_129, L_130, ((int32_t)il2cpp_codegen_subtract((int32_t)L_131, (int32_t)L_132)), /*hidden argument*/NULL); V_4 = L_133; int32_t L_134 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_134, (int32_t)1)); String_t* L_135 = ___xpath0; NullCheck(L_135); int32_t L_136 = String_get_Length_m3847582255(L_135, /*hidden argument*/NULL); int32_t L_137 = ___pos1; if ((((int32_t)L_136) <= ((int32_t)L_137))) { goto IL_034f; } } { String_t* L_138 = ___xpath0; int32_t L_139 = ___pos1; NullCheck(L_138); Il2CppChar L_140 = String_get_Chars_m2986988803(L_138, L_139, /*hidden argument*/NULL); if ((!(((uint32_t)L_140) == ((uint32_t)((int32_t)42))))) { goto IL_034f; } } { XmlNamespaceManager_t418790500 * L_141 = __this->get_nsmgr_17(); String_t* L_142 = V_4; NullCheck(L_141); String_t* L_143 = XmlNamespaceManager_LookupNamespace_m2828740952(L_141, L_142, (bool)0, /*hidden argument*/NULL); V_5 = L_143; String_t* L_144 = V_5; if (L_144) { goto IL_033d; } } { ValidationEventHandler_t791314227 * L_145 = ___h4; String_t* L_146 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_147 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral329641656, L_146, _stringLiteral2042047117, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_145, L_147, /*hidden argument*/NULL); __this->set_currentPath_20((XsdIdentityPath_t991900844 *)NULL); return; } IL_033d: { XsdIdentityStep_t1480907129 * L_148 = V_0; String_t* L_149 = V_5; NullCheck(L_148); L_148->set_NsName_3(L_149); int32_t L_150 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)1)); goto IL_03d0; } IL_034f: { int32_t L_151 = ___pos1; V_6 = L_151; goto IL_0372; } IL_0357: { String_t* L_152 = ___xpath0; int32_t L_153 = ___pos1; NullCheck(L_152); Il2CppChar L_154 = String_get_Chars_m2986988803(L_152, L_153, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_155 = XmlChar_IsNCNameChar_m158431100(NULL /*static, unused*/, L_154, /*hidden argument*/NULL); if (L_155) { goto IL_036d; } } { goto IL_037e; } IL_036d: { int32_t L_156 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_156, (int32_t)1)); } IL_0372: { String_t* L_157 = ___xpath0; NullCheck(L_157); int32_t L_158 = String_get_Length_m3847582255(L_157, /*hidden argument*/NULL); int32_t L_159 = ___pos1; if ((((int32_t)L_158) > ((int32_t)L_159))) { goto IL_0357; } } IL_037e: { XsdIdentityStep_t1480907129 * L_160 = V_0; String_t* L_161 = ___xpath0; int32_t L_162 = V_6; int32_t L_163 = ___pos1; int32_t L_164 = V_6; NullCheck(L_161); String_t* L_165 = String_Substring_m1610150815(L_161, L_162, ((int32_t)il2cpp_codegen_subtract((int32_t)L_163, (int32_t)L_164)), /*hidden argument*/NULL); NullCheck(L_160); L_160->set_Name_4(L_165); XmlNamespaceManager_t418790500 * L_166 = __this->get_nsmgr_17(); String_t* L_167 = V_4; NullCheck(L_166); String_t* L_168 = XmlNamespaceManager_LookupNamespace_m2828740952(L_166, L_167, (bool)0, /*hidden argument*/NULL); V_7 = L_168; String_t* L_169 = V_7; if (L_169) { goto IL_03c8; } } { ValidationEventHandler_t791314227 * L_170 = ___h4; String_t* L_171 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_172 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral329641656, L_171, _stringLiteral2042047117, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_170, L_172, /*hidden argument*/NULL); __this->set_currentPath_20((XsdIdentityPath_t991900844 *)NULL); return; } IL_03c8: { XsdIdentityStep_t1480907129 * L_173 = V_0; String_t* L_174 = V_7; NullCheck(L_173); L_173->set_Namespace_5(L_174); } IL_03d0: { goto IL_03d5; } IL_03d5: { XsdIdentityStep_t1480907129 * L_175 = V_0; NullCheck(L_175); bool L_176 = L_175->get_IsCurrent_0(); if (L_176) { goto IL_03e8; } } { ArrayList_t2718874744 * L_177 = ___steps2; XsdIdentityStep_t1480907129 * L_178 = V_0; NullCheck(L_177); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_177, L_178); } IL_03e8: { String_t* L_179 = ___xpath0; int32_t L_180 = ___pos1; int32_t L_181 = XmlSchemaXPath_SkipWhitespace_m3783431406(__this, L_179, L_180, /*hidden argument*/NULL); ___pos1 = L_181; String_t* L_182 = ___xpath0; NullCheck(L_182); int32_t L_183 = String_get_Length_m3847582255(L_182, /*hidden argument*/NULL); int32_t L_184 = ___pos1; if ((!(((uint32_t)L_183) == ((uint32_t)L_184)))) { goto IL_042d; } } { XsdIdentityPath_t991900844 * L_185 = __this->get_currentPath_20(); ArrayList_t2718874744 * L_186 = ___steps2; RuntimeTypeHandle_t3027515415 L_187 = { reinterpret_cast (XsdIdentityStep_t1480907129_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_188 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_187, /*hidden argument*/NULL); NullCheck(L_186); RuntimeArray * L_189 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_186, L_188); NullCheck(L_185); L_185->set_OrderedSteps_0(((XsdIdentityStepU5BU5D_t2964233348*)Castclass((RuntimeObject*)L_189, XsdIdentityStepU5BU5D_t2964233348_il2cpp_TypeInfo_var))); ArrayList_t2718874744 * L_190 = ___paths3; XsdIdentityPath_t991900844 * L_191 = __this->get_currentPath_20(); NullCheck(L_190); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_190, L_191); return; } IL_042d: { String_t* L_192 = ___xpath0; int32_t L_193 = ___pos1; NullCheck(L_192); Il2CppChar L_194 = String_get_Chars_m2986988803(L_192, L_193, /*hidden argument*/NULL); if ((!(((uint32_t)L_194) == ((uint32_t)((int32_t)47))))) { goto IL_04a0; } } { int32_t L_195 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_195, (int32_t)1)); XsdIdentityStep_t1480907129 * L_196 = V_0; NullCheck(L_196); bool L_197 = L_196->get_IsAttribute_1(); if (!L_197) { goto IL_0460; } } { ValidationEventHandler_t791314227 * L_198 = ___h4; XmlSchemaObject_error_m903554348(__this, L_198, _stringLiteral3727611199, /*hidden argument*/NULL); __this->set_currentPath_20((XsdIdentityPath_t991900844 *)NULL); return; } IL_0460: { String_t* L_199 = ___xpath0; int32_t L_200 = ___pos1; ArrayList_t2718874744 * L_201 = ___steps2; ArrayList_t2718874744 * L_202 = ___paths3; ValidationEventHandler_t791314227 * L_203 = ___h4; XmlSchema_t3742557897 * L_204 = ___schema5; XmlSchemaXPath_ParseStep_m3870533266(__this, L_199, L_200, L_201, L_202, L_203, L_204, /*hidden argument*/NULL); XsdIdentityPath_t991900844 * L_205 = __this->get_currentPath_20(); if (L_205) { goto IL_047b; } } { return; } IL_047b: { XsdIdentityPath_t991900844 * L_206 = __this->get_currentPath_20(); ArrayList_t2718874744 * L_207 = ___steps2; RuntimeTypeHandle_t3027515415 L_208 = { reinterpret_cast (XsdIdentityStep_t1480907129_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_209 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_208, /*hidden argument*/NULL); NullCheck(L_207); RuntimeArray * L_210 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_207, L_209); NullCheck(L_206); L_206->set_OrderedSteps_0(((XsdIdentityStepU5BU5D_t2964233348*)Castclass((RuntimeObject*)L_210, XsdIdentityStepU5BU5D_t2964233348_il2cpp_TypeInfo_var))); goto IL_0514; } IL_04a0: { String_t* L_211 = ___xpath0; int32_t L_212 = ___pos1; NullCheck(L_211); Il2CppChar L_213 = String_get_Chars_m2986988803(L_211, L_212, /*hidden argument*/NULL); if ((!(((uint32_t)L_213) == ((uint32_t)((int32_t)124))))) { goto IL_04ff; } } { int32_t L_214 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)1)); XsdIdentityPath_t991900844 * L_215 = __this->get_currentPath_20(); ArrayList_t2718874744 * L_216 = ___steps2; RuntimeTypeHandle_t3027515415 L_217 = { reinterpret_cast (XsdIdentityStep_t1480907129_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_218 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_217, /*hidden argument*/NULL); NullCheck(L_216); RuntimeArray * L_219 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_216, L_218); NullCheck(L_215); L_215->set_OrderedSteps_0(((XsdIdentityStepU5BU5D_t2964233348*)Castclass((RuntimeObject*)L_219, XsdIdentityStepU5BU5D_t2964233348_il2cpp_TypeInfo_var))); ArrayList_t2718874744 * L_220 = ___paths3; XsdIdentityPath_t991900844 * L_221 = __this->get_currentPath_20(); NullCheck(L_220); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_220, L_221); XsdIdentityPath_t991900844 * L_222 = (XsdIdentityPath_t991900844 *)il2cpp_codegen_object_new(XsdIdentityPath_t991900844_il2cpp_TypeInfo_var); XsdIdentityPath__ctor_m2092303249(L_222, /*hidden argument*/NULL); __this->set_currentPath_20(L_222); String_t* L_223 = ___xpath0; int32_t L_224 = ___pos1; ArrayList_t2718874744 * L_225 = ___paths3; ValidationEventHandler_t791314227 * L_226 = ___h4; XmlSchema_t3742557897 * L_227 = ___schema5; XmlSchemaXPath_ParsePath_m1265390928(__this, L_223, L_224, L_225, L_226, L_227, /*hidden argument*/NULL); goto IL_0514; } IL_04ff: { ValidationEventHandler_t791314227 * L_228 = ___h4; XmlSchemaObject_error_m903554348(__this, L_228, _stringLiteral689976154, /*hidden argument*/NULL); __this->set_currentPath_20((XsdIdentityPath_t991900844 *)NULL); return; } IL_0514: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaXPath::SkipWhitespace(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaXPath_SkipWhitespace_m3783431406 (XmlSchemaXPath_t3156455507 * __this, String_t* ___xpath0, int32_t ___pos1, const RuntimeMethod* method) { bool V_0 = false; Il2CppChar V_1 = 0x0; { V_0 = (bool)1; goto IL_004a; } IL_0007: { String_t* L_0 = ___xpath0; int32_t L_1 = ___pos1; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; Il2CppChar L_3 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)9)))) { case 0: { goto IL_0039; } case 1: { goto IL_0039; } case 2: { goto IL_002c; } case 3: { goto IL_002c; } case 4: { goto IL_0039; } } } IL_002c: { Il2CppChar L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)32)))) { goto IL_0039; } } { goto IL_0043; } IL_0039: { int32_t L_5 = ___pos1; ___pos1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); goto IL_004a; } IL_0043: { V_0 = (bool)0; goto IL_004a; } IL_004a: { bool L_6 = V_0; if (!L_6) { goto IL_005c; } } { String_t* L_7 = ___xpath0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); int32_t L_9 = ___pos1; if ((((int32_t)L_8) > ((int32_t)L_9))) { goto IL_0007; } } IL_005c: { int32_t L_10 = ___pos1; return L_10; } } // System.Xml.Schema.XmlSchemaXPath System.Xml.Schema.XmlSchemaXPath::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaXPath_t3156455507 * XmlSchemaXPath_Read_m1808832972 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, String_t* ___name2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaXPath_Read_m1808832972_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaXPath_t3156455507 * V_0 = NULL; XmlNamespaceManager_t418790500 * V_1 = NULL; RuntimeObject* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; XmlSchemaAnnotation_t2553753397 * V_5 = NULL; String_t* V_6 = NULL; Dictionary_2_t2736202052 * V_7 = NULL; int32_t V_8 = 0; { XmlSchemaXPath_t3156455507 * L_0 = (XmlSchemaXPath_t3156455507 *)il2cpp_codegen_object_new(XmlSchemaXPath_t3156455507_il2cpp_TypeInfo_var); XmlSchemaXPath__ctor_m3593854984(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0033; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); String_t* L_7 = ___name2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0052; } } IL_0033: { ValidationEventHandler_t791314227 * L_9 = ___h1; XmlSchemaReader_t1164558392 * L_10 = ___reader0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_10); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1885059610, L_11, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_9, L_12, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_13 = ___reader0; NullCheck(L_13); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_13); return (XmlSchemaXPath_t3156455507 *)NULL; } IL_0052: { XmlSchemaXPath_t3156455507 * L_14 = V_0; XmlSchemaReader_t1164558392 * L_15 = ___reader0; NullCheck(L_15); int32_t L_16 = XmlSchemaReader_get_LineNumber_m3920914464(L_15, /*hidden argument*/NULL); NullCheck(L_14); XmlSchemaObject_set_LineNumber_m1360499025(L_14, L_16, /*hidden argument*/NULL); XmlSchemaXPath_t3156455507 * L_17 = V_0; XmlSchemaReader_t1164558392 * L_18 = ___reader0; NullCheck(L_18); int32_t L_19 = XmlSchemaReader_get_LinePosition_m2272047151(L_18, /*hidden argument*/NULL); NullCheck(L_17); XmlSchemaObject_set_LinePosition_m906865826(L_17, L_19, /*hidden argument*/NULL); XmlSchemaXPath_t3156455507 * L_20 = V_0; XmlSchemaReader_t1164558392 * L_21 = ___reader0; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_21); NullCheck(L_20); XmlSchemaObject_set_SourceUri_m2760372687(L_20, L_22, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_23 = ___reader0; NullCheck(L_23); XmlReader_t3121518892 * L_24 = XmlSchemaReader_get_Reader_m1814361792(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlParserContext_t2544895291 * L_25 = XmlSchemaUtil_GetParserContext_m769704433(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); NullCheck(L_25); XmlNamespaceManager_t418790500 * L_26 = XmlParserContext_get_NamespaceManager_m1180655003(L_25, /*hidden argument*/NULL); V_1 = L_26; XmlNamespaceManager_t418790500 * L_27 = V_1; if (!L_27) { goto IL_013b; } } { XmlSchemaXPath_t3156455507 * L_28 = V_0; XmlSchemaReader_t1164558392 * L_29 = ___reader0; NullCheck(L_29); XmlNameTable_t71772148 * L_30 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaReader::get_NameTable() */, L_29); XmlNamespaceManager_t418790500 * L_31 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_31, L_30, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_nsmgr_17(L_31); XmlNamespaceManager_t418790500 * L_32 = V_1; NullCheck(L_32); RuntimeObject* L_33 = VirtFuncInvoker0< RuntimeObject* >::Invoke(10 /* System.Collections.IEnumerator System.Xml.XmlNamespaceManager::GetEnumerator() */, L_32); V_2 = L_33; goto IL_0130; } IL_00aa: { RuntimeObject* L_34 = V_2; NullCheck(L_34); RuntimeObject * L_35 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_34); V_3 = ((String_t*)IsInstSealed((RuntimeObject*)L_35, String_t_il2cpp_TypeInfo_var)); String_t* L_36 = V_3; V_6 = L_36; String_t* L_37 = V_6; if (!L_37) { goto IL_0117; } } { Dictionary_2_t2736202052 * L_38 = ((XmlSchemaXPath_t3156455507_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaXPath_t3156455507_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4A_21(); if (L_38) { goto IL_00f3; } } { Dictionary_2_t2736202052 * L_39 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_39, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_7 = L_39; Dictionary_2_t2736202052 * L_40 = V_7; NullCheck(L_40); Dictionary_2_Add_m282647386(L_40, _stringLiteral2909972470, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_41 = V_7; NullCheck(L_41); Dictionary_2_Add_m282647386(L_41, _stringLiteral3929236445, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_42 = V_7; ((XmlSchemaXPath_t3156455507_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaXPath_t3156455507_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4A_21(L_42); } IL_00f3: { Dictionary_2_t2736202052 * L_43 = ((XmlSchemaXPath_t3156455507_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaXPath_t3156455507_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4A_21(); String_t* L_44 = V_6; NullCheck(L_43); bool L_45 = Dictionary_2_TryGetValue_m1013208020(L_43, L_44, (&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_45) { goto IL_0117; } } { int32_t L_46 = V_8; if (!L_46) { goto IL_0112; } } { goto IL_0117; } IL_0112: { goto IL_0130; } IL_0117: { XmlSchemaXPath_t3156455507 * L_47 = V_0; NullCheck(L_47); XmlNamespaceManager_t418790500 * L_48 = L_47->get_nsmgr_17(); String_t* L_49 = V_3; XmlNamespaceManager_t418790500 * L_50 = V_1; String_t* L_51 = V_3; NullCheck(L_50); String_t* L_52 = XmlNamespaceManager_LookupNamespace_m2828740952(L_50, L_51, (bool)0, /*hidden argument*/NULL); NullCheck(L_48); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_48, L_49, L_52); goto IL_0130; } IL_0130: { RuntimeObject* L_53 = V_2; NullCheck(L_53); bool L_54 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_53); if (L_54) { goto IL_00aa; } } IL_013b: { goto IL_01ef; } IL_0140: { XmlSchemaReader_t1164558392 * L_55 = ___reader0; NullCheck(L_55); String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_55); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_57 = String_op_Equality_m920492651(NULL /*static, unused*/, L_56, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_57) { goto IL_0166; } } { XmlSchemaXPath_t3156455507 * L_58 = V_0; XmlSchemaReader_t1164558392 * L_59 = ___reader0; NullCheck(L_59); String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_59); NullCheck(L_58); XmlSchemaAnnotated_set_Id_m1597719336(L_58, L_60, /*hidden argument*/NULL); goto IL_01ef; } IL_0166: { XmlSchemaReader_t1164558392 * L_61 = ___reader0; NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_61); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_63 = String_op_Equality_m920492651(NULL /*static, unused*/, L_62, _stringLiteral2333584123, /*hidden argument*/NULL); if (!L_63) { goto IL_018c; } } { XmlSchemaXPath_t3156455507 * L_64 = V_0; XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_65); NullCheck(L_64); L_64->set_xpath_16(L_66); goto IL_01ef; } IL_018c: { XmlSchemaReader_t1164558392 * L_67 = ___reader0; NullCheck(L_67); String_t* L_68 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_67); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_69 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_70 = String_op_Equality_m920492651(NULL /*static, unused*/, L_68, L_69, /*hidden argument*/NULL); if (!L_70) { goto IL_01b6; } } { XmlSchemaReader_t1164558392 * L_71 = ___reader0; NullCheck(L_71); String_t* L_72 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_71); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_73 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_72, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_73) { goto IL_01cb; } } IL_01b6: { XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_76 = String_op_Equality_m920492651(NULL /*static, unused*/, L_75, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_76) { goto IL_01e8; } } IL_01cb: { ValidationEventHandler_t791314227 * L_77 = ___h1; XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_78); String_t* L_80 = ___name2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_81 = String_Concat_m3755062657(NULL /*static, unused*/, L_79, _stringLiteral4016147024, L_80, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_77, L_81, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_01ef; } IL_01e8: { XmlSchemaReader_t1164558392 * L_82 = ___reader0; XmlSchemaXPath_t3156455507 * L_83 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_82, L_83, /*hidden argument*/NULL); } IL_01ef: { XmlSchemaReader_t1164558392 * L_84 = ___reader0; NullCheck(L_84); bool L_85 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_84); if (L_85) { goto IL_0140; } } { XmlSchemaReader_t1164558392 * L_86 = ___reader0; NullCheck(L_86); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_86); XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); bool L_88 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_87); if (!L_88) { goto IL_020e; } } { XmlSchemaXPath_t3156455507 * L_89 = V_0; return L_89; } IL_020e: { V_4 = 1; goto IL_0293; } IL_0216: { XmlSchemaReader_t1164558392 * L_90 = ___reader0; NullCheck(L_90); int32_t L_91 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_90); if ((!(((uint32_t)L_91) == ((uint32_t)((int32_t)15))))) { goto IL_0250; } } { XmlSchemaReader_t1164558392 * L_92 = ___reader0; NullCheck(L_92); String_t* L_93 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_92); String_t* L_94 = ___name2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_95 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_93, L_94, /*hidden argument*/NULL); if (!L_95) { goto IL_024b; } } { ValidationEventHandler_t791314227 * L_96 = ___h1; XmlSchemaReader_t1164558392 * L_97 = ___reader0; NullCheck(L_97); String_t* L_98 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_97); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_99 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1279479074, L_98, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_96, L_99, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_024b: { goto IL_029e; } IL_0250: { int32_t L_100 = V_4; if ((((int32_t)L_100) > ((int32_t)1))) { goto IL_028d; } } { XmlSchemaReader_t1164558392 * L_101 = ___reader0; NullCheck(L_101); String_t* L_102 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_101); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_103 = String_op_Equality_m920492651(NULL /*static, unused*/, L_102, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_103) { goto IL_028d; } } { V_4 = 2; XmlSchemaReader_t1164558392 * L_104 = ___reader0; ValidationEventHandler_t791314227 * L_105 = ___h1; XmlSchemaAnnotation_t2553753397 * L_106 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_104, L_105, /*hidden argument*/NULL); V_5 = L_106; XmlSchemaAnnotation_t2553753397 * L_107 = V_5; if (!L_107) { goto IL_0288; } } { XmlSchemaXPath_t3156455507 * L_108 = V_0; XmlSchemaAnnotation_t2553753397 * L_109 = V_5; NullCheck(L_108); XmlSchemaAnnotated_set_Annotation_m3050132480(L_108, L_109, /*hidden argument*/NULL); } IL_0288: { goto IL_0293; } IL_028d: { XmlSchemaReader_t1164558392 * L_110 = ___reader0; NullCheck(L_110); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_110, /*hidden argument*/NULL); } IL_0293: { XmlSchemaReader_t1164558392 * L_111 = ___reader0; NullCheck(L_111); bool L_112 = XmlSchemaReader_ReadNextElement_m611223709(L_111, /*hidden argument*/NULL); if (L_112) { goto IL_0216; } } IL_029e: { XmlSchemaXPath_t3156455507 * L_113 = V_0; return L_113; } } #ifdef __clang__ #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.Schema.XmlValueGetter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XmlValueGetter__ctor_m911128440 (XmlValueGetter_t3904916812 * __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.Object System.Xml.Schema.XmlValueGetter::Invoke() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlValueGetter_Invoke_m479588077 (XmlValueGetter_t3904916812 * __this, const RuntimeMethod* method) { RuntimeObject * result = NULL; if(__this->get_prev_9() != NULL) { XmlValueGetter_Invoke_m479588077((XmlValueGetter_t3904916812 *)__this->get_prev_9(), 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) == 0) { // open { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetMethod); } } else { // closed { typedef RuntimeObject * (*FunctionPointerType) (RuntimeObject *, void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, targetMethod); } } } else { { // 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 = GenericInterfaceFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); else result = GenericVirtFuncInvoker0< RuntimeObject * >::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else result = VirtFuncInvoker0< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef RuntimeObject * (*FunctionPointerType) (void*, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } return result; } // System.IAsyncResult System.Xml.Schema.XmlValueGetter::BeginInvoke(System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlValueGetter_BeginInvoke_m2141308774 (XmlValueGetter_t3904916812 * __this, AsyncCallback_t3962456242 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1); } // System.Object System.Xml.Schema.XmlValueGetter::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlValueGetter_EndInvoke_m733938672 (XmlValueGetter_t3904916812 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return (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 // System.String System.Xml.Serialization.CodeIdentifier::MakePascal(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CodeIdentifier_MakePascal_m714146339 (RuntimeObject * __this /* static, unused */, String_t* ___identifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeIdentifier_MakePascal_m714146339_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0 = ___identifier0; String_t* L_1 = CodeIdentifier_MakeValid_m147143689(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); Il2CppChar L_3 = String_get_Chars_m2986988803(L_2, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_5 = Char_ToUpper_m3659851865(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); Il2CppChar L_6 = L_5; RuntimeObject * L_7 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_6); String_t* L_8 = V_0; NullCheck(L_8); String_t* L_9 = String_Substring_m2848979100(L_8, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Concat_m904156431(NULL /*static, unused*/, L_7, L_9, /*hidden argument*/NULL); return L_10; } } // System.String System.Xml.Serialization.CodeIdentifier::MakeValid(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* CodeIdentifier_MakeValid_m147143689 (RuntimeObject * __this /* static, unused */, String_t* ___identifier0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (CodeIdentifier_MakeValid_m147143689_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Il2CppChar V_1 = 0x0; String_t* V_2 = NULL; int32_t V_3 = 0; { String_t* L_0 = ___identifier0; 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,CodeIdentifier_MakeValid_m147143689_RuntimeMethod_var); } IL_000c: { String_t* L_2 = ___identifier0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_001d; } } { return _stringLiteral1949155704; } IL_001d: { 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(); V_0 = L_4; String_t* L_5 = ___identifier0; NullCheck(L_5); Il2CppChar L_6 = String_get_Chars_m2986988803(L_5, 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_7 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0048; } } { String_t* L_8 = ___identifier0; NullCheck(L_8); Il2CppChar L_9 = String_get_Chars_m2986988803(L_8, 0, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)95)))) { goto IL_0048; } } { V_0 = _stringLiteral1949155704; } IL_0048: { String_t* L_10 = ___identifier0; V_2 = L_10; V_3 = 0; goto IL_007d; } IL_0051: { String_t* L_11 = V_2; int32_t L_12 = V_3; NullCheck(L_11); Il2CppChar L_13 = String_get_Chars_m2986988803(L_11, L_12, /*hidden argument*/NULL); V_1 = L_13; Il2CppChar L_14 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_15 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); if (L_15) { goto IL_006c; } } { Il2CppChar L_16 = V_1; if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)95))))) { goto IL_0079; } } IL_006c: { String_t* L_17 = V_0; Il2CppChar L_18 = V_1; Il2CppChar L_19 = L_18; RuntimeObject * L_20 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m904156431(NULL /*static, unused*/, L_17, L_20, /*hidden argument*/NULL); V_0 = L_21; } IL_0079: { int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007d: { int32_t L_23 = V_3; String_t* L_24 = V_2; 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_0051; } } { String_t* L_26 = V_0; NullCheck(L_26); int32_t L_27 = String_get_Length_m3847582255(L_26, /*hidden argument*/NULL); if ((((int32_t)L_27) <= ((int32_t)((int32_t)400)))) { goto IL_00a6; } } { String_t* L_28 = V_0; NullCheck(L_28); String_t* L_29 = String_Substring_m1610150815(L_28, 0, ((int32_t)400), /*hidden argument*/NULL); V_0 = L_29; } IL_00a6: { String_t* L_30 = V_0; return L_30; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.TypeData::.ctor(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TypeData__ctor_m548900801 (TypeData_t476999220 * __this, Type_t * ___type0, String_t* ___elementName1, bool ___isPrimitive2, const RuntimeMethod* method) { { Type_t * L_0 = ___type0; String_t* L_1 = ___elementName1; bool L_2 = ___isPrimitive2; TypeData__ctor_m812170617(__this, L_0, L_1, L_2, (TypeData_t476999220 *)NULL, (XmlSchemaPatternFacet_t3316004401 *)NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Serialization.TypeData::.ctor(System.Type,System.String,System.Boolean,System.Xml.Serialization.TypeData,System.Xml.Schema.XmlSchemaPatternFacet) extern "C" IL2CPP_METHOD_ATTR void TypeData__ctor_m812170617 (TypeData_t476999220 * __this, Type_t * ___type0, String_t* ___elementName1, bool ___isPrimitive2, TypeData_t476999220 * ___mappedType3, XmlSchemaPatternFacet_t3316004401 * ___facet4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeData__ctor_m812170617_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeData_t476999220 * G_B26_0 = NULL; TypeData_t476999220 * G_B20_0 = NULL; TypeData_t476999220 * G_B24_0 = NULL; TypeData_t476999220 * G_B21_0 = NULL; TypeData_t476999220 * G_B22_0 = NULL; TypeData_t476999220 * G_B23_0 = NULL; int32_t G_B25_0 = 0; TypeData_t476999220 * G_B25_1 = NULL; int32_t G_B27_0 = 0; TypeData_t476999220 * G_B27_1 = NULL; { __this->set_hasPublicConstructor_9((bool)1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_0); if (!L_1) { goto IL_0023; } } { InvalidOperationException_t56020091 * L_2 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_2, _stringLiteral3575685878, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,TypeData__ctor_m812170617_RuntimeMethod_var); } IL_0023: { TypeData_t476999220 * L_3 = ___mappedType3; __this->set_mappedType_7(L_3); XmlSchemaPatternFacet_t3316004401 * L_4 = ___facet4; __this->set_facet_8(L_4); Type_t * L_5 = ___type0; __this->set_type_0(L_5); Type_t * L_6 = ___type0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_6); __this->set_typeName_4(L_7); Type_t * L_8 = ___type0; NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_8); NullCheck(L_9); String_t* L_10 = String_Replace_m3726209165(L_9, ((int32_t)43), ((int32_t)46), /*hidden argument*/NULL); __this->set_fullTypeName_5(L_10); bool L_11 = ___isPrimitive2; if (!L_11) { goto IL_006d; } } { __this->set_sType_2(1); goto IL_00f9; } IL_006d: { Type_t * L_12 = ___type0; NullCheck(L_12); bool L_13 = Type_get_IsEnum_m208091508(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0084; } } { __this->set_sType_2(2); goto IL_00f9; } IL_0084: { RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (IXmlSerializable_t572450606_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); Type_t * L_16 = ___type0; NullCheck(L_15); bool L_17 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_15, L_16); if (!L_17) { goto IL_00a5; } } { __this->set_sType_2(5); goto IL_00f9; } IL_00a5: { RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (XmlNode_t3767805227_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); Type_t * L_20 = ___type0; NullCheck(L_19); bool L_21 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_19, L_20); if (!L_21) { goto IL_00c6; } } { __this->set_sType_2(6); goto IL_00f9; } IL_00c6: { Type_t * L_22 = ___type0; NullCheck(L_22); bool L_23 = Type_get_IsArray_m2591212821(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00e6; } } { RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (IEnumerable_t1941168011_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); Type_t * L_26 = ___type0; NullCheck(L_25); bool L_27 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_25, L_26); if (!L_27) { goto IL_00f2; } } IL_00e6: { __this->set_sType_2(3); goto IL_00f9; } IL_00f2: { __this->set_sType_2(4); } IL_00f9: { bool L_28 = TypeData_get_IsListType_m1184961596(__this, /*hidden argument*/NULL); if (!L_28) { goto IL_011f; } } { TypeData_t476999220 * L_29 = TypeData_get_ListItemTypeData_m3343906619(__this, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = TypeData_get_XmlType_m323326007(L_29, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); String_t* L_31 = TypeTranslator_GetArrayName_m2745210150(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); __this->set_elementName_1(L_31); goto IL_0126; } IL_011f: { String_t* L_32 = ___elementName1; __this->set_elementName_1(L_32); } IL_0126: { int32_t L_33 = __this->get_sType_2(); if ((((int32_t)L_33) == ((int32_t)3))) { goto IL_013e; } } { int32_t L_34 = __this->get_sType_2(); if ((!(((uint32_t)L_34) == ((uint32_t)4)))) { goto IL_0181; } } IL_013e: { Type_t * L_35 = ___type0; NullCheck(L_35); bool L_36 = Type_get_IsInterface_m3284996719(L_35, /*hidden argument*/NULL); G_B20_0 = __this; if (L_36) { G_B26_0 = __this; goto IL_017b; } } { Type_t * L_37 = ___type0; NullCheck(L_37); bool L_38 = Type_get_IsArray_m2591212821(L_37, /*hidden argument*/NULL); G_B21_0 = G_B20_0; if (L_38) { G_B24_0 = G_B20_0; goto IL_0178; } } { Type_t * L_39 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_40 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_39); ConstructorInfo_t5769829 * L_41 = Type_GetConstructor_m2219014380(L_39, L_40, /*hidden argument*/NULL); G_B22_0 = G_B21_0; if (L_41) { G_B24_0 = G_B21_0; goto IL_0178; } } { Type_t * L_42 = ___type0; NullCheck(L_42); bool L_43 = Type_get_IsAbstract_m1120089130(L_42, /*hidden argument*/NULL); G_B23_0 = G_B22_0; if (L_43) { G_B24_0 = G_B22_0; goto IL_0178; } } { Type_t * L_44 = ___type0; NullCheck(L_44); bool L_45 = Type_get_IsValueType_m3108065642(L_44, /*hidden argument*/NULL); G_B25_0 = ((int32_t)(L_45)); G_B25_1 = G_B23_0; goto IL_0179; } IL_0178: { G_B25_0 = 1; G_B25_1 = G_B24_0; } IL_0179: { G_B27_0 = G_B25_0; G_B27_1 = G_B25_1; goto IL_017c; } IL_017b: { G_B27_0 = 0; G_B27_1 = G_B26_0; } IL_017c: { NullCheck(G_B27_1); G_B27_1->set_hasPublicConstructor_9((bool)G_B27_0); } IL_0181: { return; } } // System.Void System.Xml.Serialization.TypeData::.cctor() extern "C" IL2CPP_METHOD_ATTR void TypeData__cctor_m1057434258 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeData__cctor_m1057434258_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral280883515); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral280883515); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral2734520598); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral2734520598); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral2149933273); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral2149933273); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral2001916978); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral2001916978); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3455563711); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral3455563711); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral3637139173); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral3637139173); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral1202628576); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral1202628576); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral1956447343); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral1956447343); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral2838662761); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral2838662761); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral130792137); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral130792137); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1178749465); (L_10)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral1178749465); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3875954633); (L_11)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral3875954633); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral2978261106); (L_12)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral2978261106); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral82367591); (L_13)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral82367591); StringU5BU5D_t1281789340* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral22182330); (L_14)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral22182330); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3859429177); (L_15)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral3859429177); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral2554266375); (L_16)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteral2554266375); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral4002445229); (L_17)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteral4002445229); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral1709130670); (L_18)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteral1709130670); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral345858392); (L_19)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral345858392); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral2601517161); (L_20)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteral2601517161); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral2838662760); (L_21)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteral2838662760); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral3980842185); (L_22)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral3980842185); StringU5BU5D_t1281789340* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral2101930777); (L_23)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral2101930777); StringU5BU5D_t1281789340* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral461028241); (L_24)->SetAt(static_cast(((int32_t)24)), (String_t*)_stringLiteral461028241); StringU5BU5D_t1281789340* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral1390811594); (L_25)->SetAt(static_cast(((int32_t)25)), (String_t*)_stringLiteral1390811594); StringU5BU5D_t1281789340* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral1801699217); (L_26)->SetAt(static_cast(((int32_t)26)), (String_t*)_stringLiteral1801699217); StringU5BU5D_t1281789340* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral1184841701); (L_27)->SetAt(static_cast(((int32_t)27)), (String_t*)_stringLiteral1184841701); StringU5BU5D_t1281789340* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral170650980); (L_28)->SetAt(static_cast(((int32_t)28)), (String_t*)_stringLiteral170650980); StringU5BU5D_t1281789340* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral4158218461); (L_29)->SetAt(static_cast(((int32_t)29)), (String_t*)_stringLiteral4158218461); StringU5BU5D_t1281789340* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral2419720959); (L_30)->SetAt(static_cast(((int32_t)30)), (String_t*)_stringLiteral2419720959); StringU5BU5D_t1281789340* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral3524468349); (L_31)->SetAt(static_cast(((int32_t)31)), (String_t*)_stringLiteral3524468349); StringU5BU5D_t1281789340* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral2097807219); (L_32)->SetAt(static_cast(((int32_t)32)), (String_t*)_stringLiteral2097807219); StringU5BU5D_t1281789340* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral351315815); (L_33)->SetAt(static_cast(((int32_t)33)), (String_t*)_stringLiteral351315815); StringU5BU5D_t1281789340* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral3454318535); (L_34)->SetAt(static_cast(((int32_t)34)), (String_t*)_stringLiteral3454318535); StringU5BU5D_t1281789340* L_35 = L_34; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral827624532); (L_35)->SetAt(static_cast(((int32_t)35)), (String_t*)_stringLiteral827624532); StringU5BU5D_t1281789340* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral2422556946); (L_36)->SetAt(static_cast(((int32_t)36)), (String_t*)_stringLiteral2422556946); StringU5BU5D_t1281789340* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral748112283); (L_37)->SetAt(static_cast(((int32_t)37)), (String_t*)_stringLiteral748112283); StringU5BU5D_t1281789340* L_38 = L_37; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral3596048705); (L_38)->SetAt(static_cast(((int32_t)38)), (String_t*)_stringLiteral3596048705); StringU5BU5D_t1281789340* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral133510650); (L_39)->SetAt(static_cast(((int32_t)39)), (String_t*)_stringLiteral133510650); StringU5BU5D_t1281789340* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral1055810917); (L_40)->SetAt(static_cast(((int32_t)40)), (String_t*)_stringLiteral1055810917); StringU5BU5D_t1281789340* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral3454842823); (L_41)->SetAt(static_cast(((int32_t)41)), (String_t*)_stringLiteral3454842823); StringU5BU5D_t1281789340* L_42 = L_41; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral3134897496); (L_42)->SetAt(static_cast(((int32_t)42)), (String_t*)_stringLiteral3134897496); StringU5BU5D_t1281789340* L_43 = L_42; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral59180213); (L_43)->SetAt(static_cast(((int32_t)43)), (String_t*)_stringLiteral59180213); StringU5BU5D_t1281789340* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral895381333); (L_44)->SetAt(static_cast(((int32_t)44)), (String_t*)_stringLiteral895381333); StringU5BU5D_t1281789340* L_45 = L_44; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral1948332219); (L_45)->SetAt(static_cast(((int32_t)45)), (String_t*)_stringLiteral1948332219); StringU5BU5D_t1281789340* L_46 = L_45; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral775541518); (L_46)->SetAt(static_cast(((int32_t)46)), (String_t*)_stringLiteral775541518); StringU5BU5D_t1281789340* L_47 = L_46; NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral765372749); (L_47)->SetAt(static_cast(((int32_t)47)), (String_t*)_stringLiteral765372749); StringU5BU5D_t1281789340* L_48 = L_47; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral1453402100); (L_48)->SetAt(static_cast(((int32_t)48)), (String_t*)_stringLiteral1453402100); StringU5BU5D_t1281789340* L_49 = L_48; NullCheck(L_49); ArrayElementTypeCheck (L_49, _stringLiteral3158016519); (L_49)->SetAt(static_cast(((int32_t)49)), (String_t*)_stringLiteral3158016519); StringU5BU5D_t1281789340* L_50 = L_49; NullCheck(L_50); ArrayElementTypeCheck (L_50, _stringLiteral2289751134); (L_50)->SetAt(static_cast(((int32_t)50)), (String_t*)_stringLiteral2289751134); StringU5BU5D_t1281789340* L_51 = L_50; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral3454777276); (L_51)->SetAt(static_cast(((int32_t)51)), (String_t*)_stringLiteral3454777276); StringU5BU5D_t1281789340* L_52 = L_51; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral3455563719); (L_52)->SetAt(static_cast(((int32_t)52)), (String_t*)_stringLiteral3455563719); StringU5BU5D_t1281789340* L_53 = L_52; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral2873896790); (L_53)->SetAt(static_cast(((int32_t)53)), (String_t*)_stringLiteral2873896790); StringU5BU5D_t1281789340* L_54 = L_53; NullCheck(L_54); ArrayElementTypeCheck (L_54, _stringLiteral430703593); (L_54)->SetAt(static_cast(((int32_t)54)), (String_t*)_stringLiteral430703593); StringU5BU5D_t1281789340* L_55 = L_54; NullCheck(L_55); ArrayElementTypeCheck (L_55, _stringLiteral1167972383); (L_55)->SetAt(static_cast(((int32_t)55)), (String_t*)_stringLiteral1167972383); StringU5BU5D_t1281789340* L_56 = L_55; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral2954596464); (L_56)->SetAt(static_cast(((int32_t)56)), (String_t*)_stringLiteral2954596464); StringU5BU5D_t1281789340* L_57 = L_56; NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral2838990438); (L_57)->SetAt(static_cast(((int32_t)57)), (String_t*)_stringLiteral2838990438); StringU5BU5D_t1281789340* L_58 = L_57; NullCheck(L_58); ArrayElementTypeCheck (L_58, _stringLiteral2322770241); (L_58)->SetAt(static_cast(((int32_t)58)), (String_t*)_stringLiteral2322770241); StringU5BU5D_t1281789340* L_59 = L_58; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral1236039580); (L_59)->SetAt(static_cast(((int32_t)59)), (String_t*)_stringLiteral1236039580); StringU5BU5D_t1281789340* L_60 = L_59; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral3820675233); (L_60)->SetAt(static_cast(((int32_t)60)), (String_t*)_stringLiteral3820675233); StringU5BU5D_t1281789340* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral3557324734); (L_61)->SetAt(static_cast(((int32_t)61)), (String_t*)_stringLiteral3557324734); StringU5BU5D_t1281789340* L_62 = L_61; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral798688685); (L_62)->SetAt(static_cast(((int32_t)62)), (String_t*)_stringLiteral798688685); StringU5BU5D_t1281789340* L_63 = L_62; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral1274151684); (L_63)->SetAt(static_cast(((int32_t)63)), (String_t*)_stringLiteral1274151684); StringU5BU5D_t1281789340* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral807124363); (L_64)->SetAt(static_cast(((int32_t)64)), (String_t*)_stringLiteral807124363); StringU5BU5D_t1281789340* L_65 = L_64; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteral3894513951); (L_65)->SetAt(static_cast(((int32_t)65)), (String_t*)_stringLiteral3894513951); StringU5BU5D_t1281789340* L_66 = L_65; NullCheck(L_66); ArrayElementTypeCheck (L_66, _stringLiteral3873631970); (L_66)->SetAt(static_cast(((int32_t)66)), (String_t*)_stringLiteral3873631970); StringU5BU5D_t1281789340* L_67 = L_66; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral3528114263); (L_67)->SetAt(static_cast(((int32_t)67)), (String_t*)_stringLiteral3528114263); StringU5BU5D_t1281789340* L_68 = L_67; NullCheck(L_68); ArrayElementTypeCheck (L_68, _stringLiteral3576598565); (L_68)->SetAt(static_cast(((int32_t)68)), (String_t*)_stringLiteral3576598565); StringU5BU5D_t1281789340* L_69 = L_68; NullCheck(L_69); ArrayElementTypeCheck (L_69, _stringLiteral2033559650); (L_69)->SetAt(static_cast(((int32_t)69)), (String_t*)_stringLiteral2033559650); StringU5BU5D_t1281789340* L_70 = L_69; NullCheck(L_70); ArrayElementTypeCheck (L_70, _stringLiteral2553676557); (L_70)->SetAt(static_cast(((int32_t)70)), (String_t*)_stringLiteral2553676557); StringU5BU5D_t1281789340* L_71 = L_70; NullCheck(L_71); ArrayElementTypeCheck (L_71, _stringLiteral1225964229); (L_71)->SetAt(static_cast(((int32_t)71)), (String_t*)_stringLiteral1225964229); StringU5BU5D_t1281789340* L_72 = L_71; NullCheck(L_72); ArrayElementTypeCheck (L_72, _stringLiteral1535819814); (L_72)->SetAt(static_cast(((int32_t)72)), (String_t*)_stringLiteral1535819814); StringU5BU5D_t1281789340* L_73 = L_72; NullCheck(L_73); ArrayElementTypeCheck (L_73, _stringLiteral1235497039); (L_73)->SetAt(static_cast(((int32_t)73)), (String_t*)_stringLiteral1235497039); StringU5BU5D_t1281789340* L_74 = L_73; NullCheck(L_74); ArrayElementTypeCheck (L_74, _stringLiteral2409402648); (L_74)->SetAt(static_cast(((int32_t)74)), (String_t*)_stringLiteral2409402648); StringU5BU5D_t1281789340* L_75 = L_74; NullCheck(L_75); ArrayElementTypeCheck (L_75, _stringLiteral1236128813); (L_75)->SetAt(static_cast(((int32_t)75)), (String_t*)_stringLiteral1236128813); StringU5BU5D_t1281789340* L_76 = L_75; NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteral75909655); (L_76)->SetAt(static_cast(((int32_t)76)), (String_t*)_stringLiteral75909655); StringU5BU5D_t1281789340* L_77 = L_76; NullCheck(L_77); ArrayElementTypeCheck (L_77, _stringLiteral882274439); (L_77)->SetAt(static_cast(((int32_t)77)), (String_t*)_stringLiteral882274439); StringU5BU5D_t1281789340* L_78 = L_77; NullCheck(L_78); ArrayElementTypeCheck (L_78, _stringLiteral3110370682); (L_78)->SetAt(static_cast(((int32_t)78)), (String_t*)_stringLiteral3110370682); StringU5BU5D_t1281789340* L_79 = L_78; NullCheck(L_79); ArrayElementTypeCheck (L_79, _stringLiteral729250605); (L_79)->SetAt(static_cast(((int32_t)79)), (String_t*)_stringLiteral729250605); ((TypeData_t476999220_StaticFields*)il2cpp_codegen_static_fields_for(TypeData_t476999220_il2cpp_TypeInfo_var))->set_keywords_11(L_79); return; } } // System.String System.Xml.Serialization.TypeData::get_XmlType() extern "C" IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m323326007 (TypeData_t476999220 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_elementName_1(); return L_0; } } // System.Type System.Xml.Serialization.TypeData::get_Type() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeData_get_Type_m3693670728 (TypeData_t476999220 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_type_0(); return L_0; } } // System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::get_SchemaType() extern "C" IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_m4022828308 (TypeData_t476999220 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_sType_2(); return L_0; } } // System.Boolean System.Xml.Serialization.TypeData::get_IsListType() extern "C" IL2CPP_METHOD_ATTR bool TypeData_get_IsListType_m1184961596 (TypeData_t476999220 * __this, const RuntimeMethod* method) { { int32_t L_0 = TypeData_get_SchemaType_m4022828308(__this, /*hidden argument*/NULL); return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0); } } // System.Void System.Xml.Serialization.TypeData::set_IsNullable(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TypeData_set_IsNullable_m3746874811 (TypeData_t476999220 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_nullableOverride_10(L_0); return; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::get_ListItemTypeData() extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeData_get_ListItemTypeData_m3343906619 (TypeData_t476999220 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeData_get_ListItemTypeData_m3343906619_MetadataUsageId); s_Il2CppMethodInitialized = true; } { TypeData_t476999220 * L_0 = __this->get_listItemTypeData_6(); if (L_0) { goto IL_0027; } } { Type_t * L_1 = __this->get_type_0(); if (!L_1) { goto IL_0027; } } { Type_t * L_2 = TypeData_get_ListItemType_m2212788481(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); TypeData_t476999220 * L_3 = TypeTranslator_GetTypeData_m1676550349(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); __this->set_listItemTypeData_6(L_3); } IL_0027: { TypeData_t476999220 * L_4 = __this->get_listItemTypeData_6(); return L_4; } } // System.Type System.Xml.Serialization.TypeData::get_ListItemType() extern "C" IL2CPP_METHOD_ATTR Type_t * TypeData_get_ListItemType_m2212788481 (TypeData_t476999220 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeData_get_ListItemType_m2212788481_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; PropertyInfo_t * V_1 = NULL; MethodInfo_t * V_2 = NULL; MethodInfo_t * V_3 = NULL; PropertyInfo_t * V_4 = NULL; MethodInfo_t * V_5 = NULL; { Type_t * L_0 = __this->get_type_0(); if (L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral2279892295, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,TypeData_get_ListItemType_m2212788481_RuntimeMethod_var); } IL_0016: { Type_t * L_2 = __this->get_listItemType_3(); if (!L_2) { goto IL_0028; } } { Type_t * L_3 = __this->get_listItemType_3(); return L_3; } IL_0028: { V_0 = (Type_t *)NULL; int32_t L_4 = TypeData_get_SchemaType_m4022828308(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)3))) { goto IL_0051; } } { Type_t * L_5 = TypeData_get_Type_m3693670728(__this, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, _stringLiteral4273379246, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_8 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,TypeData_get_ListItemType_m2212788481_RuntimeMethod_var); } IL_0051: { Type_t * L_9 = __this->get_type_0(); NullCheck(L_9); bool L_10 = Type_get_IsArray_m2591212821(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0077; } } { Type_t * L_11 = __this->get_type_0(); NullCheck(L_11); Type_t * L_12 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_11); __this->set_listItemType_3(L_12); goto IL_0229; } IL_0077: { RuntimeTypeHandle_t3027515415 L_13 = { reinterpret_cast (ICollection_t3904884886_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); Type_t * L_15 = __this->get_type_0(); NullCheck(L_14); bool L_16 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_14, L_15); if (L_16) { goto IL_00a4; } } { Type_t * L_17 = __this->get_type_0(); Type_t * L_18 = TypeData_GetGenericListItemType_m2145930005(__this, L_17, /*hidden argument*/NULL); Type_t * L_19 = L_18; V_0 = L_19; if (!L_19) { goto IL_0179; } } IL_00a4: { RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (IDictionary_t1363984059_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); Type_t * L_22 = __this->get_type_0(); NullCheck(L_21); bool L_23 = VirtFuncInvoker1< bool, Type_t * >::Invoke(43 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_21, L_22); if (!L_23) { goto IL_00e7; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_24 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_25 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_26 = __this->get_type_0(); NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_26); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(0), (RuntimeObject *)L_27); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = String_Format_m1881875187(NULL /*static, unused*/, L_24, _stringLiteral3339633678, L_25, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_29 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,TypeData_get_ListItemType_m2212788481_RuntimeMethod_var); } IL_00e7: { Type_t * L_30 = V_0; if (!L_30) { goto IL_00f9; } } { Type_t * L_31 = V_0; __this->set_listItemType_3(L_31); goto IL_0137; } IL_00f9: { Type_t * L_32 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(TypeData_t476999220_il2cpp_TypeInfo_var); PropertyInfo_t * L_33 = TypeData_GetIndexerProperty_m1051013388(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_1 = L_33; PropertyInfo_t * L_34 = V_1; if (L_34) { goto IL_012b; } } { Type_t * L_35 = __this->get_type_0(); NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3598675092, L_36, _stringLiteral1362010054, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_38 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_38, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,TypeData_get_ListItemType_m2212788481_RuntimeMethod_var); } IL_012b: { PropertyInfo_t * L_39 = V_1; NullCheck(L_39); Type_t * L_40 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_39); __this->set_listItemType_3(L_40); } IL_0137: { Type_t * L_41 = __this->get_type_0(); TypeU5BU5D_t3940880105* L_42 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_43 = __this->get_listItemType_3(); NullCheck(L_42); ArrayElementTypeCheck (L_42, L_43); (L_42)->SetAt(static_cast(0), (Type_t *)L_43); NullCheck(L_41); MethodInfo_t * L_44 = Type_GetMethod_m1479779718(L_41, _stringLiteral3265744085, L_42, /*hidden argument*/NULL); V_2 = L_44; MethodInfo_t * L_45 = V_2; if (L_45) { goto IL_0174; } } { Type_t * L_46 = __this->get_type_0(); Type_t * L_47 = __this->get_listItemType_3(); IL2CPP_RUNTIME_CLASS_INIT(TypeData_t476999220_il2cpp_TypeInfo_var); InvalidOperationException_t56020091 * L_48 = TypeData_CreateMissingAddMethodException_m662119892(NULL /*static, unused*/, L_46, _stringLiteral2352956595, L_47, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48,TypeData_get_ListItemType_m2212788481_RuntimeMethod_var); } IL_0174: { goto IL_0229; } IL_0179: { Type_t * L_49 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_50 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_49); MethodInfo_t * L_51 = Type_GetMethod_m1479779718(L_49, _stringLiteral3024845674, L_50, /*hidden argument*/NULL); V_3 = L_51; MethodInfo_t * L_52 = V_3; if (L_52) { goto IL_01af; } } { Type_t * L_53 = __this->get_type_0(); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); TypeU5BU5D_t3940880105* L_54 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->get_EmptyTypes_3(); NullCheck(L_53); MethodInfo_t * L_55 = Type_GetMethod_m637078096(L_53, _stringLiteral2703077774, ((int32_t)52), (Binder_t2999457153 *)NULL, L_54, (ParameterModifierU5BU5D_t2943407543*)(ParameterModifierU5BU5D_t2943407543*)NULL, /*hidden argument*/NULL); V_3 = L_55; } IL_01af: { MethodInfo_t * L_56 = V_3; NullCheck(L_56); Type_t * L_57 = VirtFuncInvoker0< Type_t * >::Invoke(32 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_56); NullCheck(L_57); PropertyInfo_t * L_58 = Type_GetProperty_m3414567179(L_57, _stringLiteral3862463354, /*hidden argument*/NULL); V_4 = L_58; PropertyInfo_t * L_59 = V_4; if (L_59) { goto IL_01dd; } } { RuntimeTypeHandle_t3027515415 L_60 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_61 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); __this->set_listItemType_3(L_61); goto IL_01ea; } IL_01dd: { PropertyInfo_t * L_62 = V_4; NullCheck(L_62); Type_t * L_63 = VirtFuncInvoker0< Type_t * >::Invoke(17 /* System.Type System.Reflection.PropertyInfo::get_PropertyType() */, L_62); __this->set_listItemType_3(L_63); } IL_01ea: { Type_t * L_64 = __this->get_type_0(); TypeU5BU5D_t3940880105* L_65 = ((TypeU5BU5D_t3940880105*)SZArrayNew(TypeU5BU5D_t3940880105_il2cpp_TypeInfo_var, (uint32_t)1)); Type_t * L_66 = __this->get_listItemType_3(); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_66); (L_65)->SetAt(static_cast(0), (Type_t *)L_66); NullCheck(L_64); MethodInfo_t * L_67 = Type_GetMethod_m1479779718(L_64, _stringLiteral3265744085, L_65, /*hidden argument*/NULL); V_5 = L_67; MethodInfo_t * L_68 = V_5; if (L_68) { goto IL_0229; } } { Type_t * L_69 = __this->get_type_0(); Type_t * L_70 = __this->get_listItemType_3(); IL2CPP_RUNTIME_CLASS_INIT(TypeData_t476999220_il2cpp_TypeInfo_var); InvalidOperationException_t56020091 * L_71 = TypeData_CreateMissingAddMethodException_m662119892(NULL /*static, unused*/, L_69, _stringLiteral1861059339, L_70, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_71,TypeData_get_ListItemType_m2212788481_RuntimeMethod_var); } IL_0229: { Type_t * L_72 = __this->get_listItemType_3(); return L_72; } } // System.Reflection.PropertyInfo System.Xml.Serialization.TypeData::GetIndexerProperty(System.Type) extern "C" IL2CPP_METHOD_ATTR PropertyInfo_t * TypeData_GetIndexerProperty_m1051013388 (RuntimeObject * __this /* static, unused */, Type_t * ___collectionType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeData_GetIndexerProperty_m1051013388_MetadataUsageId); s_Il2CppMethodInitialized = true; } PropertyInfoU5BU5D_t1461822886* V_0 = NULL; PropertyInfo_t * V_1 = NULL; PropertyInfoU5BU5D_t1461822886* V_2 = NULL; int32_t V_3 = 0; ParameterInfoU5BU5D_t390618515* V_4 = NULL; { Type_t * L_0 = ___collectionType0; NullCheck(L_0); PropertyInfoU5BU5D_t1461822886* L_1 = VirtFuncInvoker1< PropertyInfoU5BU5D_t1461822886*, int32_t >::Invoke(60 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_0, ((int32_t)20)); V_0 = L_1; PropertyInfoU5BU5D_t1461822886* L_2 = V_0; V_2 = L_2; V_3 = 0; goto IL_004d; } IL_0012: { PropertyInfoU5BU5D_t1461822886* L_3 = V_2; int32_t L_4 = V_3; NullCheck(L_3); int32_t L_5 = L_4; PropertyInfo_t * L_6 = (L_3)->GetAt(static_cast(L_5)); V_1 = L_6; PropertyInfo_t * L_7 = V_1; NullCheck(L_7); ParameterInfoU5BU5D_t390618515* L_8 = VirtFuncInvoker0< ParameterInfoU5BU5D_t390618515* >::Invoke(21 /* System.Reflection.ParameterInfo[] System.Reflection.PropertyInfo::GetIndexParameters() */, L_7); V_4 = L_8; ParameterInfoU5BU5D_t390618515* L_9 = V_4; if (!L_9) { goto IL_0049; } } { ParameterInfoU5BU5D_t390618515* L_10 = V_4; NullCheck(L_10); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) == ((uint32_t)1)))) { goto IL_0049; } } { ParameterInfoU5BU5D_t390618515* L_11 = V_4; NullCheck(L_11); int32_t L_12 = 0; ParameterInfo_t1861056598 * L_13 = (L_11)->GetAt(static_cast(L_12)); NullCheck(L_13); Type_t * L_14 = VirtFuncInvoker0< Type_t * >::Invoke(6 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_13); RuntimeTypeHandle_t3027515415 L_15 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_14) == ((RuntimeObject*)(Type_t *)L_16)))) { goto IL_0049; } } { PropertyInfo_t * L_17 = V_1; return L_17; } IL_0049: { int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_004d: { int32_t L_19 = V_3; PropertyInfoU5BU5D_t1461822886* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0012; } } { return (PropertyInfo_t *)NULL; } } // System.InvalidOperationException System.Xml.Serialization.TypeData::CreateMissingAddMethodException(System.Type,System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR InvalidOperationException_t56020091 * TypeData_CreateMissingAddMethodException_m662119892 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, String_t* ___inheritFrom1, Type_t * ___argumentType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeData_CreateMissingAddMethodException_m662119892_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); ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); String_t* L_2 = ___inheritFrom1; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_2); ObjectU5BU5D_t2843939325* L_3 = L_1; Type_t * L_4 = ___argumentType2; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_4); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_3; Type_t * L_7 = ___type0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Type::get_FullName() */, L_7); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(2), (RuntimeObject *)L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Format_m1881875187(NULL /*static, unused*/, L_0, _stringLiteral4247890760, L_6, /*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); return L_10; } } // System.Type System.Xml.Serialization.TypeData::GetGenericListItemType(System.Type) extern "C" IL2CPP_METHOD_ATTR Type_t * TypeData_GetGenericListItemType_m2145930005 (TypeData_t476999220 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeData_GetGenericListItemType_m2145930005_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; TypeU5BU5D_t3940880105* V_2 = NULL; int32_t V_3 = 0; { Type_t * L_0 = ___type0; NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, L_0); if (!L_1) { goto IL_0029; } } { Type_t * L_2 = ___type0; NullCheck(L_2); Type_t * L_3 = VirtFuncInvoker0< Type_t * >::Invoke(85 /* System.Type System.Type::GetGenericTypeDefinition() */, L_2); RuntimeTypeHandle_t3027515415 L_4 = { reinterpret_cast (ICollection_1_t1449021101_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_0029; } } { Type_t * L_6 = ___type0; NullCheck(L_6); TypeU5BU5D_t3940880105* L_7 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(82 /* System.Type[] System.Type::GetGenericArguments() */, L_6); NullCheck(L_7); int32_t L_8 = 0; Type_t * L_9 = (L_7)->GetAt(static_cast(L_8)); return L_9; } IL_0029: { V_0 = (Type_t *)NULL; Type_t * L_10 = ___type0; NullCheck(L_10); TypeU5BU5D_t3940880105* L_11 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(42 /* System.Type[] System.Type::GetInterfaces() */, L_10); V_2 = L_11; V_3 = 0; goto IL_0051; } IL_0039: { TypeU5BU5D_t3940880105* L_12 = V_2; int32_t L_13 = V_3; NullCheck(L_12); int32_t L_14 = L_13; Type_t * L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = L_15; Type_t * L_16 = V_1; Type_t * L_17 = TypeData_GetGenericListItemType_m2145930005(__this, L_16, /*hidden argument*/NULL); Type_t * L_18 = L_17; V_0 = L_18; if (!L_18) { goto IL_004d; } } { Type_t * L_19 = V_0; return L_19; } IL_004d: { int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0051: { int32_t L_21 = V_3; TypeU5BU5D_t3940880105* L_22 = V_2; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_22)->max_length))))))) { goto IL_0039; } } { return (Type_t *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.TypeTranslator::.cctor() extern "C" IL2CPP_METHOD_ATTR void TypeTranslator__cctor_m3101224670 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeTranslator__cctor_m3101224670_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaPatternFacet_t3316004401 * V_0 = NULL; RuntimeObject* V_1 = NULL; TypeData_t476999220 * V_2 = NULL; RuntimeObject* V_3 = NULL; DictionaryEntry_t3123975638 V_4; memset(&V_4, 0, sizeof(V_4)); RuntimeObject* V_5 = NULL; TypeData_t476999220 * V_6 = NULL; TypeData_t476999220 * V_7 = NULL; RuntimeObject* V_8 = NULL; RuntimeObject* V_9 = 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); { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->set_nameCache_0(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); IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_2 = Hashtable_Synchronized_m2228653257(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->set_primitiveArrayTypes_2(L_2); Hashtable_t1853889766 * L_3 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); Hashtable_t1853889766 * L_4 = Hashtable_Synchronized_m2228653257(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->set_nameCache_0(L_4); Hashtable_t1853889766 * L_5 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_6 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_8 = { reinterpret_cast (Boolean_t97287965_0_0_0_var) }; Type_t * L_9 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); TypeData_t476999220 * L_10 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_10, L_9, _stringLiteral228529742, (bool)1, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_5, L_7, L_10); Hashtable_t1853889766 * L_11 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_12 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_13 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (Int16_t2552820387_0_0_0_var) }; Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); TypeData_t476999220 * L_16 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_16, L_15, _stringLiteral1535819814, (bool)1, /*hidden argument*/NULL); NullCheck(L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, L_13, L_16); Hashtable_t1853889766 * L_17 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_18 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_19 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_20 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_21 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); TypeData_t476999220 * L_22 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_22, L_21, _stringLiteral3873205229, (bool)1, /*hidden argument*/NULL); NullCheck(L_17); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_17, L_19, L_22); Hashtable_t1853889766 * L_23 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_24 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_25 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (Int32_t2950945753_0_0_0_var) }; Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); TypeData_t476999220 * L_28 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_28, L_27, _stringLiteral2553676557, (bool)1, /*hidden argument*/NULL); NullCheck(L_23); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_23, L_25, L_28); Hashtable_t1853889766 * L_29 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_31 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_32 = { reinterpret_cast (UInt32_t2560061978_0_0_0_var) }; Type_t * L_33 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); TypeData_t476999220 * L_34 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_34, L_33, _stringLiteral3755388189, (bool)1, /*hidden argument*/NULL); NullCheck(L_29); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_29, L_31, L_34); Hashtable_t1853889766 * L_35 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_36 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_37 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (Int64_t3736567304_0_0_0_var) }; Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); TypeData_t476999220 * L_40 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_40, L_39, _stringLiteral2409402648, (bool)1, /*hidden argument*/NULL); NullCheck(L_35); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_35, L_37, L_40); Hashtable_t1853889766 * L_41 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_42 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_43 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_42, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_44 = { reinterpret_cast (UInt64_t4134040092_0_0_0_var) }; Type_t * L_45 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); TypeData_t476999220 * L_46 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_46, L_45, _stringLiteral1873420042, (bool)1, /*hidden argument*/NULL); NullCheck(L_41); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_41, L_43, L_46); Hashtable_t1853889766 * L_47 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_48 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_49 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_48, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_50 = { reinterpret_cast (Single_t1397266774_0_0_0_var) }; Type_t * L_51 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); TypeData_t476999220 * L_52 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_52, L_51, _stringLiteral807124363, (bool)1, /*hidden argument*/NULL); NullCheck(L_47); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_47, L_49, L_52); Hashtable_t1853889766 * L_53 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_54 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_55 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_54, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_56 = { reinterpret_cast (Double_t594665363_0_0_0_var) }; Type_t * L_57 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_56, /*hidden argument*/NULL); TypeData_t476999220 * L_58 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_58, L_57, _stringLiteral1235497039, (bool)1, /*hidden argument*/NULL); NullCheck(L_53); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_53, L_55, L_58); Hashtable_t1853889766 * L_59 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_60 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_61 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_62 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_63 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_62, /*hidden argument*/NULL); TypeData_t476999220 * L_64 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_64, L_63, _stringLiteral3798050081, (bool)1, /*hidden argument*/NULL); NullCheck(L_59); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_59, L_61, L_64); Hashtable_t1853889766 * L_65 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_66 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_67 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_66, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (Decimal_t2948259380_0_0_0_var) }; Type_t * L_69 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); TypeData_t476999220 * L_70 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_70, L_69, _stringLiteral2033559650, (bool)1, /*hidden argument*/NULL); NullCheck(L_65); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_65, L_67, L_70); Hashtable_t1853889766 * L_71 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_72 = { reinterpret_cast (XmlQualifiedName_t2760654312_0_0_0_var) }; Type_t * L_73 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_72, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_74 = { reinterpret_cast (XmlQualifiedName_t2760654312_0_0_0_var) }; Type_t * L_75 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_74, /*hidden argument*/NULL); TypeData_t476999220 * L_76 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_76, L_75, _stringLiteral2799480295, (bool)1, /*hidden argument*/NULL); NullCheck(L_71); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_71, L_73, L_76); Hashtable_t1853889766 * L_77 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_78 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_79 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_78, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_80 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_81 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_80, /*hidden argument*/NULL); TypeData_t476999220 * L_82 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_82, L_81, _stringLiteral1236128813, (bool)1, /*hidden argument*/NULL); NullCheck(L_77); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_77, L_79, L_82); XmlSchemaPatternFacet_t3316004401 * L_83 = (XmlSchemaPatternFacet_t3316004401 *)il2cpp_codegen_object_new(XmlSchemaPatternFacet_t3316004401_il2cpp_TypeInfo_var); XmlSchemaPatternFacet__ctor_m2153033712(L_83, /*hidden argument*/NULL); V_0 = L_83; XmlSchemaPatternFacet_t3316004401 * L_84 = V_0; NullCheck(L_84); XmlSchemaFacet_set_Value_m2382101717(L_84, _stringLiteral2801046788, /*hidden argument*/NULL); Hashtable_t1853889766 * L_85 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_86 = { reinterpret_cast (Guid_t_0_0_0_var) }; Type_t * L_87 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_86, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_88 = { reinterpret_cast (Guid_t_0_0_0_var) }; Type_t * L_89 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_88, /*hidden argument*/NULL); Hashtable_t1853889766 * L_90 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_91 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_92 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_91, /*hidden argument*/NULL); NullCheck(L_90); RuntimeObject * L_93 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_90, L_92); XmlSchemaPatternFacet_t3316004401 * L_94 = V_0; TypeData_t476999220 * L_95 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m812170617(L_95, L_89, _stringLiteral76564998, (bool)1, ((TypeData_t476999220 *)CastclassClass((RuntimeObject*)L_93, TypeData_t476999220_il2cpp_TypeInfo_var)), L_94, /*hidden argument*/NULL); NullCheck(L_85); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_85, L_87, L_95); Hashtable_t1853889766 * L_96 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_97 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_98 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_97, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_99 = { reinterpret_cast (Byte_t1134296376_0_0_0_var) }; Type_t * L_100 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_99, /*hidden argument*/NULL); TypeData_t476999220 * L_101 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_101, L_100, _stringLiteral3773869350, (bool)1, /*hidden argument*/NULL); NullCheck(L_96); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_96, L_98, L_101); Hashtable_t1853889766 * L_102 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_103 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; Type_t * L_104 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_103, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_105 = { reinterpret_cast (SByte_t1669577662_0_0_0_var) }; Type_t * L_106 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_105, /*hidden argument*/NULL); TypeData_t476999220 * L_107 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_107, L_106, _stringLiteral1274151684, (bool)1, /*hidden argument*/NULL); NullCheck(L_102); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_102, L_104, L_107); Hashtable_t1853889766 * L_108 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_109 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; Type_t * L_110 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_111 = { reinterpret_cast (Char_t3634460470_0_0_0_var) }; Type_t * L_112 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_111, /*hidden argument*/NULL); Hashtable_t1853889766 * L_113 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_114 = { reinterpret_cast (UInt16_t2177724958_0_0_0_var) }; Type_t * L_115 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_114, /*hidden argument*/NULL); NullCheck(L_113); RuntimeObject * L_116 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_113, L_115); TypeData_t476999220 * L_117 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m812170617(L_117, L_112, _stringLiteral3873631970, (bool)1, ((TypeData_t476999220 *)CastclassClass((RuntimeObject*)L_116, TypeData_t476999220_il2cpp_TypeInfo_var)), (XmlSchemaPatternFacet_t3316004401 *)NULL, /*hidden argument*/NULL); NullCheck(L_108); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_108, L_110, L_117); Hashtable_t1853889766 * L_118 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_119 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_120 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_119, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_121 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t * L_122 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_121, /*hidden argument*/NULL); TypeData_t476999220 * L_123 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_123, L_122, _stringLiteral3777314074, (bool)0, /*hidden argument*/NULL); NullCheck(L_118); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_118, L_120, L_123); Hashtable_t1853889766 * L_124 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_125 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_126 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_125, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_127 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_128 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_127, /*hidden argument*/NULL); TypeData_t476999220 * L_129 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_129, L_128, _stringLiteral1671489303, (bool)1, /*hidden argument*/NULL); NullCheck(L_124); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_124, L_126, L_129); Hashtable_t1853889766 * L_130 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_131 = { reinterpret_cast (XmlNode_t3767805227_0_0_0_var) }; Type_t * L_132 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_131, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_133 = { reinterpret_cast (XmlNode_t3767805227_0_0_0_var) }; Type_t * L_134 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_133, /*hidden argument*/NULL); TypeData_t476999220 * L_135 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_135, L_134, _stringLiteral1792755598, (bool)0, /*hidden argument*/NULL); NullCheck(L_130); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_130, L_132, L_135); Hashtable_t1853889766 * L_136 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); RuntimeTypeHandle_t3027515415 L_137 = { reinterpret_cast (XmlElement_t561603118_0_0_0_var) }; Type_t * L_138 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_137, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_139 = { reinterpret_cast (XmlElement_t561603118_0_0_0_var) }; Type_t * L_140 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_139, /*hidden argument*/NULL); TypeData_t476999220 * L_141 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_141, L_140, _stringLiteral2225953156, (bool)0, /*hidden argument*/NULL); NullCheck(L_136); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_136, L_138, L_141); Hashtable_t1853889766 * L_142 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_142, /*hidden argument*/NULL); ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->set_primitiveTypes_1(L_142); Hashtable_t1853889766 * L_143 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); NullCheck(L_143); RuntimeObject* L_144 = VirtFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_143); V_1 = L_144; RuntimeObject* L_145 = V_1; NullCheck(L_145); RuntimeObject* L_146 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_145); V_3 = L_146; } IL_03e6: try { // begin try (depth: 1) { goto IL_0408; } IL_03eb: { RuntimeObject* L_147 = V_3; NullCheck(L_147); RuntimeObject * L_148 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_147); V_2 = ((TypeData_t476999220 *)CastclassClass((RuntimeObject*)L_148, TypeData_t476999220_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_149 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); TypeData_t476999220 * L_150 = V_2; NullCheck(L_150); String_t* L_151 = TypeData_get_XmlType_m323326007(L_150, /*hidden argument*/NULL); TypeData_t476999220 * L_152 = V_2; NullCheck(L_149); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_149, L_151, L_152); } IL_0408: { RuntimeObject* L_153 = V_3; NullCheck(L_153); bool L_154 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_153); if (L_154) { goto IL_03eb; } } IL_0413: { IL2CPP_LEAVE(0x42D, FINALLY_0418); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0418; } FINALLY_0418: { // begin finally (depth: 1) { RuntimeObject* L_155 = V_3; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_155, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_156 = V_8; if (L_156) { goto IL_0425; } } IL_0424: { IL2CPP_END_FINALLY(1048) } IL_0425: { RuntimeObject* L_157 = V_8; NullCheck(L_157); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_157); IL2CPP_END_FINALLY(1048) } } // end finally (depth: 1) IL2CPP_CLEANUP(1048) { IL2CPP_JUMP_TBL(0x42D, IL_042d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_042d: { Hashtable_t1853889766 * L_158 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_159 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_160 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_159, /*hidden argument*/NULL); TypeData_t476999220 * L_161 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_161, L_160, _stringLiteral1272578818, (bool)1, /*hidden argument*/NULL); NullCheck(L_158); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_158, _stringLiteral1272578818, L_161); Hashtable_t1853889766 * L_162 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_163 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_164 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_163, /*hidden argument*/NULL); TypeData_t476999220 * L_165 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_165, L_164, _stringLiteral63249541, (bool)1, /*hidden argument*/NULL); NullCheck(L_162); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_162, _stringLiteral63249541, L_165); Hashtable_t1853889766 * L_166 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_167 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_168 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_167, /*hidden argument*/NULL); TypeData_t476999220 * L_169 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_169, L_168, _stringLiteral3216596419, (bool)1, /*hidden argument*/NULL); NullCheck(L_166); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_166, _stringLiteral3216596419, L_169); Hashtable_t1853889766 * L_170 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_171 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_172 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_171, /*hidden argument*/NULL); TypeData_t476999220 * L_173 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_173, L_172, _stringLiteral3447975646, (bool)1, /*hidden argument*/NULL); NullCheck(L_170); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_170, _stringLiteral3447975646, L_173); Hashtable_t1853889766 * L_174 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_175 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_176 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_175, /*hidden argument*/NULL); TypeData_t476999220 * L_177 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_177, L_176, _stringLiteral2834935051, (bool)1, /*hidden argument*/NULL); NullCheck(L_174); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_174, _stringLiteral2834935051, L_177); Hashtable_t1853889766 * L_178 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_179 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_180 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_179, /*hidden argument*/NULL); TypeData_t476999220 * L_181 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_181, L_180, _stringLiteral110852430, (bool)1, /*hidden argument*/NULL); NullCheck(L_178); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_178, _stringLiteral110852430, L_181); Hashtable_t1853889766 * L_182 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_183 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_184 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_183, /*hidden argument*/NULL); TypeData_t476999220 * L_185 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_185, L_184, _stringLiteral2722193337, (bool)1, /*hidden argument*/NULL); NullCheck(L_182); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_182, _stringLiteral2722193337, L_185); Hashtable_t1853889766 * L_186 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_187 = { reinterpret_cast (DateTime_t3738529785_0_0_0_var) }; Type_t * L_188 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_187, /*hidden argument*/NULL); TypeData_t476999220 * L_189 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_189, L_188, _stringLiteral2704427701, (bool)1, /*hidden argument*/NULL); NullCheck(L_186); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_186, _stringLiteral2704427701, L_189); Hashtable_t1853889766 * L_190 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_191 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_192 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_191, /*hidden argument*/NULL); TypeData_t476999220 * L_193 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_193, L_192, _stringLiteral4080338551, (bool)1, /*hidden argument*/NULL); NullCheck(L_190); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_190, _stringLiteral4080338551, L_193); Hashtable_t1853889766 * L_194 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_195 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_196 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_195, /*hidden argument*/NULL); TypeData_t476999220 * L_197 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_197, L_196, _stringLiteral3245737591, (bool)1, /*hidden argument*/NULL); NullCheck(L_194); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_194, _stringLiteral3245737591, L_197); Hashtable_t1853889766 * L_198 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_199 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_200 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_199, /*hidden argument*/NULL); TypeData_t476999220 * L_201 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_201, L_200, _stringLiteral62725275, (bool)1, /*hidden argument*/NULL); NullCheck(L_198); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_198, _stringLiteral62725275, L_201); Hashtable_t1853889766 * L_202 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_203 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_204 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_203, /*hidden argument*/NULL); TypeData_t476999220 * L_205 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_205, L_204, _stringLiteral996260479, (bool)1, /*hidden argument*/NULL); NullCheck(L_202); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_202, _stringLiteral996260479, L_205); Hashtable_t1853889766 * L_206 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_207 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_208 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_207, /*hidden argument*/NULL); TypeData_t476999220 * L_209 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_209, L_208, _stringLiteral2143290860, (bool)1, /*hidden argument*/NULL); NullCheck(L_206); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_206, _stringLiteral2143290860, L_209); Hashtable_t1853889766 * L_210 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_211 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_212 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_211, /*hidden argument*/NULL); TypeData_t476999220 * L_213 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_213, L_212, _stringLiteral1572351178, (bool)1, /*hidden argument*/NULL); NullCheck(L_210); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_210, _stringLiteral1572351178, L_213); Hashtable_t1853889766 * L_214 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_215 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_216 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_215, /*hidden argument*/NULL); TypeData_t476999220 * L_217 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_217, L_216, _stringLiteral425891063, (bool)1, /*hidden argument*/NULL); NullCheck(L_214); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_214, _stringLiteral425891063, L_217); Hashtable_t1853889766 * L_218 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_219 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_220 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_219, /*hidden argument*/NULL); TypeData_t476999220 * L_221 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_221, L_220, _stringLiteral3820814978, (bool)1, /*hidden argument*/NULL); NullCheck(L_218); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_218, _stringLiteral3820814978, L_221); Hashtable_t1853889766 * L_222 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_223 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_224 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_223, /*hidden argument*/NULL); TypeData_t476999220 * L_225 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_225, L_224, _stringLiteral4120511215, (bool)1, /*hidden argument*/NULL); NullCheck(L_222); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_222, _stringLiteral4120511215, L_225); Hashtable_t1853889766 * L_226 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_227 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_228 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_227, /*hidden argument*/NULL); TypeData_t476999220 * L_229 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_229, L_228, _stringLiteral3835929719, (bool)1, /*hidden argument*/NULL); NullCheck(L_226); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_226, _stringLiteral3835929719, L_229); Hashtable_t1853889766 * L_230 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_231 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_232 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_231, /*hidden argument*/NULL); TypeData_t476999220 * L_233 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_233, L_232, _stringLiteral4276600584, (bool)1, /*hidden argument*/NULL); NullCheck(L_230); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_230, _stringLiteral4276600584, L_233); Hashtable_t1853889766 * L_234 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_235 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_236 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_235, /*hidden argument*/NULL); TypeData_t476999220 * L_237 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_237, L_236, _stringLiteral2851744811, (bool)1, /*hidden argument*/NULL); NullCheck(L_234); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_234, _stringLiteral2851744811, L_237); Hashtable_t1853889766 * L_238 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_239 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_240 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_239, /*hidden argument*/NULL); TypeData_t476999220 * L_241 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_241, L_240, _stringLiteral841379268, (bool)1, /*hidden argument*/NULL); NullCheck(L_238); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_238, _stringLiteral841379268, L_241); Hashtable_t1853889766 * L_242 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_243 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_244 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_243, /*hidden argument*/NULL); TypeData_t476999220 * L_245 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_245, L_244, _stringLiteral3456546791, (bool)1, /*hidden argument*/NULL); NullCheck(L_242); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_242, _stringLiteral3456546791, L_245); Hashtable_t1853889766 * L_246 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_247 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_248 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_247, /*hidden argument*/NULL); TypeData_t476999220 * L_249 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_249, L_248, _stringLiteral3671082123, (bool)1, /*hidden argument*/NULL); NullCheck(L_246); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_246, _stringLiteral3671082123, L_249); Hashtable_t1853889766 * L_250 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_251 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_252 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_251, /*hidden argument*/NULL); TypeData_t476999220 * L_253 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_253, L_252, _stringLiteral3665773707, (bool)1, /*hidden argument*/NULL); NullCheck(L_250); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_250, _stringLiteral3665773707, L_253); Hashtable_t1853889766 * L_254 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_255 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_256 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_255, /*hidden argument*/NULL); TypeData_t476999220 * L_257 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_257, L_256, _stringLiteral215120649, (bool)1, /*hidden argument*/NULL); NullCheck(L_254); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_254, _stringLiteral215120649, L_257); Hashtable_t1853889766 * L_258 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_259 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_260 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_259, /*hidden argument*/NULL); TypeData_t476999220 * L_261 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_261, L_260, _stringLiteral2005331395, (bool)1, /*hidden argument*/NULL); NullCheck(L_258); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_258, _stringLiteral2005331395, L_261); Hashtable_t1853889766 * L_262 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_263 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_264 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_263, /*hidden argument*/NULL); TypeData_t476999220 * L_265 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_265, L_264, _stringLiteral3244750353, (bool)1, /*hidden argument*/NULL); NullCheck(L_262); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_262, _stringLiteral3244750353, L_265); Hashtable_t1853889766 * L_266 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_267 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_268 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_267, /*hidden argument*/NULL); TypeData_t476999220 * L_269 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_269, L_268, _stringLiteral723171524, (bool)1, /*hidden argument*/NULL); NullCheck(L_266); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_266, _stringLiteral723171524, L_269); Hashtable_t1853889766 * L_270 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_271 = { reinterpret_cast (ByteU5BU5D_t4116647657_0_0_0_var) }; Type_t * L_272 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_271, /*hidden argument*/NULL); TypeData_t476999220 * L_273 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_273, L_272, _stringLiteral1645561617, (bool)1, /*hidden argument*/NULL); NullCheck(L_270); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_270, _stringLiteral1645561617, L_273); Hashtable_t1853889766 * L_274 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); RuntimeTypeHandle_t3027515415 L_275 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_276 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_275, /*hidden argument*/NULL); TypeData_t476999220 * L_277 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_277, L_276, _stringLiteral1501416449, (bool)1, /*hidden argument*/NULL); NullCheck(L_274); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_274, _stringLiteral1501416449, L_277); Hashtable_t1853889766 * L_278 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_278, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_279 = Hashtable_Synchronized_m2228653257(NULL /*static, unused*/, L_278, /*hidden argument*/NULL); ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->set_nullableTypes_3(L_279); Hashtable_t1853889766 * L_280 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); NullCheck(L_280); RuntimeObject* L_281 = VirtFuncInvoker0< RuntimeObject* >::Invoke(36 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_280); V_5 = L_281; } IL_0880: try { // begin try (depth: 1) { goto IL_08d2; } IL_0885: { RuntimeObject* L_282 = V_5; NullCheck(L_282); RuntimeObject * L_283 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_282); V_4 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_283, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_284 = DictionaryEntry_get_Value_m618120527((&V_4), /*hidden argument*/NULL); V_6 = ((TypeData_t476999220 *)CastclassClass((RuntimeObject*)L_284, TypeData_t476999220_il2cpp_TypeInfo_var)); TypeData_t476999220 * L_285 = V_6; NullCheck(L_285); Type_t * L_286 = TypeData_get_Type_m3693670728(L_285, /*hidden argument*/NULL); TypeData_t476999220 * L_287 = V_6; NullCheck(L_287); String_t* L_288 = TypeData_get_XmlType_m323326007(L_287, /*hidden argument*/NULL); TypeData_t476999220 * L_289 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_289, L_286, L_288, (bool)1, /*hidden argument*/NULL); V_7 = L_289; TypeData_t476999220 * L_290 = V_7; NullCheck(L_290); TypeData_set_IsNullable_m3746874811(L_290, (bool)1, /*hidden argument*/NULL); Hashtable_t1853889766 * L_291 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nullableTypes_3(); RuntimeObject * L_292 = DictionaryEntry_get_Key_m3117378551((&V_4), /*hidden argument*/NULL); TypeData_t476999220 * L_293 = V_7; NullCheck(L_291); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_291, L_292, L_293); } IL_08d2: { RuntimeObject* L_294 = V_5; NullCheck(L_294); bool L_295 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_294); if (L_295) { goto IL_0885; } } IL_08de: { IL2CPP_LEAVE(0x8F9, FINALLY_08e3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_08e3; } FINALLY_08e3: { // begin finally (depth: 1) { RuntimeObject* L_296 = V_5; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_296, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_297 = V_9; if (L_297) { goto IL_08f1; } } IL_08f0: { IL2CPP_END_FINALLY(2275) } IL_08f1: { RuntimeObject* L_298 = V_9; NullCheck(L_298); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_298); IL2CPP_END_FINALLY(2275) } } // end finally (depth: 1) IL2CPP_CLEANUP(2275) { IL2CPP_JUMP_TBL(0x8F9, IL_08f9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_08f9: { return; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type) extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeTranslator_GetTypeData_m1676550349 (RuntimeObject * __this /* static, unused */, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeTranslator_GetTypeData_m1676550349_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); TypeData_t476999220 * L_1 = TypeTranslator_GetTypeData_m2576829536(NULL /*static, unused*/, L_0, (String_t*)NULL, /*hidden argument*/NULL); return L_1; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetTypeData(System.Type,System.String) extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeTranslator_GetTypeData_m2576829536 (RuntimeObject * __this /* static, unused */, Type_t * ___runtimeType0, String_t* ___xmlDataType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeTranslator_GetTypeData_m2576829536_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; bool V_1 = false; TypeData_t476999220 * V_2 = NULL; TypeData_t476999220 * V_3 = NULL; TypeData_t476999220 * V_4 = NULL; TypeData_t476999220 * V_5 = NULL; TypeData_t476999220 * V_6 = NULL; String_t* V_7 = NULL; String_t* V_8 = NULL; Type_t * V_9 = NULL; TypeU5BU5D_t3940880105* V_10 = NULL; int32_t V_11 = 0; String_t* G_B25_0 = NULL; String_t* G_B24_0 = NULL; String_t* G_B26_0 = NULL; String_t* G_B27_0 = NULL; String_t* G_B27_1 = NULL; { Type_t * L_0 = ___runtimeType0; V_0 = L_0; V_1 = (bool)0; Type_t * L_1 = V_0; NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, L_1); if (!L_2) { goto IL_0080; } } { Type_t * L_3 = V_0; NullCheck(L_3); Type_t * L_4 = VirtFuncInvoker0< Type_t * >::Invoke(85 /* System.Type System.Type::GetGenericTypeDefinition() */, L_3); RuntimeTypeHandle_t3027515415 L_5 = { reinterpret_cast (Nullable_1_t3772285925_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_6 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_6)))) { goto IL_0080; } } { V_1 = (bool)1; Type_t * L_7 = V_0; NullCheck(L_7); TypeU5BU5D_t3940880105* L_8 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(82 /* System.Type[] System.Type::GetGenericArguments() */, L_7); NullCheck(L_8); int32_t L_9 = 0; Type_t * L_10 = (L_8)->GetAt(static_cast(L_9)); V_0 = L_10; Type_t * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); TypeData_t476999220 * L_12 = TypeTranslator_GetTypeData_m1676550349(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); V_2 = L_12; TypeData_t476999220 * L_13 = V_2; if (!L_13) { goto IL_0080; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_14 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nullableTypes_3(); TypeData_t476999220 * L_15 = V_2; NullCheck(L_15); String_t* L_16 = TypeData_get_XmlType_m323326007(L_15, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_17 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_14, L_16); V_3 = ((TypeData_t476999220 *)CastclassClass((RuntimeObject*)L_17, TypeData_t476999220_il2cpp_TypeInfo_var)); TypeData_t476999220 * L_18 = V_3; if (L_18) { goto IL_007e; } } { Type_t * L_19 = V_0; TypeData_t476999220 * L_20 = V_2; NullCheck(L_20); String_t* L_21 = TypeData_get_XmlType_m323326007(L_20, /*hidden argument*/NULL); TypeData_t476999220 * L_22 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_22, L_19, L_21, (bool)0, /*hidden argument*/NULL); V_3 = L_22; TypeData_t476999220 * L_23 = V_3; NullCheck(L_23); TypeData_set_IsNullable_m3746874811(L_23, (bool)1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_24 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nullableTypes_3(); TypeData_t476999220 * L_25 = V_2; NullCheck(L_25); String_t* L_26 = TypeData_get_XmlType_m323326007(L_25, /*hidden argument*/NULL); TypeData_t476999220 * L_27 = V_3; NullCheck(L_24); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_24, L_26, L_27); } IL_007e: { TypeData_t476999220 * L_28 = V_3; return L_28; } IL_0080: { String_t* L_29 = ___xmlDataType1; if (!L_29) { goto IL_013d; } } { String_t* L_30 = ___xmlDataType1; NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_013d; } } { String_t* L_32 = ___xmlDataType1; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); TypeData_t476999220 * L_33 = TypeTranslator_GetPrimitiveTypeData_m2740454283(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_4 = L_33; Type_t * L_34 = V_0; NullCheck(L_34); bool L_35 = Type_get_IsArray_m2591212821(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_013a; } } { Type_t * L_36 = V_0; TypeData_t476999220 * L_37 = V_4; NullCheck(L_37); Type_t * L_38 = TypeData_get_Type_m3693670728(L_37, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_36) == ((RuntimeObject*)(Type_t *)L_38))) { goto IL_013a; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_39 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveArrayTypes_2(); String_t* L_40 = ___xmlDataType1; NullCheck(L_39); RuntimeObject * L_41 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_39, L_40); V_5 = ((TypeData_t476999220 *)CastclassClass((RuntimeObject*)L_41, TypeData_t476999220_il2cpp_TypeInfo_var)); TypeData_t476999220 * L_42 = V_5; if (!L_42) { goto IL_00cd; } } { TypeData_t476999220 * L_43 = V_5; return L_43; } IL_00cd: { TypeData_t476999220 * L_44 = V_4; NullCheck(L_44); Type_t * L_45 = TypeData_get_Type_m3693670728(L_44, /*hidden argument*/NULL); Type_t * L_46 = V_0; NullCheck(L_46); Type_t * L_47 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_46); if ((!(((RuntimeObject*)(Type_t *)L_45) == ((RuntimeObject*)(Type_t *)L_47)))) { goto IL_0104; } } { Type_t * L_48 = V_0; TypeData_t476999220 * L_49 = V_4; NullCheck(L_49); String_t* L_50 = TypeData_get_XmlType_m323326007(L_49, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); String_t* L_51 = TypeTranslator_GetArrayName_m2745210150(NULL /*static, unused*/, L_50, /*hidden argument*/NULL); TypeData_t476999220 * L_52 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_52, L_48, L_51, (bool)0, /*hidden argument*/NULL); V_5 = L_52; Hashtable_t1853889766 * L_53 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveArrayTypes_2(); String_t* L_54 = ___xmlDataType1; TypeData_t476999220 * L_55 = V_5; NullCheck(L_53); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_53, L_54, L_55); TypeData_t476999220 * L_56 = V_5; return L_56; } IL_0104: { ObjectU5BU5D_t2843939325* L_57 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)5)); NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral3863278315); (L_57)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3863278315); ObjectU5BU5D_t2843939325* L_58 = L_57; Type_t * L_59 = V_0; NullCheck(L_59); Type_t * L_60 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_59); NullCheck(L_58); ArrayElementTypeCheck (L_58, L_60); (L_58)->SetAt(static_cast(1), (RuntimeObject *)L_60); ObjectU5BU5D_t2843939325* L_61 = L_58; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral1087025813); (L_61)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral1087025813); ObjectU5BU5D_t2843939325* L_62 = L_61; String_t* L_63 = ___xmlDataType1; NullCheck(L_62); ArrayElementTypeCheck (L_62, L_63); (L_62)->SetAt(static_cast(3), (RuntimeObject *)L_63); ObjectU5BU5D_t2843939325* L_64 = L_62; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral3452614521); (L_64)->SetAt(static_cast(4), (RuntimeObject *)_stringLiteral3452614521); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = String_Concat_m2971454694(NULL /*static, unused*/, L_64, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_66 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_66, L_65, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66,TypeTranslator_GetTypeData_m2576829536_RuntimeMethod_var); } IL_013a: { TypeData_t476999220 * L_67 = V_4; return L_67; } IL_013d: { IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_68 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); Type_t * L_69 = ___runtimeType0; NullCheck(L_68); RuntimeObject * L_70 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_68, L_69); V_6 = ((TypeData_t476999220 *)IsInstClass((RuntimeObject*)L_70, TypeData_t476999220_il2cpp_TypeInfo_var)); TypeData_t476999220 * L_71 = V_6; if (!L_71) { goto IL_0159; } } { TypeData_t476999220 * L_72 = V_6; return L_72; } IL_0159: { Type_t * L_73 = V_0; NullCheck(L_73); bool L_74 = Type_get_IsArray_m2591212821(L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0184; } } { Type_t * L_75 = V_0; NullCheck(L_75); Type_t * L_76 = VirtFuncInvoker0< Type_t * >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_75); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); TypeData_t476999220 * L_77 = TypeTranslator_GetTypeData_m1676550349(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); NullCheck(L_77); String_t* L_78 = TypeData_get_XmlType_m323326007(L_77, /*hidden argument*/NULL); V_8 = L_78; String_t* L_79 = V_8; String_t* L_80 = TypeTranslator_GetArrayName_m2745210150(NULL /*static, unused*/, L_79, /*hidden argument*/NULL); V_7 = L_80; goto IL_0241; } IL_0184: { Type_t * L_81 = V_0; NullCheck(L_81); bool L_82 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, L_81); if (!L_82) { goto IL_0234; } } { Type_t * L_83 = V_0; NullCheck(L_83); bool L_84 = VirtFuncInvoker0< bool >::Invoke(84 /* System.Boolean System.Type::get_IsGenericTypeDefinition() */, L_83); if (L_84) { goto IL_0234; } } { Type_t * L_85 = V_0; NullCheck(L_85); String_t* L_86 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_85); Type_t * L_87 = V_0; NullCheck(L_87); String_t* L_88 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_87); NullCheck(L_88); int32_t L_89 = String_IndexOf_m363431711(L_88, ((int32_t)96), /*hidden argument*/NULL); NullCheck(L_86); String_t* L_90 = String_Substring_m1610150815(L_86, 0, L_89, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_91 = XmlConvert_EncodeLocalName_m2931600124(NULL /*static, unused*/, L_90, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_92 = String_Concat_m3937257545(NULL /*static, unused*/, L_91, _stringLiteral3454318561, /*hidden argument*/NULL); V_7 = L_92; Type_t * L_93 = V_0; NullCheck(L_93); TypeU5BU5D_t3940880105* L_94 = VirtFuncInvoker0< TypeU5BU5D_t3940880105* >::Invoke(82 /* System.Type[] System.Type::GetGenericArguments() */, L_93); V_10 = L_94; V_11 = 0; goto IL_0224; } IL_01d4: { TypeU5BU5D_t3940880105* L_95 = V_10; int32_t L_96 = V_11; NullCheck(L_95); int32_t L_97 = L_96; Type_t * L_98 = (L_95)->GetAt(static_cast(L_97)); V_9 = L_98; String_t* L_99 = V_7; Type_t * L_100 = V_9; NullCheck(L_100); bool L_101 = Type_get_IsArray_m2591212821(L_100, /*hidden argument*/NULL); G_B24_0 = L_99; if (L_101) { G_B25_0 = L_99; goto IL_01f5; } } { Type_t * L_102 = V_9; NullCheck(L_102); bool L_103 = VirtFuncInvoker0< bool >::Invoke(86 /* System.Boolean System.Type::get_IsGenericType() */, L_102); G_B25_0 = G_B24_0; if (!L_103) { G_B26_0 = G_B24_0; goto IL_0206; } } IL_01f5: { Type_t * L_104 = V_9; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); TypeData_t476999220 * L_105 = TypeTranslator_GetTypeData_m1676550349(NULL /*static, unused*/, L_104, /*hidden argument*/NULL); NullCheck(L_105); String_t* L_106 = TypeData_get_XmlType_m323326007(L_105, /*hidden argument*/NULL); G_B27_0 = L_106; G_B27_1 = G_B25_0; goto IL_0217; } IL_0206: { Type_t * L_107 = V_9; NullCheck(L_107); String_t* L_108 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_107); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_109 = XmlConvert_EncodeLocalName_m2931600124(NULL /*static, unused*/, L_108, /*hidden argument*/NULL); String_t* L_110 = CodeIdentifier_MakePascal_m714146339(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); G_B27_0 = L_110; G_B27_1 = G_B26_0; } IL_0217: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_111 = String_Concat_m3937257545(NULL /*static, unused*/, G_B27_1, G_B27_0, /*hidden argument*/NULL); V_7 = L_111; int32_t L_112 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_0224: { int32_t L_113 = V_11; TypeU5BU5D_t3940880105* L_114 = V_10; NullCheck(L_114); if ((((int32_t)L_113) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_114)->max_length))))))) { goto IL_01d4; } } { goto IL_0241; } IL_0234: { Type_t * L_115 = V_0; NullCheck(L_115); String_t* L_116 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_115); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_117 = XmlConvert_EncodeLocalName_m2931600124(NULL /*static, unused*/, L_116, /*hidden argument*/NULL); V_7 = L_117; } IL_0241: { Type_t * L_118 = V_0; String_t* L_119 = V_7; TypeData_t476999220 * L_120 = (TypeData_t476999220 *)il2cpp_codegen_object_new(TypeData_t476999220_il2cpp_TypeInfo_var); TypeData__ctor_m548900801(L_120, L_118, L_119, (bool)0, /*hidden argument*/NULL); V_6 = L_120; bool L_121 = V_1; if (!L_121) { goto IL_025a; } } { TypeData_t476999220 * L_122 = V_6; NullCheck(L_122); TypeData_set_IsNullable_m3746874811(L_122, (bool)1, /*hidden argument*/NULL); } IL_025a: { IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_123 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nameCache_0(); Type_t * L_124 = ___runtimeType0; TypeData_t476999220 * L_125 = V_6; NullCheck(L_123); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_123, L_124, L_125); TypeData_t476999220 * L_126 = V_6; return L_126; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetPrimitiveTypeData(System.String) extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeTranslator_GetPrimitiveTypeData_m2740454283 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeTranslator_GetPrimitiveTypeData_m2740454283_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___typeName0; IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); TypeData_t476999220 * L_1 = TypeTranslator_GetPrimitiveTypeData_m2492367760(NULL /*static, unused*/, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Serialization.TypeData System.Xml.Serialization.TypeTranslator::GetPrimitiveTypeData(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR TypeData_t476999220 * TypeTranslator_GetPrimitiveTypeData_m2492367760 (RuntimeObject * __this /* static, unused */, String_t* ___typeName0, bool ___nullable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeTranslator_GetPrimitiveTypeData_m2492367760_MetadataUsageId); s_Il2CppMethodInitialized = true; } TypeData_t476999220 * V_0 = NULL; Hashtable_t1853889766 * V_1 = NULL; Hashtable_t1853889766 * G_B7_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_0 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); String_t* L_1 = ___typeName0; 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 = ((TypeData_t476999220 *)CastclassClass((RuntimeObject*)L_2, TypeData_t476999220_il2cpp_TypeInfo_var)); TypeData_t476999220 * L_3 = V_0; if (!L_3) { goto IL_0029; } } { TypeData_t476999220 * L_4 = V_0; NullCheck(L_4); Type_t * L_5 = TypeData_get_Type_m3693670728(L_4, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = Type_get_IsValueType_m3108065642(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0029; } } { TypeData_t476999220 * L_7 = V_0; return L_7; } IL_0029: { bool L_8 = ___nullable1; if (!L_8) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_9 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nullableTypes_3(); if (!L_9) { goto IL_0043; } } { IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_10 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_nullableTypes_3(); G_B7_0 = L_10; goto IL_0048; } IL_0043: { IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_11 = ((TypeTranslator_t3446962748_StaticFields*)il2cpp_codegen_static_fields_for(TypeTranslator_t3446962748_il2cpp_TypeInfo_var))->get_primitiveTypes_1(); G_B7_0 = L_11; } IL_0048: { V_1 = G_B7_0; Hashtable_t1853889766 * L_12 = V_1; String_t* L_13 = ___typeName0; NullCheck(L_12); RuntimeObject * L_14 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_12, L_13); V_0 = ((TypeData_t476999220 *)CastclassClass((RuntimeObject*)L_14, TypeData_t476999220_il2cpp_TypeInfo_var)); TypeData_t476999220 * L_15 = V_0; if (L_15) { goto IL_0072; } } { String_t* L_16 = ___typeName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1560233285, L_16, _stringLiteral4020356754, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_18 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_18, L_17, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,TypeTranslator_GetPrimitiveTypeData_m2492367760_RuntimeMethod_var); } IL_0072: { TypeData_t476999220 * L_19 = V_0; return L_19; } } // System.String System.Xml.Serialization.TypeTranslator::GetArrayName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* TypeTranslator_GetArrayName_m2745210150 (RuntimeObject * __this /* static, unused */, String_t* ___elemName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeTranslator_GetArrayName_m2745210150_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___elemName0; NullCheck(L_0); Il2CppChar L_1 = String_get_Chars_m2986988803(L_0, 0, /*hidden argument*/NULL); 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(Char_t3634460470_il2cpp_TypeInfo_var); Il2CppChar L_3 = Char_ToUpper_m3659851865(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); Il2CppChar L_4 = L_3; RuntimeObject * L_5 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_4); String_t* L_6 = ___elemName0; NullCheck(L_6); String_t* L_7 = String_Substring_m2848979100(L_6, 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral3459233542, L_5, L_7, /*hidden argument*/NULL); return L_8; } } // System.Void System.Xml.Serialization.TypeTranslator::ParseArrayType(System.String,System.String&,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void TypeTranslator_ParseArrayType_m1334976778 (RuntimeObject * __this /* static, unused */, String_t* ___arrayType0, String_t** ___type1, String_t** ___ns2, String_t** ___dimensions3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (TypeTranslator_ParseArrayType_m1334976778_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___arrayType0; NullCheck(L_0); int32_t L_1 = String_LastIndexOf_m2676535141(L_0, _stringLiteral3452614550, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)(-1))))) { goto IL_001f; } } { String_t** L_3 = ___ns2; 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(); *((RuntimeObject **)(L_3)) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)L_4); goto IL_0029; } IL_001f: { String_t** L_5 = ___ns2; String_t* L_6 = ___arrayType0; int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = String_Substring_m1610150815(L_6, 0, L_7, /*hidden argument*/NULL); *((RuntimeObject **)(L_5)) = (RuntimeObject *)L_8; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_5), (RuntimeObject *)L_8); } IL_0029: { String_t* L_9 = ___arrayType0; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = String_IndexOf_m3406607758(L_9, _stringLiteral3452614645, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL); V_1 = L_11; int32_t L_12 = V_1; if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_0050; } } { String_t* L_13 = ___arrayType0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2650475604, L_13, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_15 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,TypeTranslator_ParseArrayType_m1334976778_RuntimeMethod_var); } IL_0050: { String_t** L_16 = ___type1; String_t* L_17 = ___arrayType0; int32_t L_18 = V_0; int32_t L_19 = V_1; int32_t L_20 = V_0; NullCheck(L_17); String_t* L_21 = String_Substring_m1610150815(L_17, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)(L_16)) = (RuntimeObject *)L_21; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_16), (RuntimeObject *)L_21); String_t** L_22 = ___dimensions3; String_t* L_23 = ___arrayType0; int32_t L_24 = V_1; NullCheck(L_23); String_t* L_25 = String_Substring_m2848979100(L_23, L_24, /*hidden argument*/NULL); *((RuntimeObject **)(L_22)) = (RuntimeObject *)L_25; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_22), (RuntimeObject *)L_25); 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.Serialization.XmlAnyAttributeAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlAnyAttributeAttribute__ctor_m3496712861 (XmlAnyAttributeAttribute_t1449326428 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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.Serialization.XmlAnyElementAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlAnyElementAttribute__ctor_m2760633889 (XmlAnyElementAttribute_t4038919363 * __this, const RuntimeMethod* method) { { __this->set_order_0((-1)); Attribute__ctor_m1529526131(__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.Serialization.XmlAttributeAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeAttribute__ctor_m1669468076 (XmlAttributeAttribute_t2511360870 * __this, String_t* ___attributeName0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___attributeName0; __this->set_attributeName_0(L_0); return; } } // System.Void System.Xml.Serialization.XmlAttributeAttribute::set_DataType(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeAttribute_set_DataType_m1583933386 (XmlAttributeAttribute_t2511360870 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_dataType_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlElementAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlElementAttribute__ctor_m208346611 (XmlElementAttribute_t17472343 * __this, String_t* ___elementName0, const RuntimeMethod* method) { { __this->set_order_2((-1)); Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___elementName0; __this->set_elementName_0(L_0); return; } } // System.Void System.Xml.Serialization.XmlElementAttribute::.ctor(System.String,System.Type) extern "C" IL2CPP_METHOD_ATTR void XmlElementAttribute__ctor_m3214165518 (XmlElementAttribute_t17472343 * __this, String_t* ___elementName0, Type_t * ___type1, const RuntimeMethod* method) { { __this->set_order_2((-1)); Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___elementName0; __this->set_elementName_0(L_0); Type_t * L_1 = ___type1; __this->set_type_1(L_1); return; } } // System.Void System.Xml.Serialization.XmlElementAttribute::set_Type(System.Type) extern "C" IL2CPP_METHOD_ATTR void XmlElementAttribute_set_Type_m1314301057 (XmlElementAttribute_t17472343 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_type_1(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlEnumAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlEnumAttribute__ctor_m3485640911 (XmlEnumAttribute_t106705320 * __this, String_t* ___name0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___name0; __this->set_name_0(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlIgnoreAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlIgnoreAttribute__ctor_m1427841136 (XmlIgnoreAttribute_t1428424057 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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.Serialization.XmlNamespaceDeclarationsAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceDeclarationsAttribute__ctor_m1853865456 (XmlNamespaceDeclarationsAttribute_t966425202 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__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.Serialization.XmlRootAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlRootAttribute__ctor_m2040449968 (XmlRootAttribute_t2306097217 * __this, String_t* ___elementName0, const RuntimeMethod* method) { { __this->set_isNullable_1((bool)1); Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___elementName0; __this->set_elementName_0(L_0); return; } } // System.Void System.Xml.Serialization.XmlRootAttribute::set_Namespace(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlRootAttribute_set_Namespace_m1706334443 (XmlRootAttribute_t2306097217 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_ns_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Serialization.XmlSerializerNamespaces::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSerializerNamespaces__ctor_m1179032600 (XmlSerializerNamespaces_t2702737953 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializerNamespaces__ctor_m1179032600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); ListDictionary_t1624492310 * L_0 = (ListDictionary_t1624492310 *)il2cpp_codegen_object_new(ListDictionary_t1624492310_il2cpp_TypeInfo_var); ListDictionary__ctor_m1767915711(L_0, /*hidden argument*/NULL); __this->set_namespaces_0(L_0); return; } } // System.Void System.Xml.Serialization.XmlSerializerNamespaces::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_Add_m3530434184 (XmlSerializerNamespaces_t2702737953 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializerNamespaces_Add_m3530434184_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; { String_t* L_0 = ___prefix0; String_t* L_1 = ___ns1; XmlQualifiedName_t2760654312 * L_2 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ListDictionary_t1624492310 * L_3 = __this->get_namespaces_0(); XmlQualifiedName_t2760654312 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = XmlQualifiedName_get_Name_m815040483(L_4, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_6 = V_0; NullCheck(L_3); ListDictionary_set_Item_m1200457665(L_3, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Xml.XmlQualifiedName[] System.Xml.Serialization.XmlSerializerNamespaces::ToArray() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedNameU5BU5D_t1471530361* XmlSerializerNamespaces_ToArray_m2843559361 (XmlSerializerNamespaces_t2702737953 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSerializerNamespaces_ToArray_m2843559361_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedNameU5BU5D_t1471530361* V_0 = NULL; { ListDictionary_t1624492310 * L_0 = __this->get_namespaces_0(); NullCheck(L_0); int32_t L_1 = ListDictionary_get_Count_m139246936(L_0, /*hidden argument*/NULL); V_0 = ((XmlQualifiedNameU5BU5D_t1471530361*)SZArrayNew(XmlQualifiedNameU5BU5D_t1471530361_il2cpp_TypeInfo_var, (uint32_t)L_1)); ListDictionary_t1624492310 * L_2 = __this->get_namespaces_0(); NullCheck(L_2); RuntimeObject* L_3 = ListDictionary_get_Values_m870929555(L_2, /*hidden argument*/NULL); XmlQualifiedNameU5BU5D_t1471530361* L_4 = V_0; NullCheck(L_3); InterfaceActionInvoker2< RuntimeArray *, int32_t >::Invoke(3 /* System.Void System.Collections.ICollection::CopyTo(System.Array,System.Int32) */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_3, (RuntimeArray *)(RuntimeArray *)L_4, 0); XmlQualifiedNameU5BU5D_t1471530361* L_5 = V_0; 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.Serialization.XmlTextAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlTextAttribute__ctor_m831784539 (XmlTextAttribute_t499390083 * __this, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma 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.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute__ctor_m288521366_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocument_t2837193595 * L_0 = ___doc3; IL2CPP_RUNTIME_CLASS_INIT(XmlNode_t3767805227_il2cpp_TypeInfo_var); XmlNode__ctor_m2694942411(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___atomizedNames4; if (L_1) { goto IL_0029; } } { 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: { bool L_6 = ___checkNamespace5; if (!L_6) { goto IL_00a6; } } { 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_0060; } } { String_t* L_9 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00a6; } } { String_t* L_12 = ___localName1; 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_00a6; } } IL_0060: { String_t* L_14 = ___namespaceURI2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_15) { goto IL_007b; } } { ArgumentException_t132251570 * L_16 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_16, _stringLiteral3616512663, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,XmlAttribute__ctor_m288521366_RuntimeMethod_var); } IL_007b: { String_t* L_17 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_18) { goto IL_00a6; } } { String_t* L_19 = ___namespaceURI2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_19, _stringLiteral2984480440, /*hidden argument*/NULL); if (!L_20) { goto IL_00a6; } } { ArgumentException_t132251570 * L_21 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_21, _stringLiteral3616512663, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,XmlAttribute__ctor_m288521366_RuntimeMethod_var); } IL_00a6: { bool L_22 = ___atomizedNames4; if (L_22) { goto IL_0116; } } { String_t* L_23 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_25 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00d3; } } { String_t* L_26 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_27 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00d3; } } { ArgumentException_t132251570 * L_28 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_28, _stringLiteral3494514062, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,XmlAttribute__ctor_m288521366_RuntimeMethod_var); } IL_00d3: { String_t* L_29 = ___localName1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_30 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00e9; } } { ArgumentException_t132251570 * L_31 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_31, _stringLiteral20642215, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,XmlAttribute__ctor_m288521366_RuntimeMethod_var); } IL_00e9: { XmlDocument_t2837193595 * L_32 = ___doc3; NullCheck(L_32); XmlNameTable_t71772148 * L_33 = XmlDocument_get_NameTable_m3351667098(L_32, /*hidden argument*/NULL); String_t* L_34 = ___prefix0; NullCheck(L_33); String_t* L_35 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_33, L_34); ___prefix0 = L_35; XmlDocument_t2837193595 * L_36 = ___doc3; NullCheck(L_36); XmlNameTable_t71772148 * L_37 = XmlDocument_get_NameTable_m3351667098(L_36, /*hidden argument*/NULL); String_t* L_38 = ___localName1; NullCheck(L_37); String_t* L_39 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_37, L_38); ___localName1 = L_39; XmlDocument_t2837193595 * L_40 = ___doc3; NullCheck(L_40); XmlNameTable_t71772148 * L_41 = XmlDocument_get_NameTable_m3351667098(L_40, /*hidden argument*/NULL); String_t* L_42 = ___namespaceURI2; NullCheck(L_41); String_t* L_43 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_41, L_42); ___namespaceURI2 = L_43; } IL_0116: { XmlDocument_t2837193595 * L_44 = ___doc3; NullCheck(L_44); XmlNameEntryCache_t2890546907 * L_45 = XmlDocument_get_NameCache_m4223541773(L_44, /*hidden argument*/NULL); String_t* L_46 = ___prefix0; String_t* L_47 = ___localName1; String_t* L_48 = ___namespaceURI2; NullCheck(L_45); XmlNameEntry_t1073099671 * L_49 = XmlNameEntryCache_Add_m886977046(L_45, L_46, L_47, L_48, (bool)1, /*hidden argument*/NULL); __this->set_name_5(L_49); return; } } // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::System.Xml.IHasXmlChildNode.get_LastLinkedChild() extern "C" IL2CPP_METHOD_ATTR XmlLinkedNode_t1437094927 * XmlAttribute_System_Xml_IHasXmlChildNode_get_LastLinkedChild_m1333727012 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = __this->get_lastLinkedChild_7(); return L_0; } } // System.Void System.Xml.XmlAttribute::System.Xml.IHasXmlChildNode.set_LastLinkedChild(System.Xml.XmlLinkedNode) extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_System_Xml_IHasXmlChildNode_set_LastLinkedChild_m3601301645 (XmlAttribute_t1173852259 * __this, XmlLinkedNode_t1437094927 * ___value0, const RuntimeMethod* method) { { XmlLinkedNode_t1437094927 * L_0 = ___value0; __this->set_lastLinkedChild_7(L_0); return; } } // System.String System.Xml.XmlAttribute::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_BaseURI_m702224144 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_get_BaseURI_m702224144_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlElement_t561603118 * L_0 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); if (!L_0) { goto IL_001b; } } { XmlElement_t561603118 * L_1 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_BaseURI() */, 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.Void System.Xml.XmlAttribute::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_set_InnerXml_m332200063 (XmlAttribute_t1173852259 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_set_InnerXml_m332200063_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNamespaceManager_t418790500 * V_0 = NULL; XmlParserContext_t2544895291 * V_1 = NULL; XmlTextReader_t4233384356 * V_2 = NULL; XmlNamespaceManager_t418790500 * G_B2_0 = NULL; XmlNameTable_t71772148 * G_B2_1 = NULL; XmlNamespaceManager_t418790500 * G_B1_0 = NULL; XmlNameTable_t71772148 * G_B1_1 = NULL; DTDObjectModel_t1729680289 * G_B3_0 = NULL; XmlNamespaceManager_t418790500 * G_B3_1 = NULL; XmlNameTable_t71772148 * G_B3_2 = NULL; { VirtActionInvoker0::Invoke(38 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlNamespaceManager_t418790500 * L_0 = XmlNode_ConstructNamespaceManager_m473532189(__this, /*hidden argument*/NULL); V_0 = L_0; XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); NullCheck(L_1); XmlNameTable_t71772148 * L_2 = XmlDocument_get_NameTable_m3351667098(L_1, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_3 = V_0; XmlDocument_t2837193595 * L_4 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); NullCheck(L_4); XmlDocumentType_t4112370061 * L_5 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_4); G_B1_0 = L_3; G_B1_1 = L_2; if (!L_5) { G_B2_0 = L_3; G_B2_1 = L_2; goto IL_003e; } } { XmlDocument_t2837193595 * L_6 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); NullCheck(L_6); XmlDocumentType_t4112370061 * L_7 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_6); NullCheck(L_7); DTDObjectModel_t1729680289 * L_8 = XmlDocumentType_get_DTD_m2297215448(L_7, /*hidden argument*/NULL); G_B3_0 = L_8; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_003f; } IL_003e: { G_B3_0 = ((DTDObjectModel_t1729680289 *)(NULL)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_003f: { String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlAttribute::get_BaseURI() */, __this); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlAttribute::get_XmlLang() */, __this); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Xml.XmlSpace System.Xml.XmlAttribute::get_XmlSpace() */, __this); XmlParserContext_t2544895291 * L_12 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m2145142613(L_12, G_B3_2, G_B3_1, G_B3_0, L_9, L_10, L_11, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL); V_1 = L_12; String_t* L_13 = ___value0; XmlParserContext_t2544895291 * L_14 = V_1; XmlTextReader_t4233384356 * L_15 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m873020869(L_15, L_13, 2, L_14, /*hidden argument*/NULL); V_2 = L_15; XmlTextReader_t4233384356 * L_16 = V_2; XmlDocument_t2837193595 * L_17 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); NullCheck(L_17); XmlResolver_t626023767 * L_18 = XmlDocument_get_Resolver_m3982878385(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlTextReader_set_XmlResolver_m1445354776(L_16, L_18, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_19 = V_2; NullCheck(L_19); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlTextReader::Read() */, L_19); XmlDocument_t2837193595 * L_20 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); XmlTextReader_t4233384356 * L_21 = V_2; NullCheck(L_20); XmlDocument_ReadAttributeNodeValue_m2172166588(L_20, L_21, __this, /*hidden argument*/NULL); return; } } // System.String System.Xml.XmlAttribute::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_LocalName_m1945312869 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { XmlNameEntry_t1073099671 * L_0 = __this->get_name_5(); NullCheck(L_0); String_t* L_1 = L_0->get_LocalName_1(); return L_1; } } // System.String System.Xml.XmlAttribute::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Name_m3898029517 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { XmlNameEntry_t1073099671 * L_0 = __this->get_name_5(); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::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.XmlAttribute::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_NamespaceURI_m3814509381 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { XmlNameEntry_t1073099671 * L_0 = __this->get_name_5(); NullCheck(L_0); String_t* L_1 = L_0->get_NS_2(); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlAttribute::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_NodeType_m1268993365 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Xml.XPath.XPathNodeType System.Xml.XmlAttribute::get_XPathNodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_XPathNodeType_m399434127 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() extern "C" IL2CPP_METHOD_ATTR XmlDocument_t2837193595 * XmlAttribute_get_OwnerDocument_m1280808947 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { XmlDocument_t2837193595 * L_0 = XmlNode_get_OwnerDocument_m1156966852(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlAttribute_get_OwnerElement_m710283405 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { XmlElement_t561603118 * L_0 = XmlNode_get_AttributeOwnerElement_m1547712886(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode System.Xml.XmlAttribute::get_ParentNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttribute_get_ParentNode_m2981307220 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { return (XmlNode_t3767805227 *)NULL; } } // System.String System.Xml.XmlAttribute::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Prefix_m2826082668 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { XmlNameEntry_t1073099671 * L_0 = __this->get_name_5(); NullCheck(L_0); String_t* L_1 = L_0->get_Prefix_0(); return L_1; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlAttribute_get_SchemaInfo_m1317932364 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_schemaInfo_8(); return L_0; } } // System.Void System.Xml.XmlAttribute::set_SchemaInfo(System.Xml.Schema.IXmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_set_SchemaInfo_m1420261602 (XmlAttribute_t1173852259 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_schemaInfo_8(L_0); return; } } // System.Boolean System.Xml.XmlAttribute::get_Specified() extern "C" IL2CPP_METHOD_ATTR bool XmlAttribute_get_Specified_m3178870454 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDefault_6(); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.String System.Xml.XmlAttribute::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_Value_m1596959290 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); return L_0; } } // System.Void System.Xml.XmlAttribute::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_set_Value_m306683248 (XmlAttribute_t1173852259 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_set_Value_m306683248_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNode_t3767805227 * V_0 = NULL; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, __this); if (!L_0) { goto IL_0016; } } { ArgumentException_t132251570 * L_1 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_1, _stringLiteral390376736, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAttribute_set_Value_m306683248_RuntimeMethod_var); } IL_0016: { XmlDocument_t2837193595 * L_2 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Xml.XmlNode::get_InnerText() */, __this); String_t* L_4 = ___value0; NullCheck(L_2); XmlDocument_CheckIdTableUpdate_m1665709554(L_2, __this, L_3, L_4, /*hidden argument*/NULL); XmlNode_t3767805227 * L_5 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = ((XmlCharacterData_t1167807131 *)IsInstClass((RuntimeObject*)L_5, XmlCharacterData_t1167807131_il2cpp_TypeInfo_var)); XmlNode_t3767805227 * L_6 = V_0; if (L_6) { goto IL_005a; } } { VirtActionInvoker0::Invoke(38 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlDocument_t2837193595 * L_7 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); String_t* L_8 = ___value0; NullCheck(L_7); XmlText_t2682211705 * L_9 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(55 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_7, L_8); XmlNode_AppendChild_m3759797305(__this, L_9, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_005a: { XmlNode_t3767805227 * L_10 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); NullCheck(L_10); XmlNode_t3767805227 * L_11 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_10); if (!L_11) { goto IL_0089; } } { VirtActionInvoker0::Invoke(38 /* System.Void System.Xml.XmlNode::RemoveAll() */, __this); XmlDocument_t2837193595 * L_12 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); String_t* L_13 = ___value0; NullCheck(L_12); XmlText_t2682211705 * L_14 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(55 /* System.Xml.XmlText System.Xml.XmlDocument::CreateTextNode(System.String) */, L_12, L_13); XmlNode_AppendChild_m3759797305(__this, L_14, (bool)0, /*hidden argument*/NULL); goto IL_0090; } IL_0089: { XmlNode_t3767805227 * L_15 = V_0; String_t* L_16 = ___value0; NullCheck(L_15); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlNode::set_Value(System.String) */, L_15, L_16); } IL_0090: { __this->set_isDefault_6((bool)0); return; } } // System.String System.Xml.XmlAttribute::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttribute_get_XmlLang_m1138422434 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_get_XmlLang_m1138422434_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlElement_t561603118 * L_0 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); if (!L_0) { goto IL_001b; } } { XmlElement_t561603118 * L_1 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_XmlLang() */, 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.Xml.XmlSpace System.Xml.XmlAttribute::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlAttribute_get_XmlSpace_m3529581901 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlElement_t561603118 * L_0 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); if (!L_0) { goto IL_001b; } } { XmlElement_t561603118 * L_1 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Xml.XmlSpace System.Xml.XmlNode::get_XmlSpace() */, L_1); G_B3_0 = ((int32_t)(L_2)); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (int32_t)(G_B3_0); } } // System.Xml.XmlNode System.Xml.XmlAttribute::AppendChild(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttribute_AppendChild_m2134423303 (XmlAttribute_t1173852259 * __this, XmlNode_t3767805227 * ___child0, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = ___child0; XmlNode_t3767805227 * L_1 = XmlNode_AppendChild_m1826791120(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlAttribute::InsertBefore(System.Xml.XmlNode,System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttribute_InsertBefore_m3291240794 (XmlAttribute_t1173852259 * __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_m3712336504(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlNode System.Xml.XmlAttribute::RemoveChild(System.Xml.XmlNode) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttribute_RemoveChild_m1200168244 (XmlAttribute_t1173852259 * __this, XmlNode_t3767805227 * ___node0, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = ___node0; XmlNode_t3767805227 * L_1 = XmlNode_RemoveChild_m3038472627(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNode System.Xml.XmlAttribute::CloneNode(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlAttribute_CloneNode_m1244783453 (XmlAttribute_t1173852259 * __this, bool ___deep0, const RuntimeMethod* method) { XmlNode_t3767805227 * V_0 = NULL; XmlNode_t3767805227 * V_1 = NULL; { XmlDocument_t2837193595 * L_0 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); XmlNameEntry_t1073099671 * L_1 = __this->get_name_5(); NullCheck(L_1); String_t* L_2 = L_1->get_Prefix_0(); XmlNameEntry_t1073099671 * L_3 = __this->get_name_5(); NullCheck(L_3); String_t* L_4 = L_3->get_LocalName_1(); XmlNameEntry_t1073099671 * L_5 = __this->get_name_5(); NullCheck(L_5); String_t* L_6 = L_5->get_NS_2(); NullCheck(L_0); XmlAttribute_t1173852259 * L_7 = XmlDocument_CreateAttribute_m1866139548(L_0, L_2, L_4, L_6, (bool)1, (bool)0, /*hidden argument*/NULL); V_0 = L_7; bool L_8 = ___deep0; if (!L_8) { goto IL_005d; } } { XmlNode_t3767805227 * L_9 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_1 = L_9; goto IL_0057; } IL_0041: { XmlNode_t3767805227 * L_10 = V_0; XmlNode_t3767805227 * L_11 = V_1; bool L_12 = ___deep0; NullCheck(L_11); XmlNode_t3767805227 * L_13 = VirtFuncInvoker1< XmlNode_t3767805227 *, bool >::Invoke(34 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_11, L_12); NullCheck(L_10); XmlNode_AppendChild_m3759797305(L_10, L_13, (bool)0, /*hidden argument*/NULL); XmlNode_t3767805227 * L_14 = V_1; NullCheck(L_14); XmlNode_t3767805227 * L_15 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_14); V_1 = L_15; } IL_0057: { XmlNode_t3767805227 * L_16 = V_1; if (L_16) { goto IL_0041; } } IL_005d: { XmlNode_t3767805227 * L_17 = V_0; return L_17; } } // System.Void System.Xml.XmlAttribute::SetDefault() extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_SetDefault_m2091487654 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { { __this->set_isDefault_6((bool)1); return; } } // System.Void System.Xml.XmlAttribute::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_WriteContentTo_m518930252 (XmlAttribute_t1173852259 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { 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_001a; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; XmlWriter_t127905479 * L_2 = ___w0; NullCheck(L_1); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(41 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_1, L_2); XmlNode_t3767805227 * L_3 = V_0; NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_0 = L_4; } IL_001a: { XmlNode_t3767805227 * L_5 = V_0; if (L_5) { goto IL_000c; } } { return; } } // System.Void System.Xml.XmlAttribute::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlAttribute_WriteTo_m472564194 (XmlAttribute_t1173852259 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttribute_WriteTo_m472564194_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlWriter_t127905479 * G_B4_0 = NULL; XmlWriter_t127905479 * G_B3_0 = NULL; String_t* G_B5_0 = NULL; XmlWriter_t127905479 * G_B5_1 = NULL; { bool L_0 = __this->get_isDefault_6(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { XmlWriter_t127905479 * L_1 = ___w0; XmlNameEntry_t1073099671 * L_2 = __this->get_name_5(); NullCheck(L_2); String_t* L_3 = L_2->get_NS_2(); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); G_B3_0 = L_1; if ((((int32_t)L_4) <= ((int32_t)0))) { G_B4_0 = L_1; goto IL_0033; } } { XmlNameEntry_t1073099671 * L_5 = __this->get_name_5(); NullCheck(L_5); String_t* L_6 = L_5->get_Prefix_0(); G_B5_0 = L_6; G_B5_1 = G_B3_0; goto IL_0038; } IL_0033: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B5_0 = L_7; G_B5_1 = G_B4_0; } IL_0038: { XmlNameEntry_t1073099671 * L_8 = __this->get_name_5(); NullCheck(L_8); String_t* L_9 = L_8->get_LocalName_1(); XmlNameEntry_t1073099671 * L_10 = __this->get_name_5(); NullCheck(L_10); String_t* L_11 = L_10->get_NS_2(); NullCheck(G_B5_1); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, G_B5_1, G_B5_0, L_9, L_11); XmlWriter_t127905479 * L_12 = ___w0; VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(40 /* System.Void System.Xml.XmlAttribute::WriteContentTo(System.Xml.XmlWriter) */, __this, L_12); XmlWriter_t127905479 * L_13 = ___w0; NullCheck(L_13); VirtActionInvoker0::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_13); return; } } // Mono.Xml.DTDAttributeDefinition System.Xml.XmlAttribute::GetAttributeDefinition() extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * XmlAttribute_GetAttributeDefinition_m1306466778 (XmlAttribute_t1173852259 * __this, const RuntimeMethod* method) { DTDAttListDeclaration_t3593159715 * V_0 = NULL; DTDAttListDeclaration_t3593159715 * G_B5_0 = NULL; DTDAttributeDefinition_t3434905422 * G_B8_0 = NULL; { XmlElement_t561603118 * L_0 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); if (L_0) { goto IL_000d; } } { return (DTDAttributeDefinition_t3434905422 *)NULL; } IL_000d: { XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); NullCheck(L_1); XmlDocumentType_t4112370061 * L_2 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_1); if (!L_2) { goto IL_0047; } } { XmlDocument_t2837193595 * L_3 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, __this); NullCheck(L_3); XmlDocumentType_t4112370061 * L_4 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_3); NullCheck(L_4); DTDObjectModel_t1729680289 * L_5 = XmlDocumentType_get_DTD_m2297215448(L_4, /*hidden argument*/NULL); NullCheck(L_5); DTDAttListDeclarationCollection_t2220366188 * L_6 = DTDObjectModel_get_AttListDecls_m2801359668(L_5, /*hidden argument*/NULL); XmlElement_t561603118 * L_7 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, __this); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlElement::get_Name() */, L_7); NullCheck(L_6); DTDAttListDeclaration_t3593159715 * L_9 = DTDAttListDeclarationCollection_get_Item_m3930829771(L_6, L_8, /*hidden argument*/NULL); G_B5_0 = L_9; goto IL_0048; } IL_0047: { G_B5_0 = ((DTDAttListDeclaration_t3593159715 *)(NULL)); } IL_0048: { V_0 = G_B5_0; DTDAttListDeclaration_t3593159715 * L_10 = V_0; if (!L_10) { goto IL_0060; } } { DTDAttListDeclaration_t3593159715 * L_11 = V_0; String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlAttribute::get_Name() */, __this); NullCheck(L_11); DTDAttributeDefinition_t3434905422 * L_13 = DTDAttListDeclaration_get_Item_m126874962(L_11, L_12, /*hidden argument*/NULL); G_B8_0 = L_13; goto IL_0061; } IL_0060: { G_B8_0 = ((DTDAttributeDefinition_t3434905422 *)(NULL)); } IL_0061: { return G_B8_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.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(22 /* 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(14 /* 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::Append(System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlAttributeCollection_Append_m779101478 (XmlAttributeCollection_t2316283784 * __this, XmlAttribute_t1173852259 * ___node0, const RuntimeMethod* method) { { XmlAttribute_t1173852259 * L_0 = ___node0; XmlAttributeCollection_SetNamedItem_m1188140119(__this, L_0, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_1 = ___node0; return L_1; } } // 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(22 /* 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(44 /* 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(16 /* 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(18 /* 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(24 /* 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(16 /* 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(18 /* 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(27 /* 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(45 /* 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(44 /* 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(44 /* 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(22 /* 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(22 /* 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(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, L_3); NullCheck(L_4); XmlDocumentType_t4112370061 * L_5 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* 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(17 /* 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(17 /* 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(6 /* 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(26 /* 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(26 /* 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(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); 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; } } // System.Void System.Xml.XmlCDataSection::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlCDataSection_WriteContentTo_m1559029060 (XmlCDataSection_t3267478366 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlCDataSection::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlCDataSection_WriteTo_m1896154546 (XmlCDataSection_t3267478366 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.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_t3057255363____U24U24fieldU2D36_10_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_t3057255363____U24U24fieldU2D37_11_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_t3057255363____U24U24fieldU2D38_12_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_t3057255363____U24U24fieldU2D39_13_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::IsNmToken(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNmToken_m2582911582 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlChar_IsNmToken_m2582911582_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: { V_0 = 0; goto IL_002b; } IL_0014: { String_t* L_2 = ___str0; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_5 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0027; } } { return (bool)0; } IL_0027: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_002b: { int32_t L_7 = V_0; String_t* L_8 = ___str0; NullCheck(L_8); int32_t L_9 = String_get_Length_m3847582255(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0014; } } { 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__switchU24map2F_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__switchU24map2F_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__switchU24map2F_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_6(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_6(); 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_6(); V_0 = L_0; XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* 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_6(L_5); XmlDocument_t2837193595 * L_6 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); XmlNode_t3767805227 * L_7 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* 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_6(); 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_6(); 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(43 /* 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(26 /* System.String System.Xml.XmlCharacterData::get_Value() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* 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; } } // System.Void System.Xml.XmlComment::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlComment_WriteContentTo_m2667675496 (XmlComment_t2476947920 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlComment::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlComment_WriteTo_m941792982 (XmlComment_t2476947920 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlCharacterData::get_Data() */, __this); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.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::EncodeLocalName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeLocalName_m2931600124 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_EncodeLocalName_m2931600124_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___name0; if (L_0) { goto IL_0008; } } { String_t* L_1 = ___name0; return L_1; } IL_0008: { String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); String_t* L_3 = XmlConvert_EncodeName_m3491219899(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_IndexOf_m363431711(L_4, ((int32_t)58), /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0021; } } { String_t* L_7 = V_0; return L_7; } IL_0021: { String_t* L_8 = V_0; NullCheck(L_8); String_t* L_9 = String_Replace_m1273907647(L_8, _stringLiteral3452614550, _stringLiteral4287215255, /*hidden argument*/NULL); return L_9; } } // 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__switchU24map33_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__switchU24map33_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__switchU24map33_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.Byte System.Xml.XmlConvert::ToByte(System.String) extern "C" IL2CPP_METHOD_ATTR uint8_t XmlConvert_ToByte_m1768201769 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToByte_m1768201769_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); uint8_t L_2 = Byte_Parse_m3200377149(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XmlConvert_ToDateTime_m800272518 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDateTime_m800272518_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_1 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get_datetimeFormats_0(); DateTime_t3738529785 L_2 = XmlConvert_ToDateTime_m1760770288(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XmlConvert_ToDateTime_m1760770288 (RuntimeObject * __this /* static, unused */, String_t* ___s0, StringU5BU5D_t1281789340* ___formats1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDateTime_m1760770288_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; StringU5BU5D_t1281789340* L_1 = ___formats1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); int32_t L_2 = ((XmlConvert_t1981561327_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t1981561327_il2cpp_TypeInfo_var))->get__defaultStyle_6(); DateTime_t3738529785 L_3 = XmlConvert_ToDateTime_m3549181468(NULL /*static, unused*/, L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[],System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XmlConvert_ToDateTime_m3549181468 (RuntimeObject * __this /* static, unused */, String_t* ___s0, StringU5BU5D_t1281789340* ___formats1, int32_t ___style2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDateTime_m3549181468_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; StringU5BU5D_t1281789340* L_1 = ___formats1; IL2CPP_RUNTIME_CLASS_INIT(DateTimeFormatInfo_t2405853701_il2cpp_TypeInfo_var); DateTimeFormatInfo_t2405853701 * L_2 = DateTimeFormatInfo_get_InvariantInfo_m2329875772(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_3 = ___style2; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_4 = DateTime_ParseExact_m1132380469(NULL /*static, unused*/, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // System.Decimal System.Xml.XmlConvert::ToDecimal(System.String) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlConvert_ToDecimal_m1028049782 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDecimal_m1028049782_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = Decimal_Parse_m4154418249(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Double System.Xml.XmlConvert::ToDouble(System.String) extern "C" IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_m4257337793 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToDouble_m4257337793_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { String_t* L_0 = ___s0; if (L_0) { goto IL_000c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlConvert_ToDouble_m4257337793_RuntimeMethod_var); } IL_000c: { String_t* L_2 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); float L_3 = XmlConvert_TryParseStringFloatConstants_m469050680(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; float L_4 = V_0; if ((((float)L_4) == ((float)(0.0f)))) { goto IL_0021; } } { float L_5 = V_0; return (((double)((double)L_5))); } IL_0021: { String_t* L_6 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); double L_8 = Double_Parse_m1135962389(NULL /*static, unused*/, L_6, ((int32_t)423), L_7, /*hidden argument*/NULL); return L_8; } } // System.Single System.Xml.XmlConvert::TryParseStringFloatConstants(System.String) extern "C" IL2CPP_METHOD_ATTR float XmlConvert_TryParseStringFloatConstants_m469050680 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryParseStringFloatConstants_m469050680_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_000b; } IL_0007: { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); } IL_000b: { int32_t L_1 = V_0; String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0028; } } { String_t* L_4 = ___s0; int32_t L_5 = V_0; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_7 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0007; } } IL_0028: { int32_t L_8 = V_0; String_t* L_9 = ___s0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)L_10)))) { goto IL_003a; } } { FormatException_t154580423 * L_11 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m1479314061(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,XmlConvert_TryParseStringFloatConstants_m469050680_RuntimeMethod_var); } IL_003a: { String_t* L_12 = ___s0; NullCheck(L_12); int32_t L_13 = String_get_Length_m3847582255(L_12, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); goto IL_004c; } IL_0048: { int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)); } IL_004c: { String_t* L_15 = ___s0; int32_t L_16 = V_1; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_18 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0048; } } { String_t* L_19 = ___s0; int32_t L_20 = V_0; int32_t L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_22 = XmlConvert_TryParseStringConstant_m2958895784(NULL /*static, unused*/, _stringLiteral2647588310, L_19, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0075; } } { return (std::numeric_limits::quiet_NaN()); } IL_0075: { String_t* L_23 = ___s0; int32_t L_24 = V_0; int32_t L_25 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_26 = XmlConvert_TryParseStringConstant_m2958895784(NULL /*static, unused*/, _stringLiteral3006112435, L_23, L_24, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_008d; } } { return (std::numeric_limits::infinity()); } IL_008d: { String_t* L_27 = ___s0; int32_t L_28 = V_0; int32_t L_29 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_30 = XmlConvert_TryParseStringConstant_m2958895784(NULL /*static, unused*/, _stringLiteral853081463, L_27, L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00a5; } } { return (-std::numeric_limits::infinity()); } IL_00a5: { String_t* L_31 = ___s0; int32_t L_32 = V_0; int32_t L_33 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_34 = XmlConvert_TryParseStringConstant_m2958895784(NULL /*static, unused*/, _stringLiteral670053913, L_31, L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00bd; } } { return (std::numeric_limits::infinity()); } IL_00bd: { String_t* L_35 = ___s0; int32_t L_36 = V_0; int32_t L_37 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_38 = XmlConvert_TryParseStringConstant_m2958895784(NULL /*static, unused*/, _stringLiteral2385296252, L_35, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00d5; } } { return (-std::numeric_limits::infinity()); } IL_00d5: { return (0.0f); } } // System.Boolean System.Xml.XmlConvert::TryParseStringConstant(System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_TryParseStringConstant_m2958895784 (RuntimeObject * __this /* static, unused */, String_t* ___format0, String_t* ___s1, int32_t ___start2, int32_t ___end3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_TryParseStringConstant_m2958895784_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { int32_t L_0 = ___end3; int32_t L_1 = ___start2; String_t* L_2 = ___format0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)1))) == ((uint32_t)L_3)))) { goto IL_0024; } } { String_t* L_4 = ___format0; String_t* L_5 = ___s1; int32_t L_6 = ___start2; String_t* L_7 = ___format0; NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); int32_t L_9 = String_CompareOrdinal_m1012192092(NULL /*static, unused*/, L_4, 0, L_5, L_6, L_8, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0); goto IL_0025; } IL_0024: { G_B3_0 = 0; } IL_0025: { return (bool)G_B3_0; } } // System.Int16 System.Xml.XmlConvert::ToInt16(System.String) extern "C" IL2CPP_METHOD_ATTR int16_t XmlConvert_ToInt16_m1126944964 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToInt16_m1126944964_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int16_t L_2 = Int16_Parse_m3641256939(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Xml.XmlConvert::ToInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_m2886969565 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToInt32_m2886969565_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_2 = Int32_Parse_m3682462547(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int64 System.Xml.XmlConvert::ToInt64(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m1902133275 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToInt64_m1902133275_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int64_t L_2 = Int64_Parse_m3250361603(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.SByte System.Xml.XmlConvert::ToSByte(System.String) extern "C" IL2CPP_METHOD_ATTR int8_t XmlConvert_ToSByte_m1731060397 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToSByte_m1731060397_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int8_t L_2 = SByte_Parse_m2899090751(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.Single System.Xml.XmlConvert::ToSingle(System.String) extern "C" IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_m966688176 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToSingle_m966688176_MetadataUsageId); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { String_t* L_0 = ___s0; if (L_0) { goto IL_000c; } } { ArgumentNullException_t1615371798 * L_1 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m2751210921(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlConvert_ToSingle_m966688176_RuntimeMethod_var); } IL_000c: { String_t* L_2 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); float L_3 = XmlConvert_TryParseStringFloatConstants_m469050680(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; float L_4 = V_0; if ((((float)L_4) == ((float)(0.0f)))) { goto IL_0020; } } { float L_5 = V_0; return L_5; } IL_0020: { String_t* L_6 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_7 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); float L_8 = Single_Parse_m3793689340(NULL /*static, unused*/, L_6, ((int32_t)423), L_7, /*hidden argument*/NULL); return L_8; } } // System.String System.Xml.XmlConvert::ToString(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m4082948798 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m4082948798_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 = Int32_ToString_m1760361794((&___value0), L_0, /*hidden argument*/NULL); return L_1; } } // 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.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.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) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2925918111 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToString_m2925918111_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 = DateTime_ToString_m2992030064((&___value0), _stringLiteral1733900368, L_0, /*hidden argument*/NULL); return L_1; } } // System.TimeSpan System.Xml.XmlConvert::ToTimeSpan(System.String) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 XmlConvert_ToTimeSpan_m349710467 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToTimeSpan_m349710467_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int64_t V_8 = 0; int32_t V_9 = 0; bool V_10 = false; int32_t V_11 = 0; int32_t V_12 = 0; TimeSpan_t881159249 V_13; memset(&V_13, 0, sizeof(V_13)); Il2CppChar V_14 = 0x0; { 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; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0023; } } { FormatException_t154580423 * L_5 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_5, _stringLiteral943629029, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlConvert_ToTimeSpan_m349710467_RuntimeMethod_var); } IL_0023: { V_0 = 0; String_t* L_6 = ___s0; NullCheck(L_6); Il2CppChar L_7 = String_get_Chars_m2986988803(L_6, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)45))))) { goto IL_0035; } } { V_0 = 1; } IL_0035: { int32_t L_8 = V_0; V_1 = (bool)((((int32_t)L_8) == ((int32_t)1))? 1 : 0); String_t* L_9 = ___s0; int32_t L_10 = V_0; NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m2986988803(L_9, L_10, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)80)))) { goto IL_0053; } } { FormatException_t154580423 * L_12 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_12, _stringLiteral943629029, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XmlConvert_ToTimeSpan_m349710467_RuntimeMethod_var); } IL_0053: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); V_2 = 0; V_3 = 0; V_4 = (bool)0; V_5 = 0; V_6 = 0; V_7 = 0; V_8 = (((int64_t)((int64_t)0))); V_9 = 0; V_10 = (bool)0; int32_t L_14 = V_0; V_11 = L_14; goto IL_0281; } IL_0079: { String_t* L_15 = ___s0; int32_t L_16 = V_11; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)84))))) { goto IL_009b; } } { V_4 = (bool)1; V_2 = 4; int32_t L_18 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); int32_t L_19 = V_11; V_0 = L_19; goto IL_0281; } IL_009b: { goto IL_00c9; } IL_00a0: { String_t* L_20 = ___s0; int32_t L_21 = V_11; NullCheck(L_20); Il2CppChar L_22 = String_get_Chars_m2986988803(L_20, L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)((int32_t)48)))) { goto IL_00be; } } { String_t* L_23 = ___s0; int32_t L_24 = V_11; NullCheck(L_23); Il2CppChar L_25 = String_get_Chars_m2986988803(L_23, L_24, /*hidden argument*/NULL); if ((((int32_t)((int32_t)57)) >= ((int32_t)L_25))) { goto IL_00c3; } } IL_00be: { goto IL_00d6; } IL_00c3: { int32_t L_26 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00c9: { int32_t L_27 = V_11; String_t* L_28 = ___s0; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_29))) { goto IL_00a0; } } IL_00d6: { int32_t L_30 = V_2; if ((!(((uint32_t)L_30) == ((uint32_t)7)))) { goto IL_00e3; } } { int32_t L_31 = V_11; int32_t L_32 = V_0; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32)); } IL_00e3: { String_t* L_33 = ___s0; int32_t L_34 = V_0; int32_t L_35 = V_11; int32_t L_36 = V_0; NullCheck(L_33); String_t* L_37 = String_Substring_m1610150815(L_33, L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_38 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_39 = Int32_Parse_m2087562008(NULL /*static, unused*/, L_37, L_38, /*hidden argument*/NULL); V_12 = L_39; int32_t L_40 = V_2; if ((!(((uint32_t)L_40) == ((uint32_t)7)))) { goto IL_0135; } } { goto IL_0113; } IL_0106: { int32_t L_41 = V_12; V_12 = ((int32_t)((int32_t)L_41/(int32_t)((int32_t)10))); int32_t L_42 = V_9; V_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)); } IL_0113: { int32_t L_43 = V_9; if ((((int32_t)L_43) > ((int32_t)7))) { goto IL_0106; } } { goto IL_012d; } IL_0120: { int32_t L_44 = V_12; V_12 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_44, (int32_t)((int32_t)10))); int32_t L_45 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)); } IL_012d: { int32_t L_46 = V_9; if ((((int32_t)L_46) < ((int32_t)7))) { goto IL_0120; } } IL_0135: { String_t* L_47 = ___s0; int32_t L_48 = V_11; NullCheck(L_47); Il2CppChar L_49 = String_get_Chars_m2986988803(L_47, L_48, /*hidden argument*/NULL); V_14 = L_49; Il2CppChar L_50 = V_14; if ((((int32_t)L_50) == ((int32_t)((int32_t)46)))) { goto IL_024f; } } { Il2CppChar L_51 = V_14; if ((((int32_t)L_51) == ((int32_t)((int32_t)68)))) { goto IL_01e1; } } { Il2CppChar L_52 = V_14; if ((((int32_t)L_52) == ((int32_t)((int32_t)72)))) { goto IL_01fc; } } { Il2CppChar L_53 = V_14; if ((((int32_t)L_53) == ((int32_t)((int32_t)77)))) { goto IL_019b; } } { Il2CppChar L_54 = V_14; if ((((int32_t)L_54) == ((int32_t)((int32_t)83)))) { goto IL_021d; } } { Il2CppChar L_55 = V_14; if ((((int32_t)L_55) == ((int32_t)((int32_t)89)))) { goto IL_017a; } } { goto IL_0264; } IL_017a: { int32_t L_56 = V_3; int32_t L_57 = V_12; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_57, (int32_t)((int32_t)365))))); int32_t L_58 = V_2; if ((((int32_t)L_58) <= ((int32_t)0))) { goto IL_0194; } } { V_10 = (bool)1; goto IL_0196; } IL_0194: { V_2 = 1; } IL_0196: { goto IL_026c; } IL_019b: { int32_t L_59 = V_2; if ((((int32_t)L_59) >= ((int32_t)2))) { goto IL_01c0; } } { int32_t L_60 = V_3; int32_t L_61 = V_12; int32_t L_62 = V_12; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)365), (int32_t)((int32_t)((int32_t)L_61/(int32_t)((int32_t)12))))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)30), (int32_t)((int32_t)((int32_t)L_62%(int32_t)((int32_t)12))))))))); V_2 = 2; goto IL_01dc; } IL_01c0: { bool L_63 = V_4; if (!L_63) { goto IL_01d9; } } { int32_t L_64 = V_2; if ((((int32_t)L_64) >= ((int32_t)6))) { goto IL_01d9; } } { int32_t L_65 = V_12; V_6 = L_65; V_2 = 6; goto IL_01dc; } IL_01d9: { V_10 = (bool)1; } IL_01dc: { goto IL_026c; } IL_01e1: { int32_t L_66 = V_3; int32_t L_67 = V_12; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67)); int32_t L_68 = V_2; if ((((int32_t)L_68) <= ((int32_t)2))) { goto IL_01f5; } } { V_10 = (bool)1; goto IL_01f7; } IL_01f5: { V_2 = 3; } IL_01f7: { goto IL_026c; } IL_01fc: { int32_t L_69 = V_12; V_5 = L_69; bool L_70 = V_4; if (!L_70) { goto IL_020e; } } { int32_t L_71 = V_2; if ((((int32_t)L_71) <= ((int32_t)4))) { goto IL_0216; } } IL_020e: { V_10 = (bool)1; goto IL_0218; } IL_0216: { V_2 = 5; } IL_0218: { goto IL_026c; } IL_021d: { int32_t L_72 = V_2; if ((!(((uint32_t)L_72) == ((uint32_t)7)))) { goto IL_022e; } } { int32_t L_73 = V_12; V_8 = (((int64_t)((int64_t)L_73))); goto IL_0232; } IL_022e: { int32_t L_74 = V_12; V_7 = L_74; } IL_0232: { bool L_75 = V_4; if (!L_75) { goto IL_0240; } } { int32_t L_76 = V_2; if ((((int32_t)L_76) <= ((int32_t)7))) { goto IL_0248; } } IL_0240: { V_10 = (bool)1; goto IL_024a; } IL_0248: { V_2 = 8; } IL_024a: { goto IL_026c; } IL_024f: { int32_t L_77 = V_2; if ((((int32_t)L_77) <= ((int32_t)7))) { goto IL_0259; } } { V_10 = (bool)1; } IL_0259: { int32_t L_78 = V_12; V_7 = L_78; V_2 = 7; goto IL_026c; } IL_0264: { V_10 = (bool)1; goto IL_026c; } IL_026c: { bool L_79 = V_10; if (!L_79) { goto IL_0278; } } { goto IL_028e; } IL_0278: { int32_t L_80 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1)); int32_t L_81 = V_11; V_0 = L_81; } IL_0281: { int32_t L_82 = V_11; String_t* L_83 = ___s0; NullCheck(L_83); int32_t L_84 = String_get_Length_m3847582255(L_83, /*hidden argument*/NULL); if ((((int32_t)L_82) < ((int32_t)L_84))) { goto IL_0079; } } IL_028e: { bool L_85 = V_10; if (!L_85) { goto IL_02a0; } } { FormatException_t154580423 * L_86 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_86, _stringLiteral943629029, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_86,XmlConvert_ToTimeSpan_m349710467_RuntimeMethod_var); } IL_02a0: { int32_t L_87 = V_3; int32_t L_88 = V_5; int32_t L_89 = V_6; int32_t L_90 = V_7; TimeSpan__ctor_m4161351023((&V_13), L_87, L_88, L_89, L_90, /*hidden argument*/NULL); bool L_91 = V_1; if (!L_91) { goto IL_02c5; } } { int64_t L_92 = TimeSpan_get_Ticks_m2137362016((&V_13), /*hidden argument*/NULL); int64_t L_93 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_94 = TimeSpan_FromTicks_m4159473883(NULL /*static, unused*/, ((-((int64_t)il2cpp_codegen_add((int64_t)L_92, (int64_t)L_93)))), /*hidden argument*/NULL); return L_94; } IL_02c5: { int64_t L_95 = TimeSpan_get_Ticks_m2137362016((&V_13), /*hidden argument*/NULL); int64_t L_96 = V_8; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_97 = TimeSpan_FromTicks_m4159473883(NULL /*static, unused*/, ((int64_t)il2cpp_codegen_add((int64_t)L_95, (int64_t)L_96)), /*hidden argument*/NULL); return L_97; } } // System.UInt16 System.Xml.XmlConvert::ToUInt16(System.String) extern "C" IL2CPP_METHOD_ATTR uint16_t XmlConvert_ToUInt16_m928332189 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToUInt16_m928332189_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); uint16_t L_2 = UInt16_Parse_m3476925403(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.UInt32 System.Xml.XmlConvert::ToUInt32(System.String) extern "C" IL2CPP_METHOD_ATTR uint32_t XmlConvert_ToUInt32_m120686766 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToUInt32_m120686766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); uint32_t L_2 = UInt32_Parse_m3755665066(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // System.UInt64 System.Xml.XmlConvert::ToUInt64(System.String) extern "C" IL2CPP_METHOD_ATTR uint64_t XmlConvert_ToUInt64_m4076754168 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_ToUInt64_m4076754168_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_1 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); uint64_t L_2 = UInt64_Parse_m1485858293(NULL /*static, unused*/, L_0, 7, L_1, /*hidden argument*/NULL); return L_2; } } // 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.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* XmlConvert_FromBinHexString_m376671528 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlConvert_FromBinHexString_m376671528_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; ByteU5BU5D_t4116647657* V_1 = NULL; { String_t* L_0 = ___s0; NullCheck(L_0); CharU5BU5D_t3528271667* L_1 = String_ToCharArray_m1492846834(L_0, /*hidden argument*/NULL); V_0 = L_1; CharU5BU5D_t3528271667* L_2 = V_0; NullCheck(L_2); CharU5BU5D_t3528271667* L_3 = V_0; NullCheck(L_3); V_1 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))/(int32_t)2)), (int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))%(int32_t)2)))))); CharU5BU5D_t3528271667* L_4 = V_0; CharU5BU5D_t3528271667* L_5 = V_0; NullCheck(L_5); ByteU5BU5D_t4116647657* L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); XmlConvert_FromBinHexString_m666921948(NULL /*static, unused*/, L_4, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), L_6, /*hidden argument*/NULL); ByteU5BU5D_t4116647657* L_7 = V_1; return L_7; } } // System.Int32 System.Xml.XmlConvert::FromBinHexString(System.Char[],System.Int32,System.Int32,System.Byte[]) extern "C" IL2CPP_METHOD_ATTR int32_t XmlConvert_FromBinHexString_m666921948 (RuntimeObject * __this /* static, unused */, CharU5BU5D_t3528271667* ___chars0, int32_t ___offset1, int32_t ___charLength2, ByteU5BU5D_t4116647657* ___buffer3, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; ByteU5BU5D_t4116647657* G_B3_1 = NULL; int32_t G_B2_0 = 0; ByteU5BU5D_t4116647657* G_B2_1 = NULL; int32_t G_B4_0 = 0; int32_t G_B4_1 = 0; ByteU5BU5D_t4116647657* G_B4_2 = NULL; int32_t G_B6_0 = 0; uint8_t* G_B6_1 = NULL; int32_t G_B5_0 = 0; uint8_t* G_B5_1 = NULL; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; uint8_t* G_B7_2 = NULL; int32_t G_B12_0 = 0; ByteU5BU5D_t4116647657* G_B12_1 = NULL; int32_t G_B11_0 = 0; ByteU5BU5D_t4116647657* G_B11_1 = NULL; int32_t G_B13_0 = 0; int32_t G_B13_1 = 0; ByteU5BU5D_t4116647657* G_B13_2 = NULL; { int32_t L_0 = ___offset1; V_0 = L_0; V_1 = 0; goto IL_0073; } IL_0009: { ByteU5BU5D_t4116647657* L_1 = ___buffer3; int32_t L_2 = V_0; CharU5BU5D_t3528271667* L_3 = ___chars0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (L_3)->GetAt(static_cast(L_5)); G_B2_0 = L_2; G_B2_1 = L_1; if ((((int32_t)L_6) <= ((int32_t)((int32_t)57)))) { G_B3_0 = L_2; G_B3_1 = L_1; goto IL_0024; } } { CharU5BU5D_t3528271667* L_7 = ___chars0; int32_t L_8 = V_1; NullCheck(L_7); int32_t L_9 = L_8; uint16_t L_10 = (L_7)->GetAt(static_cast(L_9)); G_B4_0 = (((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)65))), (int32_t)((int32_t)10)))))); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_002b; } IL_0024: { CharU5BU5D_t3528271667* L_11 = ___chars0; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; uint16_t L_14 = (L_11)->GetAt(static_cast(L_13)); G_B4_0 = (((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)((int32_t)48)))))); G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_002b: { NullCheck(G_B4_2); (G_B4_2)->SetAt(static_cast(G_B4_1), (uint8_t)G_B4_0); ByteU5BU5D_t4116647657* L_15 = ___buffer3; int32_t L_16 = V_0; NullCheck(L_15); uint8_t* L_17 = ((L_15)->GetAddressAt(static_cast(L_16))); *((int8_t*)(L_17)) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)(*((uint8_t*)L_17))<<(int32_t)4))))); ByteU5BU5D_t4116647657* L_18 = ___buffer3; int32_t L_19 = V_0; NullCheck(L_18); uint8_t* L_20 = ((L_18)->GetAddressAt(static_cast(L_19))); CharU5BU5D_t3528271667* L_21 = ___chars0; int32_t L_22 = V_1; NullCheck(L_21); int32_t L_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); uint16_t L_24 = (L_21)->GetAt(static_cast(L_23)); G_B5_0 = (*((uint8_t*)L_20)); G_B5_1 = L_20; if ((((int32_t)L_24) <= ((int32_t)((int32_t)57)))) { G_B6_0 = (*((uint8_t*)L_20)); G_B6_1 = L_20; goto IL_005f; } } { CharU5BU5D_t3528271667* L_25 = ___chars0; int32_t L_26 = V_1; NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); uint16_t L_28 = (L_25)->GetAt(static_cast(L_27)); G_B7_0 = (((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)((int32_t)65))), (int32_t)((int32_t)10)))))); G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_0068; } IL_005f: { CharU5BU5D_t3528271667* L_29 = ___chars0; int32_t L_30 = V_1; NullCheck(L_29); int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); uint16_t L_32 = (L_29)->GetAt(static_cast(L_31)); G_B7_0 = (((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)((int32_t)48)))))); G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_0068: { *((int8_t*)(G_B7_2)) = (int8_t)(((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)G_B7_1, (int32_t)G_B7_0))))); int32_t L_33 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2)); } IL_0073: { int32_t L_35 = V_1; int32_t L_36 = ___charLength2; if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1))))) { goto IL_0009; } } { int32_t L_37 = ___charLength2; if (!((int32_t)((int32_t)L_37%(int32_t)2))) { goto IL_00b4; } } { ByteU5BU5D_t4116647657* L_38 = ___buffer3; int32_t L_39 = V_0; int32_t L_40 = L_39; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); CharU5BU5D_t3528271667* L_41 = ___chars0; int32_t L_42 = ___charLength2; NullCheck(L_41); int32_t L_43 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)); uint16_t L_44 = (L_41)->GetAt(static_cast(L_43)); G_B11_0 = L_40; G_B11_1 = L_38; if ((((int32_t)L_44) <= ((int32_t)((int32_t)57)))) { G_B12_0 = L_40; G_B12_1 = L_38; goto IL_00a7; } } { CharU5BU5D_t3528271667* L_45 = ___chars0; int32_t L_46 = ___charLength2; NullCheck(L_45); int32_t L_47 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)1)); uint16_t L_48 = (L_45)->GetAt(static_cast(L_47)); G_B13_0 = (((int32_t)((uint8_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)((int32_t)65))), (int32_t)((int32_t)10)))))); G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_00b0; } IL_00a7: { CharU5BU5D_t3528271667* L_49 = ___chars0; int32_t L_50 = ___charLength2; NullCheck(L_49); int32_t L_51 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)1)); uint16_t L_52 = (L_49)->GetAt(static_cast(L_51)); G_B13_0 = (((int32_t)((uint8_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)((int32_t)48)))))); G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_00b0: { NullCheck(G_B13_2); (G_B13_2)->SetAt(static_cast(G_B13_1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)G_B13_0<<(int32_t)4)))))); } IL_00b4: { int32_t L_53 = V_0; int32_t L_54 = ___offset1; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)); } } #ifdef __clang__ #pragma 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_6(_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_8(L_5); String_t* L_6 = ___encoding1; __this->set_encoding_6(L_6); String_t* L_7 = ___standalone2; __this->set_standalone_7(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_6(); 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_6(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(26 /* 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_7(); 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_7(_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_7(_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_7(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_6(); 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_6(); 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_7(); 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_7(); 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_8(); 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_7(); XmlDocument_t2837193595 * L_3 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* 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.Void System.Xml.XmlDeclaration::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_WriteContentTo_m2160833810 (XmlDeclaration_t679870411 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlDeclaration::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDeclaration_WriteTo_m1817353405 (XmlDeclaration_t679870411 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDeclaration_WriteTo_m1817353405_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlDeclaration::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral206359376, L_1, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_0, L_2); return; } } // 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__switchU24map30_9(); 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__switchU24map30_9(L_142); } IL_02c5: { Dictionary_2_t2736202052 * L_143 = ((XmlDeclaration_t679870411_StaticFields*)il2cpp_codegen_static_fields_for(XmlDeclaration_t679870411_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map30_9(); 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_m664597982 (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_9(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_13(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_10(L_3); goto IL_003a; } IL_0033: { XmlImplementation_t254178875 * L_4 = ___impl0; __this->set_implementation_10(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_10(); 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_8(G_B6_0); XmlNameTable_t71772148 * L_9 = __this->get_nameTable_8(); 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_14(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_12(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_5(); 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(6 /* 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_6((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_5(); 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(6 /* 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_7((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_5(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_15(); 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_15(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_16(); if (L_0) { goto IL_0036; } } { XmlAttribute_t1173852259 * L_1 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(45 /* System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String,System.String) */, __this, _stringLiteral3929236445, _stringLiteral2909972470, _stringLiteral2829469855); __this->set_nsNodeXml_16(L_1); XmlAttribute_t1173852259 * L_2 = __this->get_nsNodeXml_16(); NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlAttribute::set_Value(System.String) */, L_2, _stringLiteral2984480440); } IL_0036: { XmlAttribute_t1173852259 * L_3 = __this->get_nsNodeXml_16(); 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_9(); return L_0; } } // System.Xml.XmlElement System.Xml.XmlDocument::get_DocumentElement() extern "C" IL2CPP_METHOD_ATTR XmlElement_t561603118 * XmlDocument_get_DocumentElement_m474633542 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_DocumentElement_m474633542_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(19 /* 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(20 /* 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(20 /* 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(19 /* 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.Void System.Xml.XmlDocument::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_set_InnerXml_m55899995 (XmlDocument_t2837193595 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; VirtActionInvoker1< String_t* >::Invoke(63 /* System.Void System.Xml.XmlDocument::LoadXml(System.String) */, __this, L_0); return; } } // 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_14(); 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_8(); 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_11(); 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_12(); 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.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.Text.Encoding System.Xml.XmlDocument::get_TextEncoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * XmlDocument_get_TextEncoding_m845318411 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_get_TextEncoding_m845318411_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDeclaration_t679870411 * V_0 = NULL; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); V_0 = ((XmlDeclaration_t679870411 *)IsInstClass((RuntimeObject*)L_0, XmlDeclaration_t679870411_il2cpp_TypeInfo_var)); XmlDeclaration_t679870411 * L_1 = V_0; if (!L_1) { goto IL_0027; } } { XmlDeclaration_t679870411 * L_2 = V_0; NullCheck(L_2); String_t* L_3 = XmlDeclaration_get_Encoding_m3427069320(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0029; } } IL_0027: { return (Encoding_t1523322056 *)NULL; } IL_0029: { XmlDeclaration_t679870411 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = XmlDeclaration_get_Encoding_m3427069320(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_8 = Encoding_GetEncoding_m2599798446(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } } // 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.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlDocument_get_SchemaInfo_m265513572 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_schemaInfo_18(); return L_0; } } // 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_18(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_13(); XmlAttribute_t1173852259 * L_1 = ___attr0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* 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_10(); if (!L_0) { goto IL_001b; } } { XmlImplementation_t254178875 * L_1 = __this->get_implementation_10(); 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_m664597982(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_9(); NullCheck(L_4); L_4->set_baseURI_9(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(59 /* 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(19 /* 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(45 /* 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(45 /* 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_7(); 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(45 /* 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(50 /* 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_6(); 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(50 /* 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(52 /* 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(44 /* 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.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_13(); 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(44 /* 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(44 /* 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(20 /* 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(24 /* 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(16 /* 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(18 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_10); XmlAttribute_t1173852259 * L_12 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(45 /* 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(59 /* 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(32 /* 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(19 /* 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(26 /* System.String System.Xml.XmlNode::get_Value() */, L_23); XmlCDataSection_t3267478366 * L_25 = VirtFuncInvoker1< XmlCDataSection_t3267478366 *, String_t* >::Invoke(46 /* 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(26 /* System.String System.Xml.XmlNode::get_Value() */, L_26); XmlComment_t2476947920 * L_28 = VirtFuncInvoker1< XmlComment_t2476947920 *, String_t* >::Invoke(47 /* 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(48 /* 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(59 /* 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(32 /* 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(19 /* 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(24 /* 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(16 /* 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(18 /* System.String System.Xml.XmlElement::get_NamespaceURI() */, L_48); XmlElement_t561603118 * L_50 = VirtFuncInvoker3< XmlElement_t561603118 *, String_t*, String_t*, String_t* >::Invoke(50 /* 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(45 /* 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(59 /* 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(48 /* 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(59 /* 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(32 /* 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(19 /* 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(17 /* System.String System.Xml.XmlNode::get_Name() */, L_79); XmlEntityReference_t1966808559 * L_81 = VirtFuncInvoker1< XmlEntityReference_t1966808559 *, String_t* >::Invoke(51 /* 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(53 /* 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(26 /* System.String System.Xml.XmlNode::get_Value() */, L_89); XmlSignificantWhitespace_t1052520128 * L_91 = VirtFuncInvoker1< XmlSignificantWhitespace_t1052520128 *, String_t* >::Invoke(54 /* 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(26 /* System.String System.Xml.XmlNode::get_Value() */, L_92); XmlText_t2682211705 * L_94 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(55 /* 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(26 /* System.String System.Xml.XmlNode::get_Value() */, L_95); XmlWhitespace_t131741354 * L_97 = VirtFuncInvoker1< XmlWhitespace_t131741354 *, String_t* >::Invoke(56 /* 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(57 /* 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(20 /* 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.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_Load_m1781000297 (XmlDocument_t2837193595 * __this, String_t* ___filename0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_Load_m1781000297_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t4233384356 * V_0 = NULL; XmlValidatingReader_t1719295192 * 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); { V_0 = (XmlTextReader_t4233384356 *)NULL; } IL_0002: try { // begin try (depth: 1) String_t* L_0 = ___filename0; XmlNameTable_t71772148 * L_1 = XmlDocument_get_NameTable_m3351667098(__this, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_2 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m1872711927(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlTextReader_t4233384356 * L_3 = V_0; XmlResolver_t626023767 * L_4 = __this->get_resolver_12(); NullCheck(L_3); XmlTextReader_set_XmlResolver_m1445354776(L_3, L_4, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_5 = V_0; XmlValidatingReader_t1719295192 * L_6 = (XmlValidatingReader_t1719295192 *)il2cpp_codegen_object_new(XmlValidatingReader_t1719295192_il2cpp_TypeInfo_var); XmlValidatingReader__ctor_m746074126(L_6, L_5, /*hidden argument*/NULL); V_1 = L_6; XmlValidatingReader_t1719295192 * L_7 = V_1; NullCheck(L_7); XmlValidatingReader_set_EntityHandling_m2734813455(L_7, 2, /*hidden argument*/NULL); XmlValidatingReader_t1719295192 * L_8 = V_1; NullCheck(L_8); XmlValidatingReader_set_ValidationType_m3850545770(L_8, 0, /*hidden argument*/NULL); XmlValidatingReader_t1719295192 * L_9 = V_1; VirtActionInvoker1< XmlReader_t3121518892 * >::Invoke(62 /* System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) */, __this, L_9); IL2CPP_LEAVE(0x49, FINALLY_003c); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003c; } FINALLY_003c: { // begin finally (depth: 1) { XmlTextReader_t4233384356 * L_10 = V_0; if (!L_10) { goto IL_0048; } } IL_0042: { XmlTextReader_t4233384356 * L_11 = V_0; NullCheck(L_11); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlTextReader::Close() */, L_11); } IL_0048: { IL2CPP_END_FINALLY(60) } } // end finally (depth: 1) IL2CPP_CLEANUP(60) { IL2CPP_JUMP_TBL(0x49, IL_0049) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0049: { return; } } // System.Void System.Xml.XmlDocument::Load(System.IO.TextReader) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_Load_m734525109 (XmlDocument_t2837193595 * __this, TextReader_t283511965 * ___txtReader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_Load_m734525109_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t4233384356 * V_0 = NULL; XmlValidatingReader_t1719295192 * V_1 = NULL; { TextReader_t283511965 * L_0 = ___txtReader0; XmlNameTable_t71772148 * L_1 = XmlDocument_get_NameTable_m3351667098(__this, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_2 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m879520456(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlTextReader_t4233384356 * L_3 = V_0; XmlValidatingReader_t1719295192 * L_4 = (XmlValidatingReader_t1719295192 *)il2cpp_codegen_object_new(XmlValidatingReader_t1719295192_il2cpp_TypeInfo_var); XmlValidatingReader__ctor_m746074126(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; XmlValidatingReader_t1719295192 * L_5 = V_1; NullCheck(L_5); XmlValidatingReader_set_EntityHandling_m2734813455(L_5, 2, /*hidden argument*/NULL); XmlValidatingReader_t1719295192 * L_6 = V_1; NullCheck(L_6); XmlValidatingReader_set_ValidationType_m3850545770(L_6, 0, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_7 = V_0; XmlResolver_t626023767 * L_8 = __this->get_resolver_12(); NullCheck(L_7); XmlTextReader_set_XmlResolver_m1445354776(L_7, L_8, /*hidden argument*/NULL); XmlValidatingReader_t1719295192 * L_9 = V_1; VirtActionInvoker1< XmlReader_t3121518892 * >::Invoke(62 /* System.Void System.Xml.XmlDocument::Load(System.Xml.XmlReader) */, __this, L_9); return; } } // 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(38 /* 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_9(L_1); } IL_0012: try { // begin try (depth: 1) { __this->set_loadMode_19((bool)1); } IL_0019: { XmlReader_t3121518892 * L_2 = ___xmlReader0; XmlNode_t3767805227 * L_3 = VirtFuncInvoker1< XmlNode_t3767805227 *, XmlReader_t3121518892 * >::Invoke(64 /* 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_11(); 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(20 /* 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(25 /* 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(25 /* 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_17(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_19((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_12(); NullCheck(L_6); XmlTextReader_set_XmlResolver_m1445354776(L_6, L_7, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_8 = V_0; VirtActionInvoker1< XmlReader_t3121518892 * >::Invoke(62 /* 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(29 /* 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_20(); if (!L_0) { goto IL_0023; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeChanged_20(); 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(14 /* 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_21(); if (!L_3) { goto IL_0039; } } { XmlNodeChangedEventHandler_t1533444722 * L_4 = __this->get_NodeChanging_21(); 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_22(); if (!L_0) { goto IL_0022; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeInserted_22(); 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_23(); if (!L_0) { goto IL_0022; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeInserting_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::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_24(); if (!L_0) { goto IL_0022; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeRemoved_24(); 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_25(); if (!L_0) { goto IL_0022; } } { XmlNodeChangedEventHandler_t1533444722 * L_1 = __this->get_NodeRemoving_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::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(21 /* 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(40 /* 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(21 /* 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(22 /* 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(17 /* 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(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_12); XmlAttribute_t1173852259 * L_14 = VirtFuncInvoker3< XmlAttribute_t1173852259 *, String_t*, String_t*, String_t* >::Invoke(45 /* 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(24 /* 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(24 /* 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(31 /* 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(13 /* 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(21 /* 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(18 /* System.String System.Xml.XmlReader::get_Name() */, L_3); XmlEntityReference_t1966808559 * L_5 = VirtFuncInvoker1< XmlEntityReference_t1966808559 *, String_t* >::Invoke(51 /* 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(26 /* System.String System.Xml.XmlReader::get_Value() */, L_7); XmlText_t2682211705 * L_9 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(55 /* 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(43 /* 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(23 /* 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(24 /* 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(24 /* 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(31 /* 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(42 /* 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(21 /* 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(17 /* 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(19 /* 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(37 /* 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(26 /* System.String System.Xml.XmlReader::get_Value() */, L_23); XmlCDataSection_t3267478366 * L_25 = VirtFuncInvoker1< XmlCDataSection_t3267478366 *, String_t* >::Invoke(46 /* 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(26 /* System.String System.Xml.XmlReader::get_Value() */, L_26); XmlComment_t2476947920 * L_28 = VirtFuncInvoker1< XmlComment_t2476947920 *, String_t* >::Invoke(47 /* 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(22 /* 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(17 /* 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(19 /* 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(20 /* 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(24 /* 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(24 /* 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(31 /* 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(12 /* 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(35 /* 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(48 /* 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(39 /* 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(39 /* 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(12 /* 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(42 /* 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_11(); if (L_66) { goto IL_01c0; } } { XmlNode_t3767805227 * L_67 = V_0; NullCheck(L_67); int32_t L_68 = VirtFuncInvoker0< int32_t >::Invoke(20 /* 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(18 /* 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(26 /* System.String System.Xml.XmlReader::get_Value() */, L_77); XmlProcessingInstruction_t425688976 * L_79 = VirtFuncInvoker2< XmlProcessingInstruction_t425688976 *, String_t*, String_t* >::Invoke(53 /* 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(26 /* System.String System.Xml.XmlReader::get_Value() */, L_80); XmlText_t2682211705 * L_82 = VirtFuncInvoker1< XmlText_t2682211705 *, String_t* >::Invoke(55 /* 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(57 /* 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(26 /* System.String System.Xml.XmlReader::get_Value() */, L_87); NullCheck(L_86); VirtActionInvoker1< String_t* >::Invoke(27 /* 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(18 /* 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(15 /* 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(15 /* 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(26 /* 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(49 /* 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_19(); if (!L_106) { goto IL_02cd; } } { XmlDocumentType_t4112370061 * L_107 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, __this); if (!L_107) { goto IL_02cd; } } { XmlDocumentType_t4112370061 * L_108 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* 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(18 /* 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(18 /* System.String System.Xml.XmlReader::get_Name() */, L_114); XmlEntityReference_t1966808559 * L_116 = VirtFuncInvoker1< XmlEntityReference_t1966808559 *, String_t* >::Invoke(51 /* 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(48 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_119); XmlReader_t3121518892 * L_120 = ___reader0; NullCheck(L_120); VirtFuncInvoker0< bool >::Invoke(42 /* 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(21 /* 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(64 /* 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(26 /* System.String System.Xml.XmlReader::get_Value() */, L_128); XmlSignificantWhitespace_t1052520128 * L_130 = VirtFuncInvoker1< XmlSignificantWhitespace_t1052520128 *, String_t* >::Invoke(54 /* 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(26 /* System.String System.Xml.XmlReader::get_Value() */, L_131); XmlWhitespace_t131741354 * L_133 = VirtFuncInvoker1< XmlWhitespace_t131741354 *, String_t* >::Invoke(56 /* 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(21 /* 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(42 /* 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_13(); 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::Save(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_Save_m1579307145 (XmlDocument_t2837193595 * __this, String_t* ___filename0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocument_Save_m1579307145_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextWriter_t2114213153 * 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 = ___filename0; Encoding_t1523322056 * L_1 = XmlDocument_get_TextEncoding_m845318411(__this, /*hidden argument*/NULL); XmlTextWriter_t2114213153 * L_2 = (XmlTextWriter_t2114213153 *)il2cpp_codegen_object_new(XmlTextWriter_t2114213153_il2cpp_TypeInfo_var); XmlTextWriter__ctor_m210414631(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_000d: try { // begin try (depth: 1) { bool L_3 = XmlDocument_get_PreserveWhitespace_m2243367897(__this, /*hidden argument*/NULL); if (L_3) { goto IL_001f; } } IL_0018: { XmlTextWriter_t2114213153 * L_4 = V_0; NullCheck(L_4); XmlTextWriter_set_Formatting_m3746754038(L_4, 1, /*hidden argument*/NULL); } IL_001f: { XmlTextWriter_t2114213153 * L_5 = V_0; VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(40 /* System.Void System.Xml.XmlDocument::WriteContentTo(System.Xml.XmlWriter) */, __this, L_5); IL2CPP_LEAVE(0x32, FINALLY_002b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002b; } FINALLY_002b: { // begin finally (depth: 1) XmlTextWriter_t2114213153 * L_6 = V_0; NullCheck(L_6); VirtActionInvoker0::Invoke(8 /* System.Void System.Xml.XmlTextWriter::Close() */, L_6); IL2CPP_END_FINALLY(43) } // end finally (depth: 1) IL2CPP_CLEANUP(43) { IL2CPP_JUMP_TBL(0x32, IL_0032) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0032: { return; } } // System.Void System.Xml.XmlDocument::Save(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_Save_m762947509 (XmlDocument_t2837193595 * __this, XmlWriter_t127905479 * ___xmlWriter0, const RuntimeMethod* method) { bool V_0 = false; int32_t G_B3_0 = 0; { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); if (!L_0) { goto IL_001f; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Xml.XmlNodeType System.Xml.XmlNode::get_NodeType() */, L_1); G_B3_0 = ((((int32_t)((((int32_t)L_2) == ((int32_t)((int32_t)17)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0020; } IL_001f: { G_B3_0 = 0; } IL_0020: { V_0 = (bool)G_B3_0; bool L_3 = V_0; if (!L_3) { goto IL_002d; } } { XmlWriter_t127905479 * L_4 = ___xmlWriter0; NullCheck(L_4); VirtActionInvoker0::Invoke(25 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, L_4); } IL_002d: { XmlWriter_t127905479 * L_5 = ___xmlWriter0; VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(40 /* System.Void System.Xml.XmlDocument::WriteContentTo(System.Xml.XmlWriter) */, __this, L_5); bool L_6 = V_0; if (!L_6) { goto IL_0040; } } { XmlWriter_t127905479 * L_7 = ___xmlWriter0; NullCheck(L_7); VirtActionInvoker0::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteEndDocument() */, L_7); } IL_0040: { XmlWriter_t127905479 * L_8 = ___xmlWriter0; NullCheck(L_8); VirtActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlWriter::Flush() */, L_8); return; } } // System.Void System.Xml.XmlDocument::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_WriteContentTo_m1073441138 (XmlDocument_t2837193595 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { 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_001a; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; XmlWriter_t127905479 * L_2 = ___w0; NullCheck(L_1); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(41 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_1, L_2); XmlNode_t3767805227 * L_3 = V_0; NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_0 = L_4; } IL_001a: { XmlNode_t3767805227 * L_5 = V_0; if (L_5) { goto IL_000c; } } { return; } } // System.Void System.Xml.XmlDocument::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDocument_WriteTo_m1053132921 (XmlDocument_t2837193595 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(40 /* System.Void System.Xml.XmlDocument::WriteContentTo(System.Xml.XmlWriter) */, __this, L_0); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_13(); 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_13(); 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_13(); 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_5(); 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_5(L_0); return; } } // System.Void System.Xml.XmlDocumentFragment::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment_set_InnerXml_m1355050961 (XmlDocumentFragment_t1323348855 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentFragment_set_InnerXml_m1355050961_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNamespaceManager_t418790500 * V_1 = NULL; XmlParserContext_t2544895291 * V_2 = NULL; XmlTextReader_t4233384356 * V_3 = NULL; XmlNode_t3767805227 * V_4 = NULL; XmlNamespaceManager_t418790500 * G_B5_0 = NULL; XmlNameTable_t71772148 * G_B5_1 = NULL; XmlNamespaceManager_t418790500 * G_B4_0 = NULL; XmlNameTable_t71772148 * G_B4_1 = NULL; DTDObjectModel_t1729680289 * G_B6_0 = NULL; XmlNamespaceManager_t418790500 * G_B6_1 = NULL; XmlNameTable_t71772148 * G_B6_2 = NULL; { V_0 = 0; goto IL_001e; } IL_0007: { XmlNodeList_t2551693786 * L_0 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); int32_t L_1 = V_0; NullCheck(L_0); XmlNode_t3767805227 * L_2 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_0, L_1); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(39 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, __this, L_2); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001e: { int32_t L_4 = V_0; XmlNodeList_t2551693786 * L_5 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_5); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0007; } } { XmlNamespaceManager_t418790500 * L_7 = XmlNode_ConstructNamespaceManager_m473532189(__this, /*hidden argument*/NULL); V_1 = L_7; XmlDocument_t2837193595 * L_8 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() */, __this); NullCheck(L_8); XmlNameTable_t71772148 * L_9 = XmlDocument_get_NameTable_m3351667098(L_8, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_10 = V_1; XmlDocument_t2837193595 * L_11 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() */, __this); NullCheck(L_11); XmlDocumentType_t4112370061 * L_12 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_11); G_B4_0 = L_10; G_B4_1 = L_9; if (!L_12) { G_B5_0 = L_10; G_B5_1 = L_9; goto IL_0067; } } { XmlDocument_t2837193595 * L_13 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() */, __this); NullCheck(L_13); XmlDocumentType_t4112370061 * L_14 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_13); NullCheck(L_14); DTDObjectModel_t1729680289 * L_15 = XmlDocumentType_get_DTD_m2297215448(L_14, /*hidden argument*/NULL); G_B6_0 = L_15; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0068; } IL_0067: { G_B6_0 = ((DTDObjectModel_t1729680289 *)(NULL)); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0068: { String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_BaseURI() */, __this); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_XmlLang() */, __this); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Xml.XmlSpace System.Xml.XmlNode::get_XmlSpace() */, __this); XmlParserContext_t2544895291 * L_19 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m2145142613(L_19, G_B6_2, G_B6_1, G_B6_0, L_16, L_17, L_18, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL); V_2 = L_19; String_t* L_20 = ___value0; XmlParserContext_t2544895291 * L_21 = V_2; XmlTextReader_t4233384356 * L_22 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m873020869(L_22, L_20, 1, L_21, /*hidden argument*/NULL); V_3 = L_22; XmlTextReader_t4233384356 * L_23 = V_3; XmlDocument_t2837193595 * L_24 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() */, __this); NullCheck(L_24); XmlResolver_t626023767 * L_25 = XmlDocument_get_Resolver_m3982878385(L_24, /*hidden argument*/NULL); NullCheck(L_23); XmlTextReader_set_XmlResolver_m1445354776(L_23, L_25, /*hidden argument*/NULL); } IL_009b: { XmlDocument_t2837193595 * L_26 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlDocumentFragment::get_OwnerDocument() */, __this); XmlTextReader_t4233384356 * L_27 = V_3; NullCheck(L_26); XmlNode_t3767805227 * L_28 = VirtFuncInvoker1< XmlNode_t3767805227 *, XmlReader_t3121518892 * >::Invoke(64 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, L_26, L_27); V_4 = L_28; XmlNode_t3767805227 * L_29 = V_4; if (L_29) { goto IL_00b5; } } { goto IL_00c3; } IL_00b5: { XmlNode_t3767805227 * L_30 = V_4; VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_30); goto IL_009b; } IL_00c3: { 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(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_2); NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker1< XmlNode_t3767805227 *, bool >::Invoke(34 /* System.Xml.XmlNode System.Xml.XmlNode::CloneNode(System.Boolean) */, L_3, (bool)0); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* 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(19 /* 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(22 /* 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; } } // System.Void System.Xml.XmlDocumentFragment::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment_WriteContentTo_m3464799538 (XmlDocumentFragment_t1323348855 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001d; } IL_0007: { XmlNodeList_t2551693786 * L_0 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); int32_t L_1 = V_0; NullCheck(L_0); XmlNode_t3767805227 * L_2 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_0, L_1); XmlWriter_t127905479 * L_3 = ___w0; NullCheck(L_2); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(40 /* System.Void System.Xml.XmlNode::WriteContentTo(System.Xml.XmlWriter) */, L_2, L_3); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001d: { int32_t L_5 = V_0; XmlNodeList_t2551693786 * L_6 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_6); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0007; } } { return; } } // System.Void System.Xml.XmlDocumentFragment::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentFragment_WriteTo_m1802593001 (XmlDocumentFragment_t1323348855 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001d; } IL_0007: { XmlNodeList_t2551693786 * L_0 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); int32_t L_1 = V_0; NullCheck(L_0); XmlNode_t3767805227 * L_2 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_0, L_1); XmlWriter_t127905479 * L_3 = ___w0; NullCheck(L_2); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(41 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_2, L_3); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001d: { int32_t L_5 = V_0; XmlNodeList_t2551693786 * L_6 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_6); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0007; } } { 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.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(20 /* 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(18 /* 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(44 /* 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(20 /* 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(22 /* 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(44 /* 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(18 /* 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(18 /* 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(17 /* 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(17 /* 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(16 /* 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(18 /* 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(16 /* 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(15 /* System.String System.Xml.XmlDocumentNavigator::get_LocalName() */, __this); return L_1; } IL_0012: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(18 /* 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(17 /* 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(18 /* 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(20 /* 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(21 /* 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(18 /* 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(26 /* 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(26 /* 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(21 /* 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(26 /* 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(26 /* 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(28 /* 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(20 /* 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(44 /* 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(23 /* 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(23 /* 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(13 /* 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(18 /* 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(44 /* 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(18 /* 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(14 /* 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(18 /* 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(44 /* 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(18 /* 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(17 /* 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(26 /* 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(17 /* 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(26 /* 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(58 /* 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(18 /* 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(44 /* 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(18 /* 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(17 /* 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(18 /* 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(20 /* 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(18 /* 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(44 /* 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(18 /* 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(44 /* 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(18 /* 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(17 /* 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(26 /* 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(44 /* 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(18 /* 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(17 /* 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(26 /* 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(17 /* 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(26 /* 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(20 /* 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(44 /* 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(44 /* 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(20 /* 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(20 /* 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(19 /* 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(20 /* 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(19 /* 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(23 /* 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(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, L_20); NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(20 /* 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(23 /* 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(23 /* 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(23 /* 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(20 /* 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(23 /* 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; } } // System.String System.Xml.XmlDocumentNavigator::LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentNavigator_LookupPrefix_m2958163263 (XmlDocumentNavigator_t512445268 * __this, String_t* ___namespaceUri0, const RuntimeMethod* method) { { String_t* L_0 = ___namespaceUri0; String_t* L_1 = XPathNavigator_LookupPrefix_m1297855475(__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_8(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_8(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_6(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_7(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(22 /* 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_6(); XmlNode_t3767805227 * L_19 = V_2; NullCheck(L_18); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(11 /* 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(22 /* 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_7(); XmlNode_t3767805227 * L_41 = V_5; NullCheck(L_40); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(11 /* 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_8(); 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_6(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); 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_8(); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* 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; } } // System.Void System.Xml.XmlDocumentType::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType_WriteContentTo_m991000979 (XmlDocumentType_t4112370061 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlDocumentType::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentType_WriteTo_m2157178216 (XmlDocumentType_t4112370061 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { XmlWriter_t127905479 * L_0 = ___w0; String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlDocumentType::get_Name() */, __this); String_t* L_2 = XmlDocumentType_get_PublicId_m3571984252(__this, /*hidden argument*/NULL); String_t* L_3 = XmlDocumentType_get_SystemId_m3515778358(__this, /*hidden argument*/NULL); String_t* L_4 = XmlDocumentType_get_InternalSubset_m105575790(__this, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.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_7(L_24); XmlDocument_t2837193595 * L_25 = ___doc3; NullCheck(L_25); XmlDocumentType_t4112370061 * L_26 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* 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(44 /* 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(47 /* 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_8(); 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_8(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_6(); 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_6(L_1); } IL_0017: { XmlAttributeCollection_t2316283784 * L_2 = __this->get_attributes_6(); 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_6(); if (!L_0) { goto IL_001b; } } { XmlAttributeCollection_t2316283784 * L_1 = __this->get_attributes_6(); 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.Void System.Xml.XmlElement::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlElement_set_InnerXml_m1662291351 (XmlElement_t561603118 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElement_set_InnerXml_m1662291351_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNamespaceManager_t418790500 * V_0 = NULL; XmlParserContext_t2544895291 * V_1 = NULL; XmlTextReader_t4233384356 * V_2 = NULL; XmlNode_t3767805227 * V_3 = NULL; XmlNamespaceManager_t418790500 * G_B5_0 = NULL; XmlNameTable_t71772148 * G_B5_1 = NULL; XmlNamespaceManager_t418790500 * G_B4_0 = NULL; XmlNameTable_t71772148 * G_B4_1 = NULL; DTDObjectModel_t1729680289 * G_B6_0 = NULL; XmlNamespaceManager_t418790500 * G_B6_1 = NULL; XmlNameTable_t71772148 * G_B6_2 = NULL; { goto IL_0012; } IL_0005: { XmlNode_t3767805227 * L_0 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(39 /* System.Xml.XmlNode System.Xml.XmlNode::RemoveChild(System.Xml.XmlNode) */, __this, L_0); } IL_0012: { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(10 /* System.Xml.XmlNode System.Xml.XmlNode::get_FirstChild() */, __this); if (L_1) { goto IL_0005; } } { XmlNamespaceManager_t418790500 * L_2 = XmlNode_ConstructNamespaceManager_m473532189(__this, /*hidden argument*/NULL); V_0 = L_2; XmlDocument_t2837193595 * L_3 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); NullCheck(L_3); XmlNameTable_t71772148 * L_4 = XmlDocument_get_NameTable_m3351667098(L_3, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_5 = V_0; XmlDocument_t2837193595 * L_6 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); NullCheck(L_6); XmlDocumentType_t4112370061 * L_7 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_6); G_B4_0 = L_5; G_B4_1 = L_4; if (!L_7) { G_B5_0 = L_5; G_B5_1 = L_4; goto IL_0055; } } { XmlDocument_t2837193595 * L_8 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); NullCheck(L_8); XmlDocumentType_t4112370061 * L_9 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* System.Xml.XmlDocumentType System.Xml.XmlDocument::get_DocumentType() */, L_8); NullCheck(L_9); DTDObjectModel_t1729680289 * L_10 = XmlDocumentType_get_DTD_m2297215448(L_9, /*hidden argument*/NULL); G_B6_0 = L_10; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0056; } IL_0055: { G_B6_0 = ((DTDObjectModel_t1729680289 *)(NULL)); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0056: { String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNode::get_BaseURI() */, __this); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(28 /* System.String System.Xml.XmlNode::get_XmlLang() */, __this); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Xml.XmlSpace System.Xml.XmlNode::get_XmlSpace() */, __this); XmlParserContext_t2544895291 * L_14 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m2145142613(L_14, G_B6_2, G_B6_1, G_B6_0, L_11, L_12, L_13, (Encoding_t1523322056 *)NULL, /*hidden argument*/NULL); V_1 = L_14; String_t* L_15 = ___value0; XmlParserContext_t2544895291 * L_16 = V_1; XmlTextReader_t4233384356 * L_17 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m873020869(L_17, L_15, 1, L_16, /*hidden argument*/NULL); V_2 = L_17; XmlTextReader_t4233384356 * L_18 = V_2; XmlDocument_t2837193595 * L_19 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); NullCheck(L_19); XmlResolver_t626023767 * L_20 = XmlDocument_get_Resolver_m3982878385(L_19, /*hidden argument*/NULL); NullCheck(L_18); XmlTextReader_set_XmlResolver_m1445354776(L_18, L_20, /*hidden argument*/NULL); } IL_0089: { XmlDocument_t2837193595 * L_21 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); XmlTextReader_t4233384356 * L_22 = V_2; NullCheck(L_21); XmlNode_t3767805227 * L_23 = VirtFuncInvoker1< XmlNode_t3767805227 *, XmlReader_t3121518892 * >::Invoke(64 /* System.Xml.XmlNode System.Xml.XmlDocument::ReadNode(System.Xml.XmlReader) */, L_21, L_22); V_3 = L_23; XmlNode_t3767805227 * L_24 = V_3; if (L_24) { goto IL_00a1; } } { goto IL_00ae; } IL_00a1: { XmlNode_t3767805227 * L_25 = V_3; VirtFuncInvoker1< XmlNode_t3767805227 *, XmlNode_t3767805227 * >::Invoke(32 /* System.Xml.XmlNode System.Xml.XmlNode::AppendChild(System.Xml.XmlNode) */, __this, L_25); goto IL_0089; } IL_00ae: { return; } } // 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_9(); 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_9((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(39 /* 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_7(); 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_7(); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* 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_7(); 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(23 /* System.Xml.XmlNode System.Xml.XmlElement::get_ParentNode() */, __this); if (!L_0) { goto IL_0021; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* 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_7(); 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.Xml.Schema.IXmlSchemaInfo System.Xml.XmlElement::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlElement_get_SchemaInfo_m3118743079 (XmlElement_t561603118 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_schemaInfo_10(); 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_10(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(22 /* System.Xml.XmlDocument System.Xml.XmlElement::get_OwnerDocument() */, __this); XmlNameEntry_t1073099671 * L_1 = __this->get_name_7(); NullCheck(L_1); String_t* L_2 = L_1->get_Prefix_0(); XmlNameEntry_t1073099671 * L_3 = __this->get_name_7(); NullCheck(L_3); String_t* L_4 = L_3->get_LocalName_1(); XmlNameEntry_t1073099671 * L_5 = __this->get_name_7(); 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(34 /* System.Xml.XmlNode System.Xml.XmlAttribute::CloneNode(System.Boolean) */, L_11, (bool)1); NullCheck(L_8); VirtFuncInvoker1< XmlAttribute_t1173852259 *, XmlAttribute_t1173852259 * >::Invoke(48 /* 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(34 /* 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(26 /* 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(22 /* 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(27 /* 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(27 /* 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(44 /* 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; } } // System.Void System.Xml.XmlElement::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlElement_WriteContentTo_m3893785609 (XmlElement_t561603118 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { 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_001a; } IL_000c: { XmlNode_t3767805227 * L_1 = V_0; XmlWriter_t127905479 * L_2 = ___w0; NullCheck(L_1); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(41 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_1, L_2); XmlNode_t3767805227 * L_3 = V_0; NullCheck(L_3); XmlNode_t3767805227 * L_4 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(19 /* System.Xml.XmlNode System.Xml.XmlNode::get_NextSibling() */, L_3); V_0 = L_4; } IL_001a: { XmlNode_t3767805227 * L_5 = V_0; if (L_5) { goto IL_000c; } } { return; } } // System.Void System.Xml.XmlElement::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlElement_WriteTo_m1656583512 (XmlElement_t561603118 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlElement_WriteTo_m1656583512_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlWriter_t127905479 * G_B2_0 = NULL; XmlWriter_t127905479 * G_B1_0 = NULL; XmlWriter_t127905479 * G_B3_0 = NULL; String_t* G_B4_0 = NULL; XmlWriter_t127905479 * G_B4_1 = NULL; { XmlWriter_t127905479 * L_0 = ___w0; XmlNameEntry_t1073099671 * L_1 = __this->get_name_7(); NullCheck(L_1); String_t* L_2 = L_1->get_NS_2(); G_B1_0 = L_0; if (!L_2) { G_B2_0 = L_0; goto IL_0026; } } { XmlNameEntry_t1073099671 * L_3 = __this->get_name_7(); NullCheck(L_3); String_t* L_4 = L_3->get_NS_2(); NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); G_B2_0 = G_B1_0; if (L_5) { G_B3_0 = G_B1_0; goto IL_0030; } } IL_0026: { 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_B4_0 = L_6; G_B4_1 = G_B2_0; goto IL_003b; } IL_0030: { XmlNameEntry_t1073099671 * L_7 = __this->get_name_7(); NullCheck(L_7); String_t* L_8 = L_7->get_Prefix_0(); G_B4_0 = L_8; G_B4_1 = G_B3_0; } IL_003b: { XmlNameEntry_t1073099671 * L_9 = __this->get_name_7(); NullCheck(L_9); String_t* L_10 = L_9->get_LocalName_1(); XmlNameEntry_t1073099671 * L_11 = __this->get_name_7(); NullCheck(L_11); String_t* L_12 = L_11->get_NS_2(); NullCheck(G_B4_1); VirtActionInvoker3< String_t*, String_t*, String_t* >::Invoke(26 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, G_B4_1, G_B4_0, L_10, L_12); bool L_13 = VirtFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XmlElement::get_HasAttributes() */, __this); if (!L_13) { goto IL_008f; } } { V_0 = 0; goto IL_007e; } IL_0068: { XmlAttributeCollection_t2316283784 * L_14 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); int32_t L_15 = V_0; NullCheck(L_14); XmlAttribute_t1173852259 * L_16 = XmlAttributeCollection_get_ItemOf_m2829877268(L_14, L_15, /*hidden argument*/NULL); XmlWriter_t127905479 * L_17 = ___w0; NullCheck(L_16); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(41 /* System.Void System.Xml.XmlAttribute::WriteTo(System.Xml.XmlWriter) */, L_16, L_17); int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_007e: { int32_t L_19 = V_0; XmlAttributeCollection_t2316283784 * L_20 = VirtFuncInvoker0< XmlAttributeCollection_t2316283784 * >::Invoke(6 /* System.Xml.XmlAttributeCollection System.Xml.XmlElement::get_Attributes() */, __this); 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_19) < ((int32_t)L_21))) { goto IL_0068; } } IL_008f: { XmlWriter_t127905479 * L_22 = ___w0; VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(40 /* System.Void System.Xml.XmlElement::WriteContentTo(System.Xml.XmlWriter) */, __this, L_22); bool L_23 = XmlElement_get_IsEmpty_m1188605046(__this, /*hidden argument*/NULL); if (!L_23) { goto IL_00ac; } } { XmlWriter_t127905479 * L_24 = ___w0; NullCheck(L_24); VirtActionInvoker0::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_24); goto IL_00b2; } IL_00ac: { XmlWriter_t127905479 * L_25 = ___w0; NullCheck(L_25); VirtActionInvoker0::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_25); } IL_00b2: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlEntity::.ctor(System.String,System.String,System.String,System.String,System.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_5(L_4); String_t* L_5 = ___NDATA1; __this->set_NDATA_6(L_5); String_t* L_6 = ___publicId2; __this->set_publicId_7(L_6); String_t* L_7 = ___systemId3; __this->set_systemId_8(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_9(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_10(); if (!L_0) { goto IL_0012; } } { XmlLinkedNode_t1437094927 * L_1 = __this->get_lastLinkedChild_10(); return L_1; } IL_0012: { bool L_2 = __this->get_contentAlreadySet_11(); if (L_2) { goto IL_002a; } } { __this->set_contentAlreadySet_11((bool)1); XmlEntity_SetEntityContent_m328832252(__this, /*hidden argument*/NULL); } IL_002a: { XmlLinkedNode_t1437094927 * L_3 = __this->get_lastLinkedChild_10(); 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_10(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_9(); 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.Void System.Xml.XmlEntity::set_InnerXml(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlEntity_set_InnerXml_m773134424 (XmlEntity_t3308518401 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntity_set_InnerXml_m773134424_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_set_InnerXml_m773134424_RuntimeMethod_var); } } // 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_5(); 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_5(); 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_8(); 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::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlEntity_WriteContentTo_m1335054652 (XmlEntity_t3308518401 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.XmlEntity::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlEntity_WriteTo_m3941667886 (XmlEntity_t3308518401 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { { return; } } // 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_10(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_1); XmlDocumentType_t4112370061 * L_2 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* 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_5(); 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(22 /* 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(28 /* System.String System.Xml.XmlNode::get_XmlLang() */, __this); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(29 /* 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(22 /* 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(22 /* 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(64 /* 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_6(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_7(); 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_7(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(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_0); XmlDocumentType_t4112370061 * L_1 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* 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(17 /* 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_m1474792120(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(22 /* 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_m279432735(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_6(); 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_6(); 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(17 /* System.String System.Xml.XmlEntityReference::get_Name() */, __this); XmlDocument_t2837193595 * L_1 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* 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::WriteContentTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_WriteContentTo_m3630280344 (XmlEntityReference_t1966808559 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_001d; } IL_0007: { XmlNodeList_t2551693786 * L_0 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); int32_t L_1 = V_0; NullCheck(L_0); XmlNode_t3767805227 * L_2 = VirtFuncInvoker1< XmlNode_t3767805227 *, int32_t >::Invoke(6 /* System.Xml.XmlNode System.Xml.XmlNodeList::get_ItemOf(System.Int32) */, L_0, L_1); XmlWriter_t127905479 * L_3 = ___w0; NullCheck(L_2); VirtActionInvoker1< XmlWriter_t127905479 * >::Invoke(41 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_2, L_3); int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001d: { int32_t L_5 = V_0; XmlNodeList_t2551693786 * L_6 = VirtFuncInvoker0< XmlNodeList_t2551693786 * >::Invoke(9 /* System.Xml.XmlNodeList System.Xml.XmlNode::get_ChildNodes() */, __this); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlNodeList::get_Count() */, L_6); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0007; } } { return; } } // System.Void System.Xml.XmlEntityReference::WriteTo(System.Xml.XmlWriter) extern "C" IL2CPP_METHOD_ATTR void XmlEntityReference_WriteTo_m322000826 (XmlEntityReference_t1966808559 * __this, XmlWriter_t127905479 * ___w0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlEntityReference_WriteTo_m322000826_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlWriter_t127905479 * L_0 = ___w0; NullCheck(L_0); VirtActionInvoker1< String_t* >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_0, _stringLiteral3452614522); XmlWriter_t127905479 * L_1 = ___w0; String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlEntityReference::get_Name() */, __this); NullCheck(L_1); VirtActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteName(System.String) */, L_1, L_2); XmlWriter_t127905479 * L_3 = ___w0; NullCheck(L_3); VirtActionInvoker1< String_t* >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_3, _stringLiteral3452614549); return; } } // 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(22 /* System.Xml.XmlDocument System.Xml.XmlNode::get_OwnerDocument() */, __this); NullCheck(L_1); XmlDocumentType_t4112370061 * L_2 = VirtFuncInvoker0< XmlDocumentType_t4112370061 * >::Invoke(44 /* 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(22 /* 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(55 /* 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(34 /* 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.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_8(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_2(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(21 /* 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_5(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)))); Stream_t1273022909 * L_0 = ___stream0; __this->set_stream_4(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_2(); __this->set_enc_3(L_1); Stream_t1273022909 * L_2 = ___stream0; ByteU5BU5D_t4116647657* L_3 = __this->get_buffer_5(); ByteU5BU5D_t4116647657* L_4 = __this->get_buffer_5(); NullCheck(L_4); NullCheck(L_2); int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* 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_6(L_5); int32_t L_6 = __this->get_bufLength_6(); if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0051; } } { int32_t L_7 = __this->get_bufLength_6(); 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_3(L_16); goto IL_00b7; } IL_00b0: { __this->set_bufPos_7(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_3(L_19); return; } IL_00da: { __this->set_bufPos_7(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_7(0); } IL_0111: { goto IL_0135; } IL_0116: { ByteU5BU5D_t4116647657* L_24 = __this->get_buffer_5(); int32_t L_25 = __this->get_bufPos_7(); int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1)); V_6 = L_26; __this->set_bufPos_7(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_6(); if ((((int32_t)L_28) < ((int32_t)5))) { goto IL_0272; } } { ByteU5BU5D_t4116647657* L_29 = __this->get_buffer_5(); 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_7(); __this->set_bufPos_7(((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_6(); int32_t L_41 = __this->get_bufPos_7(); 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_5(); int32_t L_44 = __this->get_bufPos_7(); 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_7(); __this->set_bufPos_7(((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_8(); 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_8(); 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_8(); 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_3(L_67); } IL_0272: { __this->set_bufPos_7(0); goto IL_028a; } IL_027e: { __this->set_bufPos_7(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_6(); int32_t L_1 = __this->get_bufPos_7(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_002a; } } { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_5(); int32_t L_3 = __this->get_bufPos_7(); int32_t L_4 = L_3; V_2 = L_4; __this->set_bufPos_7(((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_5(); 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_5(); ByteU5BU5D_t4116647657* L_10 = V_0; int32_t L_11 = __this->get_bufLength_6(); 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_4(); ByteU5BU5D_t4116647657* L_13 = V_0; int32_t L_14 = __this->get_bufLength_6(); ByteU5BU5D_t4116647657* L_15 = __this->get_buffer_5(); NullCheck(L_15); NullCheck(L_12); int32_t L_16 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* 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_6(); int32_t L_20 = V_1; __this->set_bufLength_6(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_20))); ByteU5BU5D_t4116647657* L_21 = V_0; __this->set_buffer_5(L_21); ByteU5BU5D_t4116647657* L_22 = __this->get_buffer_5(); int32_t L_23 = __this->get_bufPos_7(); int32_t L_24 = L_23; V_2 = L_24; __this->set_bufPos_7(((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_3(); 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_6(); int32_t L_1 = __this->get_bufPos_7(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_0013; } } { return (bool)1; } IL_0013: { Stream_t1273022909 * L_2 = __this->get_stream_4(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(7 /* 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_4(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(10 /* 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_4(); NullCheck(L_0); int64_t L_1 = VirtFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Position() */, L_0); int32_t L_2 = __this->get_bufLength_6(); int32_t L_3 = __this->get_bufPos_7(); 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_6(); if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)L_1)))))) { goto IL_001a; } } { int64_t L_2 = ___value0; __this->set_bufPos_7((((int32_t)((int32_t)L_2)))); goto IL_002e; } IL_001a: { Stream_t1273022909 * L_3 = __this->get_stream_4(); int64_t L_4 = ___value0; int32_t L_5 = __this->get_bufLength_6(); NullCheck(L_3); VirtActionInvoker1< int64_t >::Invoke(12 /* 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_4(); NullCheck(L_0); VirtActionInvoker0::Invoke(14 /* 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_4(); NullCheck(L_0); VirtActionInvoker0::Invoke(17 /* 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_6(); int32_t L_2 = __this->get_bufPos_7(); 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_5(); int32_t L_4 = __this->get_bufPos_7(); 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_7(); int32_t L_9 = ___count2; __this->set_bufPos_7(((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_6(); int32_t L_12 = __this->get_bufPos_7(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)); int32_t L_13 = __this->get_bufLength_6(); int32_t L_14 = __this->get_bufPos_7(); if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_007d; } } { ByteU5BU5D_t4116647657* L_15 = __this->get_buffer_5(); int32_t L_16 = __this->get_bufPos_7(); 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_7(); int32_t L_21 = V_1; __this->set_bufPos_7(((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_4(); 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(18 /* 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_6(); int32_t L_1 = __this->get_bufPos_7(); if ((((int32_t)L_0) <= ((int32_t)L_1))) { goto IL_002a; } } { ByteU5BU5D_t4116647657* L_2 = __this->get_buffer_5(); int32_t L_3 = __this->get_bufPos_7(); int32_t L_4 = L_3; V_0 = L_4; __this->set_bufPos_7(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); 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_4(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(19 /* 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_6(); int32_t L_1 = __this->get_bufPos_7(); 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_5(); int32_t L_6 = __this->get_bufPos_7(); 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_4(); 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(20 /* 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_4(); 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(20 /* 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_4(); int64_t L_1 = ___value0; NullCheck(L_0); VirtActionInvoker1< int64_t >::Invoke(21 /* 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.XmlIteratorNodeList::.ctor(System.Xml.XPath.XPathNodeIterator) extern "C" IL2CPP_METHOD_ATTR void XmlIteratorNodeList__ctor_m1806341514 (XmlIteratorNodeList_t2218031790 * __this, XPathNodeIterator_t3667290188 * ___iter0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlIteratorNodeList__ctor_m1806341514_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlNodeList__ctor_m572378854(__this, /*hidden argument*/NULL); XPathNodeIterator_t3667290188 * L_0 = ___iter0; __this->set_source_0(L_0); XPathNodeIterator_t3667290188 * L_1 = ___iter0; NullCheck(L_1); XPathNodeIterator_t3667290188 * L_2 = VirtFuncInvoker0< XPathNodeIterator_t3667290188 * >::Invoke(9 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_1); __this->set_iterator_1(L_2); ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); __this->set_list_2(L_3); return; } } // System.Int32 System.Xml.XmlIteratorNodeList::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t XmlIteratorNodeList_get_Count_m382825591 (XmlIteratorNodeList_t2218031790 * __this, const RuntimeMethod* method) { { XPathNodeIterator_t3667290188 * L_0 = __this->get_iterator_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_Count() */, L_0); return L_1; } } // System.Collections.IEnumerator System.Xml.XmlIteratorNodeList::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlIteratorNodeList_GetEnumerator_m849218601 (XmlIteratorNodeList_t2218031790 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlIteratorNodeList_GetEnumerator_m849218601_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_finished_3(); if (!L_0) { goto IL_0017; } } { ArrayList_t2718874744 * L_1 = __this->get_list_2(); NullCheck(L_1); RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1); return L_2; } IL_0017: { XPathNodeIterator_t3667290188 * L_3 = __this->get_source_0(); XPathNodeIteratorNodeListIterator_t2379010936 * L_4 = (XPathNodeIteratorNodeListIterator_t2379010936 *)il2cpp_codegen_object_new(XPathNodeIteratorNodeListIterator_t2379010936_il2cpp_TypeInfo_var); XPathNodeIteratorNodeListIterator__ctor_m3782320985(L_4, L_3, /*hidden argument*/NULL); return L_4; } } // System.Xml.XmlNode System.Xml.XmlIteratorNodeList::Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlIteratorNodeList_Item_m3620829270 (XmlIteratorNodeList_t2218031790 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlIteratorNodeList_Item_m3620829270_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0009; } } { return (XmlNode_t3767805227 *)NULL; } IL_0009: { int32_t L_1 = ___index0; ArrayList_t2718874744 * L_2 = __this->get_list_2(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_002c; } } { ArrayList_t2718874744 * L_4 = __this->get_list_2(); 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)); } IL_002c: { int32_t L_7 = ___index0; ___index0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); goto IL_0070; } IL_0036: { XPathNodeIterator_t3667290188 * L_8 = __this->get_iterator_1(); NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_8); if (L_9) { goto IL_004f; } } { __this->set_finished_3((bool)1); return (XmlNode_t3767805227 *)NULL; } IL_004f: { ArrayList_t2718874744 * L_10 = __this->get_list_2(); XPathNodeIterator_t3667290188 * L_11 = __this->get_iterator_1(); NullCheck(L_11); XPathNavigator_t787956054 * L_12 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_11); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_12, IHasXmlNode_t929344259_il2cpp_TypeInfo_var))); XmlNode_t3767805227 * L_13 = InterfaceFuncInvoker0< XmlNode_t3767805227 * >::Invoke(0 /* System.Xml.XmlNode System.Xml.IHasXmlNode::GetNode() */, IHasXmlNode_t929344259_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IHasXmlNode_t929344259_il2cpp_TypeInfo_var))); NullCheck(L_10); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_10, L_13); } IL_0070: { XPathNodeIterator_t3667290188 * L_14 = __this->get_iterator_1(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_14); int32_t L_16 = ___index0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0036; } } { ArrayList_t2718874744 * L_17 = __this->get_list_2(); int32_t L_18 = ___index0; NullCheck(L_17); RuntimeObject * L_19 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1))); return ((XmlNode_t3767805227 *)CastclassClass((RuntimeObject*)L_19, 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 // System.Void System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator::.ctor(System.Xml.XPath.XPathNodeIterator) extern "C" IL2CPP_METHOD_ATTR void XPathNodeIteratorNodeListIterator__ctor_m3782320985 (XPathNodeIteratorNodeListIterator_t2379010936 * __this, XPathNodeIterator_t3667290188 * ___source0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XPathNodeIterator_t3667290188 * L_0 = ___source0; __this->set_source_1(L_0); XPathNodeIteratorNodeListIterator_Reset_m2720837436(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool XPathNodeIteratorNodeListIterator_MoveNext_m1200107403 (XPathNodeIteratorNodeListIterator_t2379010936 * __this, const RuntimeMethod* method) { { XPathNodeIterator_t3667290188 * L_0 = __this->get_iter_0(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_0); return L_1; } } // System.Object System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator::get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathNodeIteratorNodeListIterator_get_Current_m1572208110 (XPathNodeIteratorNodeListIterator_t2379010936 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathNodeIteratorNodeListIterator_get_Current_m1572208110_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XPathNodeIterator_t3667290188 * L_0 = __this->get_iter_0(); NullCheck(L_0); XPathNavigator_t787956054 * L_1 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(7 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_0); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IHasXmlNode_t929344259_il2cpp_TypeInfo_var))); XmlNode_t3767805227 * L_2 = InterfaceFuncInvoker0< XmlNode_t3767805227 * >::Invoke(0 /* System.Xml.XmlNode System.Xml.IHasXmlNode::GetNode() */, IHasXmlNode_t929344259_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IHasXmlNode_t929344259_il2cpp_TypeInfo_var))); return L_2; } } // System.Void System.Xml.XmlIteratorNodeList/XPathNodeIteratorNodeListIterator::Reset() extern "C" IL2CPP_METHOD_ATTR void XPathNodeIteratorNodeListIterator_Reset_m2720837436 (XPathNodeIteratorNodeListIterator_t2379010936 * __this, const RuntimeMethod* method) { { XPathNodeIterator_t3667290188 * L_0 = __this->get_source_1(); NullCheck(L_0); XPathNodeIterator_t3667290188 * L_1 = VirtFuncInvoker0< XPathNodeIterator_t3667290188 * >::Invoke(9 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_0); __this->set_iter_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.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(23 /* 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(20 /* 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(23 /* 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(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_0) { goto IL_001c; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); NullCheck(L_1); XmlNode_t3767805227 * L_2 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(15 /* 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_5(); 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_5(); 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_5(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(23 /* System.Xml.XmlNode System.Xml.XmlNode::get_ParentNode() */, __this); if (!L_0) { goto IL_0039; } } { XmlNode_t3767805227 * L_1 = VirtFuncInvoker0< XmlNode_t3767805227 * >::Invoke(23 /* 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(19 /* 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(19 /* 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(17 /* 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(16 /* 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(18 /* 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) extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlNamedNodeMap_RemoveNamedItem_m17051518 (XmlNamedNodeMap_t2821286253 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlNamedNodeMap_RemoveNamedItem_m17051518_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlNode_t3767805227 * V_1 = NULL; XmlAttribute_t1173852259 * V_2 = NULL; DTDAttributeDefinition_t3434905422 * V_3 = NULL; XmlAttribute_t1173852259 * V_4 = 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_00cd; } 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(17 /* 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_00c9; } } { XmlNode_t3767805227 * L_8 = V_1; NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlNode::get_IsReadOnly() */, L_8); if (!L_9) { goto IL_0053; } } { String_t* L_10 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1270050834, L_10, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_12 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XmlNamedNodeMap_RemoveNamedItem_m17051518_RuntimeMethod_var); } IL_0053: { ArrayList_t2718874744 * L_13 = __this->get_nodeList_2(); XmlNode_t3767805227 * L_14 = V_1; NullCheck(L_13); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_13, L_14); XmlNode_t3767805227 * L_15 = V_1; V_2 = ((XmlAttribute_t1173852259 *)IsInstClass((RuntimeObject*)L_15, XmlAttribute_t1173852259_il2cpp_TypeInfo_var)); XmlAttribute_t1173852259 * L_16 = V_2; if (!L_16) { goto IL_00c7; } } { XmlAttribute_t1173852259 * L_17 = V_2; NullCheck(L_17); DTDAttributeDefinition_t3434905422 * L_18 = XmlAttribute_GetAttributeDefinition_m1306466778(L_17, /*hidden argument*/NULL); V_3 = L_18; DTDAttributeDefinition_t3434905422 * L_19 = V_3; if (!L_19) { goto IL_00c7; } } { DTDAttributeDefinition_t3434905422 * L_20 = V_3; NullCheck(L_20); String_t* L_21 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00c7; } } { XmlAttribute_t1173852259 * L_22 = V_2; NullCheck(L_22); XmlDocument_t2837193595 * L_23 = VirtFuncInvoker0< XmlDocument_t2837193595 * >::Invoke(22 /* System.Xml.XmlDocument System.Xml.XmlAttribute::get_OwnerDocument() */, L_22); XmlAttribute_t1173852259 * L_24 = V_2; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XmlAttribute::get_Prefix() */, L_24); XmlAttribute_t1173852259 * L_26 = V_2; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_26); XmlAttribute_t1173852259 * L_28 = V_2; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_28); NullCheck(L_23); XmlAttribute_t1173852259 * L_30 = XmlDocument_CreateAttribute_m1866139548(L_23, L_25, L_27, L_29, (bool)1, (bool)0, /*hidden argument*/NULL); V_4 = L_30; XmlAttribute_t1173852259 * L_31 = V_4; DTDAttributeDefinition_t3434905422 * L_32 = V_3; NullCheck(L_32); String_t* L_33 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_32, /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlAttribute::set_Value(System.String) */, L_31, L_33); XmlAttribute_t1173852259 * L_34 = V_4; NullCheck(L_34); XmlAttribute_SetDefault_m2091487654(L_34, /*hidden argument*/NULL); XmlAttribute_t1173852259 * L_35 = V_2; NullCheck(L_35); XmlElement_t561603118 * L_36 = VirtFuncInvoker0< XmlElement_t561603118 * >::Invoke(44 /* System.Xml.XmlElement System.Xml.XmlAttribute::get_OwnerElement() */, L_35); XmlAttribute_t1173852259 * L_37 = V_4; NullCheck(L_36); VirtFuncInvoker1< XmlAttribute_t1173852259 *, XmlAttribute_t1173852259 * >::Invoke(48 /* System.Xml.XmlAttribute System.Xml.XmlElement::SetAttributeNode(System.Xml.XmlAttribute) */, L_36, L_37); } IL_00c7: { XmlNode_t3767805227 * L_38 = V_1; return L_38; } IL_00c9: { int32_t L_39 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_00cd: { int32_t L_40 = V_0; ArrayList_t2718874744 * L_41 = __this->get_nodeList_2(); NullCheck(L_41); int32_t L_42 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_41); if ((((int32_t)L_40) < ((int32_t)L_42))) { 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(16 /* 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(18 /* 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(22 /* 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(22 /* 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(22 /* 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(16 /* 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(16 /* 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(18 /* 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(18 /* 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(22 /* 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